bcae3c079bef995afef0ffc4dbe774fbdf0bf9ed
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public forcedLanguage() : String renamed to public getForcedLanguage() : String in class org.sonar.scanner.scan.filesystem.LanguageDetection | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type inputFile : InputFile to filePath : Path in method private getParentRelativePath(filePath Path) : String in class org.sonar.scanner.scan.filesystem.FileIndexer | From | To | |
Change Parameter Type file : InputFile to file : DefaultInputFile in method package isExcluded(file DefaultInputFile) : boolean in class org.sonar.scanner.phases.CoverageExclusions | From | To | |
Change Variable Type | 3 | ||
Change Variable Type file : InputFile to file : DefaultInputFile in method public shouldExcludeFileBasedOnPattern() : void in class org.sonar.scanner.phases.CoverageExclusionsTest | From | To | |
Change Variable Type inputPath : InputPath to inputPath : InputDir in method private getPath(component InputComponent) : String in class org.sonar.scanner.report.ComponentsPublisher | From | To | |
Change Variable Type file : InputFile to file : DefaultInputFile in method public shouldNotExcludeFileBasedOnPattern() : void in class org.sonar.scanner.phases.CoverageExclusionsTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter inputFile : InputFile to filePath : Path in method private getParentRelativePath(filePath Path) : String in class org.sonar.scanner.scan.filesystem.FileIndexer | From | To |