Bug 321652 - Incremental compile bug
Summary: Incremental compile bug
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.6.9   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 16:28 EDT by Andrew Eisenberg CLA
Modified: 2013-06-24 11:04 EDT (History)
1 user (show)

See Also:


Attachments
Project that recreates this bug (4.40 KB, application/octet-stream)
2010-08-03 16:29 EDT, Andrew Eisenberg CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Eisenberg CLA 2010-08-03 16:28:41 EDT
I found a problem with incremental compilation.  To reproduce:

1. Import attached project
2. Full build
3. Open Aspect.aj
4. Remove 'public' from the ITD ThisClass.something2
5. Save (forcing an incremental compile)
6. There should now be an error in ThirdClass.java, but there isn't
7. Full build.
8. Error in ThirdClass.java appears.

I am not running with any funky compiler flags.
Comment 1 Andrew Eisenberg CLA 2010-08-03 16:29:12 EDT
Created attachment 175809 [details]
Project that recreates this bug
Comment 2 Andrew Clement CLA 2013-06-24 11:04:26 EDT
unsetting the target field which is currently set for something already released