Non-Final Static Attribute (NFSA)

Description:

This rule helps you to avoid non-final static attributes.

Example:

    protected static ArrayList  InterfaceListeners = new ArrayList();