85bfbe28689b4276a04eeeed91b205ab76e81d06
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method public SonarRuntime(version Version, product SonarProduct, sonarQubeSide SonarQubeSide) from class org.sonar.api.SonarRuntime to private SonarRuntimeImpl(version Version, product SonarProduct, sonarQubeSide SonarQubeSide) from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Push Down Method public getSonarQubeSide() : SonarQubeSide from class org.sonar.api.SonarRuntime to public getSonarQubeSide() : SonarQubeSide from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Push Down Method public getProduct() : SonarProduct from class org.sonar.api.SonarRuntime to public getProduct() : SonarProduct from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Push Down Method public getApiVersion() : Version from class org.sonar.api.SonarRuntime to public getApiVersion() : Version from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.sonar.api.internal.SonarRuntimeImpl from class org.sonar.api.SonarRuntime | From | To | |
Move Method | 1 | ||
Move Method public isGreaterThanOrEqual(than Version) : boolean from class org.sonar.api.SonarRuntime to public isGreaterThanOrEqual(than Version) : boolean from class org.sonar.api.SonarQubeVersion | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private version : Version from class org.sonar.api.SonarRuntime to private version : Version from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Push Down Attribute private product : SonarProduct from class org.sonar.api.SonarRuntime to private product : SonarProduct from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Push Down Attribute private sonarQubeSide : SonarQubeSide from class org.sonar.api.SonarRuntime to private sonarQubeSide : SonarQubeSide from class org.sonar.api.internal.SonarRuntimeImpl | From | To | |
Move Attribute | 4 | ||
Move Attribute public expectedException : ExpectedException from class org.sonar.api.SonarQubeVersionTest to public expectedException : ExpectedException from class org.sonar.api.internal.ApiVersionTest | From | To | |
Move Attribute public V5_6 : Version from class org.sonar.api.SonarRuntime to public V5_6 : Version from class org.sonar.api.SonarQubeVersion | From | To | |
Move Attribute public expectedException : ExpectedException from class org.sonar.api.SonarQubeVersionTest to public expectedException : ExpectedException from class org.sonar.api.internal.SonarRuntimeImplTest | From | To | |
Move Attribute public V5_5 : Version from class org.sonar.api.SonarRuntime to public V5_5 : Version from class org.sonar.api.SonarQubeVersion | From | To | |
Rename Attribute | 2 | ||
Rename Attribute sqVersion : SonarQubeVersion to runtime : SonarRuntime in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Rename Attribute sqVersion : SonarQubeVersion to runtime : SonarRuntime in class org.sonar.scanner.sensor.DefaultSensorContextTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type sqVersion : SonarQubeVersion to runtime : SonarRuntime in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Change Attribute Type sqVersion : SonarQubeVersion to runtime : SonarRuntime in class org.sonar.scanner.sensor.DefaultSensorContextTest | From | To |