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 251443 - NullPointerException: displayName attribute not specified for org.netbeans.modules.javascript2.editor.JsonLanguage
Summary: NullPointerException: displayName attribute not specified for org.netbeans.mo...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-26 16:23 UTC by vanob
Modified: 2015-03-26 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216383


Attachments
stacktrace (4.83 KB, text/plain)
2015-03-26 16:23 UTC, vanob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vanob 2015-03-26 16:23:32 UTC
This bug was originally marked as duplicate of bug 213969, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
vanob: Created new json file




Stacktrace: 
java.lang.NullPointerException: displayName attribute not specified for org.netbeans.modules.javascript2.editor.JsonLanguage
   at org.netbeans.core.spi.multiview.MultiViewFactory$MapMVD.get(MultiViewFactory.java:390)
   at org.netbeans.core.spi.multiview.MultiViewFactory$MapMVD.getDisplayName(MultiViewFactory.java:408)
   at org.netbeans.core.multiview.TabsComponent.createButton(TabsComponent.java:591)
   at org.netbeans.core.multiview.TabsComponent.setModel(TabsComponent.java:158)
   at org.netbeans.core.multiview.MultiViewPeer.setMimeLookup(MultiViewPeer.java:174)
   at org.netbeans.core.multiview.MultiViewCloneableTopComponent.setMimeLookup(MultiViewCloneableTopComponent.java:101)
Comment 1 vanob 2015-03-26 16:23:34 UTC
Created attachment 152863 [details]
stacktrace