e1eaa719e95a20438dda7516797d155db1c3b56c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private parseSequence(sequence String) : int renamed to private parseFieldAsInt(field String) : int in class org.sonar.api.utils.Version | From | To | |
Rename Method public parse_throws_IAE_if_more_than_3_sequences() : void renamed to public parse_throws_IAE_if_more_than_4_fields() : void in class org.sonar.api.utils.VersionTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type server : Server to runtime : SonarRuntime in method public UpdateCenterMatrixFactory(centerClient UpdateCenterClient, runtime SonarRuntime, installedPluginReferentialFactory InstalledPluginReferentialFactory) in class org.sonar.server.plugins.UpdateCenterMatrixFactory | From | To | |
Rename Variable | 2 | ||
Rename Variable other : Version to version : Version in method public equals(o Object) : boolean in class org.sonar.api.utils.Version | From | To | |
Rename Variable split : List<String> to fields : List<String> in method public parse(text String) : Version in class org.sonar.api.utils.Version | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private DEFAULT_QUALIFIER : String in class org.sonar.api.utils.Version | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sonarVersion : Version to sonarRuntime : SonarRuntime in class org.sonar.server.plugins.UpdateCenterMatrixFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sonarVersion : Version to sonarRuntime : SonarRuntime in class org.sonar.server.plugins.UpdateCenterMatrixFactory | From | To | |
Rename Parameter | 2 | ||
Rename Parameter sequence : String to field : String in method private parseFieldAsInt(field String) : int in class org.sonar.api.utils.Version | From | To | |
Rename Parameter server : Server to runtime : SonarRuntime in method public UpdateCenterMatrixFactory(centerClient UpdateCenterClient, runtime SonarRuntime, installedPluginReferentialFactory InstalledPluginReferentialFactory) in class org.sonar.server.plugins.UpdateCenterMatrixFactory | From | To |