7d769260d7fc4f3173317a3f1856b1a1c213b773
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public setDefaultDatePattern(defaultDatePattern String) : void renamed to public setMailerDatePattern(mailerDatePattern String) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Method public getTimeZone() : TimeZone renamed to public getMailerTimeZone() : TimeZone in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Method public getDefaultDatePattern() : String renamed to public getMailerDatePattern() : String in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Method public setTimeZone(timeZone TimeZone) : void renamed to public setMailerTimeZone(mailerTimeZone TimeZone) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute defaultDatePattern : String to mailerDatePattern : String in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Attribute timeZone : TimeZone to mailerTimeZone : TimeZone in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter timeZone : TimeZone to mailerTimeZone : TimeZone in method public setMailerTimeZone(mailerTimeZone TimeZone) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
| Rename Parameter defaultDatePattern : String to mailerDatePattern : String in method public setMailerDatePattern(mailerDatePattern String) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To |