| Summary: | [code assist] Duplicate @Target annotations getting suggested | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | ANIRBAN CHAKRABORTY <anchakrk> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | srikanth_sankaran, stephan.herrmann |
| Version: | 4.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | stalebug | ||
Same for @interface Do you think with JEP 120 (repeating annotations / enhanced meta-data) we can distinguish legal / illegal repetitions during code assist? (In reply to comment #2) > Do you think with JEP 120 (repeating annotations / enhanced meta-data) > we can distinguish legal / illegal repetitions during code assist? I'll investigate, and reply. And fix as necessary. Thanks Planning to postpone this till the JEP 120 project is done. Please let me know if anyone has any objection. JEP120 requires special tagging of repeatable annotations and as of 8b100 @Target is not tagged as repeatable. It is unlikely also since the existing mechanism for specifying multiple targets works just fine. I vote to move this out of [1.8] as this is a general issue and not 1.8 specific. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
@Target ({ElementType.TYPE_USE}) @Targe<ctrl-space> Still suggests @Target.