| Summary: | [getter setter] "this.this..." is generated for getters if code style is set to generate "this" | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Yi Lin <yi.lin> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Yi Lin
Move to JDT/UI Did you add 'this.' into the getter setter body templates? (Preferences > Java > Code Style > Code Templates)
You have to change that back to the default value ('return ${field};')
You are right. Thank you. |