Bug 336774

Summary: generic ITD appears to clash with itself
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: 1.6.11   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andrew Clement CLA 2011-02-09 18:11:47 EST

    
Comment 1 Andrew Clement CLA 2011-02-10 17:55:14 EST
Some logic using == rather than equals.  For now I've just made it a deeper check that fallsback to equals when the == fail.  Probably should look at why the == isn't working.  Isn't clear to me whether <T extends Foo> and <T extends Foo> from different methods should be the same or not.  If the Foo is the same, maybe?