12 6月 2009

Eclipse 3.5 RC3 Released

之前沒什麼注意,不知不覺Eclipse 3.5(Galileo)已經到了RC3的階段了,看Schedule預定是在2009/06/24要發正式版!依以往的慣例,到了RC3差不多就很接近正式版了,API應該不會再改,會再修的只有BUG了,無聊之餘也就看看有什麼新東西,沒想到有幾項新功能真的是要給他稱讚一下。

(1)There is a new toString() generator

之前如果不掛個commons4e的Plugin那就用org.apache.commons.lang.builder.ToStringBuilder來override toString() method,缺點是前者要錢,後者則會破壞pure的dependency 按Alt+Shift+S,選取"Generate toString()"

選取用來產生String的fields

輕鬆產生 toString() method

(2)There are several enhancements to the Compare Editor Menu裡多個了"Compare With"的選項

可以選取Local端的記錄

Compare Editor就出現囉

(3)The Javadoc view and hovers now support the {@inheritDoc} tag and add links to overridden methods 只要在被Override的部份加上{@inheritDoc} tag,就以少寫點註釋...也可以少番點Javadoc了

(4)The JUnit4 version shipped with Eclipse has been updated to 4.5 雖然不錯,但是有用到Spring Test的要看一下Jira裡回報的問題 Spring TestContext Framework not compatible with JUnit 4.5

沒有留言: