def33ac87bd3eae8e69673e2c8fb465a7a52fa41
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ImmutableSet<String> to Supplier<ImmutableSet<String>> in method public findExtensions(resource String) : Supplier<ImmutableSet<String>> in class org.immutables.generator.ExtensionLoader | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type ANNOTATIONS : ImmutableSet<String> to ANNOTATIONS : Supplier<ImmutableSet<String>> in class org.immutables.value.processor.meta.CustomImmutableAnnotations | From | To | |
Change Attribute Type BLOCKED : ImmutableSet<String> to BLOCKED : Supplier<ImmutableSet<String>> in class org.immutables.generator.ClasspathFence | From | To | |
Change Attribute Type COLLECTIONS : ImmutableSet<String> to COLLECTIONS : Supplier<ImmutableSet<String>> in class org.immutables.value.processor.meta.CustomImmutableCollections | From | To | |
Change Attribute Type FEATURES : ImmutableSet<String> to FEATURES : Supplier<ImmutableSet<String>> in class org.immutables.value.processor.meta.ObscureFeatures | From | To |