[
http://jira.jboss.com/jira/browse/JBRULES-275?page=all ]
Mark Proctor closed JBRULES-275.
--------------------------------
Resolution: Out of Date
Not neede as we now use static imports for functions.````````````````````````````
FunnctionFixer - improve it to use simpler regex
------------------------------------------------
Key: JBRULES-275
URL:
http://jira.jboss.com/jira/browse/JBRULES-275
Project: JBoss Rules
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 3.0-rc3
Reporter: Michael Neale
Assigned To: Mark Proctor
Fix For: 4.0.0.MR3
Original Estimate: 1 day
Remaining Estimate: 1 day
At the moment the FunctionFixer tries to find what it thinks are function calls:
foo(bar); becomes Foo.foo(bar);
It does an OK job.
What would simplify it, was if it worked off a list of known functions for the rules
being compiled.
Then it could do an enhanced "find and replace" with each function name (as
long as it doesn't appear in a string).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira