3c9cc698a11ae13162089bdf5129555d3f99b6de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type classes : Collection<String> to classes : Multiset<String> in method private writeFile(classes Multiset<String>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML.HTMLWriter | From | To | |
Rename Variable | 1 | ||
Rename Variable htmlAnnotationClass : String to label : String in method private writeFile(classes Multiset<String>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML.HTMLWriter | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute classes : Set<String> to classOccurences : Multiset<String> in method public buildGraph(graph Graph, extra HashMap<Class<?>,Object>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML | From | To | |
Replace Variable With Attribute classes : Set<String> to classOccurences : Multiset<String> in method private addAnnotations(last_added_key String, current_map Multimap<String,String>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML | From | To | |
Change Variable Type | 2 | ||
Change Variable Type classes : Set<String> to classOccurences : Multiset<String> in method private addAnnotations(last_added_key String, current_map Multimap<String,String>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML | From | To | |
Change Variable Type classes : Set<String> to classOccurences : Multiset<String> in method public buildGraph(graph Graph, extra HashMap<Class<?>,Object>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML | From | To | |
Extract Method | 2 | ||
Extract Method private addAnnotations(last_added_key String, current_map Multimap<String,String>) : void extracted from public buildGraph(graph Graph, extra HashMap<Class<?>,Object>) : void in class org.opentripplanner.graph_builder.AnnotationsToHTML | From | To |