Wayne Beaton's blog

    Eclipse Mars New and Noteworthy: New Java Quick Fixes

    Monday, June 15, 2015 - 15:21 by Wayne Beaton
    Eclipse Mars includes new Quick Assists (Ctrl+1) for Java developers. Add and remove the parentheses around lambda parameter: Explicitly add the inferred types of the parameters in a lambda expression: Convert from method reference to lambda expression: Or from lambda expression to method reference: The full set of Eclipse Project...

    Screenshot of the Week: Missing JRE

    Monday, May 25, 2015 - 11:29 by Wayne Beaton
    One of the more frustrating things about Eclipse–at least for some users–is that Eclipse doesn’t come with a Java Runtime Environment (JRE). Since Eclipse is itself a Java application, it needs a JRE to run. The intellectual property rules at Eclipse prevent us from including a JRE with the downloads...

    Great Fix Winners, Round Three

    Thursday, May 7, 2015 - 15:57 by Wayne Beaton
    My apologies for being late with this announcement. We have four winners in this third and final round of the Great Fixes for Mars Skills Competition. In no particular order, I present the winners… Tony McCrary contributed dozens (maybe hundreds) of new icons to multiple projects. The impact of these...

    Screenshot of the Week: Gradle Tools

    Sunday, April 5, 2015 - 22:47 by Wayne Beaton
    We’re pushing hard to make sure that great tools for Gradle are included with the Eclipse Mars release. The following screenshot shows my workspace after importing the Gradle Tooling API using Buildship Eclipse Plug-ins for Gradle. The Buildship project provides tools for Gradle in Eclipse. The Buildship project is producing...

    Great Fix Winners, Round Two

    Sunday, April 5, 2015 - 22:06 by Wayne Beaton
    Sorry, I’m a little bit late with this announcement. We have three more winners in the Great Fixes for Mars Skills Competition. In no particular order: Snjezana Peco contributed a couple of Great Fixes, but I’ll focus on the patch provided for Bug 446075: Garbled bold text when used with...