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 204377 - [71cat] AssertionError: Lookup.lookup(NotificationDisplayer.class) has to return the same instance NotificationDisplayer.
Summary: [71cat] AssertionError: Lookup.lookup(NotificationDisplayer.class) has to ret...
Status: RESOLVED DUPLICATE of bug 203994
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-29 01:06 UTC by mhmdchebbi
Modified: 2011-10-31 08:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182403


Attachments
stacktrace (1.51 KB, text/plain)
2011-10-29 01:06 UTC, mhmdchebbi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhmdchebbi 2011-10-29 01:06:10 UTC
Build: NetBeans IDE Dev (Build 201110270600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
mhmdchebbi: happen when opening linux kernel source code with custom configuration.




Stacktrace: 
java.lang.AssertionError: Lookup.lookup(NotificationDisplayer.class) has to return the same instance NotificationDisplayer.
   at org.openide.awt.NotificationDisplayer.getDefault(NotificationDisplayer.java:95)
   at org.netbeans.modules.cnd.modelui.parsing.ParsingProblemResolver.showParsingProblemResolver(ParsingProblemResolver.java:111)
   at org.netbeans.modules.cnd.modelui.parsing.ParsingProblemDetectorImpl$1.run(ParsingProblemDetectorImpl.java:158)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
Comment 1 mhmdchebbi 2011-10-29 01:06:14 UTC
Created attachment 112544 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2011-10-31 08:29:38 UTC

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