| Summary: | [validation][imports] Required import marked as unnecessary | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Sebastian Zarnekow <sebastian.zarnekow> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | christian.dietrich.opensource |
| Version: | 2.4.0 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
can no longer be reproduced with Xtext 2.10 |
If an imported class is used with an escape char ^, the import is flagged as unnecessary: import java.util.List class C { ^List<C> list } It does not matter whether the escape char is mandatory or not, e.g. the following is flagged, too: import com.acme.^def class C { ^def d }