We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I am right.
Soot.InstanceOfExpr should be handled.
I will figure out how AST tree should be composed and make a PR tomorrow.
?? https://github.com/ShiftLeftSecurity/codepropertygraph/blob/master/fuzzyc2cpg/src/main/java/io/shiftleft/fuzzyc2cpg/ast/expressions/InstanceofExpression.java
Call( id -> 1000140L, code -> "new Something()", name -> "<operator>.new", order -> 2, methodFullName -> "<operator>.new", argumentIndex -> 2, signature -> "TODO", lineNumber -> Some(value = 30), columnNumber -> Some(value = 28), methodInstFullName -> None, typeFullName -> "", depthFirstOrder -> None, internalFlags -> None, dispatchType -> "STATIC_DISPATCH", dynamicTypeHintFullName -> List() ), override def visit(astNew: NewExpression): Unit = { val call = newCallNode(astNew, "<operator>.new") diffGraph.addNode(call) connectAstChild(call) pushContext(call, 1) context.addArgumentEdgeOnNextAstEdge = true astNew.getTargetClass.accept(this) astNew.getArgumentList.accept(this) popContext() }
The text was updated successfully, but these errors were encountered:
Sub-issue of #93
Sorry, something went wrong.
popthink
DavidBakerEffendi
Successfully merging a pull request may close this issue.
If I am right.
Soot.InstanceOfExpr should be handled.
I will figure out how AST tree should be composed and make a PR tomorrow.
The text was updated successfully, but these errors were encountered: