Bug 1029052 - Query definition created by content assist contains wrong comment character
Summary: Query definition created by content assist contains wrong comment character
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Eclipse Tooling
Version: unspecified
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Kris Verlaenen
QA Contact: Tomas David
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-11 14:41 UTC by Tomas Schlosser
Modified: 2020-03-27 19:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:07:27 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Schlosser 2013-11-11 14:41:54 UTC
Description of problem:
The query definition created by content assist contains old (deprecated) hash sign for comment. This is unsupported and shows a problem in drl.

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

Steps to Reproduce:
1. create new DRL resource
2. call content assist and select query

Actual results:
query "query name"
	#conditions
end

Expected results:
query "query name"
	//conditions
end

Additional info:
Please consider renaming the query to queryName since multiple word queries can't be called from LHS (backward chaining).


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