tangentum technologies    
 

Deutsch

   
   
 
    method-contains-ref-to-package-or-subpackage

method-contains-ref-to-package-or-subpackage

Name

method-contains-ref-to-package-or-subpackage -- Selects methods that contain instructions with references to a package that is member of specified set of packages, or any of their subpackages.

Synopsis

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

Description

This condition-attribute evaluates to true for methods that contain instructions with references to one of the specified packages, or any of their direct or transitive subpackages.

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.