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 245375 - InstantiationException: org.netbeans.core.multiview.ContextAwareDescription
Summary: InstantiationException: org.netbeans.core.multiview.ContextAwareDescription
Status: RESOLVED DUPLICATE of bug 243132
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-03 12:16 UTC by Petr Hejl
Modified: 2015-06-25 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210515


Attachments
stacktrace (4.27 KB, text/plain)
2014-07-03 12:16 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2014-07-03 12:16:26 UTC
Build: NetBeans IDE Dev (Build 20140703-297af8841d48)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
phejl: Created web project with JSF.




Stacktrace: 
java.lang.InstantiationException: org.netbeans.core.multiview.ContextAwareDescription
   at java.lang.Class.newInstance(Class.java:359)
   at org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem.createInstanceFor(FolderPathLookup.java:348)
   at org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem.getInstance(FolderPathLookup.java:281)
   at org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$PairItem.getInstance(FolderPathLookup.java:169)
   at org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:1055)
   at org.openide.util.lookup.AbstractLookup$R.allInstances(AbstractLookup.java:1035)
Comment 1 Petr Hejl 2014-07-03 12:16:28 UTC
Created attachment 147862 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-06-25 14:30:54 UTC

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