Build Notes (1217) - 23 Jan 2025


CodeCheck

  • Configurations dialog use same check details view as Edit Configuration Dialog.

Command Line(Und)

  • Fix incorrect error message when filelist does not start with @

Doc

  • Add architecture plugins page to Python documentation

Main Window

  • Show the "Interactive Reports" menu under the "Reports" top level menu in addition to it's location under the "Project" menu.

Python API

  • Fix potential UnicodeDecodeError on calls to ent.comments() in files with the wrong encoding set

Reports

  • Add release/capture window action to Interactive Reports toolbar.

Violation Browser

  • Add "Ignore Violation(s)" and "Apply Fix-It Hint(s)" to violation browser context menu.

Visual Studio Import

  • Fixed Visual Studio msbuild import error for some nested projects

Window

  • Brighten inactive color in dark mode

Language - C++ (Strict)

  • Add "..." to parameter freetext of variadic functions
  • Create synthetic ellipsis parameters for variadic functions
  • Fix control flow source range regression for some single token nodes

Language C#

  • For C#, fixed bug where a path to a dll file with Japanese characters in the name could not be opened on a Windows machine with a non Japanese locale setting.


Stay up to date on Plugins, CodeCheck Checks, and Interactive Reports with our public Plugins Repository


CodeCheck

  • Add check MISRA23_30.0.2: Reads and writes on the same file stream shall be separated by a positioning operation

Interactive Reports

  • Added new Copyright and License iReport



Known Issues

  • File open dialogs may unexpectedly disappear on macOS 15.2 
  • CountLine for C# files may be incorrect when syntax errors are present