06261ba4eabd7639a96319b73fb79af42c732fcd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public hasListAttribute() : boolean renamed to public isUseCollectionUtility() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Method public hasSetAttribute() : boolean renamed to public hasCollectionAttribute() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Method public getConstructorArgumentOrder() : int renamed to package getConstructorParameterOrder() : int in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Rename Method public hasEnumSetAttribute() : boolean renamed to private useCollectionUtility(construction CollectionKind) : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Variable | 2 | ||
| Rename Variable attribute : ValueAttribute to n : ValueType in method public isUseCollectionUtility() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Variable attribute : ValueAttribute to n : ValueType in method private useCollectionUtility(construction CollectionKind) : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type attribute : ValueAttribute to n : ValueType in method public isUseCollectionUtility() : boolean in class org.immutables.value.processor.meta.ValueType | From | To | |
| Change Variable Type attribute : ValueAttribute to n : ValueType in method private useCollectionUtility(construction CollectionKind) : boolean in class org.immutables.value.processor.meta.ValueType | From | To |