f31eb69eb58e1be3005a93d432c9136e1eee289d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public anyDataButHighlight() : Object[][] renamed to public anyDataButHighlightAndSymbols() : Object[][] in class org.sonar.ce.task.projectanalysis.source.FileSourceDataWarningsTest | From | To | |
Rename Method public creates_no_warning_when_read_error_for_anything_but_highlighting(data LineReader.Data) : void renamed to public creates_no_warning_when_read_error_for_anything_but_highlighting_and_symbols(data LineReader.Data) : void in class org.sonar.ce.task.projectanalysis.source.FileSourceDataWarningsTest | From | To | |
Rename Variable | 1 | ||
Rename Variable filesWithHighlightingErrors : Set<Component> to filesWithErrors : Set<Component> in method private createWarning(data LineReader.Data, dataWording String) : void in class org.sonar.ce.task.projectanalysis.source.FileSourceDataWarnings | From | To | |
Extract Method | 1 | ||
Extract Method private createWarning(data LineReader.Data, dataWording String) : void extracted from public commitWarnings() : void in class org.sonar.ce.task.projectanalysis.source.FileSourceDataWarnings | From | To | |
Rename Parameter | 1 | ||
Rename Parameter filesWithHighlightingErrors : Set<Component> to filesWithErrors : Set<Component> in method private computeMessage(dataWording String, filesWithErrors Set<Component>) : String in class org.sonar.ce.task.projectanalysis.source.FileSourceDataWarnings | From | To |