This rule is defined by the following XPath expression:
//PrimarySuffix[@Image='getClassLoader']
Example:
public class Foo { ClassLoader cl = Bar.class.getClassLoader(); }