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 211910 - NullPointerException at java.io.StringReader.<init>
Summary: NullPointerException at java.io.StringReader.<init>
Status: RESOLVED DUPLICATE of bug 132922
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-01 19:44 UTC by sreder
Modified: 2012-05-07 19:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187546


Attachments
stacktrace (2.64 KB, text/plain)
2012-05-01 19:45 UTC, sreder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreder 2012-05-01 19:44:57 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 20.4-b02, Java(TM) SE Runtime Environment, 1.6.0_29-b11
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at java.io.StringReader.<init>(StringReader.java:33)
   at org.netbeans.modules.xml.multiview.XmlMultiViewDataObject$DataCache.createReader(XmlMultiViewDataObject.java:564)
   at org.netbeans.modules.j2ee.ddloaders.multiview.DDMultiViewDataObject.createReader(DDMultiViewDataObject.java:117)
   at org.netbeans.modules.j2ee.dd.api.ejb.DDProvider.getDDRoot0(DDProvider.java:150)
   at org.netbeans.modules.j2ee.dd.api.ejb.DDProvider.getDDRoot(DDProvider.java:118)
   at org.netbeans.modules.j2ee.ddloaders.multiview.EjbJarMultiViewDataObject.parseDocument(EjbJarMultiViewDataObject.java:448)
Comment 1 sreder 2012-05-01 19:45:04 UTC
Created attachment 118929 [details]
stacktrace
Comment 2 Svata Dedic 2012-05-07 19:12:33 UTC
Most probably the same cause as issue #132922

*** This bug has been marked as a duplicate of bug 132922 ***