© Copyright International Business Machines Corporation 2013. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
using a very Long nodes name+ptu name+package name may lead attolpreproada to loop forever and fill generated file with -- .
Workaround: reduce the name length to less than 11O chars.
If the same typename is used in private part of an package and public part of another package and theses two package are referenced by a use clause attol ada parser can confuse these 2 types.
Workaround: change 'use' clauses order
If the same typename is used in private part of an package and public part of another package and theses two package are referenced by a use clause attol ada parser can confuse these 2 types.
Workaround: change 'use' clauses order
attolpreproAda failing into resolving generic type parameters.same issue as PM97882
Workaround: force the final type of the parameter
the documentation states '- Source lines is: the total number of lines of source code and empty lines' instead of 'the 'source lines' shown into the step 2/5 of the wizard correspond to the 'Source only lines' of the complete metrics report'.
No known workaround
unable to instrument C/C++ code when a string contains a /* sequence and a #if or #ifdef is part of the code between this string and the next */ .
Workaround: add // */ comment at the end of the string line.
Studio metrics viewer shows half character of 4th digit and non afterwards in the graph axis.
No known workaround.
Hexa FORMAT is not taken into account for Initial values of Arrays in non-Extended mode report
Workaround: request extended mode
online documentation for section 'Editing Stubs' is incorrect in Test RealTime for Eclipse IDE, the steps from 3 to 5 do not make sense.
Workaround: look at user manual from web
Documentation of TestRT for Eclipse IDE do not mention that 'No Dump' as initial value means the variable initial value won't be know in the report, and does the same as 'unchanged'. This allows to avoid to read the variable during the initialization phase of the test case execution.
Test report code coverage rates provides also the rates at file and root level.
On Linux versions of the product with GTK, if icons are not displayed in the menus of the Eclipse IDE, reconfigure your system with the command gconf-editor. For more details see https://bugs.eclipse.org/bugs/show_bug.cgi?id=293720
In Rational Test RealTime for the Eclipse IDE, the ECDT does not work with minGw compiler because 'make' is not delivered with MinGw.
Workaround: download 'make' from http://www.equation.com/servlet/equation.cmd?fa=make
CSV file DataPool cannot be created outside the workspace.
Workaround: copy the file into the workspace manually.
C/C++ instrumentor now performs MC/DC on C xor operator in bitwise condition mode.
-COND=bitwise should instrument to MCDC when all item are identified as bool type instead of when only one of items is of bool type.
Workaround: cast all item with (int) when no MCDC is required.
attolccp unable to parse properly __builtin_offsetof when the field parameter is not at constant offset.
Workaround: add #define __builtin_offsetof(x,y) 0 in atus_c.def
ADA resolution error on generic type of parameter when the type comes from generic of generic.
Workaround: force the final type of the parameter.
64bits data are truncated to 32 bits by System Testing.
Workaround: change the type ATL_T_LONG and ATL_T_ULONG declared into ats.h to the appropriate 64bits types
the TDPeditor - generated in 'PATH' is now recorded into the xdp file and is then taken into account when the xdp file is opened.If the xdp file comes from an other machine and the generated in 'PATH' is not available on the current machine, the generated in 'PATH' read from the xdp file is not taken into account and the save action will then generate the TDP in the default path.
Opening an XDP file, on Windows 7 without Administrator right, results in 'unexpected character' when the installation is located into C:\Program Files\IBM.
Workaround: remove the xdp file in 'C:\Users\\AppData\Local\VirtualStore\Program Files\IBM\TestRealTime\targets\xml' with the same name.The long term workaround is to set full control on directories \targets and \targets\xml and \examples\... for user .