Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] NoSuchMethodError in org.eclipse.jdt

>You are trying to run version 6.1.19 on Jetty on top of which Eclipse build ?

It is org.eclipse.jdt:core:jar:3.1.1, here is the relevant Maven dependency diagram.
[INFO] +- org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.19:compile
[INFO] |  +- org.eclipse.jdt:core:jar:3.1.1:compile
[INFO] |  +- org.mortbay.jetty:jsp-api-2.1-glassfish:jar:9.1.1.B60.25.p0:compile
[INFO] |  +- org.mortbay.jetty:jsp-2.1-glassfish:jar:9.1.1.B60.25.p0:compile
[INFO] |  \- ant:ant:jar:1.6.5:compile


> Correction. internal packages are not part of the JDT API. They can be used but there is absolutely no garantee

Right, please tell the people that are abusing your APIs, and counting on implementation details.  I'm merely an indirect user.

> In order to help you, I would need access to the source code of the version of Jetty you want to fix.

Can't you just tell me what version this method was removed in, please?
org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()

> Bugzilla is the preferred way to report such issues. This mailing list is reserved to the purpose of developing JDT.

It's not a bug for you.  I am sorry to trouble you, but no one else seems to know this, and there isn't a users version of this list.

Thanks


Back to the top