[JBoss JIRA] Created: (JBRULES-3205) Add 'name' and 'description' attributes to <Resource> element in change-sets
by Esteban Aliverti (JIRA)
Add 'name' and 'description' attributes to <Resource> element in change-sets
----------------------------------------------------------------------------
Key: JBRULES-3205
URL: https://issues.jboss.org/browse/JBRULES-3205
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Esteban Aliverti
Assignee: Esteban Aliverti
Priority: Optional
Fix For: 5.4.0.Beta1
It would be good the possibility to add (a optional) 'name' and 'description' to each Resource in change-set. These attribute should be exposed by org.drools.io.Resource
Even if these attributes don't have any effect in Resource's behavior and functionality, they will server as documentation of the change-set.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBRULES-3197) simple declaration flagged in RHS code, dialect "mvel"
by Wolfgang Laun (JIRA)
simple declaration flagged in RHS code, dialect "mvel"
------------------------------------------------------
Key: JBRULES-3197
URL: https://issues.jboss.org/browse/JBRULES-3197
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core (expert)
Affects Versions: 5.3.0.Beta1
Reporter: Wolfgang Laun
Assignee: Mark Proctor
Fix For: 5.3.0.CR1
The declaration of variable i is flagged as an error, with
a funny error message: variable defined within scope: i,
as if there ever were a variable that is *not* defined
within its scope!
Expected behaviour is to accept this declaration.
rule KickOff
dialect "mvel"
when
then
int i;
end
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBRULES-3124) Compiler should be able to report warnings
by Mikael Lönneberg (JIRA)
Compiler should be able to report warnings
------------------------------------------
Key: JBRULES-3124
URL: https://issues.jboss.org/browse/JBRULES-3124
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-compiler
Affects Versions: 5.2.0.Final
Reporter: Mikael Lönneberg
Assignee: Mark Proctor
Fix For: FUTURE
1) add warnings list to packagebuilder
2) add hasWarnings and getWarnings, in mirror of errors.
3) allow hashWarnings and getWarnings to take positive/negative warnings. i.e. ignore duplicate resource (hasWarnings would return false), report duplicate file (is returned in list). This should be some sort of chainable or compositable filter, with sane defaults.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months