4e09705c38758f3eba38fe4b1ed9a3e598e0b5d8
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type ImmutableList<String> to ImmutableSet<String> in method public getExtendedClassesNames() : ImmutableSet<String> in class org.immutables.value.processor.meta.TypeIntrospectionBase | From | To | |
Change Return Type ImmutableList<String> to ImmutableSet<String> in method public extendedClassNames() : ImmutableSet<String> in class org.immutables.generator.TypeHierarchyCollector | From | To | |
Change Return Type String to ThrowForInvalidImmutableState in method public getThrowForInvalidImmutableState() : ThrowForInvalidImmutableState in class org.immutables.value.processor.meta.ValueType | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type extendedClassesNames : ImmutableList<String> to extendedClassesNames : ImmutableSet<String> in class org.immutables.value.processor.meta.TypeIntrospectionBase | From | To | |
Change Attribute Type extendedClassNames : List<String> to extendedClassNames : Set<String> in class org.immutables.generator.TypeHierarchyCollector | From | To |