Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 342433

Summary: [JUnit] Show JUnit @Ignore annotations in Markers/Problems view
Product: [Eclipse Project] JDT Reporter: Eugene Kuleshov <ekuleshov>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, markus.kell.r
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
JUnitAnnotationProcessor.zip none

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?