連續交付環境的協議變更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 |