2b3b06de244f8d10459c3fcfc132a6d0b74f2446
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 7
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
org.immutables:trees:2.3.2 | |
Removed | |
org.immutables:cases:2.2.12 | |
Updated | |
From org.immutables:metainf 2.2.12 To 2.3.2 | |
From com.fasterxml.jackson.core:jackson-databind 2.7.3 To 2.5.0 | |
From com.google.guava:guava 19.0 To 18.0 | |
From com.google.code.findbugs:jsr305 1.3.9 To 3.0.1 | |
From com.google.guava:guava 18.0 To 19.0 | |
From com.fasterxml.jackson.core:jackson-core 2.7.3 To 2.5.0 | |
From com.fasterxml.jackson.core:jackson-core 2.5.0 To 2.7.3 | |
From org.immutables:value 2.2.12 To 2.3.2 | |
From com.fasterxml.jackson.core:jackson-databind 2.5.0 To 2.7.3 | |
From com.google.code.findbugs:jsr305 3.0.1 To 1.3.9 | |
From org.immutables:value 2.2.10 To 2.3.2 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private assignElementNullness(annotationString String) : void from class org.immutables.value.processor.meta.ValueAttribute to private assignElementNullness(annotationString String) : void from class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Move Attribute | 2 | ||
Move Attribute private EPHEMERAL_ANNOTATION_SKIP_NULLS : String from class org.immutables.value.processor.meta.ValueAttribute to package EPHEMERAL_ANNOTATION_SKIP_NULLS : String from class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Move Attribute private EPHEMERAL_ANNOTATION_NULLABLE : String from class org.immutables.value.processor.meta.ValueAttribute to package EPHEMERAL_ANNOTATION_NULLABLE : String from class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Rename Class | 1 | ||
Rename Class org.immutables.fixture.nullable.NullableElements renamed to org.immutables.fixture.nullable.NullablyElements | From | To | |
Change Variable Type | 3 | ||
Change Variable Type elements : ImmutableNullableElements to elements : ImmutableNullablyElements in method public allowNulls() : void in class org.immutables.fixture.nullable.NullableAttributesTest | From | To | |
Change Variable Type elements : ImmutableNullableElements to elements : ImmutableNullablyElements in method public skipNullValues() : void in class org.immutables.fixture.nullable.NullableAttributesTest | From | To | |
Change Variable Type elements : ImmutableNullableElements to elements : ImmutableNullablyElements in method public skipNullElements() : void in class org.immutables.fixture.nullable.NullableAttributesTest | From | To |