637a056d414b8b93ccf82eae0ba3b303fa25675a
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public delete() : void renamed to public delete_by_id() : void in class org.sonar.db.event.EventDaoTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type category : Category to category : EventCategory in method public setCategory(category EventCategory) : Builder in class org.sonarqube.ws.client.projectanalysis.CreateEventRequest.Builder | From | To | |
Change Return Type | 2 | ||
Change Return Type Category to EventCategory in method public getCategory() : EventCategory in class org.sonarqube.ws.client.projectanalysis.CreateEventRequest | From | To | |
Change Return Type Category to EventCategory in method public fromLabel(label String) : EventCategory in class org.sonarqube.ws.client.projectanalysis.EventCategory | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.sonarqube.ws.client.projectanalysis.CreateEventRequest.Category moved and renamed to org.sonarqube.ws.client.projectanalysis.EventCategory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type category : Category to category : EventCategory in method public fromLabel(label String) : EventCategory in class org.sonarqube.ws.client.projectanalysis.EventCategory | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type category : Category to category : EventCategory in class org.sonarqube.ws.client.projectanalysis.CreateEventRequest.Builder | From | To | |
Change Attribute Type category : Category to category : EventCategory in class org.sonarqube.ws.client.projectanalysis.CreateEventRequest | From | To |