f2be39e39e4439500873a34c0bcb49030a9927fa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getResponseEncoding() : String renamed to public getResponseCharacterEncoding() : String in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Method public setResponseEncoding(responseEncoding String) : void renamed to public setResponseCharacterEncoding(responseCharacterEncoding String) : void in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Method public getRequestEncoding() : String renamed to public getRequestCharacterEncoding() : String in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Method public setRequestEncoding(requestEncoding String) : void renamed to public setRequestCharacterEncoding(requestCharacterEncoding String) : void in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute responseEncoding : String to responseCharacterEncoding : String in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Attribute requestEncoding : String to requestCharacterEncoding : String in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter requestEncoding : String to requestCharacterEncoding : String in method public setRequestCharacterEncoding(requestCharacterEncoding String) : void in class org.apache.tomcat.util.descriptor.web.WebXml | From | To | |
| Rename Parameter responseEncoding : String to responseCharacterEncoding : String in method public setResponseCharacterEncoding(responseCharacterEncoding String) : void in class org.apache.tomcat.util.descriptor.web.WebXml | From | To |