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 244237 - no autocomplete for varStatus
Summary: no autocomplete for varStatus
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 21:40 UTC by muellermi
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
initial not finished patch (11.12 KB, patch)
2014-07-24 13:28 UTC, Martin Fousek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2014-05-01 21:40:41 UTC
Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.0-b70


given a JSF (facelets) page with this fragment:

            <ui:repeat value="#{demoList.persons}" var="person" varStatus="status">
                <h:outputLabel value="#{status.

at the end of this code, the user presses ctrl-space, expecting autocomplete
e.g. status.begin, status.index, ...
but no autocomplete appears... :(
Comment 1 Vladimir Riha 2014-05-02 07:49:21 UTC
Reproducible

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.2.0-60-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 Martin Fousek 2014-07-24 13:28:11 UTC
Created attachment 148286 [details]
initial not finished patch
Comment 3 Martin Fousek 2014-07-24 13:32:20 UTC
Thanks for the report.

I started working on it, but the changeset size was still growing and it was not completed yet. I'm attaching initial patch and postponing this issue until the next release because of possible regressions. BTW. finally I was not sure whether to not redone the patch using RawObjectProperties instead of Variables or in any other way.
Comment 4 roti 2015-03-01 21:32:29 UTC
Maybe this is the same problem as in Bug 249745 and Bug 249748.
Comment 5 roti 2015-03-26 09:28:52 UTC
With nightly version 201503250001 it is working!
Comment 6 Martin Balin 2016-07-07 08:53:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss