]
Luca Molteni resolved DROOLS-3694.
----------------------------------
Release Notes Text:
All drools-models test passing
drools-test-coverage total test failing: 24
Resolution: Done
Mvel to Java Compiler - First implementation
--------------------------------------------
Key: DROOLS-3694
URL:
https://issues.jboss.org/browse/DROOLS-3694
Project: Drools
Issue Type: Enhancement
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Major
First deliverable:
* Support conversion from field to getter (field.name -> field.getName())
* Support explicit variable inizialization (a = "Hello" , a = "World"
-> "String a = "Hello"; a = "world";
* Rewrite modify statements