7925697b25e2371b1d34ab898bdb2b15fef633a1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable matchRoot : boolean to isRootPath : boolean in method public getMatches(path String) : List<MappedResource<E>> in class org.eclipse.jetty.http.pathmap.PathMappings | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method public put(pathSpec PathSpec, resource E) : boolean in class org.eclipse.jetty.http.pathmap.PathMappings | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mappings : List<MappedResource<E>> to _mappings : Set<MappedResource<E>> in class org.eclipse.jetty.http.pathmap.PathMappings | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mappings : List<MappedResource<E>> to _mappings : Set<MappedResource<E>> in class org.eclipse.jetty.http.pathmap.PathMappings | From | To | |
Change Attribute Type specs : Set<PathSpec> to specs : PathMappings<Boolean> in class org.eclipse.jetty.http.pathmap.PathSpecSet | From | To | |
Rename Parameter | 1 | ||
Rename Parameter e : String to s : String in method public add(s String) : boolean in class org.eclipse.jetty.http.pathmap.PathSpecSet | From | To |