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 135632 - NPE in BPEL editor mapper
Summary: NPE in BPEL editor mapper
Status: RESOLVED DUPLICATE of bug 135604
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 18:48 UTC by J Xu
Modified: 2008-05-22 23:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test HL7 V3 project (143.11 KB, text/plain)
2008-05-22 18:50 UTC, J Xu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Xu 2008-05-22 18:48:38 UTC
With the attached project, in bpel editor mapper, when move mouse point from the center canvas towards the out 
variables, got NPE:

java.lang.NullPointerException
	at org.netbeans.modules.soa.mappercore.Mapper.getNode(Mapper.java:963)
	at org.netbeans.modules.soa.mappercore.ViewTooltips.showRightTree(ViewTooltips.java:284)
	at org.netbeans.modules.soa.mappercore.ViewTooltips.show(ViewTooltips.java:197)
	at org.netbeans.modules.soa.mappercore.ViewTooltips.mouseMoved(ViewTooltips.java:169)
	at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:313)
	at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:312)
	at java.awt.Component.processMouseMotionEvent(Component.java:6083)
	at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3283)
	at java.awt.Component.processEvent(Component.java:5807)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4410)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4240)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3999)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
	at java.awt.Container.dispatchEventImpl(Container.java:2102)
	at java.awt.Window.dispatchEventImpl(Window.java:2429)
	at java.awt.Component.dispatchEvent(Component.java:4240)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 J Xu 2008-05-22 18:50:02 UTC
Created attachment 61778 [details]
Test HL7 V3 project
Comment 2 Sergey Lunegov 2008-05-22 20:01:50 UTC
Jun, what build did you use ?
Comment 3 J Xu 2008-05-22 21:50:21 UTC
Product Version: NetBeans IDE Dev (Build 20080521130216)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)
Comment 4 J Xu 2008-05-22 21:51:34 UTC
Downloaded from http://deadlock.netbeans.org/hudson/job/sierra/
Comment 5 Kirill Sorokin 2008-05-22 23:04:23 UTC

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