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 232089 - [74cat] cc.attrs is marked as an Unknown property
Summary: [74cat] cc.attrs is marked as an Unknown property
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 15:00 UTC by misterm
Modified: 2013-07-03 02:31 UTC (History)
3 users (show)

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 misterm 2013-07-01 15:00:49 UTC
In a .xhtml page that defines a facelets component, usages of #{cc.attrs.some_attribute} are marked as a warning in the attrs portion as Unknown property. This is a misbehaviour in the IDE and the interesting part is that code completion works in #{cc.attrs.| , showing the attributes defined for the component.

Product Version = NetBeans IDE Dev (Build 20130628-216d1bc31969)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.3-b01
Comment 1 Martin Fousek 2013-07-02 12:29:05 UTC
Good catch, it's regression in development builds since introducing types for all implicit objects.

Should be fixed in web-main #ec1963c35bb6.
Comment 2 Quality Engineering 2013-07-03 02:31:03 UTC
Integrated into 'main-silver', will be available in build *201307022300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ec1963c35bb6
User: Martin Fousek <marfous@netbeans.org>
Log: #232089 - [74cat] cc.attrs is marked as an Unknown property