-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b51
-
generic, x86, sparc
-
generic, solaris_9, windows_2000
Recently a params field was added to the MethodSymbol class,
to provide a hook for hanging parameter annotations.
This field isn't yet set during the Enter phase, when javadoc
is building its structures. It would be a bit awkward to
work around this. It would be much nicer if the field could
be filled in earlier, so javadoc would have the information
available when it's needed.
###@###.### 2004-04-29
problem reported by a CAP member:
2SE Version (please include all output from java -version flag):
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b46)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b46, mixed mode, sharing)
Does this problem occur on J2SE 1.4 or 1.4.1 or 1.4.2? Yes / No (pick one)
N/A
Operating System Configuration Information (be specific):
Win2K
Bug Description:
UnsupportedOperationException excpetion throws with apt tool.
Steps to Reproduce (be specific):
check X comments field.
to provide a hook for hanging parameter annotations.
This field isn't yet set during the Enter phase, when javadoc
is building its structures. It would be a bit awkward to
work around this. It would be much nicer if the field could
be filled in earlier, so javadoc would have the information
available when it's needed.
###@###.### 2004-04-29
problem reported by a CAP member:
2SE Version (please include all output from java -version flag):
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b46)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b46, mixed mode, sharing)
Does this problem occur on J2SE 1.4 or 1.4.1 or 1.4.2? Yes / No (pick one)
N/A
Operating System Configuration Information (be specific):
Win2K
Bug Description:
UnsupportedOperationException excpetion throws with apt tool.
Steps to Reproduce (be specific):
check X comments field.
- relates to
-
JDK-5041641 Parameter annotations in Standard Doclet
- Resolved