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
>>> 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.
>>>>
&
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
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
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
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
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]
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.
>
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