eb15b0c312a24c526d4999a9fa05db239bac5e2c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private getContextImpl(node Node, typeSolver TypeSolver) : Context extracted from public getContext(node Node, typeSolver TypeSolver) : Context in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory | From | To | |
Extract Method private getTypeDeclarationImpl(classOrInterfaceDeclaration ClassOrInterfaceDeclaration) : ReferenceTypeDeclaration extracted from public getTypeDeclaration(classOrInterfaceDeclaration ClassOrInterfaceDeclaration) : ReferenceTypeDeclaration in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade | From | To |