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 106246 - AssertionError, when you open or close a window
Summary: AssertionError, when you open or close a window
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: RANDOM
: 103598 (view as bug list)
Depends on:
Blocks: 112003
  Show dependency tree
 
Reported: 2007-06-11 09:15 UTC by Fabiola Rios
Modified: 2008-12-22 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiola Rios 2007-06-11 09:15:40 UTC
build 20070606


AssertionError, when you open or close a window,for example project window or
File wondow in Mobilty Pack.

java.lang.AssertionError
	at org.netbeans.core.windows.Central.switchMaximizedMode(Central.java:358)
	at
org.netbeans.core.windows.WindowManagerImpl.switchMaximizedMode(WindowManagerImpl.java:661)
	at
org.netbeans.core.windows.WindowManagerImpl.topComponentOpenAtTabPosition(WindowManagerImpl.java:1056)
	at
org.netbeans.core.windows.WindowManagerImpl.topComponentOpen(WindowManagerImpl.java:1028)
	at org.openide.windows.TopComponent.open(TopComponent.java:354)
	at org.openide.windows.TopComponent.open(TopComponent.java:345)
	at
org.netbeans.modules.project.ui.ProjectUtilities.makeProjectTabVisible(ProjectUtilities.java:282)
[catch] at
org.netbeans.modules.project.ui.actions.NewProject$2.run(NewProject.java:195)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 David Simonek 2007-06-18 15:55:13 UTC
fabiola, I can't reproduce, could you please write exact reproduction steps, thanks.

Or Stando is this already known and fixed?
Comment 2 Stanislav Aubrecht 2007-06-18 16:38:37 UTC
haven't seen this yet, pls provide steps to reproduce
Comment 3 Stanislav Aubrecht 2007-07-25 10:37:28 UTC
still waiting for reproducible steps from the reporter...
Comment 4 David Simonek 2007-07-26 16:41:57 UTC
*** Issue 103598 has been marked as a duplicate of this issue. ***
Comment 5 David Simonek 2007-07-26 16:45:16 UTC
Stando, this may be serious, we have a lot fo duplicates. Unfortunately it's random.

Any of reporters, could you reproduce somehow? It's something connected to maximizing modes... 
Comment 6 Stanislav Aubrecht 2007-07-26 17:03:07 UTC
i can see one duplicate so far:) but i'll look into it
Comment 7 Stanislav Aubrecht 2007-07-31 15:52:03 UTC
fixed - i've added extra check and logging. please reopen if it is still reproducible

/cvs/core/windows/src/org/netbeans/core/windows/Central.java,v  <--  Central.java
new revision: 1.62; previous revision: 1.61