Bug 455277 - TypeElement.getEnclosedElements does not respect source order
Summary: TypeElement.getEnclosedElements does not respect source order
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.8.4   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: 1.8.5   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-15 16:29 EST by Nikolay Perevozchikov CLA
Modified: 2015-01-29 14:10 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay Perevozchikov CLA 2014-12-15 16:29:25 EST
This issue was fixed in JDT core not too long ago: https://bugs.eclipse.org/bugs/show_bug.cgi?id=300408

Need to update JDT core in AspectJ to made fix available to AspectJ users
Comment 1 Andrew Clement CLA 2015-01-07 16:56:36 EST
I've pulled over the JDT changes made in commit c326c94 which were to address bug 300408. (I have not pulled anything else over from JDT).
Comment 2 Andrew Clement CLA 2015-01-29 14:10:26 EST
1.8.5 is out now, containing this change.