eclipse-xtext / xtext

Eclipse Xtext™ is a language development framework
http://www.eclipse.org/Xtext
Eclipse Public License 2.0
770 stars 321 forks source link

JDT Facade project #3129

Open LorenzoBettini opened 3 months ago

LorenzoBettini commented 3 months ago

In some parts, we use internal members of JDT or use reflection to perform different method calls according to the version of JDT (see https://github.com/eclipse/xtext/pull/3128 and https://github.com/eclipse/xtext/pull/3124)

Se also

We could confine such code in a separate project, acting as a facade for JDT. At least the code using reflection and internal JDT members is not spread over all our projects.

LorenzoBettini commented 1 month ago

The project was created and initial hacks were moved there.

I'll leave this open because there are other parts to be moved in the jdt.facade project