| Summary: | Convert local variable to field deletes JavaDoc [refactoring] | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Benjamin Pasero <bpasero> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Hi, please delete this bug if it was already reported. Having a local variable in a method with a JavaDoc on it (either single line or multi-line) will delete the JavaDoc after calling Refactor > Convert local variable to field. Example: public void foo() { /** This is a local variable */ String bar = "foo"; } Regards, Ben