e44e106ed48d77e704ba396e767338d2b7145bf8
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 13
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
com.squareup.moshi:moshi:0.9.0 | |
Updated | |
From org.immutables:value-standalone 1.0.1 To 1.1 | |
From org.immutables:value-standalone 1.1 To 1.0.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public hasTreesModule() : boolean renamed to public hasTransformModule() : boolean in class org.immutables.value.processor.meta.Proto.Environment | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public asPrefix() : String from class org.immutables.value.processor.meta.Proto.DeclaringPackage to public asPrefix() : String from class org.immutables.value.processor.meta.Proto.AbstractDeclaring | From | To | |
Change Return Type | 6 | ||
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract arrayAsListSecondary() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract collectionUtility() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract objectsUtilRef() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract primitiveHashCode() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract equalsAttribute() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Change Return Type org.immutables.generator.Templates.Invokable to Templates.Invokable in method package abstract objectsUtility() : Templates.Invokable in class org.immutables.value.processor.Immutables | From | To | |
Extract Attribute | 2 | ||
Extract Attribute package JACKSON_DESERIALIZE : String in class org.immutables.value.processor.meta.Proto | From | To | |
Extract Attribute package JACKSON_TYPE_INFO : String in class org.immutables.value.processor.meta.Proto | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type byFirstCharacter : Function<Iterable<ValueAttribute>,Multimap<Character,ValueAttribute>> to byFirstCharacter : Function<Iterable<ValueAttribute>,AttributesByFirstLetter> in class org.immutables.value.processor.OkJsons | From | To | |
Change Attribute Type Mm : Multimap<Character,ValueAttribute> to Mm : AttributesByFirstLetter in class org.immutables.value.processor.OkJsons | From | To |