Bug 70249 - AspectJ warnings disabled by default on upgrade
Summary: AspectJ warnings disabled by default on upgrade
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Julie Waterhouse CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 13:43 EDT by Ron Bodkin CLA
Modified: 2004-07-22 12:08 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 Ron Bodkin CLA 2004-07-16 13:43:12 EDT
It's nice that there's now a default type for AspectJ problems. However, in 
upgrading from 1.1.10 to 1.1.11, the setting for this was not enabled. I don't 
know if there's any way to enable it by default on upgrade, but it would be 
nice to do so. Definitely this should be part of the code that runs to first 
configure AspectJ.
Comment 1 Luzius Meisser CLA 2004-07-20 13:16:08 EDT
This happens because the Problem View does not automatically update its filter 
properties when new types of error markers are added. We could access the 
problem view filter properties and change them to include our problem markers. 

Fixed as follows: when AspectJPlugin detects a version change, it checks if the 
ajdt problem markers get filtered. If yes, it changes the according property of 
the problem view.
Comment 2 Julie Waterhouse CLA 2004-07-22 12:08:54 EDT
Fixed by Luzius.