a0bb3c2fc382f027df59f1b09778270552fef5a0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type parameters : List<ValueAttribute> to parameters : Set<ValueAttribute> in method private validateConstructorParameters(parameters Set<ValueAttribute>) : void in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Return Type | 2 | ||
Change Return Type List<ValueAttribute> to Set<ValueAttribute> in method public getConstructorArguments() : Set<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Return Type List<ValueAttribute> to Set<ValueAttribute> in method public computeConstructorArguments() : Set<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
Extract Method | 2 | ||
Extract Method private useSingletonForConvenience() : boolean extracted from public isUseSingleton() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
Extract Method public getWithSettableAfterConstruction() : List<ValueAttribute> extracted from public getConstructableAttributes() : List<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type constructorArguments : List<ValueAttribute> to constructorArguments : Set<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To |