49eadc52464c060da219fb989d934c5b5904068e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable trie : Trie<Map.Entry<String,Branch[]>> to mapping : Mapping in method private mapContexts(handlers Handler[]) : void in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Rename Variable map : Map<String,Branch[]> to path2Branches : Map<String,Branch[]> in method private mapContexts(handlers Handler[]) : void in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private _pathBranches : Trie<Map.Entry<String,Branch[]>> from class org.eclipse.jetty.server.handler.ContextHandlerCollection to private _pathBranches : Trie<Map.Entry<String,Branch[]>> from class org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping | From | To | |
| Extract Class | 1 | ||
| Extract Class org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping from class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute _pathBranches : Trie<Map.Entry<String,Branch[]>> to _mapping : Mapping in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type trie : Trie<Map.Entry<String,Branch[]>> to mapping : Mapping in method private mapContexts(handlers Handler[]) : void in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type _pathBranches : Trie<Map.Entry<String,Branch[]>> to _mapping : Mapping in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To | |
| Extract Method | 1 | ||
| Extract Method private mapContexts(handlers Handler[]) : void extracted from public mapContexts() : void in class org.eclipse.jetty.server.handler.ContextHandlerCollection | From | To |