(Build b1077) - 9 Aug 2021


GENERAL

  • Fix analysis abort which could have left the app unstable.
  • Dependency Browser csv export respect “Depends On” versus “Depended On By” setting.
  • If caret line highlight is on, always show it in the Previewer regardless of focus.

C/C++

  • Don’t include c/c++ macros in dependencies because they are often multiply defined which results in lots of false positives.
    * Fix “Inherits” dependency filter for C.

C#

  • Fixed bug where some virtual methods in multilevel inheritance classes were not identified as virtual and overriding methods for them were not shown on the call graph.
  • Fix C# Information Browser Calls field to show virtual calls from multiply derived subclasses.

ADA

  • Fixed bug where some exported entities created duplicate copies.
  • Fixed bug that could cause a crash when the same file was included using different relative paths.
  • Fix IB References field for a multi-language ADA object.

PASCAL/DELPHI

  • Fixed bug that could cause a crash when the same file was included using different relative paths.
  • Fixed bug where use of array as a type parameter caused a syntax error.

FORTRAN

  • Fixed bug where the use of an ‘INTERFACE TO’ statement to specify the name of an external subprogram caused syntax errors in free format files.