NPE in EventQueue.dispatchEventImpl(..)

2014-12-07 Thread Ludovic HOCHET
Hello, I have an application that for the purpose of this post can be summarised as the code that follows (ran in an Oracle JDK 8u25/40 on Windows). The application throws a NPE on calling dispatchThread.stopDispatching() in EventQueue.dispatchEventImpl(..) after a variable period of time. After s

Re: The path to flavormap.properties is currently broken in SystemFlavorMap

2014-09-02 Thread Ludovic HOCHET
>>> I've changed the package name for a flavormap.properties file, because >>>> it >>>> needs to go to the >>> >>> datatransfer module and in a parallel review we've decided to change it's >>> package name. >>>> &

Re: The path to flavormap.properties is currently broken in SystemFlavorMap

2014-09-01 Thread Ludovic HOCHET
gt; the default flavor mapping > [2] http://mail.openjdk.java.net/pipermail/awt-dev/2014-July/008318.html > > -- > Thanks, > Alexander. > > > 01.09.2014 22:46, Ludovic HOCHET wrote: >> >> JDK-8055746 describes the exception I was having. >> The c

Re: The path to flavormap.properties is currently broken in SystemFlavorMap

2014-09-01 Thread Ludovic HOCHET
JDK-8055746 describes the exception I was having. The cr that was posted is the other solution I thought for the issue, however as it was unclear for me why the path should be sun/datatransfer/**resources**/flavormap.properties, I went with the solution I posted. -- Ludovic On Mon, Sep 1, 2014 a

The path to flavormap.properties is currently broken in SystemFlavorMap

2014-08-30 Thread Ludovic HOCHET
Hello, The path to flavormap.properties is currently broken in SystemFlavorMap (both in jdk9/dev and jdk9/jdk9). Looking at the history it seems there was some attempt at moving the file to the path that is in SystemFlavorMap, but that move (if it was complete) didn't survive the source code modula

Re: JDK-8026262 status

2013-11-04 Thread Ludovic HOCHET
Thanks, that's clearer. On Mon, Nov 4, 2013 at 12:46 AM, Sergey Bylokhov wrote: > Hello. > > On 04.11.2013 2:17, Ludovic HOCHET wrote: > >> I'm trying to understand why JDK-8026262 [1] which has now been fixed for >> 3 weeks still isn't in the j

JDK-8026262 status

2013-11-03 Thread Ludovic HOCHET
Hello All, I'm trying to understand why JDK-8026262 [1] which has now been fixed for 3 weeks still isn't in the jdk8/jdk8 repository. I was under the impression that once committed a change was pulled to the main repository on a weekly basis. Am I missing something? Thanks in advance, Ludovic [1]

Re: Issue with drag and drop in Java 8 on Windows (7 and 8)

2013-02-20 Thread Ludovic HOCHET
w_bug.do?bug_id=8001177> > ) > > Thank you, >Denis. > > > > On 2/20/2013 2:30 AM, Ludovic HOCHET wrote: > >> Hello, >> I've been investigating an issue that I am currently having on Windows >> (7 and 8) with drag and drop in Java 8. >

Issue with drag and drop in Java 8 on Windows (7 and 8)

2013-02-19 Thread Ludovic HOCHET
Hello, I've been investigating an issue that I am currently having on Windows (7 and 8) with drag and drop in Java 8. The issue I'm having is when I drop a file from Windows explorer onto Netbeans the instance of Windows explorer from which I dragged the file freeze until I close Netbeans. I could