3ab664433645b5e752c2447ce278617611aa9759
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public get() : Integer renamed to public getAsInt() : int in class org.sonar.scanner.scan.filesystem.BatchIdGenerator | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type outputInitializer : Function<Integer,RESULT> to outputInitializer : IntFunction<RESULT> in method private executeLargeInputs(input Collection<INPUT>, function Function<List<INPUT>,RESULT>, outputInitializer IntFunction<RESULT>, partitionSizeManipulations IntFunction<Integer>) : RESULT in class org.sonar.db.DatabaseUtils | From | To | |
Change Parameter Type test : Function<T,Boolean> to test : Predicate<T> in method private waitForWsCallStatus(call Function<WsClient,T>, test Predicate<T>) : T in class org.sonarqube.tests.ce.CeWorkersTest | From | To | |
Change Return Type | 1 | ||
Change Return Type Integer to int in method public getAsInt() : int in class org.sonar.scanner.scan.filesystem.BatchIdGenerator | From | To |