JDK-6179686 : message apt.opt.XClassesAsDecls will not show properly
  • Type: Bug
  • Component: tools
  • Sub-Component: apt
  • Affected Version: 5.0u1
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-15
  • Updated: 2010-07-29
  • Resolved: 2004-10-28
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.0u1Resolved
Related Reports
Relates :  
Description
Here is the problem.
% apt -X
  -XListAnnotationTypes      List found annotation types
  -XListDeclarations         List specified and included declarations
  -XPrintAptRounds           Print information about initial and recursive apt rounds
  -XPrintFactoryInfo         Print information about which annotations a factory is asked to process
  -XclassesAsDecls           apt or javac message file broken: key={0} arguments={1}, {2}

Expected message string seems:
apt.opt.XClassesAsDecls=\
    Treat both class and source files as declarations to process
###@###.### 10/15/04 04:37 GMT

Comments
EVALUATION Not reproducible in 5.0u1 build 5: apt -X < -XListAnnotationTypes List found annotation types -XListDeclarations List specified and included declarations -XPrintAptRounds Print information about initial and recursive apt rounds -XPrintFactoryInfo Print information about which annotations a factory is asked to process -XclassesAsDecls Treat both class and source files as declarations to process These options are non-standard and subject to change without notice, as is the format of their output. Fixed as side-effect of 6174696. ###@###.### 10/28/04 23:34 GMT
15-10-2004