-
Bug
-
Resolution: Done
-
Major
-
6.2.0.Final
-
User Experience
-
Workaround Exists
-
-
Low
Class org.drools.core.util.MVELSafeHelper, obsolete and thread-blocking "synchronized" keyword in static getter of a static final field:
public class MVELSafeHelper {
private static final MVELEvaluator evaluator;
static
public static synchronized MVELEvaluator getEvaluator()
{ return evaluator; }//
}