I added support for Java text blocks for expression injection. The only change necessary to support this was to change JAVA_EXPRESSION to accept one or three quotation marks.
In addition I disabled JavaExpressionUnnecessaryWhitespacesInspector if a text block is used.
I added support for Java text blocks for expression injection. The only change necessary to support this was to change
JAVA_EXPRESSION
to accept one or three quotation marks.In addition I disabled
JavaExpressionUnnecessaryWhitespacesInspector
if a text block is used.