e54fe44cb89bc28ebe28c4dbf54dd7e7c9fa2c64
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public mandatoryAttributes() : List<ValueAttribute> renamed to public getMandatoryAttributes() : List<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Method public getPrimitiveDefaultAttributes() : List<ValueAttribute> renamed to public getRequiresTrackedIsSetNonMandatoryAttributes() : List<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute defaultOrdinal : int to defaultName : String in class org.immutables.value.processor.meta.ValueAttribute.SwitcherModel | From | To | |
| Extract Variable | 1 | ||
| Extract Variable name : String in method private constructOptions() : ImmutableList<SwitchOption> from class org.immutables.value.processor.meta.ValueAttribute.SwitcherModel | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type defaultOrdinal : int to defaultName : String in class org.immutables.value.processor.meta.ValueAttribute.SwitcherModel | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method package builder() : Naming extracted from public factoryBuilder() : NameForms in class org.immutables.value.processor.meta.Constitution & moved to class org.immutables.value.processor.meta.Styles.Scheme | From | To |