This rule is defined by the following XPath expression:
//FieldDeclaration/Type/ReferenceType/ClassOrInterfaceType[@Image = 'StringBuffer']
Example:
class Foo { private StringBuffer memoryLeak; }