5aee572791af7b34d54413ceba8d8e5e5a44d4a6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method public notify(subject String, extraData Map<String,String>) : void extracted from public notify(message String) : void in class com.hubspot.singularity.sentry.SingularityExceptionNotifier | From | To | |
Rename Parameter | 2 | ||
Rename Parameter message : String to subject : String in method private notify(raven Raven, subject String, extraData Map<String,String>) : void in class com.hubspot.singularity.sentry.SingularityExceptionNotifier | From | To | |
Rename Parameter message : String to subject : String in method public notify(subject String) : void in class com.hubspot.singularity.sentry.SingularityExceptionNotifier | From | To |