Blog Posts

    It’s Time to Revise the Eclipse Development Process: 2015 Edition

    Tuesday, June 30, 2015 - 13:05 by Wayne Beaton
    Every couple of years, I work with the Eclipse Architecture Council to revise the Eclipse Development Process (EDP). The EDP is the document that describes the structure of projects, relationships between projects and committers, and the sorts of activities that projects are expected to engage in. After many years and...

    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...