bea20cce6110d6a5707a6998ca046d0f11b8a53b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method private verifyComponentByKey(publicKey String) : void inlined to public compute_keys_and_uuids_on_project_having_module_and_directory() : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Extract Method | 2 | ||
Extract Method private verifyComponentByKey(publicKey String, key String, shortName String, uuid String) : void extracted from private verifyComponentByKey(publicKey String, key String, uuid String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Extract Method private verifyComponentByRef(ref int, key String, publicKey String, shortName String, uuid String) : void extracted from private verifyComponentByRef(ref int, key String, publicKey String, uuid String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter publicKey : String to shortName : String in method private verifyComponentByRef(ref int, key String, shortName String, uuid String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Rename Parameter uuid : String to shortName : String in method private verifyComponentByRef(ref int, key String, shortName String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Rename Parameter key : String to shortName : String in method private verifyComponentByKey(publicKey String, shortName String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To | |
Rename Parameter uuid : String to shortName : String in method private verifyComponentByKey(publicKey String, key String, shortName String) : void in class org.sonar.ce.task.projectanalysis.step.BuildComponentTreeStepTest | From | To |