-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jimple2cpg] fix parse jimple fail, the two problems will cause the c…
…lass and method not have correct info. 1.AstCreator: Unexpected runtime exception while parsing method body! Will stub the method java.util.NoSuchElementException: empty collection at io.joern.jimple2cpg.astcreation.declarations.AstForMethodsCreator.astForMethodBody$$anonfun$3$$anonfun$2(AstForMethodsCreator.scala:233) 2.AstCreationPass: Cannot parse: java.util.NoSuchElementException: key not found: at io.joern.jimple2cpg.astcreation.declarations.AstForMethodsCreator.astForMethod$$anonfun$4(AstForMethodsCreator.scala:112)
- Loading branch information
NextToMinus
authored and
NextToMinus
committed
Jan 24, 2025
1 parent
0eba274
commit 6eef106
Showing
1 changed file
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters