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 142927 - NullPointerException at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent$ClipboardChangesListener.clipboardChanged
Summary: NullPointerException at org.netbeans.modules.uml.drawingarea.UMLDiagramTopCom...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
: 142789 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-05 14:13 UTC by buzzword
Modified: 2008-09-03 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 75506


Attachments
stacktrace (1.08 KB, text/plain)
2008-08-05 14:13 UTC, buzzword
Details
stacktrace (31 bytes, text/plain)
2008-08-05 14:40 UTC, buzzword
Details

Note You need to log in before you can comment on or make changes to this bug.
Description buzzword 2008-08-05 14:13:10 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments: 
Opened a web project.


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.uml.drawingarea.UMLDiagramTopComponent$ClipboardChangesListener.clipboardChanged(UMLDiagramTopComponent.java:1618)
        at org.openide.util.datatransfer.ExClipboard.fireClipboardChange(ExClipboard.java:93)
        at org.netbeans.core.NbClipboard.flavorsChanged(NbClipboard.java:321)
        at sun.awt.datatransfer.SunClipboard$1SunFlavorChangeNotifier.run(SunClipboard.java:427)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
Comment 1 buzzword 2008-08-05 14:13:21 UTC
Created attachment 66597 [details]
stacktrace
Comment 2 buzzword 2008-08-05 14:40:51 UTC
Build: NetBeans IDE Dev (Build 200807040101)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
Comment 3 buzzword 2008-08-05 14:40:54 UTC
Created attachment 66600 [details]
stacktrace
Comment 4 Sergey Petrov 2008-09-01 15:22:38 UTC
most likely was fixed by http://hg.netbeans.org/uml-main/rev/c08a544b637a
Comment 5 Peter Lam 2008-09-02 18:05:09 UTC
verified in NB 6.5 UML daily build 20080902.
Have not seen this in recent builds for a while. Please reopen this issue if the exception still exists in recent builds.
Comment 6 Sergey Petrov 2008-09-03 14:54:27 UTC
*** Issue 142789 has been marked as a duplicate of this issue. ***