8e02bfef3693db0db1d969c1170de84ff4a90c8e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable removed : boolean to removedClass : boolean in method public remove(o Object) : boolean in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName | From | To | |
Rename Variable u : URI to entry : Entry in method public test(uri URI) : boolean in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.webapp.ClasspathPattern.ByName renamed to org.eclipse.jetty.webapp.ClasspathPattern.ByClass | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _byName : ByName to _byClass : ByClass in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName | From | To | |
Change Variable Type | 1 | ||
Change Variable Type u : URI to entry : Entry in method public test(uri URI) : boolean in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type _locations : IncludeExcludeSet<URI,URI> to _locations : IncludeExcludeSet<Entry,URI> in class org.eclipse.jetty.webapp.ClasspathPattern | From | To | |
Change Attribute Type _byName : ByName to _byClass : ByClass in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName | From | To | |
Rename Parameter | 2 | ||
Rename Parameter include : boolean to inclusive : boolean in method protected Entry(name String, inclusive boolean) in class org.eclipse.jetty.webapp.ClasspathPattern.Entry | From | To | |
Rename Parameter e : Entry to entry : Entry in method public add(entry Entry) : boolean in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName | From | To |