2d20c0f3f27356ad1f9aa430f3e5925c50756cfc
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setSonarQubeVersion(version Version) : SensorContextTester renamed to public setRuntime(version Version, isSonarLint boolean) : SensorContextTester in class org.sonar.api.batch.sensor.internal.SensorContextTester | From | To | |
Pull Up Method | 3 | ||
Pull Up Method public SonarQubeVersion(version Version) from class org.sonar.api.SonarQubeVersion to public RuntimeApiVersion(version Version, sonarlint boolean) from class org.sonar.api.RuntimeApiVersion | From | To | |
Pull Up Method public isGreaterThanOrEqual(than Version) : boolean from class org.sonar.api.SonarQubeVersion to public isGreaterThanOrEqual(than Version) : boolean from class org.sonar.api.RuntimeApiVersion | From | To | |
Pull Up Method public get() : Version from class org.sonar.api.SonarQubeVersion to public get() : Version from class org.sonar.api.RuntimeApiVersion | From | To | |
Change Parameter Type | 6 | ||
Change Parameter Type sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in method protected ServerExtensionInstaller(runtimeApiVersion RuntimeApiVersion, pluginRepository PluginRepository, supportedAnnotationTypes Class<? extends Annotation>...) in class org.sonar.server.plugins.ServerExtensionInstaller | From | To | |
Change Parameter Type extensionClass : Class<? extends Extension> to extensionClass : Class in method package isType(extension Object, extensionClass Class) : boolean in class org.sonar.server.plugins.ServerExtensionInstaller | From | To | |
Change Parameter Type sqVersion : SonarQubeVersion to sqVersion : RuntimeApiVersion in method public DefaultSensorContext(module InputModule, settings Settings, fs FileSystem, activeRules ActiveRules, analysisMode AnalysisMode, sensorStorage SensorStorage, sqVersion RuntimeApiVersion) in class org.sonar.scanner.sensor.DefaultSensorContext | From | To | |
Change Parameter Type sonarQubeVersion : SonarQubeVersion to sonarQubeVersion : RuntimeApiVersion in method public ExtensionInstaller(sonarQubeVersion RuntimeApiVersion, pluginRepository PluginRepository, analysisMode AnalysisMode) in class org.sonar.scanner.bootstrap.ExtensionInstaller | From | To | |
Change Parameter Type sqVersion : SonarQubeVersion to sqVersion : RuntimeApiVersion in method public DeprecatedSensorContext(module InputModule, index DefaultIndex, project Project, settings Settings, fs FileSystem, activeRules ActiveRules, analysisMode AnalysisMode, coverageFilter CoverageExclusions, sensorStorage SensorStorage, sqVersion RuntimeApiVersion) in class org.sonar.scanner.deprecated.DeprecatedSensorContext | From | To | |
Change Parameter Type sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in method public ComputeEngineExtensionInstaller(runtimeApiVersion RuntimeApiVersion, pluginRepository PluginRepository) in class org.sonar.ce.platform.ComputeEngineExtensionInstaller | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute public V5_6 : Version from class org.sonar.api.SonarQubeVersion to public V5_6 : Version from class org.sonar.api.RuntimeApiVersion | From | To | |
Pull Up Attribute public V5_5 : Version from class org.sonar.api.SonarQubeVersion to public V5_5 : Version from class org.sonar.api.RuntimeApiVersion | From | To | |
Pull Up Attribute private version : Version from class org.sonar.api.SonarQubeVersion to private version : Version from class org.sonar.api.RuntimeApiVersion | From | To | |
Move Attribute | 1 | ||
Move Attribute private version : Version from class org.sonar.api.Plugin.Context to private version : Version from class org.sonar.api.RuntimeApiVersion | From | To | |
Rename Class | 2 | ||
Rename Class org.sonar.api.internal.SonarQubeVersionFactory renamed to org.sonar.api.internal.RuntimeApiVersionFactory | From | To | |
Rename Class org.sonar.api.internal.SonarQubeVersionFactoryTest renamed to org.sonar.api.internal.RuntimeApiVersionFactoryTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.sonar.api.RuntimeApiVersion from classes [org.sonar.api.SonarQubeVersion] | From | To | |
Rename Attribute | 3 | ||
Rename Attribute sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in class org.sonar.server.plugins.ServerExtensionInstaller | From | To | |
Rename Attribute sonarQubeVersion : SonarQubeVersion to runtimeApiVersionVersion : RuntimeApiVersion in class org.sonar.scanner.bootstrap.ExtensionInstaller | From | To | |
Rename Attribute version : Version to runtimeApiVersion : Version in class org.sonar.api.Plugin.Context | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in class org.sonar.server.plugins.ServerExtensionInstaller | From | To | |
Change Attribute Type sonarQubeVersion : SonarQubeVersion to runtimeApiVersionVersion : RuntimeApiVersion in class org.sonar.scanner.bootstrap.ExtensionInstaller | From | To | |
Change Attribute Type sqVersion : SonarQubeVersion to sqVersion : RuntimeApiVersion in class org.sonar.scanner.sensor.DefaultSensorContext | From | To | |
Rename Parameter | 3 | ||
Rename Parameter version : Version to runtimeApiVersion : Version in method public Context(runtimeApiVersion Version, sonarlintRuntime boolean) in class org.sonar.api.Plugin.Context | From | To | |
Rename Parameter sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in method protected ServerExtensionInstaller(runtimeApiVersion RuntimeApiVersion, pluginRepository PluginRepository, supportedAnnotationTypes Class<? extends Annotation>...) in class org.sonar.server.plugins.ServerExtensionInstaller | From | To | |
Rename Parameter sonarQubeVersion : SonarQubeVersion to runtimeApiVersion : RuntimeApiVersion in method public ComputeEngineExtensionInstaller(runtimeApiVersion RuntimeApiVersion, pluginRepository PluginRepository) in class org.sonar.ce.platform.ComputeEngineExtensionInstaller | From | To |