Fixed problems Release Notes

© 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.

1. Coverage 2. Unit Test Ada 3. Eclpse IDE 4. Installation 5. Studio 6. Misra

APAR #PI78692 (DEFECT ID TESTRT-1566)

A goto statment in an infinite loop could be not displayed as covered when this goto is just before the while(0)
Workaround: none

APAR #PI96475 (DEFECT ID TESTRT-1662)

Stub instruction are limited in size
Workaround: Reduce the size of the line if possible

DEFECT ID TESTRT-1700

In Eclipse IDE, disable instrumentation in build options does not work
Workaround: none

DEFECT ID TESTRT-1702

Error message when clicking on Back button from Install Packages IM page
Workaround: none

DEFECT ID TESTRT-1704

Error overlay remains even when a valid path to a Java executable is set
Workaround: none

DEFECT ID TESTRT-1705

Java path is not reparsed when changing the install architecture
Workaround: none

DEFECT ID TESTRT-1725

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

DEFECT ID TESTRT-1823

Incorrect column number reported on M20.8, M20.9, M20.12
This occurs in system header files
Workaround: none

DEFECT ID TESTRT-1844

Misra rule 16.10 is raised when it should not
Workaround: none

APAR #PH02066 (DEFECT ID TESTRT-1859)

crccc fails with segmentation fault
Workaround: none

APAR #PH06378 (DEFECT ID TESTRT-1953)

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