0040f2a46e1aedc6635e08e3aeb8f275dbb0983a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type uri : StringBuffer to uri : CharSequence in method public hasScheme(uri CharSequence) : boolean in class org.apache.tomcat.util.net.URL | From | To | |
Change Parameter Type uri : String to uri : CharSequence in method public hasScheme(uri CharSequence) : boolean in class org.apache.tomcat.util.net.URL | From | To | |
Move Method | 2 | ||
Move Method protected hasScheme(uri StringBuffer) : boolean from class org.apache.catalina.valves.rewrite.RewriteValve to public hasScheme(uri CharSequence) : boolean from class org.apache.tomcat.util.net.URL | From | To | |
Move Method private hasScheme(uri String) : boolean from class org.apache.catalina.connector.Response to public hasScheme(uri CharSequence) : boolean from class org.apache.tomcat.util.net.URL | From | To |