You are viewing a plain text version of this content. The canonical link for it is here.
Posted to netcat@netbeans.apache.org by Peter Hull <pe...@gmail.com> on 2018/11/05 10:24:40 UTC

Re: blocking issues

On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com> wrote:
>
> Hi,
>
> crash of the IDE vm or the profiled application? Which jvm versions are you using? Any other specialties?
>
I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
64-bit. As far as I can see, it is not possible to profile methods on
Windows.
1. Is this OK to leave to the next release?
2. Can anyone else reproduce this or just me?

Quick steps to reproduce:
1. Create a new project using the AnagramGame sample
2. Select Profile, Profile Methods, All Classes
3. Start profiler
4. AnagramGame window appears briefly and then disappears
5. Crash info is written into the Output tab (AnagramGame's JVM
crashes, NB itself keeps on running) (pasted below for reference)

Thanks
Pete

profile:
Profiler Agent: Waiting for connection on port 5140, timeout 10
seconds (Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.netbeans.lib.profiler.server.ClassLoaderManager to method
java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of
org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
pid=23616, tid=26824
#
# JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
# Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x5ec775]
#
# No core dump will be written. Minidumps are not enabled by default
on client versions of Windows
#
# An error report file with more information is saved as:
# D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Profiler Agent: Initializing...
Profiler Agent: Options:
>D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
The following error occurred while executing this line:
C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
Java returned: 1
BUILD FAILED (total time: 4 seconds)

---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: blocking issues

Posted by Sven Reimers <sv...@gmail.com>.
Hi,

could you try Java 10 as a target vm for profiling?

Thanks

-Sven

Am Do., 8. Nov. 2018, 20:05 hat Geertjan Wielenga
<ge...@googlemail.com.invalid> geschrieben:

> Would be great if you could pin down whether it is OpenJDK specific and
> version specific.
>
> Gj
>
> On Thu, 8 Nov 2018 at 19:36, Peter Hull <pe...@gmail.com> wrote:
>
> > Thanks Geertjan
> > It may be Windows specific - I think there is some native code involved.
> > Pete
> > On Thu, 8 Nov 2018 at 17:59, Geertjan Wielenga
> > <ge...@googlemail.com.invalid> wrote:
> >
> > > Profiler works fine for me, tried your scenario, on Mac OSX, and works
> > > fine, no problem.
> > >
> > > Gj
> > >
> > > On Thu, Nov 8, 2018 at 6:51 PM Peter Hull <pe...@gmail.com>
> wrote:
> > >
> > > > Still crashing on VC3. I would appreciate it if just one person could
> > try
> > > > this out and confirm it is a problem or not. Then I will either shut
> > up,
> > > or
> > > > try and investigate.
> > > > Thanks,
> > > > Peter
> > > >
> > > > On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com>
> wrote:
> > > >
> > > > > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> > > > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > crash of the IDE vm or the profiled application? Which jvm
> versions
> > > are
> > > > > you using? Any other specialties?
> > > > > >
> > > > > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > > > > 64-bit. As far as I can see, it is not possible to profile methods
> on
> > > > > Windows.
> > > > > 1. Is this OK to leave to the next release?
> > > > > 2. Can anyone else reproduce this or just me?
> > > > >
> > > > > Quick steps to reproduce:
> > > > > 1. Create a new project using the AnagramGame sample
> > > > > 2. Select Profile, Profile Methods, All Classes
> > > > > 3. Start profiler
> > > > > 4. AnagramGame window appears briefly and then disappears
> > > > > 5. Crash info is written into the Output tab (AnagramGame's JVM
> > > > > crashes, NB itself keeps on running) (pasted below for reference)
> > > > >
> > > > > Thanks
> > > > > Pete
> > > > >
> > > > > profile:
> > > > > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > > > > seconds (Protocol version: 18)
> > > > > Profiler Agent: Established connection with the tool
> > > > > WARNING: An illegal reflective access operation has occurred
> > > > > WARNING: Illegal reflective access by
> > > > > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > > > > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > > > > WARNING: Please consider reporting this to the maintainers of
> > > > > org.netbeans.lib.profiler.server.ClassLoaderManager
> > > > > WARNING: Use --illegal-access=warn to enable warnings of further
> > > > > illegal reflective access operations
> > > > > WARNING: All illegal access operations will be denied in a future
> > > release
> > > > > Profiler Agent: Local accelerated session
> > > > > #
> > > > > # A fatal error has been detected by the Java Runtime Environment:
> > > > > #
> > > > > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at
> pc=0x00007ffbbab7c775,
> > > > > pid=23616, tid=26824
> > > > > #
> > > > > # JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
> > > > > # Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
> > > > > compressed oops, g1 gc, windows-amd64)
> > > > > # Problematic frame:
> > > > > # V  [jvm.dll+0x5ec775]
> > > > > #
> > > > > # No core dump will be written. Minidumps are not enabled by
> default
> > > > > on client versions of Windows
> > > > > #
> > > > > # An error report file with more information is saved as:
> > > > > #
> > > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
> > > > > #
> > > > > # If you would like to submit a bug report, please visit:
> > > > > #   http://bugreport.java.com/bugreport/crash.jsp
> > > > > #
> > > > > Profiler Agent: Initializing...
> > > > > Profiler Agent: Options:
> > > > >
> > > > >
> > > >
> > >
> >
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
> > > > > Profiler Agent: Initialized successfully
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > > Profiler Agent: 250 classes cached.
> > > > >
> > > > >
> > > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > > > > The following error occurred while executing this line:
> > > > >
> > > > >
> > > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > > > > Java returned: 1
> > > > > BUILD FAILED (total time: 4 seconds)
> > > > >
> > > >
> > >
> >
>

Re: blocking issues

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Would be great if you could pin down whether it is OpenJDK specific and
version specific.

Gj

On Thu, 8 Nov 2018 at 19:36, Peter Hull <pe...@gmail.com> wrote:

> Thanks Geertjan
> It may be Windows specific - I think there is some native code involved.
> Pete
> On Thu, 8 Nov 2018 at 17:59, Geertjan Wielenga
> <ge...@googlemail.com.invalid> wrote:
>
> > Profiler works fine for me, tried your scenario, on Mac OSX, and works
> > fine, no problem.
> >
> > Gj
> >
> > On Thu, Nov 8, 2018 at 6:51 PM Peter Hull <pe...@gmail.com> wrote:
> >
> > > Still crashing on VC3. I would appreciate it if just one person could
> try
> > > this out and confirm it is a problem or not. Then I will either shut
> up,
> > or
> > > try and investigate.
> > > Thanks,
> > > Peter
> > >
> > > On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
> > >
> > > > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > crash of the IDE vm or the profiled application? Which jvm versions
> > are
> > > > you using? Any other specialties?
> > > > >
> > > > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > > > 64-bit. As far as I can see, it is not possible to profile methods on
> > > > Windows.
> > > > 1. Is this OK to leave to the next release?
> > > > 2. Can anyone else reproduce this or just me?
> > > >
> > > > Quick steps to reproduce:
> > > > 1. Create a new project using the AnagramGame sample
> > > > 2. Select Profile, Profile Methods, All Classes
> > > > 3. Start profiler
> > > > 4. AnagramGame window appears briefly and then disappears
> > > > 5. Crash info is written into the Output tab (AnagramGame's JVM
> > > > crashes, NB itself keeps on running) (pasted below for reference)
> > > >
> > > > Thanks
> > > > Pete
> > > >
> > > > profile:
> > > > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > > > seconds (Protocol version: 18)
> > > > Profiler Agent: Established connection with the tool
> > > > WARNING: An illegal reflective access operation has occurred
> > > > WARNING: Illegal reflective access by
> > > > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > > > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > > > WARNING: Please consider reporting this to the maintainers of
> > > > org.netbeans.lib.profiler.server.ClassLoaderManager
> > > > WARNING: Use --illegal-access=warn to enable warnings of further
> > > > illegal reflective access operations
> > > > WARNING: All illegal access operations will be denied in a future
> > release
> > > > Profiler Agent: Local accelerated session
> > > > #
> > > > # A fatal error has been detected by the Java Runtime Environment:
> > > > #
> > > > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > > > pid=23616, tid=26824
> > > > #
> > > > # JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
> > > > # Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
> > > > compressed oops, g1 gc, windows-amd64)
> > > > # Problematic frame:
> > > > # V  [jvm.dll+0x5ec775]
> > > > #
> > > > # No core dump will be written. Minidumps are not enabled by default
> > > > on client versions of Windows
> > > > #
> > > > # An error report file with more information is saved as:
> > > > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
> > > > #
> > > > # If you would like to submit a bug report, please visit:
> > > > #   http://bugreport.java.com/bugreport/crash.jsp
> > > > #
> > > > Profiler Agent: Initializing...
> > > > Profiler Agent: Options:
> > > >
> > > >
> > >
> >
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
> > > > Profiler Agent: Initialized successfully
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > > Profiler Agent: 250 classes cached.
> > > >
> > > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > > > The following error occurred while executing this line:
> > > >
> > > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > > > Java returned: 1
> > > > BUILD FAILED (total time: 4 seconds)
> > > >
> > >
> >
>

Re: blocking issues

Posted by Peter Hull <pe...@gmail.com>.
Thanks Geertjan
It may be Windows specific - I think there is some native code involved.
Pete
On Thu, 8 Nov 2018 at 17:59, Geertjan Wielenga
<ge...@googlemail.com.invalid> wrote:

> Profiler works fine for me, tried your scenario, on Mac OSX, and works
> fine, no problem.
>
> Gj
>
> On Thu, Nov 8, 2018 at 6:51 PM Peter Hull <pe...@gmail.com> wrote:
>
> > Still crashing on VC3. I would appreciate it if just one person could try
> > this out and confirm it is a problem or not. Then I will either shut up,
> or
> > try and investigate.
> > Thanks,
> > Peter
> >
> > On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
> >
> > > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> > wrote:
> > > >
> > > > Hi,
> > > >
> > > > crash of the IDE vm or the profiled application? Which jvm versions
> are
> > > you using? Any other specialties?
> > > >
> > > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > > 64-bit. As far as I can see, it is not possible to profile methods on
> > > Windows.
> > > 1. Is this OK to leave to the next release?
> > > 2. Can anyone else reproduce this or just me?
> > >
> > > Quick steps to reproduce:
> > > 1. Create a new project using the AnagramGame sample
> > > 2. Select Profile, Profile Methods, All Classes
> > > 3. Start profiler
> > > 4. AnagramGame window appears briefly and then disappears
> > > 5. Crash info is written into the Output tab (AnagramGame's JVM
> > > crashes, NB itself keeps on running) (pasted below for reference)
> > >
> > > Thanks
> > > Pete
> > >
> > > profile:
> > > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > > seconds (Protocol version: 18)
> > > Profiler Agent: Established connection with the tool
> > > WARNING: An illegal reflective access operation has occurred
> > > WARNING: Illegal reflective access by
> > > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > > WARNING: Please consider reporting this to the maintainers of
> > > org.netbeans.lib.profiler.server.ClassLoaderManager
> > > WARNING: Use --illegal-access=warn to enable warnings of further
> > > illegal reflective access operations
> > > WARNING: All illegal access operations will be denied in a future
> release
> > > Profiler Agent: Local accelerated session
> > > #
> > > # A fatal error has been detected by the Java Runtime Environment:
> > > #
> > > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > > pid=23616, tid=26824
> > > #
> > > # JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
> > > # Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
> > > compressed oops, g1 gc, windows-amd64)
> > > # Problematic frame:
> > > # V  [jvm.dll+0x5ec775]
> > > #
> > > # No core dump will be written. Minidumps are not enabled by default
> > > on client versions of Windows
> > > #
> > > # An error report file with more information is saved as:
> > > #
> D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
> > > #
> > > # If you would like to submit a bug report, please visit:
> > > #   http://bugreport.java.com/bugreport/crash.jsp
> > > #
> > > Profiler Agent: Initializing...
> > > Profiler Agent: Options:
> > >
> > >
> >
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
> > > Profiler Agent: Initialized successfully
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > > Profiler Agent: 250 classes cached.
> > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > > The following error occurred while executing this line:
> > >
> > >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > > Java returned: 1
> > > BUILD FAILED (total time: 4 seconds)
> > >
> >
>

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
It would be nice but I think a lot more information is required to provide a good report to the OpenJDK project.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Peter Hull <pe...@gmail.com> 
Sent: jueves, 8 de noviembre de 2018 4:13 p. m.
To: Eduardo Guadalupe Quintanilla <eq...@bnext.mx>
Cc: dev@netbeans.incubator.apache.org; NetCAT team <ne...@netbeans.apache.org>
Subject: Re: blocking issues

On Thu, Nov 8, 2018 at 8:41 PM Eduardo Guadalupe Quintanilla <eq...@bnext.mx> wrote:
> Is these issue already reported on JIRA?
Yes it's NETBEANS-1428
I didn't file a bug with OpenJDK, do you think I should?

Thanks for running all those versions, that's great work!
Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
It would be nice but I think a lot more information is required to provide a good report to the OpenJDK project.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Peter Hull <pe...@gmail.com> 
Sent: jueves, 8 de noviembre de 2018 4:13 p. m.
To: Eduardo Guadalupe Quintanilla <eq...@bnext.mx>
Cc: dev@netbeans.incubator.apache.org; NetCAT team <ne...@netbeans.apache.org>
Subject: Re: blocking issues

On Thu, Nov 8, 2018 at 8:41 PM Eduardo Guadalupe Quintanilla <eq...@bnext.mx> wrote:
> Is these issue already reported on JIRA?
Yes it's NETBEANS-1428
I didn't file a bug with OpenJDK, do you think I should?

Thanks for running all those versions, that's great work!
Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: blocking issues

Posted by Peter Hull <pe...@gmail.com>.
On Thu, Nov 8, 2018 at 8:41 PM Eduardo Guadalupe Quintanilla
<eq...@bnext.mx> wrote:
> Is these issue already reported on JIRA?
Yes it's NETBEANS-1428
I didn't file a bug with OpenJDK, do you think I should?

Thanks for running all those versions, that's great work!
Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: blocking issues

Posted by Peter Hull <pe...@gmail.com>.
On Thu, Nov 8, 2018 at 8:41 PM Eduardo Guadalupe Quintanilla
<eq...@bnext.mx> wrote:
> Is these issue already reported on JIRA?
Yes it's NETBEANS-1428
I didn't file a bug with OpenJDK, do you think I should?

Thanks for running all those versions, that's great work!
Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
H,

Is these issue already reported on JIRA? 

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks 

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:19 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: 'netcat' <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi,

I tested the sample  with multiples environments and only works with Java 8.

Oracle JDK 11.0.1 - Fails
OpenJDK  11.0.1 - Fails
Oracle JDK 9.0.1 - Fails
Oracle JDK 10 - Fails
Oracle JDK 1.8.0_191 - Works

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:01 p. m.
To: netcat <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi Geertjan,

Are you running vc3?
It looks like Apache NetBeans IDE Dev (Build incubator-netbeans-release-360-on-20181029) is vc2.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: jueves, 8 de noviembre de 2018 12:03 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: netcat <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
H,

Is these issue already reported on JIRA? 

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks 

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:19 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: 'netcat' <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi,

I tested the sample  with multiples environments and only works with Java 8.

Oracle JDK 11.0.1 - Fails
OpenJDK  11.0.1 - Fails
Oracle JDK 9.0.1 - Fails
Oracle JDK 10 - Fails
Oracle JDK 1.8.0_191 - Works

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:01 p. m.
To: netcat <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi Geertjan,

Are you running vc3?
It looks like Apache NetBeans IDE Dev (Build incubator-netbeans-release-360-on-20181029) is vc2.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: jueves, 8 de noviembre de 2018 12:03 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: netcat <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
Hi,

I tested the sample  with multiples environments and only works with Java 8.

Oracle JDK 11.0.1 - Fails
OpenJDK  11.0.1 - Fails
Oracle JDK 9.0.1 - Fails
Oracle JDK 10 - Fails
Oracle JDK 1.8.0_191 - Works

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:01 p. m.
To: netcat <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi Geertjan,

Are you running vc3?
It looks like Apache NetBeans IDE Dev (Build incubator-netbeans-release-360-on-20181029) is vc2.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: jueves, 8 de noviembre de 2018 12:03 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: netcat <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.incubator.apache.org
For additional commands, e-mail: dev-help@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
Hi,

I tested the sample  with multiples environments and only works with Java 8.

Oracle JDK 11.0.1 - Fails
OpenJDK  11.0.1 - Fails
Oracle JDK 9.0.1 - Fails
Oracle JDK 10 - Fails
Oracle JDK 1.8.0_191 - Works

Best regards,
Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Eduardo Guadalupe Quintanilla 
Sent: jueves, 8 de noviembre de 2018 2:01 p. m.
To: netcat <ne...@netbeans.apache.org>
Subject: RE: blocking issues

Hi Geertjan,

Are you running vc3?
It looks like Apache NetBeans IDE Dev (Build incubator-netbeans-release-360-on-20181029) is vc2.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: jueves, 8 de noviembre de 2018 12:03 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: netcat <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: netcat-unsubscribe@netbeans.apache.org
For additional commands, e-mail: netcat-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
Hi Geertjan,

Are you running vc3?
It looks like Apache NetBeans IDE Dev (Build incubator-netbeans-release-360-on-20181029) is vc2.

Eduardo Guadalupe Quintanilla Flores
Software Developer 
Block Networks  

-----Original Message-----
From: Geertjan Wielenga <ge...@googlemail.com.INVALID> 
Sent: jueves, 8 de noviembre de 2018 12:03 p. m.
To: dev <de...@netbeans.incubator.apache.org>
Cc: netcat <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

Re: blocking issues

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

Re: blocking issues

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Maybe related to OpenJDK, which I am not using, here's my environment:

*Product Version:* Apache NetBeans IDE Dev (Build
incubator-netbeans-release-360-on-20181029)

*Java:* 11; Java HotSpot(TM) 64-Bit Server VM 11+28

*Runtime:* Java(TM) SE Runtime Environment 11+28

*System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_NL (nb)

*User directory:* /Users/geertjanwielenga/Library/Application
Support/NetBeans/10.0vc3

*Cache directory:* /Users/geertjanwielenga/Library/Caches/NetBeans/10.0vc3


Gj

On Thu, Nov 8, 2018 at 6:59 PM Eduardo Guadalupe Quintanilla <
equintanilla@bnext.mx> wrote:

> It happens to me too.
>
> Environment:
> Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
> User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
> Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>
> Log:
> profile:
> *** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target
> application...
> C:\equintanilla\Software\jdk-11.0.1\bin\java.exe
> -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll
> -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar
> org.netbeans.lib.profiler.server.ProfilerServer
> C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64
> 5141 10 ____Profiler+Calibration+Run____
> Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds
> (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765,
> pid=21972, tid=19680
> #
> # JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
> # Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec765]
> #
> # No core dump will be written. Minidumps are not enabled by default on
> client versions of Windows
> #
> # An error report file with more information is saved as:
> # C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
> >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 14 seconds)
>
> IDE Log:
>
> -------------------------------------------------------------------------------
> >Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard
> Time
> >System Info:
>   Product Version         = Apache NetBeans IDE Dev (Build
> incubator-netbeans-release-365-on-20181105)
>   Operating System        = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13;
> Oracle Corporation
>   Runtime                 = OpenJDK Runtime Environment 11.0.1+13
>   Java Home               = C:\equintanilla\Software\jdk-11.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory          = C:\Users\block
>   Current Directory       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
>   User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
>   Cache Directory         =
> C:\Users\block\AppData\Local\NetBeans\Cache\10.0
>   Installation            =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>   Boot & Ext. Classpath   =
>   Application Classpath   =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath       =
> C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
>
> -------------------------------------------------------------------------------
> INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules
> [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support,
> org.netbeans.modules.maven.hints] use
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java
> Hints SPI (org.netbeans.spi.java.hints) instead.
> INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
>         org.openide.util.lookup [8.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util [9.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.util.ui [9.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.modules [7.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.annotations.common/1 [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.nb [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.dialogs [7.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.nodes [7.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.windows [6.79.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.text [6.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.tabcontrol [1.59.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.outline [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.explorer [6.65.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.actions [6.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.queries/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.templates [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.nb [9.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.loaders [7.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.intent [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.io [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
>         org.openide.filesystems.compat8 [9.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.openide.execution.compat8 [9.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.upgrader [4.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.plaf [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.swing.dirchooser [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.viewmodel/2 [1.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.tasklist/1 [1.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.quicksearch [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.palette/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.navigator/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.util/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.lib [1.54.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings/1 [1.60.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer/2 [1.66.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.document [1.12.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.guards/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.asm [5.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.bootstrap/1 [2.81.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup.base [1.65.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.startup/1 [1.65.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sampler [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core/2 [3.54.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.api/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.keymap [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.settings.storage/1 [1.54.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.fold.nbui [1.15.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.javacapi [8.24.1.3 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.api [1.5 181001]
>         org.netbeans.libs.javacimpl/1 [0.50.1.25 25
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjavac [1.19.1.3.25 3
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java.classpath/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.java/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.editor/1 [1.63.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.diff/1 [1.54.1.42.1 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.lucene/3 [3.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs/2 [2.58.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.api/1 [9.10.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.indexingbridge [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.api [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.classfile/1 [1.55.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.support [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multiview/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.lexer/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.services [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.ui [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectuiapi/1 [1.91.1.8 8
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.indent.project/0 [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.xml.resolver [1.34.1.12 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog/2 [3.7.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.libraries.ui/1 [1.55.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project/1 [1.74.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.settings/1 [1.52.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.windows/2 [2.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.code.analysis/0 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.tools.storage [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.ui/1 [2.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.debugger.jpda/2 [3.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.spi.debugger.jpda.ui [3.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.core/2 [1.46.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xam/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.xml.ui/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.retriever/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.axi [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.breadcrumbs/0 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.deprecated.pre65formatting/0
> [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.completion/1 [1.47.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.actions/1 [1.34.1.55
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.types/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ui/1 [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.search [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jumpto/1 [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.structure/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.lexer [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.text/2 [1.62.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.servletapi/1 [1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.httpserver/2 [2.39.1.42 42
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xsl/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.xdm/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.xerces/1 [1.41.1.281 281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tax/2 [1.47.1.281
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools/2 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.tools.java [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.schema.completion [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.multiview/1 [1.41.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb.api/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.options.java [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.tools.ant.module/3 [3.87.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.jaxb/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.xml.catalog.ui [2.6.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.whitelist [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.execution/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.sendopts/2 [2.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.favorites/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui [1.61.1.8.9
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.welcome/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21api/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jaxb/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.websvc.jaxws21/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.json_simple/1 [0.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common [1.101.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.indent [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.base/2 [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution/2 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.common.ui [1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner/2 [2.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.testrunner.ui [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gototest/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.antlr3.runtime [1.24.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.lib/1 [1.85.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.lexer/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor.lib/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.model [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.editor/1 [1.71.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extbrowser/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.browser.api [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.editor/2 [2.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.gsf.codecoverage [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.web.clientproject.api [1.106.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning/1 [1.50.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.apimodule [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.util [1.73.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.commons [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.ui/1 [1.25.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.system.cvss.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.ui [2.6.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.masterfs [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.versioning.indexingbridge/0 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities/1 [1.64.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.utilities.project/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javahelp/1 [2.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.usersguide/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.updatecenters/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.uihandler [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler [2.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.uihandler.exceptionreporter [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.ui/1 [1.68.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.platform.ui/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.project.ui/1 [1.78.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.testng/1 [1.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng [2.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ui [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.logging [1.1.1 1.1.1]
>         org.netbeans.modules.maven.embedder/2 [2.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer/2 [2.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.codec [1.3.0 1.3.0]
>         org.netbeans.modules.maven.model/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.api.common/0 [1.126.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.swing.validation/2 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.indexer.ui/2 [2.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven/2 [2.131.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.maven [2.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.testrunner.ant [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.testng.ant [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.terminalemulator [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.terminal.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.templates/1 [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.team.ide [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.projectint/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.tasklist.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.ini4j/1 [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.subversion [1.44.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.cglib/1 [1.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.springframework/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.core.utilities/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata/0 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.browsetask [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.debugger/1 [1.40.1.2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.freeform/1 [1.49.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.ide/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs/1 [1.15.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.bookmarks/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain.lib/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         com.jcraft.jsch [0.1.54 0.1.54]
>         org.netbeans.libs.jna/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.terminal [1.26.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.multitabs.project [1.13.1.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.search [1.28.1.0.55 0
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.diff [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.parser/1 [1.37.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.validation/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.manifest [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.output2/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.visual/3 [3.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties/1 [1.58.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.bytelist/1 [0.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jvyamlb/1 [0.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.languages.yaml [2.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.image/1 [1.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.cli [1.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.osgi [1.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.felix [2.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.core.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.defaults/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.print.editor [7.29.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.plain/2 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.kit [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.kit [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n/1 [1.56.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ant [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javawebstart [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.junit4 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junitlib [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit/2 [2.76.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.freeform/1 [1.46.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seembedded [1.12.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.debug [1.41.1.1.25.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.examples/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.ui [1.21.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.completion [1.11.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.lib/1 [1.41.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor.base [2.68.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.navigation/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.findbugs.installer [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13
> 17 incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seprofiles [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2sedeploy [1.15.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2seplatform/1 [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javadoc/1 [1.58.1.2.25 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nashorn.execution/1 [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.beans/1 [1.54.1.1.12 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.openjdk.project/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.visual [2.51.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.graph/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.module.graph [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.ant [1.34.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.kit [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spring.beans/0 [1.43.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker [1.38.1.1.7 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.kit [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.dictionary_en [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.properties.syntax/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.properties [1.25.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.server/0 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.server [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2 [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.webclient [1.10.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.java [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.selenium2.maven [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.schema2beans/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.projectapi.nb [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.spi.intern.impl [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.project.ant.compat8/1 [1.70.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.progress.ui [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.utilities/1 [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler/1 [1.111.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.charts/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.common/1 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.api/1 [1.53.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.profiler.ui/1 [1.149.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.attach/2 [2.24.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler/3 [3.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.snaptracer/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.projectsupport [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.ppoints [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql/2 [2.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.oql.language/0 [0.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.options [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbimpl/1 [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.nbmodule/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.heapwalker [1.115.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.kit [1.22.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.j2se/1 [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.profiler.freeform/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.ui [1.17.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.parsing.nb [1.6.1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.notifications [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.netigso [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.netbinox [1.44.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.insane/1 [1.32.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjunit/1 [1.91.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.nbjavac.impl [1.5 181001]
>         org.netbeans.modules.nbjavac/1 [1.5 181001]
>         org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
>         org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
>         org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
>         org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
>         org.netbeans.modules.bugtracking [1.112.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
>         org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
>         org.netbeans.modules.mylyn.util [1.39.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.mercurial [1.45.1.42.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.spring/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.coverage [1.26.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.repository/1 [1.45.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.graph/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.grammar/1 [1.50.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.osgi/1 [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.refactoring [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.checkstyle [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.kit/1 [4.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.search [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.profiler/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.persistence/1 [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit.ui [1.7.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.junit/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.maven.hints/1 [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.windows [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.masterfs.nio2 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         com.google.gson [2.7.0 2.7.0]
>         com.google.guava [15.0.0 15.0.0]
>         org.netbeans.modules.lsp.client/0 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.commons [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localtasks [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.localhistory [1.37.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.fallback [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.keyring.impl [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant.ui [1.8.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.junit.ant [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projects [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.projectsui [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript2.debug.ui/1 [1.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.v8debug/1 [1.19.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.javaee.injection [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queries [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.queriesimpl [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.source.compat8 [9.6.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.metrics [1.11.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.j2semodule [1.5.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.java.guards/0 [0.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.metadata.model/1 [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db/1 [1.69.1.30 30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbapi [1.37.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dbschema/1 [1.44.1.4.30 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.eclipselink/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence [1.57.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.refactoring [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.jpa.verification [1.38.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.dataview [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.core [1.40.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.editor [1.39.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.drivers [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.mysql [0.31.1.2 2
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.derby [1.43.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.db.kit [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.j2ee.persistence.kit [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.ergonomics [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.autoupdate.pluginimporter [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.deadlock.detector [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ide.branding.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form/2 [1.60.1.4 4
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.nb/0 [0.21.1.1.4 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.i18n.form/2 [1.53.1.4.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_net/2 [2.25.1.36 36
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson [2.16.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ui [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.tasklist [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.subversion [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.mercurial [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.maven [1.32.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.git [1.21.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.hudson.ant [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.html.custom [1.9.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
>         org.netbeans.libs.jna.platform/1 [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.jsch.agentproxy/1 [0.17.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.git/1 [1.36.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.git [1.25.1.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.form.kit [1.31.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.process.jdk9 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.apache.commons.io [1.4 1.4]
>         org.netbeans.modules.extexecution.process [1.30.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.extexecution.impl [1.28.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.htmlui [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.editor.global.format/1 [1.18.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.commons_compress/0 [0.9.1.181 181
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.api/0 [1.23.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.ui/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.docker.editor/0 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.dlight.nativeexecution.nb [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.ui/1 [1.57.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.visual/1 [1.20.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.js/1 [1.13.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.kit [1.18.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.css.prep [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
>         org.apache.commons.httpclient [3.1.0 3.1.0]
>         org.netbeans.modules.bugzilla [1.80.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugzilla.exceptionreporter [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.bugtracking.bridge [1.48.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.modules.ant.grammar/1 [1.47.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.libs.freemarker/1 [2.37.1.238 238
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.lib.nbjshell9 [1.2.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.network [1.14.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.nativeaccess/1 [1.34.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.io.ui/1 [1.33.1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.core.browser/1 [1.31.1.1 1
> incubator-netbeans-release-365-on-20181105]
>         org.netbeans.api.progress.compat8 [1.50.1
> incubator-netbeans-release-365-on-20181105]
>         org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.mylyn.commons.repositories.core [1.9.0
> 1.9.0.v20150625-2042]
>         org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
>         org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
>         org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
>         org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
>         org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
>         org.eclipse.core.runtime.compatibility.auth [3.2.200
> 3.2.200.v20110110]
>         org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
>         org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
>         org.apache.xmlrpc [3.0.0 3.0.0]
>         org.apache.ws.commons.util [1.0.1 1.0.1]
>         org.apache.commons.lang [2.6 2.6]
>         com.jcraft.jzlib [1.0.7 1.0.7]
>         com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
> INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610
> started
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy resolver: Windows
> WARNING [org.openide.filesystems.FileUtil]:
> FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame)
> took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy reloading succeeded.
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy - mode: direct
> INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System
> network proxy: fell to default (correct if direct mode went before)
> INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for
> org.openide.awt.Toolbar$Folder@1eae7d4b
> (FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
> Diagnostic information
> Input arguments:
>         -Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
>         -XX:+UseStringDeduplication
>         -Xss2m
>         -Xms32m
>         -Djdk.gtk.version=2.2
>         -Dapple.laf.useScreenMenuBar=true
>         -Dapple.awt.graphics.UseQuartz=true
>         -Dsun.java2d.noddraw=true
>         -Dsun.java2d.dpiaware=true
>         -Dsun.zip.disableMemoryMapping=true
>         -Dplugin.manager.check.updates=false
>         -Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
>         --add-opens=java.base/java.net=ALL-UNNAMED
>         --add-opens=java.base/java.lang.ref=ALL-UNNAMED
>         --add-opens=java.base/java.lang=ALL-UNNAMED
>         --add-opens=java.base/java.security=ALL-UNNAMED
>         --add-opens=java.base/java.util=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
>         --add-opens=java.desktop/javax.swing=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt=ALL-UNNAMED
>         --add-opens=java.desktop/java.awt.event=ALL-UNNAMED
>         --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
>         --add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
>         --add-modules=jdk.jshell
>         --add-exports=java.desktop/sun.awt=ALL-UNNAMED
>         --add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
>         --add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
>         --add-exports=java.desktop/sun.swing=ALL-UNNAMED
>         --add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
>         --add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
>         --add-exports=java.management/sun.management=ALL-UNNAMED
>         --add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
>         --add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
>         -XX:+IgnoreUnrecognizedVMOptions
>         -Xmx1024m
>         -Djdk.home=C:\equintanilla\Software\jdk-11.0.1
>
> -Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
>         -Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
>
> -Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
>         -XX:+HeapDumpOnOutOfMemoryError
>
> -XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
>         -Dsun.awt.keepWorkingSetOnMinimize=true
>
> -Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
>         exit
> Compiler: HotSpot 64-Bit Tiered Compilers
> Heap memory usage: initial 32.0MB maximum 1024.0MB
> Non heap memory usage: initial 7.3MB maximum -1b
> Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
> Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
> Classes: loaded=10421 total loaded=10421 unloaded 0
> INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory
> 12,773,961,728
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Resolving dependencies took: 10,271 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 73 binary roots took: 4,785 ms
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src
> took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 3 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test
> took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners
> took: 0 ms]
> INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]:
> Complete indexing of 2 source roots took: 1,082 ms (New or modified files:
> 0, Deleted files: 0) [Adding listeners took: 3 ms]
> WARNING [org.netbeans.TopSecurityManager]: use of system property
> netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at
> org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
> INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection:
> Enabled
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.XMLDataObject@9f22a4f
> [MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
> WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid
> shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2
> [MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
> WARNING [null]: Last record repeated again.
> INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
> *** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying
> to get response from the target JVM:
> java.net.SocketException: Connection reset
> WARNING
> [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
> unrecognized Java spec version: 11
>
>
>
> Eduardo Guadalupe Quintanilla Flores
> Software Developer
>
> -----Original Message-----
> From: Peter Hull <pe...@gmail.com>
> Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
> To: NetCAT team <ne...@netbeans.apache.org>
> Subject: Re: blocking issues
>
> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions
> > > are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample 2. Select
> > Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame
> > window appears briefly and then disappears 5. Crash info is written
> > into the Output tab (AnagramGame's JVM crashes, NB itself keeps on
> > running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18) Profiler Agent: Established connection
> > with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future
> > release Profiler Agent: Local accelerated session # # A fatal error
> > has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment
> > (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28,
> > mixed mode, tiered, compressed oops, g1 gc, windows-amd64) #
> > Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows # # An error report file with more
> > information is saved as:
> > #
> > D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> > g
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> > >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> > >iler\lib,5140,10<
> > Profiler Agent: Initialized successfully Profiler Agent: 250 classes
> > cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
It happens to me too.

Environment:
Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0

Log:
profile:
*** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target application...
C:\equintanilla\Software\jdk-11.0.1\bin\java.exe -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerServer C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64 5141 10 ____Profiler+Calibration+Run____
Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds (Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.lib.profiler.server.ClassLoaderManager to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765, pid=21972, tid=19680
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x5ec765]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Profiler Agent: Initializing...
Profiler Agent: Options: >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126: The following error occurred while executing this line:
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108: Java returned: 1
BUILD FAILED (total time: 14 seconds)

IDE Log:
-------------------------------------------------------------------------------
>Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard Time
>System Info: 
  Product Version         = Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105)
  Operating System        = Windows 10 version 10.0 running on amd64
  Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13; Oracle Corporation
  Runtime                 = OpenJDK Runtime Environment 11.0.1+13
  Java Home               = C:\equintanilla\Software\jdk-11.0.1
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory          = C:\Users\block
  Current Directory       = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
  User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
  Cache Directory         = C:\Users\block\AppData\Local\NetBeans\Cache\10.0
  Installation            = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
  Boot & Ext. Classpath   = 
  Application Classpath   = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
  Startup Classpath       = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
-------------------------------------------------------------------------------
INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints] use org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java Hints SPI (org.netbeans.spi.java.hints) instead.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
	org.openide.util.lookup [8.36.1 incubator-netbeans-release-365-on-20181105]
	org.openide.util [9.10.1 incubator-netbeans-release-365-on-20181105]
	org.openide.util.ui [9.11.1 incubator-netbeans-release-365-on-20181105]
	org.openide.modules [7.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.annotations.common/1 [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems [9.13.1 incubator-netbeans-release-365-on-20181105]
	org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress.nb [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.openide.dialogs [7.45.1 incubator-netbeans-release-365-on-20181105]
	org.openide.nodes [7.48.1 incubator-netbeans-release-365-on-20181105]
	org.openide.windows [6.79.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.mimelookup/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.openide.text [6.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.tabcontrol [1.59.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.outline [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.openide.explorer [6.65.1 incubator-netbeans-release-365-on-20181105]
	org.openide.actions [6.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.queries/1 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.templates [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems.nb [9.13.1 incubator-netbeans-release-365-on-20181105]
	org.openide.loaders [7.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.intent [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.io [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems.compat8 [9.12.1 incubator-netbeans-release-365-on-20181105]
	org.openide.execution [9.6.1 incubator-netbeans-release-365-on-20181105]
	org.openide.execution.compat8 [9.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.upgrader [4.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.plaf [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectapi/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.dirchooser [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.viewmodel/2 [1.54.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.tasklist/1 [1.38.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.quicksearch [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.palette/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.navigator/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.util/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings.lib [1.54.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings/1 [1.60.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.lexer/2 [1.66.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.fold/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.document [1.12.1.3 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.guards/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent/2 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.asm [5.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.bootstrap/1 [2.81.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.startup.base [1.65.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.startup/1 [1.65.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.sampler [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core/2 [3.54.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.api/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.keymap [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings.storage/1 [1.54.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.fold.nbui [1.15.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.javacapi [8.24.1.3 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjavac.api [1.5 181001]
	org.netbeans.libs.javacimpl/1 [0.50.1.25 25 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjavac [1.19.1.3.25 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.java.classpath/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.java/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.platform/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.editor/1 [1.63.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.diff/1 [1.54.1.42.1 42 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.lucene/3 [3.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs/2 [2.58.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.api/1 [9.10.1.8 8 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.indexingbridge [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.refactoring.api [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.classfile/1 [1.55.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent.support [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multiview/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.lexer/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.services [1.55.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.ui [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectuiapi/1 [1.91.1.8 8 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent.project/0 [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.spi.intern [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.libraries/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.apache.xml.resolver [1.34.1.12 12 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.xml/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.catalog/2 [3.7.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.libraries.ui/1 [1.55.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.project/1 [1.74.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.settings/1 [1.52.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.windows/2 [2.85.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.code.analysis/0 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.tools.storage [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.debugger/1 [1.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.debugger.ui/1 [2.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.debugger.jpda/2 [3.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.debugger.jpda.ui [3.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.core/2 [1.46.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.xam/1 [1.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.xml.ui/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.retriever/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.axi [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.breadcrumbs/0 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.completion/1 [1.47.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.actions/1 [1.34.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.csl.types/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.ui/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.search [1.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.jumpto/1 [1.57.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.structure/1 [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.lexer [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.text/2 [1.62.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.servletapi/1 [1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.httpserver/2 [2.39.1.42 42 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xsl/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.xdm/1 [1.37.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.xerces/1 [1.41.1.281 281 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tax/2 [1.47.1.281 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tools/2 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tools.java [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.schema.completion [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.multiview/1 [1.41.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.jaxb.api/1 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.java [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.apache.tools.ant.module/3 [3.87.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.jaxb/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.catalog.ui [2.6.1.4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.whitelist [1.26.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.execution/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.sendopts/2 [2.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.favorites/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectui [1.61.1.8.9 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.welcome/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.websvc.jaxws21api/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jaxb/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.websvc.jaxws21/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.json_simple/1 [0.15.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.common [1.101.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.indent [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.base/2 [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution/2 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.common.ui [1.4.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.testrunner/2 [2.12.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.testrunner.ui [1.13.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gototest/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.antlr3.runtime [1.24.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.lib/1 [1.85.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.lexer/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.editor.lib/3 [3.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.model [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.editor/1 [1.71.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extbrowser/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.browser.api [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html/1 [1.64.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.editor/2 [2.58.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.codecoverage [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.clientproject.api [1.106.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning/1 [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.apimodule [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.util [1.73.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.team.commons [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.ui/1 [1.25.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.system.cvss.installer [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.ui [2.6.1.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.masterfs [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.indexingbridge/0 [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.utilities/1 [1.64.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.utilities.project/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javahelp/1 [2.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.usersguide/1 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.updatecenters/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.uihandler [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.uihandler [2.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.uihandler.exceptionreporter [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant.ui/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.platform.ui/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.project.ui/1 [1.78.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner.ui [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.testng/1 [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng [2.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.ui [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.logging [1.1.1 1.1.1]
	org.netbeans.modules.maven.embedder/2 [2.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.indexer/2 [2.42.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.codec [1.3.0 1.3.0]
	org.netbeans.modules.maven.model/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.api.common/0 [1.126.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.swing.validation/2 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.indexer.ui/2 [2.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven/2 [2.131.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.maven [2.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner.ant [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.ant [2.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.terminal [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.terminalemulator [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.terminal.nb [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.templates/1 [1.10.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.team.ide [1.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.projectint/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.ini4j/1 [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.svnClientAdapter/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.subversion [1.44.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.cglib/1 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.springframework/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.core.utilities/0 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.metadata/0 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.browsetask [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.debugger/1 [1.40.1.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.freeform/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.ide/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multitabs/1 [1.15.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.bookmarks/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.plain.lib/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	com.jcraft.jsch [0.1.54 0.1.54]
	org.netbeans.libs.jna/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.terminal [1.26.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multitabs.project [1.13.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.search [1.28.1.0.55 0 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.diff [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.parser/1 [1.37.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.validation/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.manifest [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.output2/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.visual/3 [3.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.properties/1 [1.58.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.bytelist/1 [0.32.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jvyamlb/1 [0.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.yaml [2.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.image/1 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.kit [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.print [7.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.cli [1.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.osgi [1.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.felix [2.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.core.kit [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.defaults/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.print.editor [7.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.plain/2 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.kit [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.kit [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.i18n/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.ant [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javawebstart [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.junit4 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junitlib [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit/2 [2.76.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.freeform/1 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seembedded [1.12.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.debug [1.41.1.1.25.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.examples/1 [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.ui [1.21.1.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.completion [1.11.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor.lib/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor.base [2.68.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.navigation/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.findbugs.installer [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13 17 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seprofiles [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2sedeploy [1.15.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seplatform/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javadoc/1 [1.58.1.2.25 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nashorn.execution/1 [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.beans/1 [1.54.1.1.12 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.openjdk.project/1 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.visual [2.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.graph/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.module.graph [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.ant [1.34.1.1.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.kit [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spring.beans/0 [1.43.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker [1.38.1.1.7 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.kit [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.dictionary_en [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.properties.syntax/1 [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.properties [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.server/0 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.server [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2 [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.webclient [1.10.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.java [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.maven [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.schema2beans/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectapi.nb [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.spi.intern.impl [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant.compat8/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.progress.ui [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.utilities/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler/1 [1.111.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.charts/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.common/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.api/1 [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.ui/1 [1.149.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.attach/2 [2.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler/3 [3.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.snaptracer/1 [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.projectsupport [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.ppoints [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.oql/2 [2.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.oql.language/0 [0.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.options [1.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.nbimpl/1 [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.nbmodule/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.heapwalker [1.115.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.kit [1.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.j2se/1 [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.freeform/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.ui [1.17.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.nb [1.6.1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.notifications [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.netigso [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.netbinox [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.insane/1 [1.32.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjunit/1 [1.91.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjavac.impl [1.5 181001]
	org.netbeans.modules.nbjavac/1 [1.5 181001]
	org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
	org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
	org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
	org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
	org.netbeans.modules.bugtracking [1.112.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
	org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
	org.netbeans.modules.mylyn.util [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.mercurial [1.45.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.spring/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.coverage [1.26.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.repository/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.graph/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.grammar/1 [1.50.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.osgi/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.refactoring [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.checkstyle [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.kit/1 [4.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.search [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.profiler/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.persistence/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ui [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.junit.ui [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.junit/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.hints/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.windows [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.nio2 [1.18.1 incubator-netbeans-release-365-on-20181105]
	com.google.gson [2.7.0 2.7.0]
	com.google.guava [15.0.0 15.0.0]
	org.netbeans.modules.lsp.client/0 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugtracking.commons [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.localtasks [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.localhistory [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring.fallback [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring.impl [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ant.ui [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ant [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjshell [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.projects [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.projectsui [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript2.debug/1 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript2.debug.ui/1 [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.v8debug/1 [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javaee.injection [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.queries [1.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.queriesimpl [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.compat8 [9.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.metrics [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2semodule [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.guards/0 [0.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.metadata.model/1 [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db/1 [1.69.1.30 30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dbapi [1.37.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dbschema/1 [1.44.1.4.30 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.eclipselink/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistence [1.57.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.jpa.refactoring [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.jpa.verification [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.dataview [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.core [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.sql.editor [1.39.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.drivers [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.mysql [0.31.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.derby [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.kit [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistence.kit [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.ergonomics [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.pluginimporter [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.deadlock.detector [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.branding/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.branding.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form/2 [1.60.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.nb/0 [0.21.1.1.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.i18n.form/2 [1.53.1.4.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.commons_net/2 [2.25.1.36 36 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson [2.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.ui [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.tasklist [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.subversion [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.mercurial [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.maven [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.git [1.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.ant [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.custom [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
	org.netbeans.libs.jna.platform/1 [1.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jsch.agentproxy/1 [0.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.git/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.git [1.25.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.process.jdk9 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.io [1.4 1.4]
	org.netbeans.modules.extexecution.process [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.impl [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.htmlui [1.2.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.global.format/1 [1.18.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.commons_compress/0 [0.9.1.181 181 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.api/0 [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.ui/0 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.editor/0 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.nativeexecution.nb [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.ui/1 [1.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.visual/1 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.js/1 [1.13.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.kit [1.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.prep [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
	org.apache.commons.httpclient [3.1.0 3.1.0]
	org.netbeans.modules.bugzilla [1.80.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugzilla.exceptionreporter [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugtracking.bridge [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.grammar/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.freemarker/1 [2.37.1.238 238 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjshell9 [1.2.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.network [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.nativeaccess/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.io.ui/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.browser/1 [1.31.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress.compat8 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
	org.eclipse.mylyn.commons.repositories.core [1.9.0 1.9.0.v20150625-2042]
	org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
	org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
	org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
	org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
	org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
	org.eclipse.core.runtime.compatibility.auth [3.2.200 3.2.200.v20110110]
	org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
	org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
	org.apache.xmlrpc [3.0.0 3.0.0]
	org.apache.ws.commons.util [1.0.1 1.0.1]
	org.apache.commons.lang [2.6 2.6]
	com.jcraft.jzlib [1.0.7 1.0.7]
	com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 started
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Windows
WARNING [org.openide.filesystems.FileUtil]: FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame) took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: direct
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy: fell to default (correct if direct mode went before)
INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for org.openide.awt.Toolbar$Folder@1eae7d4b(FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
Diagnostic information
Input arguments:
	-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
	-XX:+UseStringDeduplication
	-Xss2m
	-Xms32m
	-Djdk.gtk.version=2.2
	-Dapple.laf.useScreenMenuBar=true
	-Dapple.awt.graphics.UseQuartz=true
	-Dsun.java2d.noddraw=true
	-Dsun.java2d.dpiaware=true
	-Dsun.zip.disableMemoryMapping=true
	-Dplugin.manager.check.updates=false
	-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
	--add-opens=java.base/java.net=ALL-UNNAMED
	--add-opens=java.base/java.lang.ref=ALL-UNNAMED
	--add-opens=java.base/java.lang=ALL-UNNAMED
	--add-opens=java.base/java.security=ALL-UNNAMED
	--add-opens=java.base/java.util=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing=ALL-UNNAMED
	--add-opens=java.desktop/java.awt=ALL-UNNAMED
	--add-opens=java.desktop/java.awt.event=ALL-UNNAMED
	--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
	--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
	--add-modules=jdk.jshell
	--add-exports=java.desktop/sun.awt=ALL-UNNAMED
	--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
	--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
	--add-exports=java.desktop/sun.swing=ALL-UNNAMED
	--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
	--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
	--add-exports=java.management/sun.management=ALL-UNNAMED
	--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
	--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
	-XX:+IgnoreUnrecognizedVMOptions
	-Xmx1024m
	-Djdk.home=C:\equintanilla\Software\jdk-11.0.1
	-Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
	-Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
	-Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
	-XX:+HeapDumpOnOutOfMemoryError
	-XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
	-Dsun.awt.keepWorkingSetOnMinimize=true
	-Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
	exit
Compiler: HotSpot 64-Bit Tiered Compilers
Heap memory usage: initial 32.0MB maximum 1024.0MB
Non heap memory usage: initial 7.3MB maximum -1b
Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
Classes: loaded=10421 total loaded=10421 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 12,773,961,728
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 10,271 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 73 binary roots took: 4,785 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 3 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 2 source roots took: 1,082 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 3 ms]
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection: Enabled
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.XMLDataObject@9f22a4f[MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2[MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
WARNING [null]: Last record repeated again.
INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
*** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying to get response from the target JVM:
java.net.SocketException: Connection reset
WARNING [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]: unrecognized Java spec version: 11



Eduardo Guadalupe Quintanilla Flores
Software Developer 

-----Original Message-----
From: Peter Hull <pe...@gmail.com> 
Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
To: NetCAT team <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Still crashing on VC3. I would appreciate it if just one person could try this out and confirm it is a problem or not. Then I will either shut up, or try and investigate.
Thanks,
Peter

On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:

> On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com> wrote:
> >
> > Hi,
> >
> > crash of the IDE vm or the profiled application? Which jvm versions 
> > are
> you using? Any other specialties?
> >
> I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10 
> 64-bit. As far as I can see, it is not possible to profile methods on 
> Windows.
> 1. Is this OK to leave to the next release?
> 2. Can anyone else reproduce this or just me?
>
> Quick steps to reproduce:
> 1. Create a new project using the AnagramGame sample 2. Select 
> Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame 
> window appears briefly and then disappears 5. Crash info is written 
> into the Output tab (AnagramGame's JVM crashes, NB itself keeps on 
> running) (pasted below for reference)
>
> Thanks
> Pete
>
> profile:
> Profiler Agent: Waiting for connection on port 5140, timeout 10 
> seconds (Protocol version: 18) Profiler Agent: Established connection 
> with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further 
> illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future 
> release Profiler Agent: Local accelerated session # # A fatal error 
> has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775, 
> pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment 
> (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28, 
> mixed mode, tiered, compressed oops, g1 gc, windows-amd64) # 
> Problematic frame:
> # V  [jvm.dll+0x5ec775]
> #
> # No core dump will be written. Minidumps are not enabled by default 
> on client versions of Windows # # An error report file with more 
> information is saved as:
> # 
> D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> g
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
>
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> >iler\lib,5140,10<
> Profiler Agent: Initialized successfully Profiler Agent: 250 classes 
> cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 4 seconds)
>

RE: blocking issues

Posted by Eduardo Guadalupe Quintanilla <eq...@bnext.mx>.
It happens to me too.

Environment:
Product Version: Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105)
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
Runtime: OpenJDK Runtime Environment 11.0.1+13
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\block\AppData\Roaming\NetBeans\10.0
Cache directory: C:\Users\block\AppData\Local\NetBeans\Cache\10.0

Log:
profile:
*** Profiler message (Thu Nov 08 11:53:53 CST 2018): Starting target application...
C:\equintanilla\Software\jdk-11.0.1\bin\java.exe -agentpath:C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64/profilerinterface.dll -Xbootclasspath/a:C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib\jfluid-server-15.jar org.netbeans.lib.profiler.server.ProfilerServer C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/profiler/lib/deployed/jdk16/windows-amd64 5141 10 ____Profiler+Calibration+Run____
Profiler Agent: Waiting for connection on port 5140, timeout 10 seconds (Protocol version: 18)
Profiler Agent: Established connection with the tool
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.lib.profiler.server.ClassLoaderManager to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.netbeans.lib.profiler.server.ClassLoaderManager
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Profiler Agent: Local accelerated session
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff874f1c765, pid=21972, tid=19680
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V  [jvm.dll+0x5ec765]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\block\Documents\NetBeansProjects\AnagramGame\hs_err_pid21972.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
Profiler Agent: Initializing...
Profiler Agent: Options: >C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler\lib,5140,10<
Profiler Agent: Initialized successfully
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
Profiler Agent: 250 classes cached.
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126: The following error occurred while executing this line:
C:\Users\block\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108: Java returned: 1
BUILD FAILED (total time: 14 seconds)

IDE Log:
-------------------------------------------------------------------------------
>Log Session: Thursday, November 8, 2018 at 11:52:23 AM Central Standard Time
>System Info: 
  Product Version         = Apache NetBeans IDE Dev (Build incubator-netbeans-release-365-on-20181105)
  Operating System        = Windows 10 version 10.0 running on amd64
  Java; VM; Vendor        = 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13; Oracle Corporation
  Runtime                 = OpenJDK Runtime Environment 11.0.1+13
  Java Home               = C:\equintanilla\Software\jdk-11.0.1
  System Locale; Encoding = en_US (nb); Cp1252
  Home Directory          = C:\Users\block
  Current Directory       = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\bin
  User Directory          = C:\Users\block\AppData\Roaming\NetBeans\10.0
  Cache Directory         = C:\Users\block\AppData\Local\NetBeans\Cache\10.0
  Installation            = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
                            C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
  Boot & Ext. Classpath   = 
  Application Classpath   = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\boot.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\lib\org-openide-util.jar
  Startup Classpath       = C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core-base.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\core.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb\core\locale\core_nb.jar
-------------------------------------------------------------------------------
INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Users/block/Downloads/incubating-netbeans-10.0-vc3-bin/netbeans/
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support, org.netbeans.modules.maven.hints] use org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java Hints SPI (org.netbeans.spi.java.hints) instead.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
	org.openide.util.lookup [8.36.1 incubator-netbeans-release-365-on-20181105]
	org.openide.util [9.10.1 incubator-netbeans-release-365-on-20181105]
	org.openide.util.ui [9.11.1 incubator-netbeans-release-365-on-20181105]
	org.openide.modules [7.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.annotations.common/1 [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems [9.13.1 incubator-netbeans-release-365-on-20181105]
	org.openide.awt [7.71.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress.nb [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.openide.dialogs [7.45.1 incubator-netbeans-release-365-on-20181105]
	org.openide.nodes [7.48.1 incubator-netbeans-release-365-on-20181105]
	org.openide.windows [6.79.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.mimelookup/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.openide.text [6.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.tabcontrol [1.59.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.outline [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.openide.explorer [6.65.1 incubator-netbeans-release-365-on-20181105]
	org.openide.actions [6.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.queries/1 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.templates [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems.nb [9.13.1 incubator-netbeans-release-365-on-20181105]
	org.openide.loaders [7.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.intent [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.io [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.openide.io [1.52.1 incubator-netbeans-release-365-on-20181105]
	org.openide.filesystems.compat8 [9.12.1 incubator-netbeans-release-365-on-20181105]
	org.openide.execution [9.6.1 incubator-netbeans-release-365-on-20181105]
	org.openide.execution.compat8 [9.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.upgrader [4.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.plaf [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectapi/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.swing.dirchooser [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.viewmodel/2 [1.54.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.tasklist/1 [1.38.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.quicksearch [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.palette/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.navigator/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.util/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings.lib [1.54.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings/1 [1.60.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.lexer/2 [1.66.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.fold/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.document [1.12.1.3 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.guards/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent/2 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.asm [5.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.bootstrap/1 [2.81.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.startup.base [1.65.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.startup/1 [1.65.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.sampler [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core/2 [3.54.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.api/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.keymap [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.settings.storage/1 [1.54.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.fold.nbui [1.15.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.javacapi [8.24.1.3 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjavac.api [1.5 181001]
	org.netbeans.libs.javacimpl/1 [0.50.1.25 25 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjavac [1.19.1.3.25 3 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.java.classpath/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.java/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.platform/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.editor/1 [1.63.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.diff/1 [1.54.1.42.1 42 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.lucene/3 [3.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs/2 [2.58.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.api/1 [9.10.1.8 8 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.indexingbridge [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.refactoring.api [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.classfile/1 [1.55.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent.support [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multiview/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.lexer/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.preprocessorbridge [1.52.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.base [2.37.1.4.3.25.8.1 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.services [1.55.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.ui [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectuiapi/1 [1.91.1.8 8 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.indent.project/0 [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source [0.167.1.32.3.25.4.1 32 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.spi.intern [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.libraries/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.apache.xml.resolver [1.34.1.12 12 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.xml/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.catalog/2 [3.7.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.libraries.ui/1 [1.55.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.project/1 [1.74.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.settings/1 [1.52.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.windows/2 [2.85.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.code.analysis/0 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.java.hints [1.33.1.13.3.25.32.4.8 13 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.tools.storage [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.debugger/1 [1.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.debugger.ui/1 [2.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.debugger.jpda/2 [3.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.spi.debugger.jpda.ui [3.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.core/2 [1.46.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.xam/1 [1.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.xml.ui/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.retriever/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.axi [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.breadcrumbs/0 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.34.1.1.6.23.55 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.completion/1 [1.47.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.actions/1 [1.34.1.55 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.csl.types/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.ui/1 [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.search [1.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.jumpto/1 [1.57.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.structure/1 [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.lexer [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.text/2 [1.62.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.servletapi/1 [1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.httpserver/2 [2.39.1.42 42 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xsl/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.xdm/1 [1.37.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.xerces/1 [1.41.1.281 281 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tax/2 [1.47.1.281 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tools/2 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.tools.java [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.schema.completion [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.multiview/1 [1.41.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.jaxb.api/1 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.options.java [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.apache.tools.ant.module/3 [3.87.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.jaxb/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.xml.catalog.ui [2.6.1.4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.whitelist [1.26.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.execution/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.sendopts/2 [2.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.favorites/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectui [1.61.1.8.9 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.welcome/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.websvc.jaxws21api/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jaxb/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.websvc.jaxws21/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.json_simple/1 [0.15.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.common [1.101.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.indent [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.base/2 [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution/2 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.common.ui [1.4.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.testrunner/2 [2.12.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.testrunner.ui [1.13.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gototest/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.antlr3.runtime [1.24.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.lib/1 [1.85.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.lexer/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.editor.lib/3 [3.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.model [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.editor/1 [1.71.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extbrowser/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.browser.api [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html/1 [1.64.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.editor/2 [2.58.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.gsf.codecoverage [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.web.clientproject.api [1.106.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning/1 [1.50.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.apimodule [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.util [1.73.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.team.commons [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.ui/1 [1.25.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.system.cvss.installer [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.ui [2.6.1.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.masterfs [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.versioning.indexingbridge/0 [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.utilities/1 [1.64.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.utilities.project/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javahelp/1 [2.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.usersguide/1 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.updatecenters/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.uihandler [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.uihandler [2.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.uihandler.exceptionreporter [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant.ui/1 [1.68.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.platform.ui/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.project.ui/1 [1.78.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.sourceui/1 [1.48.1.1.25.32.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner.ui [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.testng/1 [1.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng [2.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.ui [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.logging [1.1.1 1.1.1]
	org.netbeans.modules.maven.embedder/2 [2.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.indexer/2 [2.42.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.codec [1.3.0 1.3.0]
	org.netbeans.modules.maven.model/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.api.common/0 [1.126.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.swing.validation/2 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.indexer.ui/2 [2.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven/2 [2.131.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.maven [2.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.testrunner.ant [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.testng.ant [2.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.terminal [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.terminalemulator [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.terminal.nb [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.templates/1 [1.10.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.team.ide [1.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.projectint/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.tasklist.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.ini4j/1 [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.svnClientAdapter/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.subversion [1.44.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.cglib/1 [1.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.springframework/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.core.utilities/0 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.metadata/0 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.browsetask [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.debugger/1 [1.40.1.2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.freeform/1 [1.49.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.ide/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multitabs/1 [1.15.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.bookmarks/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.plain.lib/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	com.jcraft.jsch [0.1.54 0.1.54]
	org.netbeans.libs.jna/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.terminal [1.26.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.multitabs.project [1.13.1.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.search [1.28.1.0.55 0 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.diff [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.parser/1 [1.37.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.validation/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.manifest [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.output2/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.visual/3 [3.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.properties/1 [1.58.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.bytelist/1 [0.32.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jvyamlb/1 [0.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.languages.yaml [2.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.image/1 [1.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.kit [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.print [7.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.cli [1.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.osgi [1.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.felix [2.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.core.kit [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.defaults/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.print.editor [7.29.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.plain/2 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.kit [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectui.buildmenu/1 [1.29.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.kit [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.i18n/1 [1.56.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.refactoring.java/1 [1.64.1.1.25 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.metadata.model.support/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistenceapi/1 [1.39.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.ant [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seproject/1 [1.90.1.48 48 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javawebstart [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.junit4 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junitlib [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit/2 [2.76.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.freeform/1 [1.46.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seembedded [1.12.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.debug [1.41.1.1.25.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.examples/1 [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.ui [1.21.1.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.completion [1.11.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor.lib/1 [1.41.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor.base [2.68.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.editor/1 [2.70.1.12.1.1.1 12 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.navigation/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.findbugs.installer [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.legacy.spi/1 [1.19.1.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints/1 [1.86.1.17.25.12.1.1.32.4.1.13 17 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.hints.declarative/1 [1.23.1.1.17.1.13 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seprofiles [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2sedeploy [1.15.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2seplatform/1 [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javadoc/1 [1.58.1.2.25 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nashorn.execution/1 [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.beans/1 [1.54.1.1.12 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.openjdk.project/1 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.visual [2.51.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.graph/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.module.graph [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.java/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.ant [1.34.1.1.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectimport.eclipse.core/1 [2.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.kit [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spring.beans/0 [1.43.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker [1.38.1.1.7 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.kit [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.dictionary_en [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.properties.syntax/1 [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.properties [1.25.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.server/0 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.server [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2 [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.webclient [1.10.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.java [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.selenium2.maven [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.schema2beans/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectimport.eclipse.j2se [1.31.1.48 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.projectapi.nb [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.spi.intern.impl [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.project.ant.compat8/1 [1.70.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.progress.ui [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.utilities/1 [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler/1 [1.111.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.charts/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.common/1 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.api/1 [1.53.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.profiler.ui/1 [1.149.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.attach/2 [2.24.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler/3 [3.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.snaptracer/1 [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.projectsupport [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.ppoints [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.oql/2 [2.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.oql.language/0 [0.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.options [1.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.nbimpl/1 [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.nbmodule/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.heapwalker [1.115.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.kit [1.22.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.j2se/1 [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.profiler.freeform/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.ui [1.17.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.parsing.nb [1.6.1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.notifications [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.netigso [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.netbinox [1.44.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.insane/1 [1.32.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjunit/1 [1.91.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.nbjavac.impl [1.5 181001]
	org.netbeans.modules.nbjavac/1 [1.5 181001]
	org.eclipse.mylyn.commons.net [3.17.0 3.17.0.v20150706-2057]
	org.eclipse.mylyn.tasks.core [3.17.0 3.17.0.v20150828-2026]
	org.eclipse.core.jobs [3.5.100 3.5.100.v20110404]
	org.eclipse.mylyn.wikitext.core [2.6.0 2.6.0.v20150901-2143]
	org.netbeans.modules.bugtracking [1.112.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.equinox.common [3.6.0 3.6.0.v20110523]
	org.eclipse.core.runtime [3.7.0 3.7.0.v20110110]
	org.netbeans.modules.mylyn.util [1.39.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.mercurial [1.45.1.42.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.spring/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.coverage [1.26.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.repository/1 [1.45.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.graph/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.grammar/1 [1.50.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.osgi/1 [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.refactoring [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.checkstyle [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.kit/1 [4.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.search [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.profiler/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.persistence/1 [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ui [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.junit.ui [1.7.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.junit/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.maven.hints/1 [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.windows [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.masterfs.nio2 [1.18.1 incubator-netbeans-release-365-on-20181105]
	com.google.gson [2.7.0 2.7.0]
	com.google.guava [15.0.0 15.0.0]
	org.netbeans.modules.lsp.client/0 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugtracking.commons [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.localtasks [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.localhistory [1.37.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring.fallback [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.keyring.impl [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ant.ui [1.8.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.junit.ant [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjshell [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.projects [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.projectsui [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda/2 [1.110.1.80 80 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.jshell.support [1.3.1.25.55.17.1.4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript2.debug/1 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript2.debug.ui/1 [1.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.v8debug/1 [1.19.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.javaee.injection [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.queries [1.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.queriesimpl [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.nbjavac [1.3.1.1.3.25.4.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.source.compat8 [9.6.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.metrics [1.11.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.j2semodule [1.5.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.java.guards/0 [0.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.eclipselinkmodelgen/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.metadata.model/1 [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db/1 [1.69.1.30 30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dbapi [1.37.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dbschema/1 [1.44.1.4.30 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.eclipselink/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistence [1.57.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.jpa.refactoring [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.jpa.verification [1.38.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.dataview [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.core [1.40.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.sql.editor [1.39.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.drivers [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.mysql [0.31.1.2 2 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.derby [1.43.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.db.kit [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.j2ee.persistence.kit [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.ergonomics [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.autoupdate.pluginimporter [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.deadlock.detector [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.branding/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ide.branding.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form/2 [1.60.1.4 4 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.nb/0 [0.21.1.1.4 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.i18n.form/2 [1.53.1.4.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.commons_net/2 [2.25.1.36 36 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson [2.16.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.ui [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.tasklist [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.subversion [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.mercurial [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.maven [1.32.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.git [1.21.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.hudson.ant [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.html.custom [1.9.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
	org.netbeans.libs.jna.platform/1 [1.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.jsch.agentproxy/1 [0.17.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.git/1 [1.36.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.git [1.25.1.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.refactoring/0 [0.20.1.1.4.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.form.kit [1.31.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.process.jdk9 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.apache.commons.io [1.4 1.4]
	org.netbeans.modules.extexecution.process [1.30.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.extexecution.impl [1.28.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.htmlui [1.2.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.editor.global.format/1 [1.18.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.commons_compress/0 [0.9.1.181 181 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.api/0 [1.23.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.ui/0 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.docker.editor/0 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.dlight.nativeexecution.nb [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.ui/1 [1.57.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.visual/1 [1.20.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.truffle/1 [1.0.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.js/1 [1.13.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.jsui/1 [1.3.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.kit [1.18.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.debugger.jpda.heapwalk/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.css.prep [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.mylyn.bugzilla.core [3.17.0 3.17.0.v20150828-2026]
	org.apache.commons.httpclient [3.1.0 3.1.0]
	org.netbeans.modules.bugzilla [1.80.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugzilla.exceptionreporter [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.bugtracking.bridge [1.48.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.modules.ant.grammar/1 [1.47.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.libs.freemarker/1 [2.37.1.238 238 incubator-netbeans-release-365-on-20181105]
	org.netbeans.lib.nbjshell9 [1.2.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.network [1.14.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.nativeaccess/1 [1.34.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.io.ui/1 [1.33.1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.core.browser/1 [1.31.1.1 1 incubator-netbeans-release-365-on-20181105]
	org.netbeans.api.progress.compat8 [1.50.1 incubator-netbeans-release-365-on-20181105]
	org.eclipse.mylyn.commons.xmlrpc [3.17.0 3.17.0.v20150625-2042]
	org.eclipse.mylyn.commons.repositories.core [1.9.0 1.9.0.v20150625-2042]
	org.eclipse.mylyn.commons.core [3.17.0 3.17.0.v20150625-2042]
	org.eclipse.equinox.security [1.1.1 1.1.1.R37x_v20110822-1018]
	org.eclipse.equinox.registry [3.5.200 3.5.200.v20120522-1841]
	org.eclipse.equinox.preferences [3.4.2 3.4.2.v20120111-2020]
	org.eclipse.equinox.app [1.3.100 1.3.100.v20110321]
	org.eclipse.core.runtime.compatibility.auth [3.2.200 3.2.200.v20110110]
	org.eclipse.core.net [1.2.100 1.2.100.I20110511-0800]
	org.eclipse.core.contenttype [3.4.100 3.4.100.v20110423-0524]
	org.apache.xmlrpc [3.0.0 3.0.0]
	org.apache.ws.commons.util [1.0.1 1.0.1]
	org.apache.commons.lang [2.6 2.6]
	com.jcraft.jzlib [1.0.7 1.0.7]
	com.googlecode.javaewah.JavaEWAH [0.7.9 0.7.9]
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.osgi@3.9.1.v20140110-1610 started
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy resolver: Windows
WARNING [org.openide.filesystems.FileUtil]: FileUtil.normalizeFile(C:\Users\block\Documents\NetBeansProjects\AnagramGame) took 688 ms. Result is C:\Users\block\Documents\NetBeansProjects\AnagramGame
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded.
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy - mode: direct
INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy: fell to default (correct if direct mode went before)
INFO [org.openide.awt.Toolbar]: Too long AWTTask: 1,326 ms for org.openide.awt.Toolbar$Folder@1eae7d4b(FolderList{MultiFileObject@54acf5c4[Toolbars/Debug]})
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.home has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.java.j2seplatform.platformdefinition.Util.removeNBArtifacts(Util.java:337)
Diagnostic information
Input arguments:
	-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
	-XX:+UseStringDeduplication
	-Xss2m
	-Xms32m
	-Djdk.gtk.version=2.2
	-Dapple.laf.useScreenMenuBar=true
	-Dapple.awt.graphics.UseQuartz=true
	-Dsun.java2d.noddraw=true
	-Dsun.java2d.dpiaware=true
	-Dsun.zip.disableMemoryMapping=true
	-Dplugin.manager.check.updates=false
	-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes
	--add-opens=java.base/java.net=ALL-UNNAMED
	--add-opens=java.base/java.lang.ref=ALL-UNNAMED
	--add-opens=java.base/java.lang=ALL-UNNAMED
	--add-opens=java.base/java.security=ALL-UNNAMED
	--add-opens=java.base/java.util=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED
	--add-opens=java.desktop/javax.swing=ALL-UNNAMED
	--add-opens=java.desktop/java.awt=ALL-UNNAMED
	--add-opens=java.desktop/java.awt.event=ALL-UNNAMED
	--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED
	--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED
	--add-modules=jdk.jshell
	--add-exports=java.desktop/sun.awt=ALL-UNNAMED
	--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
	--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED
	--add-exports=java.desktop/sun.swing=ALL-UNNAMED
	--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED
	--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
	--add-exports=java.management/sun.management=ALL-UNNAMED
	--add-exports=java.base/sun.reflect.annotation=ALL-UNNAMED
	--add-exports=jdk.javadoc/com.sun.tools.javadoc.main=ALL-UNNAMED
	-XX:+IgnoreUnrecognizedVMOptions
	-Xmx1024m
	-Djdk.home=C:\equintanilla\Software\jdk-11.0.1
	-Dnetbeans.home=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\platform
	-Dnetbeans.user=C:\Users\block\AppData\Roaming\NetBeans\10.0
	-Dnetbeans.default_userdir_root=C:\Users\block\AppData\Roaming\NetBeans
	-XX:+HeapDumpOnOutOfMemoryError
	-XX:HeapDumpPath=C:\Users\block\AppData\Roaming\NetBeans\10.0\var\log\heapdump.hprof
	-Dsun.awt.keepWorkingSetOnMinimize=true
	-Dnetbeans.dirs=C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\nb;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ergonomics;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\ide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extide;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\java;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\apisupport;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\webcommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\websvccommon;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\enterprise;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\mobility;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\profiler;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\python;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\php;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\identity;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\harness;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cnd;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\cndext;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\dlight;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\groovy;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\extra;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javacard;C:\Users\block\Downloads\incubating-netbeans-10.0-vc3-bin\netbeans\javafx
	exit
Compiler: HotSpot 64-Bit Tiered Compilers
Heap memory usage: initial 32.0MB maximum 1024.0MB
Non heap memory usage: initial 7.3MB maximum -1b
Garbage collector: G1 Young Generation (Collections=61 Total time spent=0s)
Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
Classes: loaded=10421 total loaded=10421 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 12,773,961,728
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 10,271 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 73 binary roots took: 4,785 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\src took: 714 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 3 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: C:\Users\block\Documents\NetBeansProjects\AnagramGame\test took: 368 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 2 source roots took: 1,082 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 3 ms]
WARNING [org.netbeans.TopSecurityManager]: use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.netbeans.modules.java.api.common.project.ActionProviderSupport.verifyUserPropertiesFile(ActionProviderSupport.java:925)
INFO [org.netbeans.lib.profiler.infolog]: Profiler.OutOfMemoryDetection: Enabled
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.XMLDataObject@9f22a4f[MultiFileObject@37c0c19b[Actions/Help/master-help.xml]]
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@4fac20f2[MultiFileObject@4431e7a[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
WARNING [null]: Last record repeated again.
INFO [org.netbeans.lib.profiler.infolog]: Target JVM inactive
*** Profiler error (Thu Nov 08 11:54:03 CST 2018): exception while trying to get response from the target JVM:
java.net.SocketException: Connection reset
WARNING [org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]: unrecognized Java spec version: 11



Eduardo Guadalupe Quintanilla Flores
Software Developer 

-----Original Message-----
From: Peter Hull <pe...@gmail.com> 
Sent: jueves, 8 de noviembre de 2018 2:24 a. m.
To: NetCAT team <ne...@netbeans.apache.org>
Subject: Re: blocking issues

Still crashing on VC3. I would appreciate it if just one person could try this out and confirm it is a problem or not. Then I will either shut up, or try and investigate.
Thanks,
Peter

On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:

> On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com> wrote:
> >
> > Hi,
> >
> > crash of the IDE vm or the profiled application? Which jvm versions 
> > are
> you using? Any other specialties?
> >
> I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10 
> 64-bit. As far as I can see, it is not possible to profile methods on 
> Windows.
> 1. Is this OK to leave to the next release?
> 2. Can anyone else reproduce this or just me?
>
> Quick steps to reproduce:
> 1. Create a new project using the AnagramGame sample 2. Select 
> Profile, Profile Methods, All Classes 3. Start profiler 4. AnagramGame 
> window appears briefly and then disappears 5. Crash info is written 
> into the Output tab (AnagramGame's JVM crashes, NB itself keeps on 
> running) (pasted below for reference)
>
> Thanks
> Pete
>
> profile:
> Profiler Agent: Waiting for connection on port 5140, timeout 10 
> seconds (Protocol version: 18) Profiler Agent: Established connection 
> with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of 
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further 
> illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future 
> release Profiler Agent: Local accelerated session # # A fatal error 
> has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775, 
> pid=23616, tid=26824 # # JRE version: OpenJDK Runtime Environment 
> (11.0+28) (build 11+28) # Java VM: OpenJDK 64-Bit Server VM (11+28, 
> mixed mode, tiered, compressed oops, g1 gc, windows-amd64) # 
> Problematic frame:
> # V  [jvm.dll+0x5ec775]
> #
> # No core dump will be written. Minidumps are not enabled by default 
> on client versions of Windows # # An error report file with more 
> information is saved as:
> # 
> D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.lo
> g
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
>
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\prof
> >iler\lib,5140,10<
> Profiler Agent: Initialized successfully Profiler Agent: 250 classes 
> cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 4 seconds)
>

Re: blocking issues

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
Profiler works fine for me, tried your scenario, on Mac OSX, and works
fine, no problem.

Gj

On Thu, Nov 8, 2018 at 6:51 PM Peter Hull <pe...@gmail.com> wrote:

> Still crashing on VC3. I would appreciate it if just one person could try
> this out and confirm it is a problem or not. Then I will either shut up, or
> try and investigate.
> Thanks,
> Peter
>
> On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:
>
> > On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com>
> wrote:
> > >
> > > Hi,
> > >
> > > crash of the IDE vm or the profiled application? Which jvm versions are
> > you using? Any other specialties?
> > >
> > I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> > 64-bit. As far as I can see, it is not possible to profile methods on
> > Windows.
> > 1. Is this OK to leave to the next release?
> > 2. Can anyone else reproduce this or just me?
> >
> > Quick steps to reproduce:
> > 1. Create a new project using the AnagramGame sample
> > 2. Select Profile, Profile Methods, All Classes
> > 3. Start profiler
> > 4. AnagramGame window appears briefly and then disappears
> > 5. Crash info is written into the Output tab (AnagramGame's JVM
> > crashes, NB itself keeps on running) (pasted below for reference)
> >
> > Thanks
> > Pete
> >
> > profile:
> > Profiler Agent: Waiting for connection on port 5140, timeout 10
> > seconds (Protocol version: 18)
> > Profiler Agent: Established connection with the tool
> > WARNING: An illegal reflective access operation has occurred
> > WARNING: Illegal reflective access by
> > org.netbeans.lib.profiler.server.ClassLoaderManager to method
> > java.lang.ClassLoader.findLoadedClass(java.lang.String)
> > WARNING: Please consider reporting this to the maintainers of
> > org.netbeans.lib.profiler.server.ClassLoaderManager
> > WARNING: Use --illegal-access=warn to enable warnings of further
> > illegal reflective access operations
> > WARNING: All illegal access operations will be denied in a future release
> > Profiler Agent: Local accelerated session
> > #
> > # A fatal error has been detected by the Java Runtime Environment:
> > #
> > #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> > pid=23616, tid=26824
> > #
> > # JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
> > # Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
> > compressed oops, g1 gc, windows-amd64)
> > # Problematic frame:
> > # V  [jvm.dll+0x5ec775]
> > #
> > # No core dump will be written. Minidumps are not enabled by default
> > on client versions of Windows
> > #
> > # An error report file with more information is saved as:
> > # D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
> > #
> > # If you would like to submit a bug report, please visit:
> > #   http://bugreport.java.com/bugreport/crash.jsp
> > #
> > Profiler Agent: Initializing...
> > Profiler Agent: Options:
> >
> >
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
> > Profiler Agent: Initialized successfully
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> > Profiler Agent: 250 classes cached.
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> > The following error occurred while executing this line:
> >
> >
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> > Java returned: 1
> > BUILD FAILED (total time: 4 seconds)
> >
>

Re: blocking issues

Posted by Peter Hull <pe...@gmail.com>.
Still crashing on VC3. I would appreciate it if just one person could try
this out and confirm it is a problem or not. Then I will either shut up, or
try and investigate.
Thanks,
Peter

On Mon, 5 Nov 2018 at 10:24 Peter Hull <pe...@gmail.com> wrote:

> On Fri, 26 Oct 2018 at 23:09 Sven Reimers <sv...@gmail.com> wrote:
> >
> > Hi,
> >
> > crash of the IDE vm or the profiled application? Which jvm versions are
> you using? Any other specialties?
> >
> I am still seeing this with Netbeans VC2, openjdk 11+28, Windows 10
> 64-bit. As far as I can see, it is not possible to profile methods on
> Windows.
> 1. Is this OK to leave to the next release?
> 2. Can anyone else reproduce this or just me?
>
> Quick steps to reproduce:
> 1. Create a new project using the AnagramGame sample
> 2. Select Profile, Profile Methods, All Classes
> 3. Start profiler
> 4. AnagramGame window appears briefly and then disappears
> 5. Crash info is written into the Output tab (AnagramGame's JVM
> crashes, NB itself keeps on running) (pasted below for reference)
>
> Thanks
> Pete
>
> profile:
> Profiler Agent: Waiting for connection on port 5140, timeout 10
> seconds (Protocol version: 18)
> Profiler Agent: Established connection with the tool
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.netbeans.lib.profiler.server.ClassLoaderManager to method
> java.lang.ClassLoader.findLoadedClass(java.lang.String)
> WARNING: Please consider reporting this to the maintainers of
> org.netbeans.lib.profiler.server.ClassLoaderManager
> WARNING: Use --illegal-access=warn to enable warnings of further
> illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Profiler Agent: Local accelerated session
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffbbab7c775,
> pid=23616, tid=26824
> #
> # JRE version: OpenJDK Runtime Environment (11.0+28) (build 11+28)
> # Java VM: OpenJDK 64-Bit Server VM (11+28, mixed mode, tiered,
> compressed oops, g1 gc, windows-amd64)
> # Problematic frame:
> # V  [jvm.dll+0x5ec775]
> #
> # No core dump will be written. Minidumps are not enabled by default
> on client versions of Windows
> #
> # An error report file with more information is saved as:
> # D:\Libraries\Documents\NetBeansProjects\AnagramGame\hs_err_pid23616.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> Profiler Agent: Initializing...
> Profiler Agent: Options:
>
> >D:\Libraries\Downloads\incubating-netbeans-10.0-vc2-bin\netbeans\profiler\lib,5140,10<
> Profiler Agent: Initialized successfully
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
> Profiler Agent: 250 classes cached.
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:126:
> The following error occurred while executing this line:
>
> C:\Users\peter\AppData\Local\NetBeans\Cache\10.0\executor-snippets\profile.xml:108:
> Java returned: 1
> BUILD FAILED (total time: 4 seconds)
>