Skip to content

Commit

Permalink
feat: add debug for local info
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 25, 2022
1 parent 085281c commit 34744ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ open class JavaAnalyserApp(var config: ChapiConfig = ChapiConfig(language = Lang
basicNodes: Array<CodeDataStruct>
): Array<CodeDataStruct> {
return files.flatMap {
println("processing file: ${it.absolutePath}")
val codeContainer = JavaAnalyser().identFullInfo(readFileAsString(it.absolutePath), it.fileName, classes, basicNodes)
codeContainer.DataStructures.map { ds -> ds.apply { ds.Imports = codeContainer.Imports } }
}.toTypedArray()
Expand Down

0 comments on commit 34744ea

Please # to comment.