[jboss-jira] [JBoss JIRA] (DROOLS-1718) Accept hexadecimal values in rule LHS

Jozef Marko (JIRA) issues at jboss.org
Mon Jul 16 17:06:00 EDT 2018


     [ https://issues.jboss.org/browse/DROOLS-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jozef Marko updated DROOLS-1718:
--------------------------------
    Component/s: Guided Rule Editor


> Accept hexadecimal values in rule LHS
> -------------------------------------
>
>                 Key: DROOLS-1718
>                 URL: https://issues.jboss.org/browse/DROOLS-1718
>             Project: Drools
>          Issue Type: Bug
>          Components: Guided Rule Editor
>            Reporter: Uli Bubenheimer
>            Priority: Minor
>              Labels: drools-tools
>
> It is not possible to use a hexadecimal value in the LHS of a rule.
> The manual says: "All standard Java numeric primitives are supported." As hexadecimal values are standard Java numeric primitives, this could be considered not just a new feature, but a bug (documentation bug at least).
> I found this issue first mentioned in the referenced user forum post from 2006; sadly, the poster did not create a JIRA issue as suggested, or at least I could not find one.
> Example:
> rule "bla"
> when
> Value( tag == 0x00080060 )     // ERROR!
> then
> //something
> end



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list