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 105847 - AssertionError when switching to the splash screen GUI
Summary: AssertionError when switching to the splash screen GUI
Status: RESOLVED DUPLICATE of bug 115832
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-06 12:02 UTC by David Strupl
Modified: 2007-10-15 13:59 UTC (History)
0 users

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 David Strupl 2007-06-06 12:02:49 UTC
Product Version: NetBeans IDE Dev (Build 070605) Java: 1.5.0_11; Java
HotSpot(TM) Client VM 1.5.0_11-b03 System: Linux version 2.6.15-28-amd64-generic
running on i386; UTF-8; cs_CZ (nb)

java.lang.AssertionError
	at
org.netbeans.modules.apisupport.project.ui.customizer.DragManager$DragItem$OneSideScaleMode.paint(DragManager.java:504)
	at
org.netbeans.modules.apisupport.project.ui.customizer.DragManager$DragItem.paint(DragManager.java:345)
	at
org.netbeans.modules.apisupport.project.ui.customizer.DragManager.paint(DragManager.java:112)
	at
org.netbeans.modules.apisupport.project.ui.customizer.SplashComponentPreview.paint(SplashComponentPreview.java:282)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JViewport.paint(JViewport.java:728)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintWithOffscreenBuffer(JComponent.java:4972)
	at javax.swing.JComponent.paintDoubleBuffered(JComponent.java:4925)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4868)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4675)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:451)
[catch] at
javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 pzajac 2007-07-25 12:40:05 UTC
The assert was thrown also on Mac OSX. I created paint-app sample for templates and selected splashcreen category in 
module suite customizer.
Comment 2 rmatous 2007-10-15 13:59:56 UTC

*** This issue has been marked as a duplicate of 115832 ***