| Summary: | "Organize import" inserts useless import (junit.framework.TestCase) | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Daniel Le Berre <leberre> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Daniel Le Berre
It looks like TestCase is used in Javadoc and hence if Javadoc processing is enabled (Java > Compiler > Javadoc) it will add the import. Of course if you then compile it without that option enabled then it will complain about the import. |