6dc0c8bc6ad48a0b0fd3b16ffe9246feac1570cc
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private initFactoryParamsIfApplicable() : void renamed to private initBuilderParamsIfApplicable() : void in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Rename Variable | 1 | ||
| Rename Variable builder : ImmutableList.Builder<ValueAttribute> to params : List<ValueAttribute> in method public getFunctionalAttributes() : List<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type builder : ImmutableList.Builder<ValueAttribute> to params : List<ValueAttribute> in method public getFunctionalAttributes() : List<ValueAttribute> in class org.immutables.value.processor.meta.ValueType | From | To | |
| Extract Method | 7 | ||
| Extract Method private findElement(qualifiedName String) : TypeElement extracted from package defaultTypeAdapters() : TypeAdaptersMirror in class org.immutables.value.processor.meta.Proto.Environment | From | To | |
| Extract Method private protoclass() : Protoclass extracted from public getAnnotations() : List<CharSequence> in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Extract Method private findElement(qualifiedName String) : TypeElement extracted from public hasTreesModule() : boolean in class org.immutables.value.processor.meta.Proto.Environment | From | To | |
| Extract Method private findElement(qualifiedName String) : TypeElement extracted from public hasFunctionalModule() : boolean in class org.immutables.value.processor.meta.Proto.Environment | From | To | |
| Extract Method private protoclass() : Protoclass extracted from private extractAnnotationsForElement(elementType ElementType, additionalAnnotations Set<String>) : List<CharSequence> in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Extract Method private findElement(qualifiedName String) : TypeElement extracted from package defaultStyles() : StyleInfo in class org.immutables.value.processor.meta.Proto.Environment | From | To |