c82e53c14f2fe6686df7f6d06add434f9fce94eb
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type value : AnnotationValue to value : AnnotationMirror in method public toCharSequence(value AnnotationMirror, unresovedImportsResolver Function<String,String>) : CharSequence in class org.immutables.generator.AnnotationMirrors | From | To | |
Move Method | 2 | ||
Move Method private qualifyImportedIfPossible(typeName String) : String from class org.immutables.value.processor.meta.TypeStringProvider to private qualifyImportedIfPossible(typeName String) : String from class org.immutables.value.processor.meta.ImportsTypeStringResolver | From | To | |
Move Method private getFromSourceImports(resolvable String) : String from class org.immutables.value.processor.meta.TypeStringProvider to private getFromSourceImports(resolvable String) : String from class org.immutables.value.processor.meta.ImportsTypeStringResolver | From | To | |
Move Attribute | 1 | ||
Move Attribute private sourceClassesImports : List<SourceExtraction.Imports> from class org.immutables.value.processor.meta.TypeStringProvider to private sourceClassesImports : List<SourceExtraction.Imports> from class org.immutables.value.processor.meta.ImportsTypeStringResolver | From | To | |
Extract Class | 1 | ||
Extract Class org.immutables.value.processor.meta.ImportsTypeStringResolver from class org.immutables.value.processor.meta.TypeStringProvider | From | To | |
Extract Method | 1 | ||
Extract Method private printValue(value AnnotationValue) : void extracted from public visitAnnotation(a AnnotationMirror, p Void) : Void in class org.immutables.generator.AnnotationMirrors.PrintVisitor | From | To |