Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PMDJ2EEDoNotCallSystemExit
FB.BAD_PRACTICE.DM_EXITDo not call System exit
Method invokes System.exit(...
Tool
Version
Checker
Description
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

JAVA.

DEBUG.

CALL

Debug Call (Java)

Coverity7.5

DC.CODING_STYLE
FB.DM_EXIT

Implemented
Parasoft Jtest
Include Page
Parasoft_V
Parasoft_V
CODSTACERT.BPERR09.EXITJVM
SECURITYCERT.EAB.JVMERR09.EXIT
Do not stop the JVM in a web component
Do not call methods which terminates Java Virtual Machine

Do not stop the JVM in a web component
SonarQube
Include Page
SonarQube_V
SonarQube_V
S1147Exit methods should not be called

...