a943e343b964deedce0456453a92d5973e3764f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getGenerics() : List<Generic> renamed to public getTypeParameters() : List<Type> in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type prototype : AnonymousValue<T> to prototype : AnonymousValue in method private AnonymousValueImpl(prototype AnonymousValue) in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type List<Generic> to List<Type> in method public getTypeParameters() : List<Type> in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Return Type T to Type in method public getValue() : Type in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Return Type Value<T> to AnonymousValue in method public copy() : AnonymousValue in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute generics : List<Generic> to fields : List<Field> in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type that : AnonymousValue<?> to that : AnonymousValue in method public equals(o Object) : boolean in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type generics : List<Generic> to fields : List<Field> in class com.speedment.common.codegen.internal.model.value.AnonymousValueImpl | From | To |