3e2f029ae23606da92ce0d13c9fd97b49d1556e1
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type users : Collection<User> to users : Collection<BatchInput.User> in method private writeUsers(json JsonWriter, users Collection<BatchInput.User>) : void in class org.sonar.batch.scan.report.JSONReport | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<User> to Collection<BatchInput.User> in method public loadFromWs(userLogins List<String>) : Collection<BatchInput.User> in class org.sonar.batch.repository.user.UserRepository | From | To | |
Change Variable Type | 2 | ||
Change Variable Type user : User to user : BatchInput.User in method private writeUsers(json JsonWriter, users Collection<BatchInput.User>) : void in class org.sonar.batch.scan.report.JSONReport | From | To | |
Change Variable Type users : Collection<User> to users : Collection<BatchInput.User> in method package writeJson(writer Writer) : void in class org.sonar.batch.scan.report.JSONReport | From | To |