GENERAL

  •    Fixed Metrics Browser and Architecture metrics to show the correct metric values 

  GRAPHS

  • Control flow graph context menus in styled source code use the entity under the cursor.
  • Add a compare variant for the UML Sequence Diagram.

  PROJECT

  • Change the color for errors in Analysis log as they were hard to read in dark mode.
  • Show the build watcher panel when C or C++ files are found


 ARCHITECTURES

  • Avoid syncing to the selection during incremental search in the Architecture Browser


  IREPORT

  • Fix hang on progress from a Python script on Windows
  • Fix failure to reload the script for an existing IReport window
  • Fix incorrect option lookup return type for checkbox, integer, and empty string options


  INFORMATION BROWSER

  • Remember refs list selection position in Information Browser history


  PYTHON LANGUAGE

  • Moved the 'async' modifier on methods from the return type to a new AdditionalKind freetext entry that is displayed as part of the entity kind in the Information Browser.
  • Fixed bug where self.<attribute_name> assignments did not create attribute definitions if a type hint was included.


  C# LANGUAGE

  • Added modifiers not encoded in entity kinds to the AdditionalKind freetext for display as part of the entity kind in the Information Browser.


  JAVA LANGUAGE

  • Made changes to search algorithm for locating built in Java standard jar files.