[JBoss JIRA] (JBIDE-12210) Wrong/No completion for the second field constraint in Drools Rule Editor
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12210?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-12210:
-------------------------------------------------
Douglas Palmer <dpalmer(a)redhat.com> changed the Status of [bug 833323|https://bugzilla.redhat.com/show_bug.cgi?id=833323] from VERIFIED to CLOSED
> Wrong/No completion for the second field constraint in Drools Rule Editor
> -------------------------------------------------------------------------
>
> Key: JBIDE-12210
> URL: https://issues.jboss.org/browse/JBIDE-12210
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: drools
> Affects Versions: 3.3.0.Beta3-SOA
> Environment: JBDS500beta2
> http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta3.soa...
> Reporter: Toshiya Kobayashi
> Assignee: Kris Verlaenen
> Fix For: 3.3.0.CR2-SOA
>
> Attachments: DroolsEx01_code_completion.zip
>
>
> A. Rule Editor doesn't raise a completion list for the second field constraint.
> {code:java}
> rule "No completion for second constraint"
> when
> Person( name != "John", )
> then
>
> end
> {code}
> 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.
> {code:java}
> rule "wrong completion for second constraint in case it has preceded fact"
> when
> Cheese( type == "cream" )
> Person( name != "John", )
> then
>
> end
> {code}
> 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)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-12212) Wrong/No completion for bind variable in Drools Rule Editor
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12212?page=com.atlassian.jira.plugi... ]
RH Bugzilla Integration commented on JBIDE-12212:
-------------------------------------------------
Douglas Palmer <dpalmer(a)redhat.com> changed the Status of [bug 833329|https://bugzilla.redhat.com/show_bug.cgi?id=833329] from VERIFIED to CLOSED
> Wrong/No completion for bind variable in Drools Rule Editor
> -----------------------------------------------------------
>
> Key: JBIDE-12212
> URL: https://issues.jboss.org/browse/JBIDE-12212
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: drools
> Affects Versions: 3.3.0.Beta3-SOA
> Environment: JBDS500beta2
> http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.0.Beta3.soa...
> Reporter: Toshiya Kobayashi
> Assignee: Kris Verlaenen
> Fix For: 3.3.0.CR2-SOA
>
> Attachments: DroolsEx01_code_completion.zip
>
>
> A. Rule Editor raises a wrong completion list, which includes drools keywords, for a bind variable in LHS.
> {code:java}
> rule "Wrong completion for bind valiable in LHS"
> when
> $p : Person( name != "John")
> eval($p.)
> then
>
> end
> {code}
> Click ctrl+space after '$p.' -> the popup completion list includes 'and' 'eval' ...
> B. Rule Editor doesn't raise a completion list for a bind variable in RHS.
> {code:java}
> rule "No completion for bind valiable in RHS"
> when
> $p : Person( name != "John")
> then
> $p.
> end
> {code}
> Click ctrl+space after '$p.' -> no popup
> In the attached example project, Sample03.drl is for A. Sample04.drl is for B. (please ignore Sample01/02)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (JBIDE-18640) For JBIDE 4.2.0.Final: Prepare for Final/GA release [JavaEE]
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18640?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-18640:
--------------------------------------
Assignee: Alexey Kazakov
> For JBIDE 4.2.0.Final: Prepare for Final/GA release [JavaEE]
> ------------------------------------------------------------
>
> Key: JBIDE-18640
> URL: https://issues.jboss.org/browse/JBIDE-18640
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: cdi, cdi-extensions, jsf, seam2
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Blocker
> Labels: task
> Fix For: 4.2.0.Final
>
>
> For JBIDE 4.2.0.Final [JavaEE]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.2.0.CR2, 8.0.0.CR2, 4.2.0.Final or 8.0.0.GA.
> [Unresolved JIRAs with fixVersion = 4.2.0.CR2, 4.2.0.Final, 8.0.0.CR2, 8.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JB...]
> 1. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent pom version *{color:blue}4.2.0.Final-SNAPSHOT{color}*
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.2.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> 2. Ensure you've built & run your plugin tests using the latest target platform versions
> {code}
> mvn clean verify -Dtpc.version=4.40.0.Final-SNAPSHOT
> mvn clean verify -Dtpc.version=4.41.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for JavaEE task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months