サンプル

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

ソリューション
static コレクションまたはマップ・タイプを宣言しないでください。変数タイプを変更するか、または static 宣言から宣言を変更してください。