示例

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

解决方案
避免声明 static Collection 或 Map 类型。考虑从 static 声明更改变量类型或声明。