61b219f9e7cc82b16aebf1e678179797516872c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private inferMarshaledName() : String renamed to public getSerializedName() : String in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Push Down Method | 5 | ||
| Push Down Method public isEnclosing() : boolean from class org.immutables.value.processor.meta.Proto.AbstractDeclaring to public isEnclosing() : boolean from class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Push Down Method public useImmutableDefaults() : boolean from class org.immutables.value.processor.meta.Proto.AbstractDeclaring to public useImmutableDefaults() : boolean from class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Push Down Method public features() : Optional<ImmutableMirror> from class org.immutables.value.processor.meta.Proto.AbstractDeclaring to public features() : Optional<ImmutableMirror> from class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Push Down Method public isImmutable() : boolean from class org.immutables.value.processor.meta.Proto.AbstractDeclaring to public isImmutable() : boolean from class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Push Down Method protected validate() : void from class org.immutables.value.processor.meta.Proto.AbstractDeclaring to protected validate() : void from class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Rename Variable | 2 | ||
| Rename Variable enclosingType : ImmutableProto.DeclaringType to topLevel : DeclaringType in method public enclosingOf() : Optional<DeclaringType> in class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Rename Variable name : String to value : String in method private readSerializedName() : String in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Extract Attribute | 2 | ||
| Extract Attribute private PRIVATE_MODIFIER_PREFIX : String in class org.immutables.value.processor.meta.Constitution.NameForms | From | To | |
| Extract Attribute private PUBLIC_MODIFIER_PREFIX : String in class org.immutables.value.processor.meta.Constitution.NameForms | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type enclosingType : ImmutableProto.DeclaringType to topLevel : DeclaringType in method public enclosingOf() : Optional<DeclaringType> in class org.immutables.value.processor.meta.Proto.DeclaringType | From | To | |
| Extract Method | 4 | ||
| Extract Method protected include() : Optional<IncludeMirror> extracted from public includedTypes() : List<TypeElement> in class org.immutables.value.processor.meta.Proto.AbstractDeclaring | From | To | |
| Extract Method protected include() : Optional<IncludeMirror> extracted from public hasInclude() : boolean in class org.immutables.value.processor.meta.Proto.AbstractDeclaring | From | To | |
| Extract Method private readSerializedName() : String extracted from private inferMarshaledName() : String in class org.immutables.value.processor.meta.ValueAttribute | From | To | |
| Extract Method private getTopLevelType() : DeclaringType extracted from public enclosingOf() : Optional<DeclaringType> in class org.immutables.value.processor.meta.Proto.DeclaringType | From | To |