範例

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

解決方案
避免宣告 static Collection 或 Map 類型。請考慮變更變數類型,或將宣告改成不是 static。