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 156095 - NullPointerException at org.netbeans.modules.xslt.tmap.model.api.completion.TMapCompletionModelProvider.isTMapFile
Summary: NullPointerException at org.netbeans.modules.xslt.tmap.model.api.completion.T...
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-27 05:02 UTC by indermba1983
Modified: 2009-05-25 21:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 98720


Attachments
stacktrace (923 bytes, text/plain)
2008-12-27 05:02 UTC, indermba1983
Details

Note You need to log in before you can comment on or make changes to this bug.
Description indermba1983 2008-12-27 05:02:48 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xslt.tmap.model.api.completion.TMapCompletionModelProvider.isTMapFile(TMapCompletionModelProvider.java:58)
        at org.netbeans.modules.xslt.tmap.model.api.completion.TMapCompletionModelProvider.getModels(TMapCompletionModelProvider.java:43)
        at org.netbeans.modules.xml.schema.completion.util.CompletionContextImpl.initModels(CompletionContextImpl.java:516)
        at org.netbeans.modules.xml.schema.completion.CompletionQuery.getCompletionItems(CompletionQuery.java:102)
        at org.netbeans.modules.xml.schema.completion.CompletionQuery.query(CompletionQuery.java:85)
        at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:218)
Comment 1 indermba1983 2008-12-27 05:02:56 UTC
Created attachment 75321 [details]
stacktrace
Comment 2 Peter Pis 2008-12-30 08:47:11 UTC
Reassigning to xml.
Comment 3 Sergey Lunegov 2009-05-08 15:05:22 UTC
Please provide more info how to reproduce the issue