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 164662 - NullPointerException at apple.laf.AquaTreeUI$TreeArrowMouseInputHandler.paintOneControl
Summary: NullPointerException at apple.laf.AquaTreeUI$TreeArrowMouseInputHandler.paint...
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: issues@platform
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-05-07 09:58 UTC by pribyl
Modified: 2011-06-09 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150763


Attachments
stacktrace (1.88 KB, text/plain)
2009-05-07 09:59 UTC, pribyl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pribyl 2009-05-07 09:58:56 UTC
This issue was originally marked as duplicate of issue 117770, that is already fixed. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200905051401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-132, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-275
OS: Mac OS X, 10.4.11, i386

User Comments:
pribyl: I expanded the "javaaplication" node in the Projects view by clicking on the triangle next to it.
(I will try to reproduce this and provide more info)

GUEST: I was just mouse clinking around the screen.



Stacktrace: 
java.lang.NullPointerException
        at apple.laf.AquaTreeUI$TreeArrowMouseInputHandler.paintOneControl(AquaTreeUI.java:463)
        at apple.laf.AquaTreeUI$TreeArrowMouseInputHandler.mouseDragged(AquaTreeUI.java:430)
        at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:262)
        at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:261)
        at java.awt.Component.processMouseMotionEvent(Component.java:5631)
        at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3153)
Comment 1 pribyl 2009-05-07 09:59:04 UTC
Created attachment 81710 [details]
stacktrace
Comment 2 pribyl 2009-05-07 11:04:50 UTC
Well, I am not able to describe _exact_ steps, but I managed to reproduce this quite easily by expanding/collapsing the
nodes in Projects view. Sometimes this Exception was thrown immediately, sometimes after approx. 10-15 clicks. 
Comment 3 Stanislav Aubrecht 2009-10-27 14:29:22 UTC
works for me with jdk 1.6.0_15, mac os x, 10.6.1

can you reproduce this with jdk 1.6?
Comment 4 pribyl 2009-10-30 15:55:16 UTC
Nope, I did not encounter this for quite a long time and now I am not able to reproduce.

Marking as WORKSFORME then.
Comment 5 Marian Mirilovic 2011-06-09 17:17:47 UTC
.. so closing