(Build b1084) - 15 Oct 2021
GENERAL
- Update Help Documentation
CODECHECK
- Added 8 new AUTOSAR checks
PARSER
- Restore behavior lost in b1064 where opening an old database will automatically prompt to reanalyze it.
C# PARSER
- Removed '<>' from short name of generic classes and interfaces.
- Improved handling of overload resolution involving generic classes and interfaces from dll files.
PYTHON PARSER
- Fixed syntax errors on raw f-strings.
- Added support for Python 3.8 positional only parameter syntax and f-string '=' syntax.
- Made changes to handle Python 3.8 named expression syntax.
WEB PARSER
- For Web/Typescript, made a change to handle import statements with a leading non-alphanumeric character at the start (e.g. import '@src/module'). The leading character is removed, and the remaining name is searched for in the directories specified in the Module Paths option.