| Summary: | Breaks Mylyn Task List view, with "Cannot inherit from final class" message. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Wayne Stidolph <wayne> |
| Component: | Recommenders | Assignee: | Marcel Bruch <marcel.bruch> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | steffen.pingel |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Wayne Stidolph
Steffen, is this caused by Lucene 3.5 Code Recommenders depends on?
reproduced on mac. Below is a list of new dependencies introduced by code recommenders. Implicitly there are dependencies to netty, async http, and a few maven libs - but I think they are not the cause.
As there is a Lucene version installed already (2.9) and your index class sounds like it uses/extends Lucene, I wildly guess that this the cause? Mylyn version seems to be org.eclipse.mylyn.tasks.index.core_3.7.1.v20120425-0100. This does not happen for 4.2, right?
>$:plugins Marcel$ diff before.cr.txt after.cr.txt
ch.qos.logback.classic_1.0.0.v20111214-2030.jar
ch.qos.logback.core_1.0.0.v20111214-2030.jar
com.google.gson_2.1.0.v201203072145.jar
com.google.guava_10.0.1.v201203051515.jar
com.google.inject.assistedinject_3.0.0.201206011119.jar
com.google.inject.multibindings_3.0.0.201206011119.jar
com.google.inject_3.0.0.v201203062045.jar
org.apache.commons.lang3_3.1.0.201206011119.jar
org.apache.commons.math_2.1.0.v201105210652.jar
org.apache.commons.pool_1.6.0.v201204271246.jar
org.apache.commons.primitives_1.0.0.201206011119.jar
org.apache.lucene.core_3.5.0.v20120319-2345.jar
org.apache.lucene.misc_3.5.0.v20120319-2345.jar
org.apache.lucene.queries_3.5.0.v20120319-2345.jar
org.apache.lucene_3.5.0.v20120319-2345.jar
org.eclipse.recommenders.aether_1.0.0.201206011119.jar
org.slf4j.api_1.6.4.v20120130-2120.jar
-- recommender's plugins.
Well, I haven't filed this yet because my experiments were too chaotic so far, but on eclipse 4.2 with STS 3.0.0.M2 and Mylyn 3.8 the Task List window is unpopulated, and there's an error "Unable to create class 'org.eclipse.ui.internal.e4.compatibility.CompatibilityView' from bundle '506'" which is "Caused by: java.lang.VerifyError: Cannot inherit from final class" So it's not identical, but it's the same root cause affecting the same UI artifact. This may be related to bug 381359 then. Thanks Wayne. *** This bug has been marked as a duplicate of bug 381359 *** |