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 157438 - Hint "Create method" is not always shown.
Summary: Hint "Create method" is not always shown.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 12:35 UTC by Tim Lebedkov
Modified: 2013-09-02 14:21 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 Tim Lebedkov 2009-01-26 12:35:25 UTC
in the following code changed() is not defined and no hint "Create method change()" is shown.

((FileObjectListener) listeners[i + 1]).changed(ev);
Comment 1 Max Sauer 2009-02-11 15:58:42 UTC
Yes, array access is not yet supported.