]
Mario Fusco resolved DROOLS-1757.
---------------------------------
Resolution: Done
Fixed by
DefaultKnowledgeHelper.modify() does nothing
--------------------------------------------
Key: DROOLS-1757
URL:
https://issues.jboss.org/browse/DROOLS-1757
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.3.0.Final
Reporter: Jon Kranes
Assignee: Mario Fusco
In org.drools.core.base.DefaultKnowledgeHelper the modify() method has an empty
implementation. There is no documentation for this method in the interface
org.drools.core.spi.KnowledgeHelper so it's unclear what this method is supposed to do
(is it the same as update() or somehow different?). But in any case it seems like an
oversight for the method to do nothing at all.