// Test case for the PR gcj/163 // Uninitalized final variables should not be permitted. class PR163 { final int foo; }
http://www.codebf.com/read/162614/5537270
// Test case for PR127: // gcj dumps core on method invocation on a primitive type class PR127 { void f() { int i; i.f(); } }
http://www.codebf.com/read/162614/5537287
package bar.foo; // A case of innerclass redefinition class redef1 { class redef1 {} }
http://www.codebf.com/read/162614/5537323
package bar.foo; // A case of innerclass redefinition class redef4 { class foo { class bar { class foo {}}} }
http://www.codebf.com/read/162614/5537352
public class PR8866 { public static void main (String args[]) { String attTypeString = ""; switch (args.length) { case 1: attTypeString = "string"; case 4:
http://www.codebf.com/read/162519/5546484
public class pr8955 { static final int val = Integer.MIN_VALUE; void foo() { switch(1) { case val: break; case 1: break; } } }
http://www.codebf.com/read/162519/5546725
package bar.foo; // A case of innerclass redefinition class redef3 { class foo { class bar {} class bar {}} }
http://www.codebf.com/read/162519/5546755
public class narrow_case { private int test(byte b) { switch (b) { case '0' :return 0; } return 99; } }
http://www.codebf.com/read/162519/5546779
package bar.foo; // A case of innerclass redefinition class redef2 { class foo {class redef2{}} }
http://www.codebf.com/read/162519/5546801
http://www.codebf.com/read/162519/5546802
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机