连续交付环境的协议变更html
团队须要当即可见性的覆盖率以及可变化的回归测试,而且可以快速识别哪些测试须要从新运行。次版本的更新帮助您了解这些变更以及识别任何须要解决的问题,以下降风险,加快交付。c++
更好的桌面体验安全
新增两项更好的体验:ide
汽车行业软件质量的拓展支持单元测试
做为专一于汽车的质量和安全性等相当重要的方面软件行业的前沿的公司,Parasoft继续扩展C和c++应用程序。测试
其余更新和改进ui
新的和升级的代码分析规则(部分)spa
Rule ID | Description | Engine |
CODSTA-MCPP-01htm |
User-conversion cast operators should be made explicitip |
C/C++test |
CODSTA-MCPP-02 |
Prefer alias declarations to typedefs |
C/C++test |
CODSTA-MCPP-03 |
Prefer Scoped Enums to Unscoped Enums |
C/C++test |
CODSTA-MCPP-04 |
Prefer 'nullptr' over 'NULL' or '0'(zero) |
C/C++test |
CODSTA-MCPP-05 |
Declare overriding functions with 'override' specifier |
C/C++test |
CODSTA-MCPP-06_a |
Declare copy constructor and copy assignment operators with the 'delete' specifier to prevent copying of class |
C/C++test |
CODSTA-MCPP-06_b |
Declare copy constructor and copy assignment operators with the 'delete' specifier instead of using a base class with private methods to prevent copying of class Coding Conventions |
C/C++test |
CODSTA-174_a_c90 |
A program should not exceed the translation limits imposed by The Standard (c90) |
C/C++test |
CODSTA-174_a_c99 |
A program should not exceed the translation limits imposed by The Standard (c99) |
C/C++test |
CODSTA-174_b_c90 |
A program should not exceed the translation limits imposed by The Standard (c90) |
C/C++test |
CODSTA-174_b_c99 |
A program should not exceed the translation limits imposed by The Standard (c99) |
C/C++test |