|
Change Return Type void to SourceRoot in method public saveAll() : SourceRoot in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type void to SourceRoot in method public saveAll(root Path) : SourceRoot in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type Map<Path,ParseResult<CompilationUnit>> to List<ParseResult<CompilationUnit>> in method public tryToParse() : List<ParseResult<CompilationUnit>> in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type void to SourceRoot in method private save(cu CompilationUnit, path Path) : SourceRoot in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type void to SourceRoot in method public add(pkg String, filename String, compilationUnit CompilationUnit) : SourceRoot in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type Map<Path,ParseResult<CompilationUnit>> to List<ParseResult<CompilationUnit>> in method public tryToParse(startPackage String) : List<ParseResult<CompilationUnit>> in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type void to SourceRoot in method public parse(startPackage String, javaParser JavaParser, callback Callback) : SourceRoot in class com.github.javaparser.utils.SourceRoot |
From |
To |
|
Change Return Type Map<Path,ParseResult<CompilationUnit>> to List<ParseResult<CompilationUnit>> in method public getContent() : List<ParseResult<CompilationUnit>> in class com.github.javaparser.utils.SourceRoot |
From |
To |