Bug 1029429 - No code completion after 'global'
Summary: No code completion after 'global'
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Eclipse Tooling
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact: Tomas David
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-12 11:37 UTC by Tomas Schlosser
Modified: 2020-03-27 19:10 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:10:51 UTC
Type: Enhancement
Embargoed:


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.