This rule is defined by the following XPath expression:
//Type/ReferenceType/ClassOrInterfaceType[@Image='Vector']
Example:
public class Foo { void bar() { Vector v = new Vector(); } }