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 127759 - NPE in bpel.design.actions.DesignModeAction
Summary: NPE in bpel.design.actions.DesignModeAction
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-02-19 16:08 UTC by Alexander Kouznetsov
Modified: 2008-10-21 20:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (4.29 KB, text/plain)
2008-02-19 16:08 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2008-02-19 16:08:23 UTC
Product Version         = NetBeans IDE Dev (Build 080215)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03; Sun Microsystems Inc.

The following IllegalStateException was reported during automated testing.

java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws
exception/error from its componentClosed() method.
Please repair it! Probable cause is at
org.netbeans.modules.bpel.design.actions.DesignModeAction.isEnabled(DesignModeAction.java:23)
...
Caused by: java.lang.NullPointerException
	at org.netbeans.modules.bpel.design.actions.DesignModeAction.isEnabled(DesignModeAction.java:23)
	at org.openide.util.actions.CallbackSystemAction.updateEnabled(CallbackSystemAction.java:157)
        ...
Comment 1 Alexander Kouznetsov 2008-02-19 16:08:54 UTC
Created attachment 56871 [details]
Exception
Comment 2 Sergey Lunegov 2008-03-18 09:18:45 UTC
Changed target milestone.
Comment 3 Vitaly Bychkov 2008-03-24 10:10:51 UTC
Fixed.

Changeset: 48afa58edf67.
Comment 4 ggenipudi 2008-10-21 20:10:14 UTC
tested and verified using NetBeans IDE 6.1 (Build 200810140114) and could not reproduce the npe.