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 94239 - Don't show bean properties for non-JavaBean in the Project Navigator
Summary: Don't show bean properties for non-JavaBean in the Project Navigator
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Mark Dey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 02:20 UTC by bugbridge
Modified: 2007-12-07 16:41 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 bugbridge 2007-02-03 02:20:55 UTC
Original status: 5-Cause Known

Reported on 2004-10-04: Per forum thread

  http://forum.java.sun.com/thread.jspa?threadID=5048649

The project navigator shows bean properties for classes in the project even if
they are not true java beans. The same properties are not available for binding
to page elements however.

It would be more appropriate to gray out bean properties in POJOs (no default
constructor) so you're not wondering why the "bean's" properties only show up in
the navigator and not the binding dialog.

Not a biggie, just a suggestion.


markdey wrote on  2005-08-12:
The class view in the project navigator is showing bean patterns.
If a getter and setter exists in a java file, it qualifies as a bean pattern
and is therefore identified as such. We would need some other way to
identify bindable properties, but that would involve changing the
basic NetBeans class view UI only for us.