5f3df6283a0d506decec0049c6fde833eed69c63
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public modulesRepeatedNames() : void renamed to public modulesRepeatedIds() : void in class org.sonar.batch.scan.ProjectReactorBuilderTest | From | To | |
Rename Variable | 1 | ||
Rename Variable entry : Map.Entry<String,String> to e : Map.Entry<String,String> in method private extractPropertiesByModule(propertiesByModuleId Map<String,Map<String,String>>, currentModuleId String, parentProperties Map<String,String>) : void in class org.sonar.batch.scan.ProjectReactorBuilder | From | To | |
Move Source Folder | 1 | ||
Move Source Folder sonar-batch/src/test/resources/org/sonar/batch/scan/ProjectReactorBuilderTest/multi-module-repeated-names to sonar-batch/src/test/resources/org/sonar/batch/scan/ProjectReactorBuilderTest/multi-module-repeated-id | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Map<String,String>> to void in method private extractPropertiesByModule(propertiesByModuleId Map<String,Map<String,String>>, currentModuleId String, parentProperties Map<String,String>) : void in class org.sonar.batch.scan.ProjectReactorBuilder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable result : Map<String,Map<String,String>> to propertiesByModuleId : Map<String,Map<String,String>> in method private extractPropertiesByModule(propertiesByModuleId Map<String,Map<String,String>>, currentModuleId String, parentProperties Map<String,String>) : void in class org.sonar.batch.scan.ProjectReactorBuilder | From | To |