Skip to content

Commit

Permalink
[jimple2cpg] Fix unimplemented method in AstCreator (#3815)
Browse files Browse the repository at this point in the history
Hotfix for: https://github.com/joernio/joern/actions/runs/6825626462/job/18563864239

---------

Co-authored-by: David Baker Effendi <dbe@sun.ac.za>
  • Loading branch information
badly-drawn-wizards and DavidBakerEffendi authored Nov 10, 2023
1 parent 0ccf613 commit 8e1481f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ class AstCreator(protected val filename: String, protected val cls: SootClass, g

override def lineEnd(node: Host): Option[Integer] = None

override def code(node: Host): String = node.toString

/** Tracks AST scope.
*/
protected val stack: mutable.Stack[Ast] = mutable.Stack.empty
Expand Down

0 comments on commit 8e1481f

Please sign in to comment.