359536590dc71926a206818a83b1fe4fb8926f8a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public call_purge_method_of_the_purge_task() : void renamed to private verify_call_purge_method_of_the_purge_task(project Component) : void in class org.sonar.server.computation.step.PurgeDatastoresStepTest | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute private PROJECT_UUID : String in class org.sonar.server.computation.step.PurgeDatastoresStepTest | From | To | |
| Extract Attribute private PROJECT_ID : long in class org.sonar.server.computation.step.PurgeDatastoresStepTest | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable project : Component to root : Component in method private execute(root Component) : void in class org.sonar.server.computation.step.PurgeDatastoresStep | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type dbIdsRepository : DbIdsRepositoryImpl to dbIdsRepository : MutableDbIdsRepositoryRule in class org.sonar.server.computation.step.PurgeDatastoresStepTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private execute(root Component) : void extracted from public execute() : void in class org.sonar.server.computation.step.PurgeDatastoresStep | From | To |