©Copyright International Business Machines Corporation 2017. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
© Copyright HCL Technologies Ltd. 2017-2021. All rights reserved.
The studio C++ wizard does not generate stub and otd properly when the method to stub is declared into a class which is part of a template.
Workaround: Change the .stb and .otd manually once generated by the wizard.
The TDP cvisual10 and cvisual10_64 do not detect FIU properly due to removed system methods.
Workaround: Set Library Settings/Heap Management Configuration/FIU detection to RTRT_NONE.
In Eclipse; in the Test Case editor; the red cross on Stub Behavior is not refreshed after execution.
Workaround: Select another run result to display then re-select the original one.
Tiny toolbar icons for Coverage and Performance reports
Workaround: none
Control Coupling and Worst Stack reports not available on Test Suite results
Workaround: none
Depending on compiler definition, plain char may be signed or unsigned. So, any rule relative to unsigned type should be ignored when underlying type is plain char.
Workaround: none
In chapter 10, we calculate 'essential type' for all expression node. Enums have a specific behavior as they can be seen either as true enum, or as signed (in case of anonymous enums). Result may be erroneous on enum constants.
Workaround: none
On large trace file, there is no way to stop the loading
Workaround: none
Testing a C file that requires header (.h) files, when linking these files, we lost the visibility of the data types (required for enumerated types and stubs that return an enumerated type). What would happen if, when adding a such a stub is that the stub creation would not be completed.
Workaround: Copy these header files rather than linking them