-
Bug
-
Resolution: Duplicate
-
Major
-
6.4.0.Final
-
None
-
-
A JDT performance enhancement in Eclipse Neon exposed a bug in our EclipseJavaCompiler class.
-
NEW
-
NEW
The eclipse integration plugin stopped working properly with Eclipse Neon 4.6.
When editing rules in the rules editor of a Drools Project the following error is produced for any rule:
Error Message
Rule Compilation error Only a type can be imported. com.sample.DroolsTest.Message resolves to a package
Only a type can be imported. org.drools.core.spi.KnowledgeHelper resolves to a package
KnowledgeHelper cannot be resolved to a type
org.kie.api.runtime.rule.FactHandle cannot be resolved to a type
java.lang.Exception cannot be resolved to a type
org.kie.api.runtime.rule.RuleContext cannot be resolved to a type
The Plugin works fine with Eclipse Mars 4.5 and earlier releases.
- duplicates
-
DROOLS-1250 Drools Sample.drl is broken
- Closed