|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public match(inputFile IndexedFile, caseSensitiveFileExtension boolean) : boolean in class org.sonar.api.batch.fs.internal.PathPattern.AbsolutePathPattern |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.OrPredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public abstract match(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.PathPattern |
From |
To |
|
Change Parameter Type inputFile : DefaultInputFile to inputFile : InputFile in method public add(inputFile InputFile) : DefaultFileSystem in class org.sonar.api.batch.fs.internal.DefaultFileSystem |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.PathPatternPredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method package markAsIndexed(inputFile IndexedFile) : void in class org.sonar.scanner.scan.filesystem.FileIndexer.Progress |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public match(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.PathPattern.RelativePathPattern |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.AbsolutePathPredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : DefaultIndexedFile in method package language(inputFile DefaultIndexedFile) : String in class org.sonar.scanner.scan.filesystem.LanguageDetection |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.RelativePathPredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public abstract match(inputFile IndexedFile, caseSensitiveFileExtension boolean) : boolean in class org.sonar.api.batch.fs.internal.PathPattern |
From |
To |
|
Change Parameter Type inputFile : DefaultInputFile to inputFile : InputFile in method public DefaultHighlightable(inputFile InputFile, sensorStorage SensorStorage, analysisMode AnalysisMode) in class org.sonar.scanner.source.DefaultHighlightable |
From |
To |
|
Change Parameter Type f : DefaultInputFile to f : InputFile in method public create(f InputFile) : FileHashes in class org.sonar.scanner.issue.tracking.FileHashes |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : DefaultIndexedFile in method private isCandidateForLanguage(inputFile DefaultIndexedFile, languageKey String) : boolean in class org.sonar.scanner.scan.filesystem.LanguageDetection |
From |
To |
|
Change Parameter Type predicate : FilePredicate to predicate : InputFilePredicate in method public setDefaultPredicate(predicate InputFilePredicate) : DefaultFileSystem in class org.sonar.api.batch.fs.internal.DefaultFileSystem |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public match(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.PathPattern.AbsolutePathPattern |
From |
To |
|
Change Parameter Type f : DefaultInputFile to f : InputFile in method public computeLineHashesForIssueTracking(f InputFile, consumer LineHashConsumer) : void in class org.sonar.api.batch.fs.internal.FileMetadata |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public apply(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.FalsePredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public apply(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.TruePredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public apply(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.FilePredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public match(inputFile IndexedFile, caseSensitiveFileExtension boolean) : boolean in class org.sonar.api.batch.fs.internal.PathPattern.RelativePathPattern |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.TypePredicate |
From |
To |
|
Change Parameter Type inputFile : InputFile to indexedFile : IndexedFile in method public accept(indexedFile IndexedFile, type InputFile.Type) : boolean in class org.sonar.scanner.scan.filesystem.ExclusionFilters |
From |
To |
|
Change Parameter Type inputFile : DefaultInputFile to inputFile : InputFile in method public DefaultSymbolizable(inputFile InputFile, sensorStorage DefaultSensorStorage, analysisMode AnalysisMode) in class org.sonar.scanner.source.DefaultSymbolizable |
From |
To |
|
Change Parameter Type inputFile : InputFile to inputFile : IndexedFile in method public apply(inputFile IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.OptimizedFilePredicateAdapter |
From |
To |
|
Change Parameter Type inputFileBuilderFactory : InputFileBuilderFactory to indexedFileBuilder : IndexedFileBuilder in method public FileIndexer(exclusionFilters ExclusionFilters, indexedFileBuilder IndexedFileBuilder, inputFileBuilder MetadataGenerator, def ProjectDefinition) in class org.sonar.scanner.scan.filesystem.FileIndexer |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.AndPredicate |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.scanner.scan.filesystem.AdditionalFilePredicates.KeyPredicate |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.LanguagePredicate |
From |
To |
|
Change Parameter Type f : InputFile to f : IndexedFile in method public apply(f IndexedFile) : boolean in class org.sonar.api.batch.fs.internal.NotPredicate |
From |
To |
|
Move Attribute private moduleKey : String from class org.sonar.api.batch.fs.internal.DefaultInputFile to private moduleKey : String from class org.sonar.api.batch.fs.internal.DefaultIndexedFile |
From |
To |
|
Move Attribute private hash : String from class org.sonar.api.batch.fs.internal.DefaultInputFile to private hash : String from class org.sonar.api.batch.fs.internal.TestInputFileBuilder |
From |
To |
|
Move Attribute private type : Type from class org.sonar.api.batch.fs.internal.DefaultInputFile to private type : Type from class org.sonar.api.batch.fs.internal.DefaultIndexedFile |
From |
To |
|
Move Attribute private lines : int from class org.sonar.api.batch.fs.internal.DefaultInputFile to private lines : int from class org.sonar.api.batch.fs.internal.TestInputFileBuilder |
From |
To |
|
Move Attribute private originalLineOffsets : int[] from class org.sonar.api.batch.fs.internal.DefaultInputFile to private originalLineOffsets : int[] from class org.sonar.api.batch.fs.internal.TestInputFileBuilder |
From |
To |
|
Move Attribute private language : String from class org.sonar.api.batch.fs.internal.DefaultInputFile to private language : String from class org.sonar.api.batch.fs.internal.DefaultIndexedFile |
From |
To |
|
Move Attribute private nonBlankLines : int from class org.sonar.api.batch.fs.internal.DefaultInputFile to private nonBlankLines : int from class org.sonar.api.batch.fs.internal.TestInputFileBuilder |
From |
To |
|
Move Attribute private relativePath : String from class org.sonar.api.batch.fs.internal.DefaultInputFile to private relativePath : String from class org.sonar.api.batch.fs.internal.DefaultIndexedFile |
From |
To |
|
Move Attribute private lastValidOffset : int from class org.sonar.api.batch.fs.internal.DefaultInputFile to private lastValidOffset : int from class org.sonar.api.batch.fs.internal.TestInputFileBuilder |
From |
To |
|
Move Attribute private moduleBaseDir : Path from class org.sonar.api.batch.fs.internal.DefaultInputFile to private moduleBaseDir : Path from class org.sonar.api.batch.fs.internal.DefaultIndexedFile |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public start_with_newline() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public mac_without_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public start_with_bom() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_inclusion() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_exclusion_by_absolute_path() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public non_ascii_utf_8() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_at_least_one_inclusion() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Variable Type inputFile : InputFile to indexedFile : IndexedFile in method public match_absolute_path_and_insensitive_file_extension() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public no_inclusions_nor_exclusions() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Variable Type inputFile : InputFile to indexedFile : IndexedFile in method public match_relative_path() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public key() : void in class org.sonar.scanner.scan.filesystem.AdditionalFilePredicatesTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to inputFile : InputFile in method public store(highlighting DefaultHighlighting) : void in class org.sonar.scanner.sensor.DefaultSensorStorage |
From |
To |
|
Change Variable Type inputFile : InputFile to indexedFile : IndexedFile in method public match_absolute_path() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to inputFile : InputFile in method public publish(writer ScannerReportWriter) : void in class org.sonar.scanner.report.SourcePublisher |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public mac_with_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public mix_of_newlines_without_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public unix_without_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public non_ascii_utf_16() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_exclusions() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public read_with_wrong_encoding() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public unix_with_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public several_new_lines() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public windows_without_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public empty_file() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public binary_file_with_unmappable_character() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Change Variable Type inputFile : InputFile to indexedFile : IndexedFile in method public match_relative_path_and_insensitive_file_extension() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to inputFile : InputFile in method private shouldCopyServerIssues(component BatchComponent) : boolean in class org.sonar.scanner.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type inputFile : DefaultInputFile to indexedFile : DefaultIndexedFile in method private indexFile(fileSystem DefaultModuleFileSystem, progress Progress, sourceFile Path, type InputFile.Type) : void in class org.sonar.scanner.scan.filesystem.FileIndexer |
From |
To |
|
Change Variable Type metadata : FileMetadata.Metadata to metadata : Metadata in method public mix_of_newlines_with_latest_eol() : void in class org.sonar.api.batch.fs.internal.FileMetadataTest |
From |
To |
|
Rename Variable inputFile : InputFile to indexedFile : IndexedFile in method public match_absolute_path() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : DefaultIndexedFile in method private indexFile(fileSystem DefaultModuleFileSystem, progress Progress, sourceFile Path, type InputFile.Type) : void in class org.sonar.scanner.scan.filesystem.FileIndexer |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_at_least_one_inclusion() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Rename Variable inputFile : InputFile to indexedFile : IndexedFile in method public match_absolute_path_and_insensitive_file_extension() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public no_inclusions_nor_exclusions() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_exclusions() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Rename Variable inputFile : InputFile to indexedFile : IndexedFile in method public match_relative_path() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public key() : void in class org.sonar.scanner.scan.filesystem.AdditionalFilePredicatesTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_inclusion() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Rename Variable inputFile : InputFile to indexedFile : IndexedFile in method public match_relative_path_and_insensitive_file_extension() : void in class org.sonar.api.batch.fs.internal.PathPatternTest |
From |
To |
|
Rename Variable inputFile : DefaultInputFile to indexedFile : IndexedFile in method public match_exclusion_by_absolute_path() : void in class org.sonar.scanner.scan.filesystem.ExclusionFiltersTest |
From |
To |
|
Change Attribute Type defaultPredicate : FilePredicate to defaultPredicate : InputFilePredicate in class org.sonar.api.batch.fs.internal.DefaultFileSystem |
From |
To |
|
Change Attribute Type INPUT_FILE : DefaultInputFile to INPUT_FILE : InputFile in class org.sonar.api.batch.sensor.highlighting.internal.DefaultHighlightingTest |
From |
To |
|
Change Attribute Type inputFile : DefaultInputFile to inputFile : InputFile in class org.sonar.scanner.source.DefaultSymbolizable |
From |
To |
|
Change Attribute Type file : DefaultInputFile to file : InputFile in class org.sonar.scanner.cpd.deprecated.JavaCpdBlockIndexerTest |
From |
To |
|
Change Attribute Type inputFile : DefaultInputFile to inputFile : InputFile in class org.sonar.api.batch.sensor.coverage.internal.DefaultCoverage |
From |
To |
|
Change Attribute Type INPUT_FILE : DefaultInputFile to INPUT_FILE : InputFile in class org.sonar.api.batch.sensor.cpd.internal.DefaultCpdTokensTest |
From |
To |
|
Change Attribute Type inputFile : DefaultInputFile to inputFile : InputFile in class org.sonar.api.batch.sensor.issue.internal.DefaultIssueLocationTest |
From |
To |
|
Change Attribute Type INPUT_FILE : DefaultInputFile to INPUT_FILE : InputFile in class org.sonar.api.batch.sensor.symbol.internal.DefaultSymbolTableTest |
From |
To |
|
Change Attribute Type inputFileBuilderFactory : InputFileBuilderFactory to metadataGenerator : MetadataGenerator in class org.sonar.scanner.scan.filesystem.FileIndexer |
From |
To |
|
Change Attribute Type inputFile : DefaultInputFile to inputFile : InputFile in class org.sonar.scanner.source.DefaultHighlightable |
From |
To |
|
Change Attribute Type javaFile : DefaultInputFile to javaFile : IndexedFile in class org.sonar.api.batch.fs.internal.DefaultFilePredicatesTest |
From |
To |
|
Change Attribute Type inputFile : DefaultInputFile to inputFile : InputFile in class org.sonar.api.batch.sensor.cpd.internal.DefaultCpdTokens |
From |
To |