[
https://issues.jboss.org/browse/JBIDE-11033?page=com.atlassian.jira.plugi...
]
RH Bugzilla Integration commented on JBIDE-11033:
-------------------------------------------------
manstis(a)redhat.com made a comment on [bug
796251|https://bugzilla.redhat.com/show_bug.cgi?id=796251]
(In reply to comment #10)
mantis, just so i'm clear what back-ported means here - is it
committed to the
community 5.3 branch so it would actually get picked up in a respin for JBDS 4
or are we just talking trunk here as Kris seems to be referring ?
Hi Max, the fix has been applied to the 5.3 branch too, so it should be in the next JBDS
release (assuming it is taken from the 5.3 branch). Thanks, Mike
Drools plugin uses deprecated hash symbol # for comments in newly
created .drl files
------------------------------------------------------------------------------------
Key: JBIDE-11033
URL:
https://issues.jboss.org/browse/JBIDE-11033
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Reporter: Jiri Svitak
Assignee: Kris Verlaenen
Eclipse plugin uses deprecated hash symbol # for comments in newly created .drl
files. Setting # to be deprecated might cause large refactoring work in
existing .drl files, because Eclipse plugin used this type of comment as a
default setting. Newly created .drl file in Eclipse looks like this:
#created on: Feb 22, 2012
package com.sample
#list any import classes here.
#declare any global variables here
rule "Your First Rule"
when
#conditions
then
#actions
end
Users should now use // for single comments and /* */ for block comments. But
Eclipse plugin should not confuse them with #.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira