是一款用JAVA 编写的编译器 具有很强的编译功能

源代码在线查看: warning.java

软件大小: 3504 K
上传用户: ac3698
关键词: JAVA 编写 编译器 编译
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 * @test  /nodynamiccopyright/				 * @bug 6177732				 * @summary add hidden option to have compiler generate diagnostics in more machine-readable form				 * @compile/ref=Warning.out -XDrawDiagnostics -XDstdout -Xlint:unchecked Warning.java				 */								import java.util.HashSet;				import java.util.Set;								class Warning				{				    static void useUnchecked() {					Set s = new HashSet();					s.add("abc");				    }				}							

相关资源