wrap all calls to StringLiteral.getLiteralValue
via ASTUtils
to avoid IllegalStateException
#1434
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
theme: validation
type: bug
Milestone
Came across the already mentioned multi-threading issue around
StringLiteral.getLiteralValue
again (see below). Looks like we need to walk through the code and wrap all calls togetLiteralValue
via the corresponding method inASTUtils
The text was updated successfully, but these errors were encountered: