Bug 1029429

Summary: No code completion after 'global'
Product: [Retired] JBoss BRMS Platform 6 Reporter: Tomas Schlosser <tschloss>
Component: Eclipse ToolingAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED EOL QA Contact: Tomas David <tdavid>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: lpetrovi, rrajasek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:10:51 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tomas Schlosser 2013-11-12 11:37:46 UTC
Description of problem:
There is no content assist after 'global' keyword. Expected values are - list of possible Java Classes. After picking one it should put some default name to the global variable (e.g. globalName or class name in camel case).

Version-Release number of selected component (if applicable):
JBDS 7.0.1.GA
JBoss Drools Core 6.0.0.201308222359
droolsjbpm-tools 6.x branch (2013-11-12)

Steps to Reproduce:
1. create new DRL resource
2. write "global " on appropriate line
3. ask for content assist

Actual results:
Irrelevant content assist

Expected results:
List of Java classes currently available (could be taken from class path and then added to imports, put fully qualified name, or just take classes that are already imported).