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 189218 - EL CC does not support Parameterized Method Calls
Summary: EL CC does not support Parameterized Method Calls
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 16:44 UTC by Martin Schovanek
Modified: 2010-10-02 03:23 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 Martin Schovanek 2010-08-04 16:44:15 UTC
[#201008040001, jdk1.6, GF v3.0.1]

CC for constructs like this:
  <h:inputText value="#{userNumberBean.userNumber(’5’)}">
Comment 1 Erno Mononen 2010-08-05 07:14:22 UTC
Yes, this should definitely be supported. I'll try to add support for this when I get to EL code completion, so far I haven't touched it (i.e. it is the same as in 6.9 and before). Currently it seems that I won't get to rewriting EL code completion until M2.
Comment 2 Erno Mononen 2010-09-24 05:52:30 UTC
There now some support for this in that parametrized methods are shown in the CC list (with their parameters), but I'll still need to improve the CC template for filling in parameters.
Comment 3 Erno Mononen 2010-10-01 09:36:12 UTC
Fixed in 5e16ec6cb0cb.
Comment 4 Quality Engineering 2010-10-02 03:23:56 UTC
Integrated into 'main-golden', will be available in build *201010020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5e16ec6cb0cb
User: Erno Mononen <emononen@netbeans.org>
Log: #189218 - EL CC does not support Parameterized Method Calls