0
我想在我的Eclipse Juno IDE中將警告設置爲錯誤。在eclipse juno IDE中設置警告爲錯誤
public class Main {
public static void main(String[] args) {
TryRefactoring try1 = new TryRefactoring();//warning shown here
}
}
但我想設置此警告在我的IDE中顯示爲錯誤?
什麼是TryRefactoring類包含的。你能否詳細說明一下。 – 2013-02-26 14:18:14
公共類TryRefactoring { \t公共無效getPrint() \t { \t \t \t \t的System.out.println( 「我要重構」); \t \t \t} } – Likhan 2013-02-26 14:23:14