-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b26
-
generic
-
generic
SerializedFormBuilder.java: needs to be fixed correctly....
String refSignature = ch.getReferencedSignature(tag);
// TODO: Print the signature directly, if it is an array, the
// current DocTree APIs makes it very hard to distinguish
// an as these are returned back as "Array" a DeclaredType.
if (refSignature.endsWith("[]")) {
te = null;
fieldType = refSignature;
}
String refSignature = ch.getReferencedSignature(tag);
// TODO: Print the signature directly, if it is an array, the
// current DocTree APIs makes it very hard to distinguish
// an as these are returned back as "Array" a DeclaredType.
if (refSignature.endsWith("[]")) {
te = null;
fieldType = refSignature;
}
- relates to
-
JDK-8268318 Missing comma in copyright header
-
- Closed
-