package testsubjects; public class StaticMethodsIgnored { void anInstanceMethod() { } static void aStaticMethod() { } }