New Pattern, Class Instrumentation Dialog Box
Adds a new pattern string to the current Pattern Tree. The new pattern is added below the currently selected folder or pattern.
In the All Classes Pattern Tree, the new pattern string is used to exclude specific Java or .NET classes from data collection collection (Java classes apply to PureCoverage only).
In the Selected Classes Pattern Tree, the new pattern string is used to include specific Java or .NET classes in data collection collection (Java classes apply to PureCoverage only).
Pattern string matching is based upon a case-sensitive comparison to fully-qualified class names.
Use an asterisk (*) to denote any character string; use a backslash (\) with the asterisk if the name itself contains an asterisk. For example:
This pattern |
Matches any class whose name |
JVM* |
Begins with JVM and is followed by any string |
*chr |
Starts with any string and ends in chr |
*font* |
Contains font |
delete(void\** |
Is delete and whose first argument is void* |
(C) Copyright IBM Corporation 1993, 2010.