// "Remove pattern variable 'string'" "true" class X { public void test(Object object) { if (object instanceof String) {} } }