/** * This file is licensed under the University of Illinois/NCSA Open Source License. See LICENSE.TXT for details. */ package edu.illinois.codingspectator; class C1 { static Object field; static void m() { } } class C2 { } class C3 { static Object field; static void m() { } }