6e6f004f24142e3739c892bbee9153c26a51d0a1
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getComment() : String renamed to public getText() : String in class org.sonarqube.ws.client.issue.AddCommentRequest | From | To | |
Move Attribute | 1 | ||
Move Attribute private comment : String from class org.sonarqube.ws.client.issue.AddCommentRequest to private comment : String from class org.sonarqube.ws.client.issue.EditCommentRequest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute comment : String to text : String in class org.sonarqube.ws.client.issue.AddCommentRequest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter comment : String to text : String in method public AddCommentRequest(issue String, text String) in class org.sonarqube.ws.client.issue.AddCommentRequest | From | To |