JDK-4959915 : Clean up exceptions thrown when unimplemented annotations() calls are made.
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2003-11-26
  • Updated: 2003-12-19
  • Resolved: 2003-12-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b32Fixed
Related Reports
Relates :  
Description
The methods PackageDoc.annotations() and Parameter.annotations()
cannot yet be implemented:  javac does not yet provide the functionality
upon which to implement them.  These are known javac bugs and will be
fixed eventually.

Currently these methods throw UnsupportedOperationException("TBD").
At the time this was coded, it was expected that javac would be fixed
in time to provide proper implementations for Tiger.  Since we're coming 
up on beta freeze, it would be prudent to hedge our bets and provide a
more informative message such as:
UnsupportedOperationException("Not implemented in this release").


Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b32 tiger-beta
14-06-2004

PUBLIC COMMENTS -
10-06-2004

EVALUATION Do it. ###@###.### 2003-11-25
25-11-2003