Eclipse新版发布,全面支持Java 7

[摘要]Eclipse基金会发布了Eclipse 3.8 M1版,这是第一个支持Java 7的里程碑版本。 该版本的改进包括:代码自动提示支持Diamond operators。...

Eclipse基金会发布了Eclipse 3.8 M1版,这是第一个支持Java 7的里程碑版本。

该版本的改进包括:

  • 代码自动提示支持Diamond operators。
  • 移除多余的类型文字,并使用diamond operator代替
  • Content assist can be used to insert types into diamonds
  • Multi-catch can be extended with a "Surround with try/multi-catch", complementing the existing "Surround with try/catch"
  • Multi-catch can be extended with new exception types
  • Exception blocks can be combined into a single multi-catch block
  • Resources closed with try-with-resources can detect thrown exceptions and add to (multi-) catch blocks
  • Strings-in-switch 语句能够被转换到嵌套的 if/else 语句中
  • The Java7 execution environment has been added for dependency on execution environments

下载地址:http://download.eclipse.org/eclipse/downloads/drops/S-3.8M1-201108031800/




免责声明:

本站系本网编辑转载,会尽可能注明出处,但不排除无法注明来源的情况,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。如涉及作品内容、版权和其它问题,请在30日内与本网联系, 来信: liujun@soft6.com 我们将在收到邮件后第一时间删除内容!

[声明]本站文章版权归原作者所有,内容为作者个人观点,不代表本网站的观点和对其真实性负责,本站拥有对此声明的最终解释权。