You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the stack trace:
Note that there are multiple missing blocks and structures, probably due to the failure in parsing the AST.
(The error at the bottom is discussed in issue [Bug] AppenderLoggingException in log4j logging #2439 )
Expected behavior
AST generation should succeed, fail gracefully if possible or abort CPG creation completely if unrecoverable.
Desktop (please complete the following information):
OS: Linux 5.15.0-1030-gcp 37-Ubuntu
Joern Version: 1.1.1552
javac 11.0.18
The text was updated successfully, but these errors were encountered:
Parsing a (possibly ill-formatted) TypeScript file results in a java.lang.NumberFormatException.
To Reproduce
Steps to reproduce the behavior:
import the attached example with
importCode
in joernexample.zip
Observe the following errors:
Full Stack Trace
Note that there are multiple missing blocks and structures, probably due to the failure in parsing the AST.
(The error at the bottom is discussed in issue [Bug] AppenderLoggingException in log4j logging #2439 )
Expected behavior
AST generation should succeed, fail gracefully if possible or abort CPG creation completely if unrecoverable.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: