Skip to content

1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 00:54
· 85 commits to master since this release

Added

  • API: AnonymousMethodNode::getDeclarationSection method.
  • API: AnonymousMethodNode::getStatementBlock method.
  • API: AnonymousMethodNode::isEmpty method.

Changed

  • Include the global browsing path in unit import resolution.
  • Reprioritize the analysis search path in the following order (highest to lowest):
    • Referenced project files (DCCReference)
    • Search path (DCC_UnitSearchPath)
    • Debugger source path (Debugger_DebugSourcePath)
    • Library path (DelphiLibraryPath/DelphiTranslatedLibraryPath)
    • Browsing path (DelphiBrowsingPath)
    • Standard library
    • Analysis source files (sonar.sources)
  • Empty anonymous methods are now ignored in EmptyBlock.
  • Empty anonymous methods are now flagged in EmptyRoutine.