This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236148 - Completion for collection not correct without closing EL expression in JSP
Summary: Completion for collection not correct without closing EL expression in JSP
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 14:12 UTC by Vladimir Riha
Modified: 2014-01-17 10:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-09-19 14:12:19 UTC
Consider following case in Java Web project (EE7, GF4):

 ${v = {"one":1, "two":2, "three":3}; v.

=> CC shows "No suggestions", while it should complete stream(). This works if I first close the entire EL

 ${v = {"one":1, "two":2, "three":3}; v. }


Product Version: NetBeans IDE Dev (Build 201309190428)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b56
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b43
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2014-01-15 06:33:05 UTC
Thanks for the catch. Fixed in web-main #5af3a92eabe3.
Comment 2 Quality Engineering 2014-01-16 02:43:58 UTC
Integrated into 'main-silver', will be available in build *201401160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5af3a92eabe3
User: Martin Fousek <marfous@netbeans.org>
Log: #236148 - Completion for collection not correct without closing EL expression in JSP
Comment 3 Vladimir Riha 2014-01-17 10:37:39 UTC
Verified, thank you

Product Version: NetBeans IDE Dev (Build 201401170001)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)