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 183501 - [69cat] NullPointerException at org.netbeans.modules.spring.beans.completion.OpenTagCompletionProvider.getModels
Summary: [69cat] NullPointerException at org.netbeans.modules.spring.beans.completion....
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 16:34 UTC by jasondonmoyer
Modified: 2010-04-09 04:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167582


Attachments
stacktrace (843 bytes, text/plain)
2010-04-05 16:34 UTC, jasondonmoyer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasondonmoyer 2010-04-05 16:34:44 UTC
Build: NetBeans IDE Dev (Build 201004050201)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
jasondonmoyer: typing a comment in an xml file in the xml editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.spring.beans.completion.OpenTagCompletionProvider.getModels(OpenTagCompletionProvider.java:97)
   at org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:727)
   at org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:104)
   at org.netbeans.modules.xml.schema.completion.CompletionQuery.query(CompletionQuery.java:81)
   at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:220)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1369)
Comment 1 jasondonmoyer 2010-04-05 16:34:50 UTC
Created attachment 96696 [details]
stacktrace
Comment 2 Alexey Butenko 2010-04-07 08:59:43 UTC
http://hg.netbeans.org/web-main/rev/947f6c48b834
Comment 3 Quality Engineering 2010-04-09 04:45:31 UTC
Integrated into 'main-golden', will be available in build *201004090201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/947f6c48b834
User: Alexey Butenko <alexeybutenko@netbeans.org>
Log: #183501: NPE fix