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 251414 - IDE warns: 'unknown property "attribute"', but it works
Summary: IDE warns: 'unknown property "attribute"', but it works
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 09:44 UTC by antanskan
Modified: 2015-04-02 16:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antanskan 2015-03-25 09:44:07 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01

I am writing JSF code, and in my @Named bean I have an object as an attribute. When I address to it like: bean.object.attribute, IDE warns: 'unknown property "attribute"'. It is working, but there is a warning. It ought not to show.