84c3c4c71a7fadb52b7214b9514f5227835c2cac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public executeLargeInputs(input Collection<INPUT>, function Function<List<INPUT>,List<OUTPUT>>, partitionSizeManipulations IntFunction<Integer>) : List<OUTPUT> extracted from public executeLargeInputs(input Collection<INPUT>, function Function<List<INPUT>,List<OUTPUT>>) : List<OUTPUT> in class org.sonar.db.DatabaseUtils | From | To | |
Extract Method public executeLargeUpdates(inputs Collection<INPUT>, consumer Consumer<List<INPUT>>, partitionSizeManipulations IntFunction<Integer>) : void extracted from public executeLargeUpdates(inputs Collection<INPUT>, consumer Consumer<List<INPUT>>) : void in class org.sonar.db.DatabaseUtils | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public executeLargeInputs(input Collection<INPUT>, function Function<List<INPUT>,List<OUTPUT>>, partitionSizeManipulations IntFunction<Integer>) : List<OUTPUT> extracted from public keepAuthorizedUsersForRoleAndProject(dbSession DbSession, userIds Collection<Integer>, role String, projectId long) : Collection<Integer> in class org.sonar.db.permission.AuthorizationDao & moved to class org.sonar.db.DatabaseUtils | From | To |