096aa2909f3ab8357f0a98ca0e204a6adfe81390
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getMaxMetadataMessageBytes() : long renamed to public getMaxMetadataMessageLength() : long in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Method public setMaxMetadataMessageBytes(maxMetadataMessageBytes long) : void renamed to public setMaxMetadataMessageLength(maxMetadataMessageLength long) : void in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Method public setMaxMetadataTitleBytes(maxMetadataTitleBytes long) : void renamed to public setMaxMetadataTitleLength(maxMetadataTitleLength long) : void in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Method public getMaxMetadataTitleBytes() : long renamed to public getMaxMetadataTitleLength() : long in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Attribute | 2 | ||
Rename Attribute maxMetadataMessageBytes : long to maxMetadataMessageLength : long in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Attribute maxMetadataTitleBytes : long to maxMetadataTitleLength : long in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter maxMetadataMessageBytes : long to maxMetadataMessageLength : long in method public setMaxMetadataMessageLength(maxMetadataMessageLength long) : void in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To | |
Rename Parameter maxMetadataTitleBytes : long to maxMetadataTitleLength : long in method public setMaxMetadataTitleLength(maxMetadataTitleLength long) : void in class com.hubspot.singularity.config.SingularityTaskMetadataConfiguration | From | To |