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 148383

Summary: NullPointerException at javax.swing.plaf.basic.BasicProgressBarUI.sizeChanged
Product: platform Reporter: nirkatz <nirkatz>
Component: Window SystemAssignee: David Simonek <dsimonek>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=118459
Issue Type: DEFECT Exception Reporter: 118459
Attachments: stacktrace

Description nirkatz 2008-09-25 16:07:15 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86

User Comments:
nirkatz: updating actionmailer gem



Stacktrace: 
java.lang.NullPointerException
        at javax.swing.plaf.basic.BasicProgressBarUI.sizeChanged(BasicProgressBarUI.java:955)
        at javax.swing.plaf.basic.BasicProgressBarUI.setAnimationIndex(BasicProgressBarUI.java:915)
        at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.setAnimationIndex(WindowsProgressBarUI.java:190)
        at javax.swing.plaf.basic.BasicProgressBarUI.incrementAnimationIndex(BasicProgressBarUI.java:982)
        at javax.swing.plaf.basic.BasicProgressBarUI$Animator.actionPerformed(BasicProgressBarUI.java:1190)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
Comment 1 nirkatz 2008-09-25 16:07:36 UTC
Created attachment 70594 [details]
stacktrace
Comment 2 Lukas Hasik 2008-09-26 12:08:12 UTC
probably an JDK bug
Comment 3 David Simonek 2008-10-01 09:40:30 UTC
I found one report that ends on the same line, but is a bit different issue it seems
http://bugs.sun.com/view_bug.do?bug_id=6726336

Anyway, I never saw and reproduced such error and without reproduction steps we can't file new issue against JDK. So
closing for now, please reopen with reproducible set of steps if possible, thanks.