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 49888 - NPE:ClassDependencyImpl.getMethodElement
Summary: NPE:ClassDependencyImpl.getMethodElement
Status: CLOSED DUPLICATE of bug 49845
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-04 14:56 UTC by Lukas Hasik
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (14.07 KB, text/plain)
2004-10-04 14:57 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-10-04 14:56:27 UTC
200410031800 + me041004, jdk1.4.2_05

I have a ClassLibrary and a project and when I
edited a project's code the exception arrise

java.lang.NullPointerException
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl.getMethodElement(ClassDependencyImpl.java:536)
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl.synchronizeMethods(ClassDependencyImpl.java:963)
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl.implementFromSuper(ClassDependencyImpl.java:1179)
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl.access$000(ClassDependencyImpl.java:65)
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl$Synchronizer.collectSupertypeMethods(ClassDependencyImpl.java:219)
	at
org.netbeans.modules.java.codesync.ClassDependencyImpl$Synchronizer.run(ClassDependencyImpl.java:209)
Comment 1 Lukas Hasik 2004-10-04 14:57:07 UTC
Created attachment 18021 [details]
messages.log
Comment 2 Martin Matula 2004-10-04 16:13:36 UTC

*** This issue has been marked as a duplicate of 49845 ***
Comment 3 Lukas Hasik 2004-10-04 16:18:21 UTC
thanks for resolving.
verifying - it's a duplicate