(Build b913) – 12 Oct 2017
C# PARSER
- Added CountDeclExecutableUnit metric for files. Changed file Avg metrics to no longer round values so they conform to Avg metrics in other languages.
FORTRAN PARSER
- Fixed syntax errors caused by some macro expansions.
- Added CountDeclExcecutableUnits metrics. Fixed bug where average line metrics were incorrect for files containing modules. Changed file Avg cyclomatic metrics to no longer be rounded values.
JAVA PARSER
- Added CountDeclExecutableUnit metric for files. Changed file Avg metrics to no longer round values so they conform to Avg metrics in other languages.
API
- Remove udbDbLanguages() from user_api.
WEB PARSER
- Made changes to prevent imports from unknown modules from merging with global entities in other files.
- Fixed syntax error on async methods.