5317ebf32dc7906af57f378dc7afcf0458f737ec
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public getProjectKey() : String from class org.sonar.server.issue.notification.MyNewIssuesNotification to public getProjectKey() : String from class org.sonar.server.issue.notification.NewIssuesNotification | From | To | |
| Move Method | 2 | ||
| Move Method public getProjectKey_returns_null_if_setProject_has_no_been_called() : void from class org.sonar.server.issue.notification.MyNewIssuesNotificationTest to public getProjectKey_returns_null_if_setProject_has_no_been_called() : void from class org.sonar.server.issue.notification.NewIssuesNotificationTest | From | To | |
| Move Method public getProjectKey_returns_projectKey_if_setProject_has_been_called() : void from class org.sonar.server.issue.notification.MyNewIssuesNotificationTest to public getProjectKey_returns_projectKey_if_setProject_has_been_called() : void from class org.sonar.server.issue.notification.NewIssuesNotificationTest | From | To |