Skip to content

db* CODECOP Validators v4.4.0

Compare
Choose a tag to compare
@PhilippSalvisberg PhilippSalvisberg released this 04 Oct 17:50
· 120 commits to main since this release

New / Changed

  • Based on db* CODECOP v4.4.0

  • Migrated Validator OverrideTrivadisGuidelines from Xtend to Java.

    • Applied new logic in G-1050 validation check (violation is thrown only when an overridable threshold is reached).
    • This validator overrides the new default implementation as before to ignore logger calls.

Fixed

  • False negative in G-9501 when using constant (#55).
  • False positive in G-9501 when assigning a parameter to a variable/constant and asserting it in the body (#56)