Bug 49675 - [Tasks] [Markers] Provide a distinguished marker type for Javadoc errors and warnings
Summary: [Tasks] [Markers] Provide a distinguished marker type for Javadoc errors and ...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.2 M6   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 49663 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-08 04:31 EST by Eric Bodden CLA
Modified: 2006-03-31 11:06 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Bodden CLA 2004-01-08 04:31:42 EST
In order to make Javadoc errors and warnings filterable in the problems view, 
one should provide a distinguished marker type for them.
Comment 1 Dirk Baeumer CLA 2004-01-12 06:32:01 EST
*** Bug 49663 has been marked as a duplicate of this bug. ***
Comment 2 Philipe Mulet CLA 2004-01-13 06:46:14 EST
Dirk - Can't filters be contributed based on the problem ID ? 
I am reluctant to go along that path, as I may need to introduce numerous 
problem types to solve all possible similar requests.
Comment 3 Dirk Baeumer CLA 2004-01-13 07:01:03 EST
AFAIK you can't contribute filters to the problem view. 

Nick, can you please comment on this. The problems view is Platform/UI.
Comment 4 Nick Edgar CLA 2004-01-13 22:00:47 EST
Correct, there is no extension point for filters in the Tasks view.
Comment 5 Philipe Mulet CLA 2004-01-14 06:13:04 EST
Moving to JDT/UI, suggest to defer until custom filters can be added.
Comment 6 Martin Aeschlimann CLA 2004-01-14 06:37:28 EST
Moving to platform.
Comment 7 Eric Bodden CLA 2004-03-15 18:31:01 EST
Sorry if I am impatient, but is anybody still looking into this?
Comment 8 Michael Van Meekeren CLA 2004-03-16 09:11:01 EST
sorry, nobody is looking at this right now.
Comment 9 Tod Creasey CLA 2005-11-02 15:08:56 EST
JDT is looking at adding categories for the java marker type in M4.

We now support multiple filters in the problems view.
Comment 10 Frederic Fusier CLA 2006-03-31 11:06:45 EST
Consider this is fixed since 3.2 M6 as Categories work well in Problems view and user can group problems using these categories. As Javadoc problems have their own category ('Documentation'), you can distinguish them easily now...