Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
8.2, 10.0
-
None
-
None
Description
- Open a source file
- Select "History"
- Set filter to "Subversion"
- View diff on each revision, scroll and view change code
Netbean freeze after some (I am not sure how many) diff view
Attachments
Attachments
- Heap_dump_export.tar.xz
- 128 kB
- Truong Chuong Duong
- image-2019-01-07-10-36-13-300.png
- 95 kB
- Truong Chuong Duong
- image-2019-01-07-10-37-43-888.png
- 187 kB
- Truong Chuong Duong
- image-2019-01-08-14-33-07-093.png
- 175 kB
- Truong Chuong Duong
- image-2019-01-08-14-34-09-175.png
- 194 kB
- Truong Chuong Duong
- image-2019-01-08-14-35-03-209.png
- 103 kB
- Truong Chuong Duong
- messages.log.1
- 102 kB
- Truong Chuong Duong
Issue Links
- is depended upon by
-
NETBEANS-3375 Slowness and CPU maximum usage
- Closed
Activity
Could you please test this with NetBeans 10.0? Also providing a gzipped heapdump would help a lot!
I has just updated to NetBeans 10.0 and will try to reproduce that error.
How can I dump the heap? Where it is?
It still happen on NetBean 10, I tried to click dif one by one then scroll to end of file every diff, after around 20 diff view the memory usage is 1021/2024MB then Netbean become very slow and starting to freeze.
I ran it from terminal and got below error messages:
The heapdump after gz is 253M so I cannot attach here, please download it from my site on this url: https://www.chuongduong.net/download/extra/heapdump.hprof.gz
If possible, could you please help me to attach it on this item after download that file?
Sorry for too many comments, I has just restart the netbean and got new report data. I'v got this XML file and IDE Log from the error reporting dialog after kill and start the netbean:
Show record: Seq: 36903
<record>
<date>2019-01-07T10:32:39</date>
<millis>1546831959976</millis>
<sequence>36903</sequence>
<logger>org.netbeans.modules.parsing.api.Source</logger>
<level>800</level>
<thread>85</thread>
<param>/home/duongtc/.netbeans/10.0/var/log/heapdump.hprof</param>
<exception>
<message>java.lang.OutOfMemoryError: Java heap space</message>
<frame>
<class>java.lang.String</class>
<method><init></method>
<line>3222</line>
<file>jrt:/java.base/java/lang/String.class</file>
</frame>
<frame>
<class>java.lang.String</class>
<method><init></method>
<line>276</line>
<file>jrt:/java.base/java/lang/String.class</file>
</frame>
<frame>
<class>org.netbeans.modules.editor.lib2.document.CharContent</class>
<method>getString</method>
<line>140</line>
<file>${netBeansDir}modules/org-netbeans-modules-editor-document.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.editor.lib2.document.EditorDocumentContent</class>
<method>getString</method>
<line>213</line>
<file>${netBeansDir}modules/org-netbeans-modules-editor-document.jar</file>
</frame>
<frame>
<class>javax.swing.text.AbstractDocument</class>
<method>getText</method>
<line>779</line>
<file>jrt:/java.desktop/javax/swing/text/AbstractDocument.class</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.api.Source$1</class>
<method>run</method>
<line>428</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.editor.BaseDocument</class>
<method>render</method>
<line>1402</line>
<file>${netBeansDir}modules/org-netbeans-modules-editor-lib.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.api.Source</class>
<method>createSnapshot</method>
<line>415</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.impl.SourceCache</class>
<method>createSnapshot</method>
<line>157</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.impl.SourceCache</class>
<method>getSnapshot</method>
<line>132</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.impl.SourceCache</class>
<method>getParser</method>
<line>177</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.impl.SourceCache</class>
<method>createTasks</method>
<line>466</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.impl.SourceCache</class>
<method>scheduleTasks</method>
<line>504</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.parsing.spi.Scheduler$1</class>
<method>run</method>
<line>163</line>
<file>${netBeansDir}modules/org-netbeans-modules-parsing-api.jar</file>
</frame>
<frame>
<class>org.openide.util.RequestProcessor$Task</class>
<method>run</method>
<line>1418</line>
<file>${user.home}netbeans-10.0/platform/lib/org-openide-util.jar</file>
</frame>
<frame>
<class>org.netbeans.modules.openide.util.GlobalLookup</class>
<method>execute</method>
<line>45</line>
<file>${user.home}netbeans-10.0/platform/lib/org-openide-util-lookup.jar</file>
</frame>
<frame>
<class>org.openide.util.lookup.Lookups</class>
<method>executeWith</method>
<line>278</line>
<file>${user.home}netbeans-10.0/platform/lib/org-openide-util-lookup.jar</file>
</frame>
<frame>
<class>org.openide.util.RequestProcessor$Processor</class>
<method>run</method>
<line>2033</line>
<file>${user.home}netbeans-10.0/platform/lib/org-openide-util.jar</file>
</frame>
</exception>
</record>
<record>
<date>2019-01-07T10:49:39</date>
<millis>1546832979415</millis>
<sequence>127</sequence>
<level>700</level>
<thread>30</thread>
<message>UI_USER_CONFIGURATION</message>
<key>UI_USER_CONFIGURATION</key>
<catalog>org.netbeans.modules.uihandler.Bundle</catalog>
<param>Linux, 4.19.13-300.fc29.x86_64, amd64</param>
<param>Java HotSpot(TM) 64-Bit Server VM, 11.0.1+13-LTS, Java(TM) SE Runtime Environment, 11.0.1+13-LTS</param>
<param>Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)</param>
<param>hacrot3000</param>
<param></param>
<param><Please provide a description of the problem or the steps to reproduce></param>
<param>*********</param>
</record>
IDE Log:
-------------------------------------------------------------------------------
>Log Session: Monday, January 7, 2019 at 10:20:14 AM Indochina Time
>System Info:
Product Version = Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
Operating System = Linux version 4.19.13-300.fc29.x86_64 running on amd64
Java; VM; Vendor = 11.0.1; Java HotSpot(TM) 64-Bit Server VM 11.0.1+13-LTS; Oracle Corporation
Runtime = Java(TM) SE Runtime Environment 11.0.1+13-LTS
Java Home = /usr/java/jdk-11.0.1
System Locale; Encoding = en_US (nb); UTF-8
Home Directory = /home/duongtc
Current Directory = /home/duongtc/netbeans-10.0/bin
User Directory = /home/duongtc/.netbeans/10.0
Cache Directory = /home/duongtc/.cache/netbeans/10.0
Installation = /home/duongtc/netbeans-10.0/nb
/home/duongtc/netbeans-10.0/ergonomics
/home/duongtc/netbeans-10.0/ide
/home/duongtc/netbeans-10.0/extide
/home/duongtc/netbeans-10.0/java
/home/duongtc/netbeans-10.0/apisupport
/home/duongtc/netbeans-10.0/webcommon
/home/duongtc/netbeans-10.0/websvccommon
/home/duongtc/netbeans-10.0/profiler
/home/duongtc/netbeans-10.0/php
/home/duongtc/netbeans-10.0/harness
/home/duongtc/netbeans-10.0/groovy
/home/duongtc/netbeans-10.0/javafx
/home/duongtc/netbeans-10.0/platform
Boot & Ext. Classpath =
Application Classpath = /home/duongtc/netbeans-10.0/platform/lib/boot.jar:/home/duongtc/netbeans-10.0/platform/lib/org-openide-modules.jar:/home/duongtc/netbeans-10.0/platform/lib/org-openide-util.jar:/home/duongtc/netbeans-10.0/platform/lib/org-openide-util-lookup.jar:/home/duongtc/netbeans-10.0/platform/lib/org-openide-util-ui.jar
Startup Classpath = /home/duongtc/netbeans-10.0/platform/core/core-base.jar:/home/duongtc/netbeans-10.0/platform/core/core.jar:/home/duongtc/netbeans-10.0/platform/core/org-openide-filesystems.jar:/home/duongtc/netbeans-10.0/platform/core/org-netbeans-libs-asm.jar:/home/duongtc/netbeans-10.0/platform/core/asm-all-5.0.1.jar:/home/duongtc/netbeans-10.0/platform/core/org-openide-filesystems-compat8.jar:/home/duongtc/netbeans-10.0/nb/core/org-netbeans-upgrader.jar:/home/duongtc/netbeans-10.0/nb/core/locale/core_nb.jar
-------------------------------------------------------------------------------
WARNING [org.netbeans.core.modules]: had to upgrade dependencies for module org.netbeans.minify: added = [module org.netbeans.api.progress.compat8 > 1.40, module org.netbeans.api.templates > 1.0, module org.netbeans.api.progress.nb > 1.40, module org.openide.util.ui > 9.3, module org.openide.filesystems.nb, module org.openide.filesystems.compat8, module org.netbeans.modules.editor.document > 1.0] removed = []; details: [#243100: Separate desktop-independent utilities, Separation of Parsing and Indexing APIs, Separation of desktop and cleanup, Swing dependencies split away, Templates API has been separated into its own module.]
INFO [org.netbeans.modules.netbinox]: Install area set to file:/home/duongtc/netbeans-10.0/
WARNING [org.netbeans.core.modules]: the modules [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.
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
org.openide.util.lookup [8.36.1 incubator-netbeans-release-380-on-20181217]
org.openide.util [9.10.1 incubator-netbeans-release-380-on-20181217]
org.openide.util.ui [9.11.1 incubator-netbeans-release-380-on-20181217]
org.openide.modules [7.51.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.annotations.common/1 [1.30.1 incubator-netbeans-release-380-on-20181217]
org.openide.filesystems [9.13.1 incubator-netbeans-release-380-on-20181217]
org.openide.awt [7.71.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.progress/1 [1.50.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.progress.nb [1.50.1 incubator-netbeans-release-380-on-20181217]
org.openide.dialogs [7.45.1 incubator-netbeans-release-380-on-20181217]
org.openide.nodes [7.48.1 incubator-netbeans-release-380-on-20181217]
org.openide.windows [6.79.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.mimelookup/1 [1.43.1 incubator-netbeans-release-380-on-20181217]
org.openide.text [6.70.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.swing.tabcontrol [1.59.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.swing.outline [1.37.1 incubator-netbeans-release-380-on-20181217]
org.openide.explorer [6.65.1 incubator-netbeans-release-380-on-20181217]
org.openide.actions [6.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.queries/1 [1.46.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.templates [1.11.1 incubator-netbeans-release-380-on-20181217]
org.openide.filesystems.nb [9.13.1 incubator-netbeans-release-380-on-20181217]
org.openide.loaders [7.70.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.intent [1.5.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.io [1.6.1 incubator-netbeans-release-380-on-20181217]
org.openide.io [1.52.1 incubator-netbeans-release-380-on-20181217]
org.openide.filesystems.compat8 [9.12.1 incubator-netbeans-release-380-on-20181217]
org.openide.execution [9.6.1 incubator-netbeans-release-380-on-20181217]
org.openide.execution.compat8 [9.5.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.upgrader [4.38.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.swing.plaf [1.44.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.projectapi/1 [1.70.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.swing.dirchooser [1.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.viewmodel/2 [1.54.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.tasklist/1 [1.38.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.quicksearch [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.palette/1 [1.49.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.navigator/1 [1.41.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.settings/1 [1.60.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.util/1 [1.68.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.document [1.12.1.3 3 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.lexer/2 [1.66.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.lib2/1 [2.21.1.55.3 55 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.settings.lib [1.54.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.fold/1 [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.indent/2 [1.46.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.guards/1 [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.lib/3 [4.10.1.23.3.55 23 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.editor.hints/0 [1.45.1.7.55 7 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.keyring [1.27.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.asm [5.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.bootstrap/1 [2.81.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.startup.base [1.65.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.startup/1 [1.65.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.sampler [1.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core/2 [3.54.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.options.api/1 [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.projectuiapi.base/1 [1.88.1.9 9 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.projectuiapi/1 [1.91.1.8 8 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.tools.storage [1.11.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.options.keymap [1.40.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.settings.storage/1 [1.54.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.fold.nbui [1.15.1.55 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor/3 [1.90.1.6.3.23.55 6 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.options.editor/1 [1.63.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.editor.hints.projects [1.14.1.1.7 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.debugger/1 [1.57.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.spi.debugger.ui/1 [2.57.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.multiview/1 [1.47.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.xml/1 [1.47.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.core/2 [1.46.1.4 4 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.xam/1 [1.35.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.xml.ui/1 [1.47.1 incubator-netbeans-release-380-on-20181217]
org.apache.xml.resolver [1.34.1.12 12 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.retriever/1 [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.schema.model/1 [1.35.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.axi [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.indent.support [1.45.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.java.classpath/1 [1.56.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.lucene/3 [3.22.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.masterfs/2 [2.58.1.2 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.parsing.lucene/2 [2.38.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.parsing.api/1 [9.10.1.8 8 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.breadcrumbs/0 [1.20.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.bracesmatching/0 [1.42.1.55 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.deprecated.pre65formatting/0 [1.34.1.1.6.23.55 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.errorstripe.api/1 [2.35.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.errorstripe/2 [2.37.1.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.completion/1 [1.47.1.2 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.codetemplates/1 [1.46.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.actions/1 [1.34.1.55 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.indexingbridge [1.20.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.parsing.indexing [9.11.1.1.3.8 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.diff/1 [1.54.1.42.1 42 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.refactoring.api [1.50.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.csl.types/1 [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.ui/1 [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.search [1.24.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.jumpto/1 [1.57.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.csl.api/2 [2.57.1.2.1.1.8.1 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.structure/1 [1.50.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.lexer [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.text/2 [1.62.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.servletapi/1 [1.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.httpserver/2 [2.39.1.42 42 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xsl/1 [1.47.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.xdm/1 [1.37.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.wsdl.model/1 [1.36.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.xerces/1 [1.41.1.281 281 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.tax/2 [1.47.1.281 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.tools/2 [1.46.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.schema.completion [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.jaxb.api/1 [1.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.catalog/2 [3.7.1.4 4 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.xml.catalog.ui [2.6.1.4 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.execution/1 [1.44.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.sendopts/2 [2.39.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.favorites/1 [1.49.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.projectui [1.61.1.8.9 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.welcome/1 [1.45.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.ide/1 [1.44.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.jaxwsmodelapi/1 [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.libraries/1 [1.56.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.saas.api [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.saas.ui [1.31.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.saas.codegen [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.settings/1 [1.52.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.windows/2 [2.85.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.multitabs/1 [1.15.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.bookmarks/1 [1.40.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extexecution.base/2 [1.7.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extexecution/2 [1.51.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extbrowser/1 [1.56.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.plain.lib/1 [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.terminal [1.30.1 incubator-netbeans-release-380-on-20181217]
com.jcraft.jsch [0.1.54 0.1.54]
org.netbeans.libs.jna/1 [1.50.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.dlight.nativeexecution [1.42.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.lib.terminalemulator [1.40.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.terminal.nb [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.dlight.terminal [1.26.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.tasklist.projectint/1 [1.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.tasklist.todo/1 [1.34.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.tasklist.ui/1 [1.34.1.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.tasklist.kit [1.31.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.multitabs.project [1.13.1.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.search [1.28.1.0.55 0 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.diff [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.json_simple/1 [0.15.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.common [1.101.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.lexer/1 [1.41.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.editor.lib/3 [3.35.1 incubator-netbeans-release-380-on-20181217]
org.apache.commons.logging [1.1.1 1.1.1]
org.netbeans.modules.html.parser/1 [1.37.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.validation/1 [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.manifest [1.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.antlr3.runtime [1.24.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.css.lib/1 [1.85.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.common.ui [1.4.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.indent [1.23.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.css.model [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.css.editor/1 [1.71.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.browser.api [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html/1 [1.64.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.editor/2 [2.58.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.output2/1 [1.45.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.css.visual/3 [3.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.properties/1 [1.58.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.bytelist/1 [0.32.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.jvyamlb/1 [0.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.yaml [2.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.image/1 [1.51.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.kit [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.print [7.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.autoupdate.services [1.57.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.autoupdate.cli [1.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.osgi [1.24.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.felix [2.18.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.autoupdate.ui [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.core.kit [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.defaults/1 [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.print.editor [7.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.utilities/1 [1.64.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javahelp/1 [2.44.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.usersguide/1 [1.51.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.macros/0 [1.34.1.1.23 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.plain/2 [1.38.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.ide.kit [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.saas.kit [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.spi.intern [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.libraries.ui/1 [1.55.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.ant/1 [1.70.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.websvc.saas.codegen.php [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.gsf.testrunner/2 [2.12.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.gsf.testrunner.ui [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.gototest/1 [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.gsf.codecoverage [1.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.clientproject.api [1.106.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.webkit.debugging [1.56.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.webkit.tooling [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.debug/1 [1.20.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.debug.ui/1 [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.javascript.debugger [1.18.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.inspect [0.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.ant.ui/1 [1.68.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.server/0 [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2.server [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2 [1.8.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2.webclient [1.10.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.indent.project/0 [1.25.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.clientproject [1.89.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.client.samples [1.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.gulp [0.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.types/1 [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.antlr4.runtime [1.4.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.json [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.lexer/1 [1.9.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.nashorn/1 [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.doc/1 [1.2.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.model/1 [1.7.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.source.query/0 [0.2.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.cdnjs/0 [0.10.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.bower [0.8.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.karma/0 [0.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.lib.v8debug/1 [1.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.v8debug/1 [1.13.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.commons_compress/0 [0.9.1.181 181 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.editor/1 [0.76.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.nodejs/0 [0.15.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.nodejs/0 [0.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.netserver [1.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extbrowser.chrome [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.grunt [0.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.jstestdriver [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.jstestdriver [0.15.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.web.client.kit [1.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.core/1 [1.34.1.1.42 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning/1 [1.50.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.apimodule [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.util [1.73.1.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.team.commons [1.53.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.ui/1 [1.25.1.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.system.cvss.installer [1.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.masterfs.ui [2.6.1.2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.masterfs [1.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.versioning.indexingbridge/0 [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.utilities.project/1 [1.41.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.updatecenters/1 [1.43.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.lib.uihandler [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.uihandler [2.38.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.uihandler.exceptionreporter [1.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.templates/1 [1.10.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.team.ide [1.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.ini4j/1 [1.37.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.svnClientAdapter/1 [1.43.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.subversion [1.44.1.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker [1.38.1.1.7 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.kit [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.dictionary_en [1.25.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.properties.syntax/1 [1.53.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.bindings.properties [1.25.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.phpmodule [2.62.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.metadata.model/1 [1.14.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db/1 [1.69.1.30 30 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.dbapi [1.37.1.30 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.dataview [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.core [1.40.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.sql.editor [1.39.1.30 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.javacup/1 [1.27.1.11 11 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.templates/0 [0.12.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.neon [1.25.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.annotation/0 [0.21.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.editor/0 [0.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.executable/0 [0.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.framework/0 [0.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.documentation/0 [0.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.jna.platform/1 [1.18.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.jsch.agentproxy/1 [0.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.commons_net/2 [2.25.1.36 36 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.api.testing/0 [0.22.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.project [2.139.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.editor [1.77.1.2 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.insane/1 [1.32.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.junit4 [1.20.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.nbjunit/1 [1.91.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.bindings.php [0.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.spellchecker.bindings.htmlxml [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2.webclient.protractor [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2.webclient.mocha [1.9.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.selenium2.php [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.projectapi.nb [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.spi.intern.impl [1.6.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.project.ant.compat8/1 [1.70.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.progress.ui [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.apacheconf [1.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.code.analysis/0 [1.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.code.analysis [0.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.samples [1.31.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.drivers [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.visual [2.51.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.sql.visualeditor/1 [2.34.1.30 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.mysql [0.31.1.2 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.derby [1.43.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.db.kit [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.refactoring [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.dbgp [1.43.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.kit [1.65.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.composer/0 [0.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.zend2 [0.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.languages.ini [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.zend [1.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.twig/1 [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.symfony2/1 [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.symfony [1.47.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.smarty [1.89.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.phpunit/0 [0.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.phpdoc [1.24.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.phing [0.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.nette2/1 [1.12.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.nette.tester [0.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.latte/1 [1.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.doctrine2 [1.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.codeception [0.7.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.atoum [0.19.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.php.apigen [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.parsing.ui [1.17.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.parsing.nb [1.6.1.8.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.options.java [1.17.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.notifications [1.11.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.netigso [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.netbinox [1.44.1 incubator-netbeans-release-380-on-20181217]
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-380-on-20181217]
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-380-on-20181217]
org.netbeans.modules.mercurial [1.45.1.42.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.masterfs.nio2 [1.18.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.masterfs.linux [1.16.1 incubator-netbeans-release-380-on-20181217]
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-380-on-20181217]
org.netbeans.modules.bugtracking.commons [1.11.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.localtasks [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.localhistory [1.37.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.lexer.nbbridge/1 [1.35.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.keyring.fallback [1.11.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.keyring.impl [1.27.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.sdoc [1.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.requirejs [0.10.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.react [0.2.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.prototypejs [0.8.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.knockout [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.jsdoc [1.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.extjs [1.12.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.jquery [1.12.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.extdoc [1.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.jade/1 [0.9.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript2.kit/1 [0.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.javascript.v8debug.ui/1 [1.2.1.1 incubator-netbeans-release-380-on-20181217]
org.apache.tools.ant.module/3 [3.87.1.2 2 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.java.testrunner.ant [1.5.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.ide.ergonomics [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.autoupdate.pluginimporter [1.23.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.deadlock.detector [1.9.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.ide.branding/1 [1.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.ide.branding.kit [1.31.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson [2.16.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.ui [1.14.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.tasklist [1.20.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.subversion [1.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.php [1.21.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.mercurial [1.32.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.hudson.git [1.21.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.knockout [1.4.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.knockout [1.13.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.ojet [0.11.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.custom [1.9.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.browser/1 [1.31.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.html.angular [1.15.1 incubator-netbeans-release-380-on-20181217]
org.eclipse.jgit [3.6.2 3.6.2.201501210735-r]
org.netbeans.libs.git/1 [1.36.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.git [1.25.1.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extexecution.process.jdk9 [1.3.1 incubator-netbeans-release-380-on-20181217]
org.apache.commons.io [1.4 1.4]
org.netbeans.modules.extexecution.process [1.30.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.extexecution.impl [1.28.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.mimelookup.impl/1 [1.35.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.editor.global.format/1 [1.18.1.1 1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.docker.api/0 [1.23.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.docker.ui/0 [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.docker.editor/0 [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.dlight.nativeexecution.nb [1.3.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.css.prep [1.33.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.cordova.platforms [1.39.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.cordova.platforms.android [1.29.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.cordova [1.36.1 incubator-netbeans-release-380-on-20181217]
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-380-on-20181217]
org.netbeans.modules.bugzilla.exceptionreporter [1.27.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.bugtracking.bridge [1.48.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.modules.ant.grammar/1 [1.47.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.api.progress.compat8 [1.50.1 incubator-netbeans-release-380-on-20181217]
org.apache.commons.lang [2.6 2.6]
org.netbeans.minify [2.2.2 160717]
org.netbeans.libs.svnClientAdapter.javahl/1 [1.27.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.oracle.jsparser/1 [1.0 20181030-d1e23ce8c855]
org.netbeans.libs.jaxb/1 [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.libs.freemarker/1 [2.37.1.238 238 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.network [1.14.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.nativeaccess/1 [1.34.1 incubator-netbeans-release-380-on-20181217]
org.netbeans.core.io.ui/1 [1.33.1 incubator-netbeans-release-380-on-20181217]
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.codec [1.3.0 1.3.0]
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.mylyn.wikitext.markdown.core@2.6.0.v20150901-2143 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.mylyn.wikitext.confluence.core@2.6.0.v20150901-2143 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.mylyn.wikitext.textile.core@2.6.0.v20150901-2143 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.boot.fx@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.boot@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.netbeans.html.ko4j@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.json@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.netbeans.html.xhr4j@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.sound@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.geo@1.5.1 resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle org.eclipse.jgit.java7@3.6.2.201501210735-r resolved
INFO [org.netbeans.core.netigso.Netigso]: bundle net.java.html.boot.script@1.5.1 resolved
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: no suitable found, using fallback.
INFO [org.netbeans.core.network.proxy.fallback.FallbackNetworkProxy]: Fallback system proxy resolver: no http_proxy variable found
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.netbeans.libs.svnclientadapter]: Javahl client adapter is not available
Incompatible JavaHL library loaded. Subversion 1.9.x required.
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: JavaHL not available. Falling back on SvnKit.
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: SvnKit not available. Falling back on commandline.
INFO [org.netbeans.modules.subversion]: Commandline client version: 1.11.0 (r1845130)
INFO [org.netbeans.modules.subversion.client.SvnClientFactory]: running on commandline
INFO [org.netbeans.modules.subversion]: Finished indexing svn cache with 0 entries. Elapsed time: 0 ms.
INFO [org.netbeans.modules.php.editor.parser.GSFPHPParser]: Parsing of big PHP files enabled: false (max size: 5,000,000)
Diagnostic information
Input arguments:
-Djdk.home=/usr/java/jdk-11.0.1
-Dnetbeans.default_userdir_root=/home/duongtc/.netbeans
-Dnetbeans.dirs=/home/duongtc/netbeans-10.0/nb:/home/duongtc/netbeans-10.0/ergonomics:/home/duongtc/netbeans-10.0/ide:/home/duongtc/netbeans-10.0/extide:/home/duongtc/netbeans-10.0/java:/home/duongtc/netbeans-10.0/apisupport:/home/duongtc/netbeans-10.0/webcommon:/home/duongtc/netbeans-10.0/websvccommon:/home/duongtc/netbeans-10.0/enterprise:/home/duongtc/netbeans-10.0/mobility:/home/duongtc/netbeans-10.0/profiler:/home/duongtc/netbeans-10.0/python:/home/duongtc/netbeans-10.0/php:/home/duongtc/netbeans-10.0/identity:/home/duongtc/netbeans-10.0/harness:/home/duongtc/netbeans-10.0/cnd:/home/duongtc/netbeans-10.0/cndext:/home/duongtc/netbeans-10.0/dlight:/home/duongtc/netbeans-10.0/groovy:/home/duongtc/netbeans-10.0/extra:/home/duongtc/netbeans-10.0/javacard:/home/duongtc/netbeans-10.0/javafx:
-Dnetbeans.home=/home/duongtc/netbeans-10.0/platform
-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade
-Xmx1024m
-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
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/home/duongtc/.netbeans/10.0/var/log/heapdump.hprof
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=31 Total time spent=0s)
Garbage collector: G1 Old Generation (Collections=0 Total time spent=0s)
Classes: loaded=10391 total loaded=10391 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 16,673,751,040
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 173 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 1 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /mnt/Data/mnt/Data/Documents/Myngle code/Myngle source/website_source/Zend_trunk took: 13 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/Myngle_source/website_source/Myngle_trunk took: 2,013 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: 2,026 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 20 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 0 binary roots took: 0 ms
log4j:WARN No appenders could be found for logger (nu.validator.source.LocationRecorder).
log4j:WARN Please initialize the log4j system properly.
INFO [org.netbeans.modules.javascript2.editor.parser.SanitizingParser]: Exception during parsing
java.lang.StringIndexOutOfBoundsException: index -1,length 0
at java.base/java.lang.String.checkIndex(String.java:3278)
at java.base/java.lang.AbstractStringBuilder.charAt(AbstractStringBuilder.java:307)
at java.base/java.lang.StringBuilder.charAt(StringBuilder.java:85)
at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.isParsable(SanitizingParser.java:179)
at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseSource(SanitizingParser.java:112)
[catch] at org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parse(SanitizingParser.java:78)
at org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
at org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
at org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
at org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
at org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [null]: Last record repeated again.
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/Myngle_source/website_source/Myngle_trunk took: 125,298 ms (New or modified files: 8,548, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.subversion.FileStatusCache]: FileStatusCache.refreshTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/Myngle_source/website_source/Zend_trunk took: 22,727 ms (New or modified files: 2,158, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /mnt/Data/mnt/Data/Documents/Myngle code/Myngle source/website_source/Myngle_trunk took: 1 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: jar:file:/home/duongtc/netbeans-10.0/php/docs/phpsigfiles.zip!/phpstubs/phpruntime/ took: 9,346 ms (New or modified files: 247, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: nbfs://nbhost/SystemFileSystem/PHP/RuntimeLibraries/ took: 33 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.subversion]: Subversion.cleanupTask: Scanning in progress, trying again in 10,000ms
INFO [org.netbeans.core.ui.focus]: External Changes Refresh on focus gain disabled
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /mnt/Data/Documents/Myngle code/Myngle source/website_source/trunk/myngle.app/usr/www took: 50,887 ms (New or modified files: 976, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/netbeans-10.0/webcommon/jsstubs/reststubs.zip took: 193 ms (New or modified files: 14, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/netbeans-10.0/webcommon/jsstubs/corestubs.zip took: 412 ms (New or modified files: 54, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /home/duongtc/netbeans-10.0/webcommon/jsstubs/domstubs.zip took: 765 ms (New or modified files: 133, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 9 source roots took: 209,662 ms (New or modified files: 12,130, Deleted files: 0) [Adding listeners took: 2 ms]
INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: org.netbeans.modules.csl.hints.GsfHintsProvider@4576a554 : class org.netbeans.modules.csl.hints.GsfHintsProvider ignored cancel for 61 ms.
INFO [org.netbeans.modules.bugtracking.BugtrackingManager]: Loading stored repositories took 311 millis.
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
at java.base/java.lang.String.<init>(String.java:3222)
at java.base/java.lang.String.<init>(String.java:276)
at org.netbeans.modules.editor.lib2.document.CharContent.getString(CharContent.java:140)
at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.getString(EditorDocumentContent.java:213)
at java.desktop/javax.swing.text.AbstractDocument.getText(AbstractDocument.java:779)
at org.netbeans.modules.parsing.api.Source$1.run(Source.java:428)
at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402)
[catch] at org.netbeans.modules.parsing.api.Source.createSnapshot(Source.java:415)
at org.netbeans.modules.parsing.impl.SourceCache.createSnapshot(SourceCache.java:157)
at org.netbeans.modules.parsing.impl.SourceCache.getSnapshot(SourceCache.java:132)
at org.netbeans.modules.parsing.impl.SourceCache.getParser(SourceCache.java:177)
at org.netbeans.modules.parsing.impl.SourceCache.createTasks(SourceCache.java:466)
at org.netbeans.modules.parsing.impl.SourceCache.scheduleTasks(SourceCache.java:504)
at org.netbeans.modules.parsing.spi.Scheduler$1.run(Scheduler.java:163)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
at java.base/java.lang.String.<init>(String.java:3222)
at java.base/java.lang.String.<init>(String.java:276)
at org.netbeans.modules.editor.lib2.document.CharContent.getString(CharContent.java:140)
at org.netbeans.modules.editor.lib2.document.EditorDocumentContent.getString(EditorDocumentContent.java:213)
at java.desktop/javax.swing.text.AbstractDocument.getText(AbstractDocument.java:779)
at org.netbeans.modules.parsing.api.Source$1.run(Source.java:428)
at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402)
[catch] at org.netbeans.modules.parsing.api.Source.createSnapshot(Source.java:415)
at org.netbeans.modules.parsing.impl.SourceCache.createSnapshot(SourceCache.java:157)
at org.netbeans.modules.parsing.impl.SourceCache.getSnapshot(SourceCache.java:132)
at org.netbeans.modules.parsing.impl.SourceCache.getParser(SourceCache.java:177)
at org.netbeans.modules.parsing.impl.SourceCache.createTasks(SourceCache.java:466)
at org.netbeans.modules.parsing.impl.SourceCache.scheduleTasks(SourceCache.java:504)
at org.netbeans.modules.parsing.spi.Scheduler$1.run(Scheduler.java:163)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: org.netbeans.modules.csl.editor.fold.GsfFoldManager$JavaElementFoldTask@22248db6 : class org.netbeans.modules.csl.editor.fold.GsfFoldManager$JavaElementFoldTask ignored cancel for 35,857 ms.
WARNING [org.netbeans.modules.parsing.api.Source]: Can't create snapshot of org.netbeans.modules.csl.core.GsfDocument@45678552, mimeType='text/x-php5', kitClass=null, length=876415, version=1, file=org.netbeans.modules.csl.core.GsfDataObject@40195c8a[/tmp/vcs-1546831232010/vcs-1546831883305/TaskController.php@67299caa:479c5ccf], size=876415, mimeType=text/x-php5
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
WARNING [org.netbeans.modules.parsing.api.Source]: Can't create snapshot of org.netbeans.modules.csl.core.GsfDocument@45678552, mimeType='text/x-php5', kitClass=null, length=876415, version=1, file=org.netbeans.modules.csl.core.GsfDataObject@40195c8a[/tmp/vcs-1546831232010/vcs-1546831883305/TaskController.php@67299caa:479c5ccf], size=876415, mimeType=text/x-php5
WARNING [null]: Last record repeated 3 more times.
INFO [org.netbeans.modules.parsing.api.Source]
java.lang.OutOfMemoryError: Java heap space
INFO [null]: Last record repeated again.
WARNING [org.netbeans.modules.parsing.api.Source]: Can't create snapshot of org.netbeans.modules.csl.core.GsfDocument@45678552, mimeType='text/x-php5', kitClass=null, length=876415, version=1, file=org.netbeans.modules.csl.core.GsfDataObject@40195c8a[/tmp/vcs-1546831232010/vcs-1546831883305/TaskController.php@67299caa:479c5ccf], size=876415, mimeType=text/x-php5
WARNING [null]: Last record repeated again.
WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread org.netbeans.modules.sampler.InternalSampler@f004c64
INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: org.netbeans.modules.csl.hints.infrastructure.HintsTask@f51fdf7 : class org.netbeans.modules.csl.hints.infrastructure.HintsTask ignored cancel for 4,244 ms.
WARNING [org.netbeans.core.TimableEventQueue]: no snapshot taken
INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: org.netbeans.modules.csl.hints.GsfHintsProvider@4836f769 : class org.netbeans.modules.csl.hints.GsfHintsProvider ignored cancel for 27,358 ms.
WARNING [org.netbeans.JarClassLoader]: Opening /home/duongtc/netbeans-10.0/php/modules/org-netbeans-modules-php-project.jar took 1,064 ms
WARNING [sun.awt.X11.XToolkit]: Exception on Toolkit thread
java.lang.OutOfMemoryError: Java heap space
SEVERE [org.openide.util.RequestProcessor]
java.lang.OutOfMemoryError: Java heap space
SEVERE [org.openide.util.RequestProcessor]
java.lang.OutOfMemoryError: Java heap space
SEVERE [null]: Last record repeated 2 more times.
SEVERE [global]
java.lang.OutOfMemoryError: Java heap space
SEVERE [null]: Last record repeated 2 more times.
WARNING [org.netbeans.core.TimableEventQueue]: too much time in AWT thread null
SEVERE [org.openide.util.RequestProcessor]
java.lang.OutOfMemoryError: Java heap space
Be any chance do you have a var/log/heapdump.hprof file to zip and share?
Hi lkishalmi,
I posted it on https://www.chuongduong.net/download/extra/heapdump.hprof.gz it too big (over 1.4G raw or 250M after gzip) so I cannot upload it here.
Thanks,
Thanks for the heapdump, it might be corrupt as I could not get it loaded to NetBeans. Could you add a checksum here for the file?
I've tried to reproduce this issue on NetBeans dev, with git and subversion. I've failed. I was using the javah bindings for subversion.
The md5sum is 76166796efa1dbff2b9b1196df1569c4,
I tried to open that file with Eclipse Memory Analyzer and it cannot open my file with error "An internal error occurred during: "Parsing heap dump from '/home/duongtc/.netbeans/10.0/var/log/heapdump_post.hprof'".
Java heap space".
I tried to use JProfiler 10.1.4 it can open that file as well. I think that file is too big to open by any native java app.
I think the problem is the diff tool take to much ram, some hoe it doesn't release the ram for old diff view so when I tried to compare and view too many times, it doesn't have enough memory to create new diff view.
If I use an external diff tool I can view as many time as I wish, but when tried to use the internal diff view I will got slow after around 15 diff views and it will freeze after nearly 20 times.
Other problem might caused this issue is my file is very big, it has 22.300 lines of code so might it need more memory to create the diff.
Below is some report I got by JProfiler:
Please see the Heap_dump_export.tar.xz for some report created by JProfiler
Thanks for these detalis. It seems your huge PHP file drives the Lexer crazy.
Hey hacrot3000 is it possible that you can provide your PHP file? Or your PHP project?
Sorry incorrectly updated this bug.