1. The declared package "zyj.chap02ang" does not match the expected package "zyj.chap02lang"
已声明的包"zyj.chap02ang"和预期的包zyj.chap02lang不匹配。
2. i cannot be resolved
i不能被解析
3. The local variable n is never read.
局部变量n从未被读取过。
4. The local variable i may not have been initialized
局部变量i可能没有被初始化。
5. Type mismatch: cannot convert from double to int
类型不匹配:不能将double转换成int。
6. The public type A must be defined in its own file
公共类型A必须在它自己的文件中定义
7. This method must return a result of type int
这个方法必须返回一个int类型的结果。
8. Syntax error on token "Invalid Character"
语法错误在”无效的字符”标记,
9. Duplicate local variable i
重复的局部变量i
10. Unhandled exception type IOException
没有处理的异常IOException类型
11. add throws declaration
增加throws定义或声明
12. surround with try/catch
用try/catch包围
13. add catch clause to surrounding try.
在周围的try增加catch子句
14. Workbook cannot be resolved to a type
Workbook不能被解析为一个类型
15. Unreachable code
不能到达的代码。
16. The type Circle must implement the inherited abstract method Shape.getArea();
Cricle类型必须实现继承的抽象方法Shape.getArea()
17. Can not make a static reference to the non-static method js(int) from the type JieCheng.
在JieCheng类型中不能使一个静态的引用中调用非静态方法js(int)
18. Constructor call must be the first statement in a constructor
构造器调用必须是构造方法中的第一个语句.
19. Can not reduce the visibility of the inherited method from A
不能减少从A类继承的方法的可见性.
20. Override/Implements Methods…
覆盖或实现方法…
21. Generate Construtor using Fields…
用字段生成构造方法…

