Bug 369261 - static ITDs on interfaces
Summary: static ITDs on interfaces
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.7.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-20 12:30 EST by Andrew Clement CLA
Modified: 2012-01-20 12:31 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 2012-01-20 12:30:59 EST
Investigate supporting this.  In this mode the interface wouldn't actually get the method because methods cannot have static methods - but all implementing types of the interface would.  Is that a useful setup? would the methods be accessible in expected ways?