877815e1959963f051a1c425405b0a4360f8a9e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public sanitizeFileSystemPath(str String) : String renamed to public sanitizeFileSystemName(str String) : String in class org.eclipse.jetty.util.StringUtil | From | To | |
Rename Variable | 1 | ||
Rename Variable classname : String to classRef : String in method private copyClass(clazz Class<?>, basedir File) : void in class org.eclipse.jetty.annotations.TestAnnotationParser | From | To | |
Change Variable Type | 1 | ||
Change Variable Type testConfig : File to testConfig : Path in method public TestableJettyServer() in class org.eclipse.jetty.test.support.TestableJettyServer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type baseDir : File to baseDir : Path in class org.eclipse.jetty.test.support.TestableJettyServer | From | To | |
Change Attribute Type testResourcesDir : File to testResourcesDir : Path in class org.eclipse.jetty.test.support.TestableJettyServer | From | To | |
Inline Variable | 1 | ||
Inline Variable contextPath : String in method public getCanonicalNameForWebAppTmpDir(context WebAppContext) : String from class org.eclipse.jetty.webapp.WebInfConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter s : String to str : String in method public sanitize(str String) : String in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet | From | To |