0537db38a500f7a955ebbad03463e09261e32e45
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public apply(entity ENTITY) : Byte from class com.speedment.runtime.field.internal.expression.NullableFieldToByteImpl to public apply(entity ENTITY) : Byte from class com.speedment.runtime.field.internal.expression.FieldToByteImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter entity : ENTITY to object : ENTITY in method public applyAsByte(object ENTITY) : byte in class com.speedment.runtime.field.internal.expression.FieldToByteImpl | From | To | |
Rename Parameter vToByteFunction : ToByteFunction<V> to mapper : ToByteFunction<V> in method public FieldToByteImpl(field ReferenceField<ENTITY,?,V>, mapper ToByteFunction<V>) in class com.speedment.runtime.field.internal.expression.FieldToByteImpl | From | To |