361a052fbf628ad177980c883984e80102242bc1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type void to int in method public deleteByUuid(session DbSession, uuid String) : int in class org.sonar.db.ce.CeQueueDao | From | To | |
| Extract Variable | 1 | ||
| Extract Variable taskUuid : String in method protected remove(dbSession DbSession, queueDto CeQueueDto, activityDto CeActivityDto) : void from class org.sonar.ce.queue.CeQueueImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method public deleteByUuid(session DbSession, uuid String, deleteIf DeleteIf) : int extracted from public deleteByUuid(session DbSession, uuid String) : void in class org.sonar.db.ce.CeQueueDao | From | To |