Issue Type: Bug Bug
Affects Versions: 3.3.0.Beta3-SOA
Assignee: Kris Verlaenen
Components: drools
Created: 19/Jun/12 4:50 AM
Description:

A. Rule Editor raises a wrong completion list, which includes drools keywords, for a bind variable in LHS.

rule "Wrong completion for bind valiable in LHS"
when
	$p : Person( name != "John") 
	eval($p.)
then
	
end

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.

rule "No completion for bind valiable in RHS"
when
	$p : Person( name != "John") 
then
	$p.
end

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)

Environment: JBDS500beta2
http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta3.soa-tooling/
Project: Tools (JBoss Tools)
Priority: Major Major
Reporter: Toshiya Kobayashi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira