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

A. Rule Editor doesn't raise a completion list for the second field constraint.

rule "No completion for second constraint"
when
	Person( name != "John", ) 
then
	
end

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.

rule "wrong completion for second constraint in case it has preceded fact"
when
	Cheese( type == "cream" )
	Person( name != "John", ) 
then
	
end

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)

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