78bbd34283e04261c39432a91322e34b43c23dab
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected setUpperLimit(upperLimit Integer) : void renamed to protected setLimitValue(limitValue Integer) : void in class com.orientechnologies.orient.core.metadata.sequence.OSequence | From | To | |
Rename Method protected getUpperLimit() : int renamed to protected getOrderType() : SequenceOrderType in class com.orientechnologies.orient.core.metadata.sequence.OSequence | From | To | |
Change Return Type | 1 | ||
Change Return Type int to SequenceOrderType in method protected getOrderType() : SequenceOrderType in class com.orientechnologies.orient.core.metadata.sequence.OSequence | From | To | |
Rename Attribute | 1 | ||
Rename Attribute upperLimit : Integer to limitValue : Integer in class com.orientechnologies.orient.core.metadata.sequence.OSequence.CreateParams | From | To | |
Rename Parameter | 2 | ||
Rename Parameter upperLimit : Integer to limitValue : Integer in method protected setLimitValue(limitValue Integer) : void in class com.orientechnologies.orient.core.metadata.sequence.OSequence | From | To | |
Rename Parameter upperLimit : Integer to limitValue : Integer in method public setUpperLimit(limitValue Integer) : CreateParams in class com.orientechnologies.orient.core.metadata.sequence.OSequence.CreateParams | From | To |