924eed700e87b6c508f4bb1d0858aa328b2c6a6e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.immutables:value-standalone 1.0.1 To 1.1 | |
From com.google.code.gson:gson 2.3.1 To 2.5 | |
From org.immutables:value-standalone 1.1 To 1.0.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private readSerializedName() : String inlined to public getSerializedName() : String in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type Mm : Multimap<Character,ValueAttribute> to Mm : Multimap<Character,Map.Entry<String,ValueAttribute>> in class org.immutables.value.processor.Gsons | From | To | |
Change Attribute Type byFirstCharacter : Function<Iterable<ValueAttribute>,Multimap<Character,ValueAttribute>> to byFirstCharacter : Function<Iterable<ValueAttribute>,Multimap<Character,Map.Entry<String,ValueAttribute>>> in class org.immutables.value.processor.Gsons | From | To |