fa01fa03b4d782e23ce8196df2e3a135b271c68a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type CompilationUnit to Optional<CompilationUnit> in method private parse(srcFile File) : Optional<CompilationUnit> in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver | From | To | |
Change Variable Type | 1 | ||
Change Variable Type compilationUnit : CompilationUnit to compilationUnit : Optional<CompilationUnit> in method private tryToSolveTypeUncached(name String) : SymbolReference<ReferenceTypeDeclaration> in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parsedFiles : Map<String,CompilationUnit> to parsedFiles : Map<String,Optional<CompilationUnit>> in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver | From | To |