|
Change Return Type Dependency to DefaultDependency in method public from(from InputFile) : DefaultDependency in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency |
From |
To |
|
Change Return Type Dependency to DefaultDependency in method public to(to InputFile) : DefaultDependency in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency |
From |
To |
|
Change Return Type Dependency to NewDependency in method public newDependency() : NewDependency in class org.sonar.batch.sensor.DefaultSensorContext |
From |
To |
|
Change Return Type Dependency to DefaultDependency in method public weight(weight int) : DefaultDependency in class org.sonar.api.batch.sensor.dependency.internal.DefaultDependency |
From |
To |
|
Change Return Type Iterable<Entry<Dependency>> to Iterable<Entry<DefaultDependency>> in method public entries() : Iterable<Entry<DefaultDependency>> in class org.sonar.batch.dependency.DependencyCache |
From |
To |
|
Change Return Type Dependency to DefaultDependency in method public get(moduleKey String, fromKey String, toKey String) : DefaultDependency in class org.sonar.batch.dependency.DependencyCache |
From |
To |
|
Change Return Type Dependency to NewDependency in method public newDependency() : NewDependency in class org.sonar.api.batch.sensor.SensorContext |
From |
To |
|
Change Variable Type bar : File to bar : Resource in method public shouldIncrementParentWeight() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type foo : File to foo : Resource in method public shouldStoreDependencyInSameFolder() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type bar : File to bar : Resource in method public throw_if_attempt_to_save_same_dep_twice() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type src1 : Directory to src1 : Resource in method public shouldIncrementParentWeight() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type foo : File to foo : Resource in method public shouldIncrementParentWeight() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type src2 : Directory to src2 : Resource in method public shouldIncrementParentWeight() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type foo : File to foo : Resource in method public throw_if_attempt_to_save_same_dep_twice() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type foo : File to foo : Resource in method public shouldStoreDependencyInDifferentFolder() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type bar : File to bar : Resource in method public shouldStoreDependencyInSameFolder() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type bar : File to bar : Resource in method public shouldStoreDependencyInDifferentFolder() : void in class org.sonar.batch.sensor.DefaultSensorStorageTest |
From |
To |
|
Change Variable Type entry : Entry<Dependency> to entry : Entry<DefaultDependency> in method private storeDependencies(container ProjectScanContainer) : void in class org.sonar.batch.mediumtest.TaskResult |
From |
To |