[jbosstools-issues] [JBoss JIRA] (JBIDE-12212) Wrong/No completion for bind variable in Drools Rule Editor

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Oct 15 13:26:47 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-12212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012251#comment-13012251 ] 

RH Bugzilla Integration commented on JBIDE-12212:
-------------------------------------------------

Douglas Palmer <dpalmer at redhat.com> changed the Status of [bug 833329|https://bugzilla.redhat.com/show_bug.cgi?id=833329] from VERIFIED to CLOSED

> Wrong/No completion for bind variable in Drools Rule Editor
> -----------------------------------------------------------
>
>                 Key: JBIDE-12212
>                 URL: https://issues.jboss.org/browse/JBIDE-12212
>             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 raises a wrong completion list, which includes drools keywords, for a bind variable in LHS.
> {code:java}
> rule "Wrong completion for bind valiable in LHS"
> when
> 	$p : Person( name != "John") 
> 	eval($p.)
> then
> 	
> end
> {code}
> Click ctrl+space after '$p.' -> the popup completion list includes 'and' 'eval' ...
> B. Rule Editor doesn't raise a completion list for a bind variable in RHS.
> {code:java}
> rule "No completion for bind valiable in RHS"
> when
> 	$p : Person( name != "John") 
> then
> 	$p.
> end
> {code}
> Click ctrl+space after '$p.' -> no popup
> In the attached example project, Sample03.drl is for A. Sample04.drl is for B. (please ignore Sample01/02)



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list