Community
Participate
Working Groups
Automatic generation of GETTER and SETTER methods don´t use configured naming conventions. for example. i configured "par" as a prefix for parameter values. for the field: private Long invoiceId ; the generated SETTER looks like: public void setInvoiceId ( Long invoiceId ) { this.invoiceId = invoiceId ; } but it should : public void setInvoiceId ( Long parInvoiceId ) { this.invoiceId = parInvoiceId ; }
Moving to JDT/UI
*** Bug 309932 has been marked as a duplicate of this bug. ***
*** Bug 329270 has been marked as a duplicate of this bug. ***
*** Bug 381982 has been marked as a duplicate of this bug. ***
Fixed with http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=1adf8475b9fc9f683a9f19991fac68d48929c3c5