fc5b9927d1abad7c7127e541a49e4465c8cd213a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getISBN() : String renamed to public getIsbn() : String in class org.jboss.resteasy.test.providers.jettison.resource.Book | From | To | |
Rename Method public setISBN(ISBN String) : void renamed to public setIsbn(isbn String) : void in class org.jboss.resteasy.test.providers.jettison.resource.Book | From | To | |
Rename Method public testInContainerRuntimeDegate() : void renamed to public testInContainerRuntimeDelegate() : void in class org.jboss.resteasy.test.core.ResteasyJAXRSImplTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute ISBN : String to isbn : String in class org.jboss.resteasy.test.providers.jettison.resource.Book | From | To | |
Rename Parameter | 2 | ||
Rename Parameter ISBN : String to isbn : String in method public Book(author String, isbn String, title String) in class org.jboss.resteasy.test.providers.jettison.resource.Book | From | To | |
Rename Parameter ISBN : String to isbn : String in method public setIsbn(isbn String) : void in class org.jboss.resteasy.test.providers.jettison.resource.Book | From | To |