Bug 84033 - incremental declare error persists after fix
Summary: incremental declare error persists after fix
Status: RESOLVED WORKSFORME
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.2.1 M1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.5.0 M4   Edit
Assignee: Adrian Colyer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-31 06:52 EST by Wes Isberg CLA
Modified: 2005-10-05 08:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wes Isberg CLA 2005-01-31 06:52:54 EST
In incremental mode, errors associated with a file by declare-error are not
removed after fixing the pointcut.
See tests/bugs/incremental-declare-error/...
Comment 1 Adrian Colyer CLA 2005-03-23 09:29:03 EST
for fixing as part of aj5m4 incremental work... problem *may* be on the AJDT
side, but then again...
Comment 2 Andrew Clement CLA 2005-10-03 04:46:54 EDT
I've moved the test into the normal set of incremental tests - and it doesn't
fail.  I also tried the scenario in AJDT and it didn't fail there either.  Given
the age of the bug it could have been fixed by some other stuff I did for AJDT
to do with clearing 'problems' (which a deow is) from a compilation unit during
incremental compilation.  (In that situation if we weren't clearing the problems
they would appear twice when you did an incremental build).  If Wes doesn't
object, I'll close this as already fixed in a day or so...
Comment 3 Andrew Clement CLA 2005-10-05 08:29:33 EDT
closing as WORKSFORME - think it was fixed by something we did earlier in the
year.  Anyway, testcase has been added to AJ so we can't regress.