37ec4160bbdff62276f3a73f03ad52deeb7c7663
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type sms : HashMap<String,Set<ServletMapping>> to sms : HashMap<String,List<ServletMapping>> in method protected updateMappings() : void in class org.eclipse.jetty.servlet.ServletHandler | From | To | |
Change Variable Type mappings : Set<ServletMapping> to mappings : List<ServletMapping> in method protected updateMappings() : void in class org.eclipse.jetty.servlet.ServletHandler | From | To |