Bug 44694

Summary: refactor rename: rename also setter and getter methods
Product: [Eclipse Project] JDT Reporter: Ralf Hauser <hauser>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Ralf Hauser CLA 2003-10-11 10:02:05 EDT
otherwise, one runs into problems e.g. with Struts that relies on those
functions being named after the private field name.

org.apache.jasper.JasperException: Exception accessing property readByRecip for
bean inMsgList: java.lang.NoSuchMethodException: Unknown property 'readByRecip'
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
....
Comment 1 Dirk Baeumer CLA 2003-10-11 14:08:23 EDT
When renaming a field there should be a check box on the dialog to rename 
setter and getters as well. Please reopen if this doesn't solve your problem.
Comment 2 Ralf Hauser CLA 2003-10-11 23:07:22 EDT
apologies, oversaw it...