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 66063 - Null Pointer Exception
Summary: Null Pointer Exception
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 90793 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-05 22:54 UTC by abumujahed
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nb message log (91.45 KB, text/plain)
2005-10-05 22:55 UTC, abumujahed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abumujahed 2005-10-05 22:54:50 UTC
Running on: 5.0Beta java version "1.4.2_04", Solaris 9 sparc

NPE when writng a comment.
I typed "@para," and there i got the exception
java.lang.NullPointerException
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.testResourceChange(MetadataElement.java:925)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaDocImpl.getPosition(JavaDocImpl.java:64)
	at org.netbeans.modules.javacore.JMManager.getElementPosition(JMManager.java:724)
	at org.netbeans.modules.javacore.JMManager.getElementPosition(JMManager.java:710)
	at
org.netbeans.modules.editor.java.NbJavaJMISyntaxSupport.getFeatureAtPos(NbJavaJMISyntaxSupport.java:118)
	at
org.netbeans.modules.editor.java.JavadocCompletionProvider$TagsQuery.collectTags(JavadocCompletionProvider.java:128)
	at
org.netbeans.modules.editor.java.JavadocCompletionProvider$TagsQuery.query(JavadocCompletionProvider.java:117)
	at
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:181)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 abumujahed 2005-10-05 22:55:48 UTC
Created attachment 25578 [details]
nb message log
Comment 2 Jan Becicka 2005-10-13 15:14:35 UTC
JavaDocCompletionProvider was completely removed.
Comment 3 Jiri Prox 2006-12-08 09:50:51 UTC
*** Issue 90793 has been marked as a duplicate of this issue. ***
Comment 4 Quality Engineering 2007-09-20 09:44:41 UTC
Reorganization of java component