Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Parasoft Jtest 2020.2

...

ToolVersionCheckerDescription
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V
PMD.Strict-Exceptions.AvoidCatchingThrowableAvoid catching Throwable
Parasoft Jtest
Include Page
Parasoft_V
Parasoft_V
EXCEPT.NCNPEImplementedDo not catch 'NullPointerException'
SonarQube
Include Page
SonarQube_V
SonarQube_V

S1181

S1696

Throwable and Error should not be caught

"NullPointerException" should not be caught

...