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 66519 - NPE from ImplementAbstractMethodsHintCreator
Summary: NPE from ImplementAbstractMethodsHintCreator
Status: RESOLVED DUPLICATE of bug 66304
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 18:59 UTC by _ rkubacki
Modified: 2005-10-12 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (509 bytes, text/plain)
2005-10-11 19:02 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-10-11 18:59:15 UTC
dev build from Oct 11, JDK 1.5

I wrote a code like this
		f.addPropertyChangeListener(new PropertyChangeListener () {
		    
		});

and waited at the first line for hint to appear but get NPE.
Comment 1 _ rkubacki 2005-10-11 19:02:16 UTC
Created attachment 25821 [details]
stack trace
Comment 2 Pavel Flaska 2005-10-12 08:38:56 UTC

*** This issue has been marked as a duplicate of 66304 ***