Example

public class ClassA {
private static Collection c = null;
}

Solution
Avoid declaring static Collection or Map types. Consider changing the variable type or the declaration from a static declaration.