[jbosstools-issues] [JBoss JIRA] (JBIDE-12210) Wrong/No completion for the second field constraint in Drools Rule Editor

Douglas Palmer (JIRA) jira-events at lists.jboss.org
Fri Jul 6 09:05:13 EDT 2012


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

Douglas Palmer updated JBIDE-12210:
-----------------------------------

          Fix Version/s: 3.3.0.CR2-SOA
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=833323  (was: https://bugzilla.redhat.com/show_bug.cgi?id=833323)

    
> Wrong/No completion for the second field constraint in Drools Rule Editor
> -------------------------------------------------------------------------
>
>                 Key: JBIDE-12210
>                 URL: https://issues.jboss.org/browse/JBIDE-12210
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: drools
>    Affects Versions: 3.3.0.Beta3-SOA
>         Environment: JBDS500beta2
> http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta3.soa-tooling/
>            Reporter: Toshiya Kobayashi
>            Assignee: Kris Verlaenen
>             Fix For: 3.3.0.CR2-SOA
>
>         Attachments: DroolsEx01_code_completion.zip
>
>
> A. Rule Editor doesn't raise a completion list for the second field constraint.
> {code:java}
> rule "No completion for second constraint"
> when
> 	Person( name != "John", ) 
> then
> 	
> end
> {code}
> Click ctrl+space after ',' -> no popup
> B. Rule Editor raises a wrong completion list, which indicates fields of a preceded fact, for the second field constraint.
> {code:java}
> rule "wrong completion for second constraint in case it has preceded fact"
> when
> 	Cheese( type == "cream" )
> 	Person( name != "John", ) 
> then
> 	
> end
> {code}
> Click ctrl+space after ',' -> the popup completion list includes Cheese's fields like 'type', not Person's fields.
> In the attached example project, Sample01.drl is for A. Sample02.drl is for B. (please ignore Sample03/04)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list