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 170367 - NullPointerException at org.netbeans.modules.xslt.tmap.util.Util.getTMapFo
Summary: NullPointerException at org.netbeans.modules.xslt.tmap.util.Util.getTMapFo
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: XSL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 12:42 UTC by dimdimych
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 155854


Attachments
stacktrace (4.38 KB, text/plain)
2009-08-14 12:42 UTC, dimdimych
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dimdimych 2009-08-14 12:42:48 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, i386

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.xslt.tmap.util.Util.getTMapFo(Util.java:233)
        at org.netbeans.modules.xslt.core.context.MapperContextFactory.createMapperContext(MapperContextFactory.java:63)
        at org.netbeans.modules.xslt.core.XSLTDataEditorSupport$XSLTEnv.getMapperContext(XSLTDataEditorSupport.java:448)
        at org.netbeans.modules.xslt.core.XSLTDataEditorSupport.getMapperContext(XSLTDataEditorSupport.java:253)
        at org.netbeans.modules.xslt.core.XSLTDataObject$1.convert(XSLTDataObject.java:113)
        at org.netbeans.modules.xslt.core.XSLTDataObject$1.convert(XSLTDataObject.java:101)
Comment 1 dimdimych 2009-08-14 12:42:52 UTC
Created attachment 86237 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:37:35 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.