Community
Participate
Working Groups
fieldMethodHelper_passingTest(new String[0], new String[]{"m", "n"}, new String[][]{new String[0], new String[0]});
}
public void test29() throws Exception{ //test for bug 41691
fieldMethodHelper_passingTest(new String[0], new String[]{"m"}, new String[][]{new String[0]});
public void test30() throws Exception{ //test for bug 41691
fieldMethodHelper_passingTest(new String[]{"id"}, new String[0], new String[0][0]);
public void test31() throws Exception{ //test for bug 41691
fieldMethodHelper_passingTest(new String[]{"odd"}, new String[0], new String[0][0]);
//---
public void testFail0() throws Exception{
fieldMethodHelper_failingTest(new String[0],
package p;
public class A {
// Garbage code;
static void m() {
public class B {
public final static String id= "Thing.id"; //$NON-NLS-1$
public final static String odd= "Thing.odd"; //$NON-NLS-1$