© 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-2019. All Rights Reserved.
A goto statment in an infinite loop could be not displayed as covered when this goto is just before the while(0)
Workaround: none
Stub instruction are limited in size
Workaround: Reduce the size of the line if possible
In Eclipse IDE, disable instrumentation in build options does not work
Workaround: none
Error message when clicking on Back button from Install Packages IM page
Workaround: none
Error overlay remains even when a valid path to a Java executable is set
Workaround: none
Java path is not reparsed when changing the install architecture
Workaround: none
Studio Freeze when changing options from the windows "HTML Export Configuration"
This problem can occur with huge project (i.e. with e avery great number of files). When modifying the options, all the files are parsed and can take a lot of time
Workaround: none
Incorrect column number reported on M20.8, M20.9, M20.12
This occurs in system header files
Workaround: none
Misra rule 16.10 is raised when it should not
Workaround: none
crccc fails with segmentation fault
Workaround: none
Behaviour of stubbing Ada packages with imported functions
In case there is an Ada package with an imported function :
Function SER_GET return integer;
function SER_GET return integer; pragma Import (Convention => ASSEMBLER, Entity => SER_GET, Link_Name => SER_GET);
Workaround: none