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: 6498938
Votes 1
Synopsis Faulty comparison of TypeMirror objects in RoundEnvironment.getElementsAnnotatedWith implementation
Category java:classes_annot_processing
Reported Against
Release Fixed 7(b51)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 6799634 , 6809055
Submit Date 30-NOV-2006
Description
javax.lang.model.TypeMirror objects should be compared for semantic equality using javax.lang.model.util.Types.isSameType rather than TypeMirror.equals.  Code used to implement RoundEnvironment.getElementsAnnotatedWith uses equals for this purpose.
Posted Date : 2006-11-30 03:56:59.0
Work Around
N/A
Evaluation
Should be fixed.
Posted Date : 2006-11-30 03:57:41.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang