Bug 44616 - compiler warnings hide advice annotation
Summary: compiler warnings hide advice annotation
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.1.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Helen Beeken CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 17:31 EDT by Ron Bodkin CLA
Modified: 2004-11-08 14:47 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 Ron Bodkin CLA 2003-10-09 17:31:03 EDT
The gutter annotation for advice is not visible if there is a compiler warning 
(e.g., from "declare warning"). This might be an Eclipse limitation, but if 
possible it would be helpful to still see what advice affects a line of code 
with a warning. You can still use the outline view to do this (as one 
workaround).
Comment 1 Helen Beeken CLA 2004-10-25 09:28:24 EDT
Hi Ron,

The current behaviour in AJDT 1.2.0M1 is that the declare warning icon appears 
in the gutter, however, hovering over this with the mouse you see that there 
are multiple markers on this line. A list is given, for example the advice 
which is affecting this line, as well as the declare warning message. 
Moreover, the outline view notes that both are affecting this line of code.

Finally, the new Resources and Markers provider for the visualiser (Window > 
Preferences > Visualier) shows that more than one thing is affecting this line 
of code.

Is this the behaviour you were looking for in this bug?

Thanks, Helen
Comment 2 Helen Beeken CLA 2004-11-08 04:13:01 EST
I'm closing this bug as fixed in AJDT 1.2.0M1 (please see my previous comment).

Thanks, Helen
Comment 3 Ron Bodkin CLA 2004-11-08 14:47:56 EST
I just tried this out and the new support looks great. Thanks for doing such a 
good job!