658f3583cc57c349108dc95770ef7e792fba7a9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testDuplicatePaths_02() : void renamed to public testDuplicatePaths02() : void in class org.apache.tomcat.websocket.server.TestWsServerContainer | From | To | |
Rename Method public testDuplicatePaths_03() : void renamed to public testDuplicatePaths03() : void in class org.apache.tomcat.websocket.server.TestWsServerContainer | From | To | |
Rename Method public testDuplicatePaths_04() : void renamed to public testDuplicatePaths04() : void in class org.apache.tomcat.websocket.server.TestWsServerContainer | From | To | |
Rename Method public testDuplicatePaths_01() : void renamed to public testDuplicatePaths01() : void in class org.apache.tomcat.websocket.server.TestWsServerContainer | From | To | |
Rename Variable | 1 | ||
Rename Variable old : ServerEndpointConfig to oldMatch : ExactPathMatch in method package addEndpoint(sec ServerEndpointConfig, fromAnnotatedPojo boolean) : void in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Change Variable Type | 3 | ||
Change Variable Type templateMatches : SortedSet<TemplatePathMatch> to templateMatches : ConcurrentSkipListMap<String,TemplatePathMatch> in method public findMapping(path String) : WsMappingResult in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Change Variable Type templateMatches : SortedSet<TemplatePathMatch> to templateMatches : ConcurrentSkipListMap<String,TemplatePathMatch> in method package addEndpoint(sec ServerEndpointConfig, fromAnnotatedPojo boolean) : void in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Change Variable Type old : ServerEndpointConfig to oldMatch : ExactPathMatch in method package addEndpoint(sec ServerEndpointConfig, fromAnnotatedPojo boolean) : void in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Extract Method | 2 | ||
Extract Method package addEndpoint(sec ServerEndpointConfig, fromAnnotatedPojo boolean) : void extracted from public addEndpoint(sec ServerEndpointConfig) : void in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Extract Method package addEndpoint(pojo Class<?>, fromAnnotatedPojo boolean) : void extracted from public addEndpoint(pojo Class<?>) : void in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type configExactMatchMap : Map<String,ServerEndpointConfig> to configExactMatchMap : Map<String,ExactPathMatch> in class org.apache.tomcat.websocket.server.WsServerContainer | From | To | |
Change Attribute Type configTemplateMatchMap : Map<Integer,SortedSet<TemplatePathMatch>> to configTemplateMatchMap : Map<Integer,ConcurrentSkipListMap<String,TemplatePathMatch>> in class org.apache.tomcat.websocket.server.WsServerContainer | From | To |