bc298f995099795d8b280baa80eb579096dfcecb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable sensors : Collection<Sensor> to allSensors : Collection<Sensor> in method public execute(context SensorContext) : void in class org.sonar.scanner.phases.SensorsExecutor | From | To | |
Move Attribute | 1 | ||
Move Attribute private languages : SortedSet<String> from class org.sonar.api.batch.fs.internal.DefaultFileSystem to private languages : SortedSet<String> from class org.sonar.api.batch.fs.internal.DefaultFileSystem.MapCache | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private moduleKey : String in class org.sonar.scanner.scan.filesystem.ModuleInputComponentStoreTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute InputModule : DefaultInputModule to inputModule : DefaultInputModule in class org.sonar.scanner.report.MeasuresPublisherTest | From | To | |
Extract Variable | 7 | ||
Extract Variable moduleKey : String in method public testIssues() : void from class org.sonar.scanner.postjob.DefaultPostJobContextTest | From | To | |
Extract Variable rootBaseDir : File in method public should_add_input_file() : void from class org.sonar.scanner.scan.filesystem.InputComponentStoreTest | From | To | |
Extract Variable rootModuleKey : String in method public should_add_input_file() : void from class org.sonar.scanner.scan.filesystem.InputComponentStoreTest | From | To | |
Extract Variable moduleKey : String in method public prepare() : void from class org.sonar.scanner.report.SourcePublisherTest | From | To | |
Extract Variable moduleKey : String in method public prepare() : void from class org.sonar.scanner.report.CoveragePublisherTest | From | To | |
Extract Variable subModuleKey : String in method public should_add_input_file() : void from class org.sonar.scanner.scan.filesystem.InputComponentStoreTest | From | To | |
Extract Variable moduleKey : String in method public prepare() : void from class org.sonar.scanner.report.MeasuresPublisherTest | From | To | |
Extract Method | 5 | ||
Extract Method private execute(context SensorContext, sensors Collection<Sensor>) : void extracted from public execute(context SensorContext) : void in class org.sonar.scanner.phases.SensorsExecutor | From | To | |
Extract Method private newModuleInputComponentStore() : ModuleInputComponentStore extracted from public should_get_empty_iterable_on_cache_miss() : void in class org.sonar.scanner.scan.filesystem.ModuleInputComponentStoreTest | From | To | |
Extract Method private newModuleInputComponentStore() : ModuleInputComponentStore extracted from public should_not_cache_duplicates() : void in class org.sonar.scanner.scan.filesystem.ModuleInputComponentStoreTest | From | To | |
Extract Method private newModuleInputComponentStore() : ModuleInputComponentStore extracted from public should_cache_files_by_extension() : void in class org.sonar.scanner.scan.filesystem.ModuleInputComponentStoreTest | From | To | |
Extract Method private newModuleInputComponentStore() : ModuleInputComponentStore extracted from public should_cache_files_by_filename() : void in class org.sonar.scanner.scan.filesystem.ModuleInputComponentStoreTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected languages() : SortedSet<String> extracted from public languages() : SortedSet<String> in class org.sonar.api.batch.fs.internal.DefaultFileSystem & moved to class org.sonar.api.batch.fs.internal.DefaultFileSystem.MapCache | From | To |