eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 45 forks source link

Process EE_HOME lazy in ExecutionEnvironmentDescription #432

Closed HannesWell closed 3 months ago

HannesWell commented 3 months ago

What it does

Parse EE_HOME lazy in ExecutionEnvironmentDescription. This avoids the need to specify the ee.home property for descriptions even if all paths are already absolute and the '${ee.home}' variable is not used and therefore ee.home is effectivly unused.

Author checklist

@iloveeclipse or @akurtakov could you please review this?

HannesWell commented 3 months ago

@iloveeclipse or @akurtakov could you please have a look at this? :)

akurtakov commented 3 months ago

Thanks! Looks good.