8677caa79431fd4f9c2fb990c9db742a2157a8f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable value : String to s : String in method public setDefault(key String, value String) : void in class org.sonar.process.Props | From | To | |
Inline Method | 2 | ||
Inline Method private valueImpl(key String) : String inlined to public setDefault(key String, value String) : void in class org.sonar.process.Props | From | To | |
Inline Method private valueImpl(key String) : String inlined to public value(key String) : String in class org.sonar.process.Props | From | To | |
Extract Method | 1 | ||
Extract Method protected unmodifiableMapWithTrimmedValues(definitions PropertyDefinitions, props Map<String,String>) : Map<String,String> extracted from public DefaultConfiguration(propertyDefinitions PropertyDefinitions, encryption Encryption, mode GlobalAnalysisMode, props Map<String,String>) in class org.sonar.scanner.config.DefaultConfiguration | From | To |