tangentum technologies    
 

Deutsch

   
   
 
    ref-to-subpackage

ref-to-subpackage

Name

ref-to-subpackage -- Selects instructions with references to a subpackage of any package from a specified set of packages.

Synopsis

<... ... ref-to-subpackage="package-name (, package-name)*" ... />

Description

This condition-attribute evaluates to true for instructions with references to a direct or transitive subpackage of one of the specified packages.

The packages are given as a comma-separated list of package-names. The order of the given package-names is not important. Each package-name should follow the conventions used for naming packages in Java.

Specifying unnamed packages: Specifying the unnamed package has no effect, because the unnamed package has no subpackages as member. Therefore an empty package-name will be ignored.