1682c9b3c525fe2e1ff070e1c6404e93c8b7fc5f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Set<String> to Set<Subscriber> in method public findUsersForNotification(notificationDispatcherKey String, notificationChannelKey String, projectUuid String) : Set<Subscriber> in class org.sonar.db.property.PropertiesDao | From | To | |
Change Return Type Set<String> to Set<Subscriber> in method public findUsersForNotification(notificationKey String, projectUuid String) : Set<Subscriber> in class org.sonar.db.property.PropertiesMapper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type subscribedUsers : Set<String> to subscribedUsers : Set<Subscriber> in method public findSubscribedRecipientsForDispatcher(dispatcher NotificationDispatcher, projectUuid String) : Multimap<String,NotificationChannel> in class org.sonar.server.notification.DefaultNotificationManager | From | To |