Bug 336774 - generic ITD appears to clash with itself
Summary: generic ITD appears to clash with itself
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.6.11   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 18:11 EST by Andrew Clement CLA
Modified: 2011-02-10 17:55 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?