91c3bee035b2fe4249dca9f953f1a4b0e1b5474a
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable fromCache : boolean to isFromCache : boolean in method private loadData() : void in class org.sonar.batch.cache.ProjectCacheSynchronizer | From | To | |
Change Return Type | 1 | ||
Change Return Type String to ProjectRepositories in method private load(resource String, fromCache MutableBoolean) : ProjectRepositories in class org.sonar.batch.repository.DefaultProjectRepositoriesLoader | From | To | |
Extract Variable | 1 | ||
Extract Variable analysisMode : ProjectAnalysisMode in method protected doAfterStart() : void from class org.sonar.batch.scan.ProjectScanContainer | From | To | |
Extract Method | 4 | ||
Extract Method private loadData() : void extracted from public load(force boolean) : void in class org.sonar.batch.cache.ProjectCacheSynchronizer | From | To | |
Extract Method public load(userLogins List<String>, fromCache MutableBoolean) : Collection<BatchInput.User> extracted from public load(userLogins List<String>) : Collection<BatchInput.User> in class org.sonar.batch.repository.user.UserRepositoryLoader | From | To | |
Extract Method public load(userLogin String, fromCache MutableBoolean) : BatchInput.User extracted from public load(userLogin String) : BatchInput.User in class org.sonar.batch.repository.user.UserRepositoryLoader | From | To | |
Extract Method private saveStatus() : void extracted from public load(force boolean) : void in class org.sonar.batch.cache.ProjectCacheSynchronizer | From | To |