Effective Java Second Edition中文版勘误列表

相关资源:
EclipseJDK6 Effective Java Second Edition Examples:
[url]http://java2class.iteye.com/blog/291068[/url]

Effective Java Second Edition中文翻译术语表讨论专用贴:
[url]http://yulimin.iteye.com/blog/272088[/url]

本书地址:
[url]http://java.sun.com/docs/books/effective/[/url]

英文勘误:
[url]http://java.sun.com/docs/books/effective/errata.html[/url]

***************************************************************************
勘误列表模板:
页码:第XXX页,第YY段ZZ行
原文:
译文:
修正:
说明:
***************************************************************************
页码:第101页,中文第三段末尾
原文:but List<String>.class and List<?>.class are not.
译文:但是List<String.class和List<?>.class则不合法
修正:但是List<String[color=red][b]>[/b][/color].class和List<?>.class则不合法
说明:感谢“[url=http://exceedsun21320070508164500.iteye.com/]打倒小日本[/url]”:)
时间:2009.03.01 21:06:00已核实

页码:第40页,第二段首
原文:At this point, you might expect m.get(new PhoneNumber(707, 867, 5309)) to return "Jenny", but it returns null.
译文:这时候,你可能期望m.get(new PhoneNumber(408, 867, 5309)会返回“Jeeny"
修正:这时候,你可能期望m.get(new PhoneNumber([color=red]707[/color], 867, 5309)会返回“Jeeny"
说明:感谢 [url=http://hylxsfh.iteye.com/]hylxsfh[/url] 提出,很认真啊!佩服!
时间:2009.03.22 21:08:00已核实

页码:第37页,第二段倒数两行
译文:例如,假设有一个Polygon类,并缓存了该区域。如果两个多边形有着不同的区域,就没有必要去比较它们的边和至高点。
原文:For example, suppose you have a Polygon class, and you cache the area. If two polygons have unequal areas, you needn't bother comparing their edges and vertices.
修正:例如,假设有一个Polygon类,并缓存了该[color=red]面积[/color]。如果两个多边形有着不同的[color=red]面积[/color],就没有必要去比较它们的边和[color=red]顶[/color]点。
说明:感谢 [url=http://www.china-pub.com/member/bookpinglun/viewpinglun.asp?id=195040]chzhou[/url] 提出,多谢!
时间:2009.06.21 10:50:00已核实

页码:第119页,倒数第2段
原文:Both parameters, s1 and s2, are E [color=red]producers[/color], so the PECS mnemonic tells us that the declaration should be:
译文:s1和s2这两个参数都是E消费者,因此根据PECS,这个声明应该是:
修正:s1和s2这两个参数都是E[color=red]生产者[/color],因此根据PECS,这个声明应该是:
说明:感谢 jinlingmin0624 提出,多谢!
时间:2009.07.18 22:00:00已核实

页码:第178页,第3段2行
原文:“A college degree, such as B.S., M.S. or Ph.D.”
译文:“A college degree, such as B.S., M.S.[color=red],[/color] or Ph.D.”
修正:“A college degree, such as B.S., M.S. or Ph.D.”
说明:多了一个[color=red],[/color],感谢 jinlingmin0624 提出,多谢!
时间:2009.07.18 22:00:00已核实

页码:第XXX页,第YY段ZZ行
原文:As suggested in Item 58, it may be appropriate for an exception to provide accessor methods for its failure-capture information (lowerBound, upperBound, and index in the above example).
译文:正如第58条中所建议的,为异常的“失败捕获”信息提供一些访问方法是合适的(在上述例子中为lowerBound、upperBound和index)[color=red]提供一些访问方法是合适的[/color]。
修正:正如第58条中所建议的,为异常的“失败捕获”信息提供一些访问方法是合适的([color=red]如[/color]上述例子中为lowerBound、upperBound和index)。
说明:编辑错误,删除后面的[color=red]提供一些访问方法是合适的[/color]。感谢 jinlingmin0624 提出,多谢!
时间:2009.07.18 22:00:00已核实

页码:第257页,最后1段1行
原文:If a class that is designed for inheritance is not serializable, it [color=red]may be[/color] impossible to write a serializable subclass.
译文:如果一个专门为了继承而设计的类不是可序列化的,[color=red]就[/color]不可能编写出可序列化的子类。
修正:如果一个专门为了继承而设计的类不是可序列化的,[color=red]或许[/color]不可能编写出可序列化的子类。
说明:感谢 jinlingmin0624 提出,多谢!
时间:2009.07.18 22:00:00已核实

页码:第271页,第3段1行
原文:The readResolve feature allows you to substitute another instance for the one created by readObject [Serialization, 3.7].
译文:readResolve特性允许你用[color=red]readObject创建的实例[/color]代替[color=red]另一个实例[/color][Serialization, 3.7]。
修正:readResolve特性允许你用[color=red]另一个实例[/color]去代替readObject创建的实例[/color][Serialization, 3.7]。
说明:译反了,汗。。。感谢 jinlingmin0624 提出,多谢!
时间:2009.07.18 22:00:00已核实

***************************************************************************
[align=center][size=xx-large][color=red]占位贴[/color][/size][/align]


英文勘误也增加了好多条了啊,准备抽时间也列出来为中文勘误。
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值