eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

could not found some folder or class file in 3.35.0 than 3.32.0 #397

Closed Reedon1 closed 6 months ago

Reedon1 commented 6 months ago

Many classes in org. eclipse. jdt. core are missing in version 3.35.0, such as. Org. eclipse. jdt. internal. compiler. ast; Org. eclipse. jdt. internal. compiler. problem, but there are still packages available in version 3.32.0. Where did these packages go after the version upgrade?

Reedon1 commented 6 months ago

it has a vulnerable in org.eclipse.jdt.core for 3.32.0 version , i want to use some class file. example that under this folder, org.eclipse.jdt.internal.compiler.ast, org.eclipse.jdt.internal.compiler.problem, but i could not found this folder when i use 3.35.0 version.

akurtakov commented 6 months ago

By the versions you give I would assume you're using Maven artifacts. If that's the case you should be looking https://mvnrepository.com/artifact/org.eclipse.jdt/ecj/3.36.0 which is even a proper dependency of https://mvnrepository.com/artifact/org.eclipse.jdt/ecj/3.36.0 . In the past o.e.jdt.core had all of ecj bundled in via a convoluted build system, now it's simpler dependency as it should have always been.

iloveeclipse commented 6 months ago

Not a bug, please ask questions in the future at https://github.com/eclipse-jdt/eclipse.jdt.debug/discussions.