66e596511dba86225e30281cfa2e920c646b6fcc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable m : ServletMapping to existingMapping : ServletMapping in method public apply() : void in class org.eclipse.jetty.annotations.WebServletAnnotation | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type allMappings : ServletMapping[] to allMappings : List<ServletMapping> in method public apply() : void in class org.eclipse.jetty.annotations.WebServletAnnotation | From | To | |
| Extract Method | 1 | ||
| Extract Method private getServletMappingsForServlet(name String) : List<ServletMapping> extracted from public apply() : void in class org.eclipse.jetty.annotations.WebServletAnnotation | From | To |