Community
Participate
Working Groups
3.1, 1.4 compiler compliance With the following two CUs the Type Hierarchy shows the incorrect overriding method when enabling 'Lock View and Show Members' and the Quick Type Hierarchy will navigate to the incorrect overriding method for Object bar(String, String). interface IFoo { Object bar(String s2, String s); String bar(String s2, Object o); } class Foo implements IFoo { public Object bar(String s2, String s) { return null; } public String bar(String s2, Object o) { return null; } }
Martin, can you please have a look. This is still J2SE 1.4.
fixed in 3.2, but should be fixed for 3.1.1
+1 for 3.1.1
Created attachment 27281 [details] proposed patch
Dani, please review the patch. The bug is embarassing, so I would like to have this in 3.1.1.
+1 to fix it. I've reviewed the patch and tested it in R3_1_maintenance.
fix released in 3.1.1 stream
Verified using M20050923-1430