10955ec396a053d596a40ac3fdf7ca73dd911327
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type moduleBaseDir : File to moduleBaseDir : Path in method private SensorContextTester(moduleBaseDir Path) in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Change Return Type | 3 | ||
Change Return Type void to SensorContextTester in method public setActiveRules(activeRules ActiveRules) : SensorContextTester in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Change Return Type void to SensorContextTester in method public setFileSystem(fs DefaultFileSystem) : SensorContextTester in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Change Return Type void to SensorContextTester in method public setSettings(settings Settings) : SensorContextTester in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.sonar.core.platform.SonarQubeVersionProviderTest moved and renamed to org.sonar.api.internal.SonarQubeVersionFactoryTest | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public create(moduleBaseDir Path) : SensorContextTester extracted from public testRule() : void in class org.sonar.xoo.rule.OneIssuePerLineSensorTest & moved to class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Extract And Move Method public create(moduleBaseDir Path) : SensorContextTester extracted from public testForceSeverity() : void in class org.sonar.xoo.rule.OneIssuePerLineSensorTest & moved to class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Extract And Move Method public isGreaterThanOrEqual(than Version) : boolean extracted from public isGreaterThanOrEqual(than Version) : boolean in class org.sonar.api.SonarQubeVersion & moved to class org.sonar.api.utils.Version | From | To |