| Summary: | [extract constant] Case expression not replaced with extracted constant. | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Brian Miller <bmiller> |
| Component: | UI | Assignee: | Markus Keller <markus.kell.r> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | trivial | ||
| Priority: | P3 | CC: | deepakazad |
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 211529 *** |
Hilite 7 and extract constant. See that the hilited 7 isn't replaced. ---------------------------- Bug.java ---------------- class Bug { { switch(hashCode()){ case 7: } } }