Bug 552061 - Breakpoint annotation marker occludes Error marker
Summary: Breakpoint annotation marker occludes Error marker
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.13   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-13 04:33 EDT by Ed Willink CLA
Modified: 2019-10-13 04:33 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 Ed Willink CLA 2019-10-13 04:33:47 EDT
In the JDT editor the right hand column gives an overview of annotations. Errors/warnings are really useful. Everything else seems pretty cosmetic. I prefer to use the defaults so I don't want to switch them off.

Again in JDT, corrupting a declaration spelling is a really effective way of getting a useful 'Find References' markup.

However there is no prioritization of annotations, so a 'wanted' error marker can  be occluded by an 'unwanted' breakpoint marker. 'Find References' fails to show all the errors.

Suggest an annotation priority so that high priority annotations occlude lower priority annotations. Errors +200, warnings +100, everything else +0.