75f56b1e0ce0d59f9bdb039b41563c1994488775
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public createWithoutCommit(dbSession DbSession, newComponent NewComponent, userId Integer) : ComponentDto extracted from public create(dbSession DbSession, newComponent NewComponent, userId Integer) : ComponentDto in class org.sonar.server.component.ComponentUpdater | From | To | |
Extract Method public commitAndIndex(dbSession DbSession, componentDto ComponentDto) : void extracted from public create(dbSession DbSession, newComponent NewComponent, userId Integer) : ComponentDto in class org.sonar.server.component.ComponentUpdater | From | To |