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

Summary: Hint "Create method" is not always shown.
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.