Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 70712 invoked from network); 22 Jul 2008 11:14:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 11:14:53 -0000 Received: (qmail 44470 invoked by uid 500); 22 Jul 2008 11:14:53 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 44425 invoked by uid 500); 22 Jul 2008 11:14:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 44414 invoked by uid 99); 22 Jul 2008 11:14:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 04:14:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 11:14:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 26B5D234C172 for ; Tue, 22 Jul 2008 04:14:32 -0700 (PDT) Message-ID: <1493672597.1216725272157.JavaMail.jira@brutus> Date: Tue, 22 Jul 2008 04:14:32 -0700 (PDT) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSTUDIO-298) NullPointerException raised when drag'n'dropping a connection to a folder (on Mac OS X only) In-Reply-To: <1152330939.1205514024511.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-298: --------------------------------------------- Summary: NullPointerException raised when drag'n'dropping a connection to a folder (on Mac OS X only) (was: NullPointerException raised when drag'n'dropping a connection to a folder) > NullPointerException raised when drag'n'dropping a connection to a folder (on Mac OS X only) > -------------------------------------------------------------------------------------------- > > Key: DIRSTUDIO-298 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-298 > Project: Directory Studio > Issue Type: Bug > Components: studio-connection > Affects Versions: 1.1.0 > Reporter: Pierre-Arnaud Marcelot > Assignee: Pierre-Arnaud Marcelot > Priority: Blocker > Fix For: 1.2.0 > > > I got a NPE when drag'n'dropping a connection to a folder with the latest trunk version. > Here's the log. > java.lang.NullPointerException > at org.apache.directory.studio.connection.ui.dnd.DropConnectionListener.drop(DropConnectionListener.java:209) > at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504) > at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295) > at org.eclipse.swt.dnd.DropTarget.dragReceiveHandler(DropTarget.java:408) > at org.eclipse.swt.dnd.DropTarget.DragReceiveHandler(DropTarget.java:237) > at org.eclipse.swt.internal.carbon.OS.TrackDrag(Native Method) > at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:347) > at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:163) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504) > at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3350) > at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:2839) > at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:1961) > at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:367) > at org.eclipse.swt.widgets.Display.controlProc(Display.java:827) > at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method) > at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2363) > at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1262) > at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2815) > at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2934) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) > at org.eclipse.equinox.launcher.Main.run(Main.java:1173) > at org.eclipse.equinox.launcher.Main.main(Main.java:1148) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.