Eclipse新版發(fā)布,全面支持Java 7
作者:佚名
Eclipse基金會(huì)發(fā)布了Eclipse 3.8 M1版,這是第一個(gè)支持Java 7的里程碑版本。
Eclipse基金會(huì)發(fā)布了Eclipse 3.8 M1版,這是***個(gè)支持Java 7的里程碑版本。
該版本的改進(jìn)包括:
- 代碼自動(dòng)提示支持Diamond operators。
- 移除多余的類(lèi)型文字,并使用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 語(yǔ)句能夠被轉(zhuǎn)換到嵌套的 if/else 語(yǔ)句中
- The Java7 execution environment has been added for dependency on execution environments
下載地址:http://download.eclipse.org/eclipse/downloads/drops/S-3.8M1-201108031800/
【編輯推薦】
責(zé)任編輯:艾婧
來(lái)源:
ITeye