Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342433 - [JUnit] Show JUnit @Ignore annotations in Markers/Problems view
Summary: [JUnit] Show JUnit @Ignore annotations in Markers/Problems view
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 09:19 EDT by Eugene Kuleshov CLA
Modified: 2011-04-12 02:02 EDT (History)
2 users (show)

See Also:


Attachments
JUnitAnnotationProcessor.zip (6.86 KB, application/x-zip)
2011-04-11 12:36 EDT, Markus Keller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Kuleshov CLA 2011-04-11 09:19:15 EDT
It would be really handy to see Show JUnit's @Ignore annotations in the Markers/Problems view.
Comment 1 Markus Keller CLA 2011-04-11 12:35:42 EDT
That would need either an annotation processor or a separate builder on the project classpath. We won't put library-specific problems into the core Java builder.

Please follow up with the JUnit team to see if they are interested in shipping their own annotation processor (which could also be used to detect other problems with JUnit annotations).
Comment 2 Markus Keller CLA 2011-04-11 12:36:06 EDT
Created attachment 192945 [details]
JUnitAnnotationProcessor.zip

Here's a quick and dirty hack (example project) that implements such an annotation processor.
Comment 3 Eugene Kuleshov CLA 2011-04-11 12:46:34 EDT
This is neat, but I hoped to see something more user friendly, integrated with Eclipse JDT UI, e.g. similar to TODO and XXX markers in Java code.
Comment 4 Eugene Kuleshov CLA 2011-04-11 12:49:17 EDT
Isn't JUnit integration is a part of JDT project?