9fb2ca6c4d1257c6387f108ffbca0cf09e802704
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 45
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setBaseDir(d File) : DefaultFileSystem renamed to protected DefaultFileSystem(baseDir File, cache Cache) in class org.sonar.api.batch.fs.internal.DefaultFileSystem | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type predicate : RelativePathPredicate to relativePath : String in method public abstract inputFile(relativePath String) : InputFile in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache | From | To | |
Change Parameter Type predicate : RelativePathPredicate to relativePath : String in method public inputFile(relativePath String) : InputFile in class org.sonar.api.batch.fs.internal.DefaultFileSystem.MapCache | From | To | |
Change Parameter Type predicate : RelativePathPredicate to relativePath : String in method public inputFile(relativePath String) : InputFile in class org.sonar.batch.scan.filesystem.ModuleInputFileCache | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.sonar.api.batch.fs.AbstractFilePredicate from classes [org.sonar.batch.scan.filesystem.AdditionalFilePredicates.KeyPredicate, org.sonar.batch.scan.filesystem.AdditionalFilePredicates.DeprecatedKeyPredicate, org.sonar.batch.scan.filesystem.AdditionalFilePredicates.SourceRelativePathPredicate, org.sonar.batch.scan.filesystem.AdditionalFilePredicates.SourceDirPredicate, org.sonar.api.batch.fs.internal.AbsolutePathPredicate, org.sonar.api.batch.fs.internal.AndPredicate, org.sonar.api.batch.fs.internal.FalsePredicate, org.sonar.api.batch.fs.internal.LanguagePredicate, org.sonar.api.batch.fs.internal.NotPredicate, org.sonar.api.batch.fs.internal.OrPredicate, org.sonar.api.batch.fs.internal.PathPatternPredicate, org.sonar.api.batch.fs.internal.RelativePathPredicate, org.sonar.api.batch.fs.internal.StatusPredicate, org.sonar.api.batch.fs.internal.TruePredicate, org.sonar.api.batch.fs.internal.TypePredicate] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute temporaryFolder : TemporaryFolder to temp : TemporaryFolder in class org.sonar.batch.scan.report.JSONReportTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type predicates : Collection<FilePredicate> to predicates : List<FilePredicate> in class org.sonar.api.batch.fs.internal.AndPredicate | From | To | |
Rename Parameter | 4 | ||
Rename Parameter predicate : RelativePathPredicate to relativePath : String in method public abstract inputFile(relativePath String) : InputFile in class org.sonar.api.batch.fs.internal.DefaultFileSystem.Cache | From | To | |
Rename Parameter d : File to baseDir : File in method protected DefaultFileSystem(baseDir File, cache Cache) in class org.sonar.api.batch.fs.internal.DefaultFileSystem | From | To | |
Rename Parameter predicate : RelativePathPredicate to relativePath : String in method public inputFile(relativePath String) : InputFile in class org.sonar.api.batch.fs.internal.DefaultFileSystem.MapCache | From | To | |
Rename Parameter predicate : RelativePathPredicate to relativePath : String in method public inputFile(relativePath String) : InputFile in class org.sonar.batch.scan.filesystem.ModuleInputFileCache | From | To |