Make logging of compile errors configurable #974
Labels
in: sbm-support-rewrite
Issue is related to the sbm-support-rewrite compionent
revamp
type: enhancement
New feature or request
What needs to be done
The
logCompilationWarningsAndErrors
flag ofJavaParser.Builder
should be configrable.The flag should be provided through a new property
parser.logCompilationWarningsAndErrors=[true|false]
Why it needs to be done
It allows users to turn on/off logging output of JavaCompiler which can be annoying in some cases and helpful in others.
Acceptance Criteria
ParserProperties
true
once withfalse
and assert the rendered outputAdditional Information
The text was updated successfully, but these errors were encountered: