Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 5009037
Votes 0
Synopsis document differences between source and class file views of a declaration
Category java:classes_lang_model
Reported Against tiger-beta2
Release Fixed mustang(b83)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 4394938
Submit Date 06-MAR-2004
Description
In apt, Declaration information about a type can be gotten from the source file for the type or from the class file of the type.  There can be differences in the information returned from these two views including:

* lack of source retention annotation from class files

* lack of source position information from class files

* potentially different modifers for some constructs

  * strictfp-ness of a class

  * final-ness of a parameter

  * protected, private, and static on classes

These differences need to be documented and/or compensated for.
Work Around
N/A
Evaluation
Must be done before fcs.

  xxxxx@xxxxx   2004-03-05
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang