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 - NullPointerException at javax.swing.plaf.basic.BasicProgressBarUI.sizeChanged
Summary: NullPointerException at javax.swing.plaf.basic.BasicProgressBarUI.sizeChanged
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-09-25 16:07 UTC by nirkatz
Modified: 2008-12-22 13:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 118459


Attachments
stacktrace (8.31 KB, text/plain)
2008-09-25 16:07 UTC, nirkatz
Details

Note You need to log in before you can comment on or make changes to this bug.
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.