Author Topic: Release 2.9.0 now available!  (Read 1176 times)

Bas van Eekelen

  • Staff
  • *
  • Posts: 9
    • View Profile
Release 2.9.0 now available!
« on: 01 November, 2021, 16:06:29 »
Code Checker release 2.9.0 is now available for download!

New features include:
  • Added a new Preference to the Preferences tab, that enables smart indenting the selected files before checking them.
  • Added a Fix all button to the report. By clicking this button, all violations for a specific check in all checked files are fixed.
  • Added a parameter to checkBuiltinFunctionCompatibility that lets you choose whether or not to filter for unique violations.
  • Added a parameter to checkCoderCompatibilityFunctionCalls that lets you choose whether or not to filter for unique violations.
  • Added a parameter to checkMagicNumber that exempts whole decimal numbers in a configured range.
  • When configured, checkSurrBySpaces now reports equals signs in for-loop definitions if they are not surrounded by spaces.
  • Compatible with MATLAB R2021b.
  • Five new checks:
    • checkArgumentsBlockUsed checks whether an arguments block is used for the specified categories of functions among the files selected for checking.
    • checkAvoidNames checks if the code uses names not to use for classes, functions and variables etcetera.
    • checkNameValuePairCasing checks classdef files and reports any methods or properties blocks with duplicate attribute values.
    • checkWhiteSpaceEndOfLine checks if white space is used at the end of a line.
    • checkReuseIteratorVaribleName checks the casing of name-value pairs in arguments blocks.
Get Code Checker for MATLAB v2.9.0 now by going to our webshop. If you are already using Code Checker for MATLAB, upgrade to release 2.9.0 using the instructions provided here.