e59d6fa2c02f823041f44a0df1aab3e9e43a92db
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testNormalizeJettyBaseAsURI() : void renamed to public testNormalizeJettyBaseAsPath() : void in class org.eclipse.jetty.quickstart.AttributeNormalizerTest | From | To | |
Rename Method public testNormalizeJettyHomeAsURI() : void renamed to public testNormalizeJettyHomeAsPath() : void in class org.eclipse.jetty.quickstart.AttributeNormalizerTest | From | To | |
Rename Method private add(paths List<PathAttribute>, uris List<URIAttribute>, key String, weight int) : void renamed to private addSystemProperty(key String, weight int) : void in class org.eclipse.jetty.quickstart.AttributeNormalizer | From | To | |
Extract Variable | 2 | ||
Extract Variable aPath : String in method protected normalizeUri(uri URI) : String from class org.eclipse.jetty.quickstart.AttributeNormalizer | From | To | |
Extract Variable uPath : String in method protected normalizeUri(uri URI) : String from class org.eclipse.jetty.quickstart.AttributeNormalizer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type jettyBase : String to jettyBase : Path in class org.eclipse.jetty.quickstart.AttributeNormalizerTest | From | To | |
Change Attribute Type jettyHome : String to jettyHome : Path in class org.eclipse.jetty.quickstart.AttributeNormalizerTest | From | To |