| Summary: | [typing][5.0] Wrong auto completion for '{' inside annotation | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Sergey Elin <elinsn> |
| Component: | Text | Assignee: | Noopur Gupta <noopur_gupta> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | daniel_megert, david_audel, mario.fts, markus.kell.r, philippe_mulet |
| Version: | 3.4.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | fix candidate | ||
Reproduced in 3.5. Automatic addition of closing braces is done by JDT/UI. Move to JDT/UI *** Bug 394467 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 395071 *** |
How to reproduce: 1. Create new class 2. Add any annotation container (@NamedQueries for example) 3. Type '{' inside '()' and hit Enter. Here is the result: @Entity @Table(name = "IPRC_PRICE_GROUP") @NamedQueries({ ) } public class PriceGroup extends AbstractEntity<PriceGroup> { }