5472cdb66db291f8108c564e2dbf606509cd841b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setIntValue(intValue int) : void renamed to public setIntegerValue(integerValue Integer) : void in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type longValue : long to longValue : Long in method public setLongValue(longValue Long) : void in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Change Parameter Type intValue : int to integerValue : Integer in method public setIntegerValue(integerValue Integer) : void in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Change Return Type | 1 | ||
| Change Return Type long to Long in method public getLongValue() : Long in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute intValue : int to integerValue : Integer in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type intValue : int to integerValue : Integer in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Change Attribute Type longValue : long to longValue : Long in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter intValue : int to integerValue : Integer in method public setIntegerValue(integerValue Integer) : void in class org.optaplanner.core.impl.testdata.domain.valuerange.TestdataValueRangeEntity | From | To |