60ca04b430be84f72e05728c1351c23b3cf751b2
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type issueChangeCreationDate : Date to issueChangeCreationDate : Long in method public setIssueChangeCreationDate(issueChangeCreationDate Long) : IssueChangeDto in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Parameter Type updatedAt : Date to updatedAt : Long in method public setUpdatedAt(updatedAt Long) : IssueChangeDto in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Return Type | 3 | ||
| Change Return Type Date to Long in method public getUpdatedAt() : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Return Type Date to Long in method public getIssueChangeCreationDate() : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Return Type Date to Long in method public getCreatedAt() : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type d : Date to d : long in method public insert_comment() : void in class org.sonar.core.issue.db.IssueChangeMapperTest | From | To | |
| Change Variable Type d : Date to d : long in method public insert_diff() : void in class org.sonar.core.issue.db.IssueChangeMapperTest | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type createdAt : Date to createdAt : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Attribute Type issueChangeCreationDate : Date to issueChangeCreationDate : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To | |
| Change Attribute Type updatedAt : Date to updatedAt : Long in class org.sonar.core.issue.db.IssueChangeDto | From | To |