| Summary: | [JUnit] Show JUnit @Ignore annotations in Markers/Problems view | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Eugene Kuleshov <ekuleshov> | ||||
| Component: | UI | Assignee: | 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
Eugene Kuleshov
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). Created attachment 192945 [details]
JUnitAnnotationProcessor.zip
Here's a quick and dirty hack (example project) that implements such an annotation processor.
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. Isn't JUnit integration is a part of JDT project? |