Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2020.1

...

You can change the static analysis settings by setting the following JVM argument in JAVA_MEM in the variables file. The file (has no file extension). This file is located in the <DTP_INSTALL>/bin directory:

Code Block
titleLinux Example
JAVA_MEM -Ddtp.widgets.compareViolationsAcrossBranches=true 
Code Block
titleWindows Example
DTP_JAVA_OPTS -Ddtp.widgets.compareViolationsAcrossBranches=

...

true 
# or
DC_JAVA_OPTS -Ddtp.widgets.compareViolationsAcrossBranches=true

When this mode is turned on, DTP will consider violations in different branches as the same violations. 

...