Skip to content

1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 00:15
· 6 commits to master since this release

Added

  • ObjectPassedAsInterface analysis rule, which detects object references that are passed directly as an interface to a routine.
  • TooManyDefaultParameters analysis rule, which flags routines with an excessive number of default parameters.

Changed

  • EmptyBlock now ignores all empty blocks containing an explanatory comment.
  • TooManyParameters now flags routine declarations instead of implementations, improving support for methods that are virtual, abstract, or on an interface.