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 269367 - ClassCastException: Instance of class org.netbeans.modules.maven.nodes.JarIcons unassignable to interface org.netbeans.modules.maven.spi.nodes.SpecialIcon
Summary: ClassCastException: Instance of class org.netbeans.modules.maven.nodes.JarIco...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 13:31 UTC by skygo
Modified: 2016-12-16 13:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227590


Attachments
stacktrace (1.81 KB, text/plain)
2016-12-16 13:31 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skygo 2016-12-16 13:31:13 UTC
Build: NetBeans IDE Dev (Build 20161216-025cc9fbcde5)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.122-b01, Java(TM) SE Runtime Environment, 1.8.0_122-ea-b01
OS: Windows 10

User Comments:
skygo: install reload in netbeans dev




Stacktrace: 
java.lang.ClassCastException: Instance of class org.netbeans.modules.maven.nodes.JarIcons unassignable to interface org.netbeans.modules.maven.spi.nodes.SpecialIcon
   at org.netbeans.modules.projectapi.LazyLookupProviders$1Prov$1.beforeLookup(LazyLookupProviders.java:118)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:214)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
   at org.openide.util.lookup.ExcludingLookup.lookup(ExcludingLookup.java:142)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:222)
   at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:159)
Comment 1 skygo 2016-12-16 13:31:15 UTC
Created attachment 163264 [details]
stacktrace