[jira] [Updated] (NETBEANS-5970) Add the option for HTML palette completion

2021-09-01 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-5970:
-
Labels: pull-request-available  (was: )

> Add the option for HTML palette completion
> --
>
> Key: NETBEANS-5970
> URL: https://issues.apache.org/jira/browse/NETBEANS-5970
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - HTML Editor
>Affects Versions: 12.4
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, we can't disable the palette completion feature. It might be 
> annoying for some people. So, we should add the option for it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Closed] (NETBEANS-5966) cleanup more of the raw type warnings

2021-09-01 Thread Brad Walker (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Walker closed NETBEANS-5966.
-
Resolution: Fixed

fixed & integrated..

> cleanup more of the raw type warnings
> -
>
> Key: NETBEANS-5966
> URL: https://issues.apache.org/jira/browse/NETBEANS-5966
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Minor
> Fix For: 12.6
>
>
> More work done on cleanup of raw type warnings.. Issues like this:
>  [nb-javac] 
> /home/bwalker/src/netbeans/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/common/ComponentBeanMultiple.java:242:
>  warning: [rawtypes] found raw type: Map
>  [nb-javac] Map map =new java.util.HashMap();
>  [nb-javac] ^
>  [nb-javac]   missing type arguments for generic class Map
>  [nb-javac]   where K,V are type-variables:
>  [nb-javac] K extends Object declared in interface Map
>  [nb-javac] V extends Object declared in interface Map
> All work is done internal to methods and non-public interfaces..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2021-09-01 Thread Brad Walker (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408536#comment-17408536
 ] 

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-5966
 - cleanup more of the raw type warnings

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Created] (NETBEANS-5970) Add the option for HTML palette completion

2021-09-01 Thread Junichi Yamamoto (Jira)
Junichi Yamamoto created NETBEANS-5970:
--

 Summary: Add the option for HTML palette completion
 Key: NETBEANS-5970
 URL: https://issues.apache.org/jira/browse/NETBEANS-5970
 Project: NetBeans
  Issue Type: Improvement
  Components: web - HTML Editor
Affects Versions: 12.4
Reporter: Junichi Yamamoto
Assignee: Junichi Yamamoto


Currently, we can't disable the palette completion feature. It might be 
annoying for some people. So, we should add the option for it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-3042) can't see loggers (log4j2) created from apps deployed on Payara servers

2021-09-01 Thread Cole H Little (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408453#comment-17408453
 ] 

Cole H Little commented on NETBEANS-3042:
-

Robert's fix didn't seem to work for me.  Any news on this? It looks like the 
ticket *FISH-644* on Payara github has been closed or removed. Is there a 
logger that DOES work in Netbeans versions > 11.0 ?

*Environment*
 * Apache Netbeans 11.1 , 11.2 , 11.3 , 12.0 , 12.1 , 12.2
 * JDK 11 or JDK 8
 * Payara Server 5.201
 * JakarteEE 8.0
 * Log4j 2.8.2-> 2.13.3

> can't see loggers (log4j2) created from apps deployed on Payara servers
> ---
>
> Key: NETBEANS-3042
> URL: https://issues.apache.org/jira/browse/NETBEANS-3042
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Logger
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.1
> Environment: Windows 10, jdk 1.8, CentOS 7.x with AdoptOpenJDK 8 and 
> 11, Windows 10 with AdoptOpenJDK 8 and 11.
>Reporter: jose luis romero
>Assignee: Robert Hoffmann
>Priority: Major
> Attachments: screenshot-1.png
>
>
> I can't see the logs (log4j2) generated by my apps deployed in Payara, they 
> are always empty.
> Tried to make a clean re-installation (no cache, no import config) but didn't 
> work
> Initially, I thought that I messed up some config file so I made a post 
> [https://stackoverflow.com/questions/57679272/i-cant-see-logs-from-apps-on-payara-4-1-just-on-netbeans-console-tab|stackOverflow]
>  but no, it is a Netbeans issue introduced in 11.1 version + payara 5



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-5968) yaml support component hung while transforming json content in non-json yaml

2021-09-01 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408421#comment-17408421
 ] 

Junichi Yamamoto commented on NETBEANS-5968:


Could you please provide your exact steps to reproduce it with an example code?

> yaml support component hung while transforming json content in non-json yaml
> 
>
> Key: NETBEANS-5968
> URL: https://issues.apache.org/jira/browse/NETBEANS-5968
> Project: NetBeans
>  Issue Type: Bug
>  Components: yaml - Editor
>Affects Versions: 12.4
>Reporter: ED
>Priority: Major
>
> 
>  2021-09-01T19:00:38
>  1630515638668
>  12667
>  org.openide.util.Exceptions
>  1001
>  73
>  /home/ericdegenetais/.netbeans/12.4/var/log/heapdump.hprof
>  
>  java.lang.OutOfMemoryError: Java heap space
>  
>  java.util.Arrays
>  copyOf
>  3689
>  jrt:/java.base/java/util/Arrays.class
>  
>  
>  java.util.ArrayList
>  grow
>  238
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  grow
>  243
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  486
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  java.util.ArrayList
>  add
>  499
>  jrt:/java.base/java/util/ArrayList.class
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser$2$1
>  parserException
>  285
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.jvyamlb.ParserImpl$ProductionEnvironment
>  produce
>  407
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  
> org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
>  produce
>  143
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  parseStreamNext
>  834
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ParserImpl
>  peekEvent
>  781
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeNode
>  161
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  composeDocument
>  78
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl
>  getNode
>  54
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.jvyamlb.ComposerImpl$NodeIterator
>  next
>  59
>  ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  308
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.languages.yaml.YamlParser
>  parse
>  404
>  ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor
>  callParse
>  598
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.SourceCache
>  getResult
>  228
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  run
>  775
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  279
>  
> /usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
>  
>  
>  
> org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
>  execute
>  702
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
>  run
>  663
>  ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
>  
>  
>  java.util.concurrent.Executors$RunnableAdapter
>  call
>  515
>  
> jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
>  
>  
>  java.util.concurrent.FutureTask
>  run
>  264
>  jrt:/java.base/java/util/concurrent/FutureTask.class
>  
>  
>  org.openide.util.RequestProcessor$Task
>  run
>  1418
>  
> /usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar
>  
>  
>  org.netbeans.modules.openide.util.GlobalLookup
>  execute
>  45
>  
> /usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.lookup.Lookups
>  executeWith
>  278
>  
> /usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
>  
>  
>  org.openide.util.RequestProcessor$Processor
>  run
>  2033
>  
> /usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar
>  
>  
> 
> 
>  2021-09-01T19:42:38
>  1630518158770
>  6924
>  700
>  79
>  UI_USER_CONFIGURATION
>  UI_USER_CONFIGURATION
>  org.netbeans.modules.uihandler.Bundle
>  Linux, 4.19.0-17-amd64, amd64
>  OpenJDK 64-Bit Server VM, 11.0.12+7-post-Debian-2deb10u1, OpenJDK 
> Runtime Environment, 11.0.12+7-post-Debian-2deb10u1
>  Apache NetBeans IDE 12.4
>  
>  OutOfMemoryError: Java heap space
>  Pasted json code 

[jira] [Created] (NETBEANS-5969) Missing imported class or symbol causes parser to fail before AST is resolved.

2021-09-01 Thread Svatopluk Dedic (Jira)
Svatopluk Dedic created NETBEANS-5969:
-

 Summary: Missing imported class or symbol causes parser to fail 
before AST is resolved.
 Key: NETBEANS-5969
 URL: https://issues.apache.org/jira/browse/NETBEANS-5969
 Project: NetBeans
  Issue Type: Bug
  Components: groovy - Editor
Reporter: Svatopluk Dedic


The culprit is \{{AsmReferenceResolver}], which is used to resolve types from 
{{DecompiledClassNode}} lazy-initialization. If a referenced type cannot be 
found, a *NoClassDefFoundError* is thrown, which aborts the entire visitor.

The IDE should enhance the resolver in a way that reports a missing type, but 
creates a stub ClassNode & continues parsing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-5967) The pictures after #6 in the hint tutorial are incorrect

2021-09-01 Thread Geertjan Wielenga (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408320#comment-17408320
 ] 

Geertjan Wielenga commented on NETBEANS-5967:
-

An error in the transfer of the tutorial to GitHub, it would be really great if 
you could fix, where possible.

> The pictures after #6 in the hint tutorial are incorrect
> 
>
> Key: NETBEANS-5967
> URL: https://issues.apache.org/jira/browse/NETBEANS-5967
> Project: NetBeans
>  Issue Type: Bug
>  Components: website
>Reporter: Austin Stephens
>Priority: Major
>
> Page: [https://netbeans.apache.org/tutorials/nbm-java-hint.html]
> The screenshot images after point #6 are completely irrelevant. Is there a 
> reason for this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[netbeans] branch master updated: Cleanup raw type warning (#3143)

2021-09-01 Thread bwalker
This is an automated email from the ASF dual-hosted git repository.

bwalker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new ba004a1  Cleanup raw type warning (#3143)
ba004a1 is described below

commit ba004a1d45737f582359ce530d2583d396b8f734
Author: Brad Walker 
AuthorDate: Wed Sep 1 12:23:34 2021 -0600

Cleanup raw type warning (#3143)

* [NETBEANS-5966] - cleanup more of the raw type warnings

More work done on cleanup of raw type warnings.. Issues like this:

[nb-javac] 
/home/bwalker/src/netbeans/enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/common/ComponentBeanMultiple.java:242:
 warning: [rawtypes] found raw type: Map
[nb-javac] Map map =new java.util.HashMap();
[nb-javac] ^
[nb-javac] missing type arguments for generic class Map
[nb-javac] where K,V are type-variables:
[nb-javac] K extends Object declared in interface Map
[nb-javac] V extends Object declared in interface Map

All work is done internal to methods and non-public interfaces..
---
 .../project/ui/customizer/CustomizerDisplay.java|  2 +-
 .../project/ui/wizard/action/ActionTypePanel.java   |  2 +-
 .../ui/wizard/action/GUIRegistrationPanel.java  |  2 +-
 .../project/ui/wizard/common/WizardUtils.java   |  2 +-
 .../netbeans/modules/timers/TimeComponentPanel.java |  2 +-
 .../wizards/AddDomainLocationVisualPanel.java   |  2 +-
 .../glassfish/tooling/admin/ProcessIOParser.java|  2 +-
 .../admin/response/RestXMLResponseParser.java   |  2 +-
 .../glassfish/tooling/data/GlassFishContainer.java  |  2 +-
 .../glassfish/tooling/utils/StringPrefixTree.java   |  2 +-
 .../modules/j2ee/dd/api/webservices/DDProvider.java |  5 +++--
 .../modules/payara/common/ui/BasePanel.java |  2 +-
 .../nbproject/project.properties|  2 +-
 .../projectimport/eclipse/web/ServerSelection.java  |  2 +-
 .../web/beans/navigation/InjectablesPopup.java  |  2 +-
 .../web/jsf/dialogs/AddManagedBeanDialog.java   |  2 +-
 .../web/jsf/dialogs/AddNavigationCaseDialog.java|  4 ++--
 .../jsf/wizards/JSFConfigurationPanelVisual.java|  4 ++--
 .../project/ui/customizer/CustomizerCompile.java|  2 +-
 .../project/ui/customizer/CustomizerFrameworks.java |  8 
 .../web/struts/dialogs/AddExceptionDialogPanel.java |  4 ++--
 .../web/struts/dialogs/AddFormPropertyPanel.java|  2 +-
 enterprise/websvc.core/nbproject/project.properties |  2 +-
 .../gradle/configurations/ConfigurationsPanel.java  |  2 +-
 .../module/wizards/shortcut/SelectFolderPanel.java  |  2 +-
 .../org/netbeans/api/debugger/DebuggerManager.java  | 21 -
 .../modules/bugzilla/query/QueryParameter.java  |  2 +-
 .../analysis/ui/AdjustConfigurationPanel.java   |  2 +-
 .../css/editor/ui/CssRuleCreateActionDialog.java|  3 +--
 .../modules/css/visual/AutocompleteJComboBox.java   |  2 +-
 .../modules/css/visual/SelectorsGroupEditor.java|  2 +-
 .../db/sql/visualeditor/querymodel/FromNode.java|  9 +
 .../db/sql/visualeditor/querymodel/GroupByNode.java |  2 +-
 .../db/sql/visualeditor/querymodel/OrderByNode.java |  5 +++--
 .../db/sql/visualeditor/querymodel/QueryNode.java   |  2 +-
 .../db/sql/visualeditor/querymodel/SelectNode.java  |  3 ++-
 .../db/sql/visualeditor/querymodel/WhereNode.java   |  3 ++-
 .../modules/db/explorer/dlg/AddDriverDialog.java|  4 ++--
 .../docker/ui/pull/DockerHubSearchPanel.java|  2 +-
 .../git/ui/repository/remote/RemoteRepository.java  |  2 +-
 .../modules/git/ui/selectors/ItemSelector.java  |  2 +-
 .../ui/repository/ChangesetPickerPanel.java |  2 +-
 .../completion/CodeCompletionOptionsPanel.java  |  2 +-
 .../options/editor/onsave/OnSaveTabPanel.java   |  2 +-
 .../modules/project/ui/ProjectChooserAccessory.java |  2 +-
 .../project/ui/actions/StopBuildingAlert.java   |  2 +-
 .../project/ui/groups/ManageGroupsPanel.java|  2 +-
 .../options/SpellcheckerOptionsPanel.java   | 12 ++--
 ide/spi.palette/nbproject/project.properties|  4 ++--
 .../modules/palette/ui/CategoryDescriptor.java  |  2 +-
 .../modules/subversion/ui/diff/MultiDiffPanel.java  |  3 ++-
 .../subversion/ui/history/SearchHistoryPanel.java   |  4 ++--
 .../modules/versioning/util/FileSelector.java   |  2 +-
 .../support/ui/IncludeExcludeVisualizerPanel.java   |  4 ++--
 .../ui/customizer/JWSProjectProperties.java |  2 +-
 .../modules/jshell/maven/MavenRunOptions.java   |  2 +-
 .../modules/jshell/project/JShellOptions2.java  |  2 +-
 .../modules/maven/codegen/NewPluginPanel.java   |  2 +-
 .../maven/graph/FixVersionConflictPanel.java|  4 ++--
 java/maven.repository/nbproject/project.properties  |  2 +-
 .../netbeans/modules/maven/TextValueCompleter.java  |  4 ++--
 

[jira] [Created] (NETBEANS-5968) yaml support component hung while transforming json content in non-json yaml

2021-09-01 Thread ED (Jira)
ED created NETBEANS-5968:


 Summary: yaml support component hung while transforming json 
content in non-json yaml
 Key: NETBEANS-5968
 URL: https://issues.apache.org/jira/browse/NETBEANS-5968
 Project: NetBeans
  Issue Type: Bug
  Components: yaml - Editor
Affects Versions: 12.4
Reporter: ED



 2021-09-01T19:00:38
 1630515638668
 12667
 org.openide.util.Exceptions
 1001
 73
 /home/ericdegenetais/.netbeans/12.4/var/log/heapdump.hprof
 
 java.lang.OutOfMemoryError: Java heap space
 
 java.util.Arrays
 copyOf
 3689
 jrt:/java.base/java/util/Arrays.class
 
 
 java.util.ArrayList
 grow
 238
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 grow
 243
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 add
 486
 jrt:/java.base/java/util/ArrayList.class
 
 
 java.util.ArrayList
 add
 499
 jrt:/java.base/java/util/ArrayList.class
 
 
 org.netbeans.modules.languages.yaml.YamlParser$2$1
 parserException
 285
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.jvyamlb.ParserImpl$ProductionEnvironment
 produce
 407
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 
org.jvyamlb.PositioningParserImpl$PositioningProductionEnvironment
 produce
 143
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ParserImpl
 parseStreamNext
 834
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ParserImpl
 peekEvent
 781
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 composeNode
 161
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 composeDocument
 78
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl
 getNode
 54
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.jvyamlb.ComposerImpl$NodeIterator
 next
 59
 ${netBeansDir}modules/ext/jvyamlb-0.2.6.jar
 
 
 org.netbeans.modules.languages.yaml.YamlParser
 parse
 308
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.netbeans.modules.languages.yaml.YamlParser
 parse
 404
 ${netBeansDir}modules/org-netbeans-modules-languages-yaml.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor
 callParse
 598
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.SourceCache
 getResult
 228
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
 run
 775
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.openide.util.lookup.Lookups
 executeWith
 279
 
/usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer
 execute
 702
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob
 run
 663
 ${netBeansDir}modules/org-netbeans-modules-parsing-api.jar
 
 
 java.util.concurrent.Executors$RunnableAdapter
 call
 515
 
jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
 
 
 java.util.concurrent.FutureTask
 run
 264
 jrt:/java.base/java/util/concurrent/FutureTask.class
 
 
 org.openide.util.RequestProcessor$Task
 run
 1418
 
/usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar
 
 
 org.netbeans.modules.openide.util.GlobalLookup
 execute
 45
 
/usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
 
 
 org.openide.util.lookup.Lookups
 executeWith
 278
 
/usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util-lookup.jar
 
 
 org.openide.util.RequestProcessor$Processor
 run
 2033
 
/usr/hispeed/ericdegenetais/netbeans-12.4/netbeans/platform/lib/org-openide-util.jar
 
 


 2021-09-01T19:42:38
 1630518158770
 6924
 700
 79
 UI_USER_CONFIGURATION
 UI_USER_CONFIGURATION
 org.netbeans.modules.uihandler.Bundle
 Linux, 4.19.0-17-amd64, amd64
 OpenJDK 64-Bit Server VM, 11.0.12+7-post-Debian-2deb10u1, OpenJDK 
Runtime Environment, 11.0.12+7-post-Debian-2deb10u1
 Apache NetBeans IDE 12.4
 
 OutOfMemoryError: Java heap space
 Pasted json code in a *.yaml file. Rewrote it as non-json yaml by 
hand.
 *




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Created] (NETBEANS-5967) The pictures after #6 in the hint tutorial are incorrect

2021-09-01 Thread Austin Stephens (Jira)
Austin Stephens created NETBEANS-5967:
-

 Summary: The pictures after #6 in the hint tutorial are incorrect
 Key: NETBEANS-5967
 URL: https://issues.apache.org/jira/browse/NETBEANS-5967
 Project: NetBeans
  Issue Type: Bug
  Components: website
Reporter: Austin Stephens


Page: [https://netbeans.apache.org/tutorials/nbm-java-hint.html]

The screenshot images after point #6 are completely irrelevant. Is there a 
reason for this?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Issue Comment Deleted] (NETBEANS-5914) NetBeans 12.4 freezes on startup

2021-09-01 Thread Neil C Smith (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Neil C Smith updated NETBEANS-5914:
---
Comment: was deleted

(was: När fixar ni print rutinen i samband med Scanner???)

> NetBeans 12.4 freezes on startup
> 
>
> Key: NETBEANS-5914
> URL: https://issues.apache.org/jira/browse/NETBEANS-5914
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans 12.4 on Zulu/OpenJDK 11 on Windows 10.
>Reporter: Eirik Bakke
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.6
>
> Attachments: 12.5-beta2-threaddump-1629986898821.tdump, 210506 
> NetBeans Deadlock on Startup 2.txt, 210506 NetBeans Deadlock on Startup.txt, 
> 210516 Another NetBeans Deadlock.txt, 210526 NetBeans Deadlock again.txt
>
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> On NetBeans 12.4, I was previously experiencing some intermittent freezes on 
> startup, at the time when projects were being loaded and such. I did some 
> thread dumps of the frozen IDE using VisualVM. I'm uploading these now in 
> case they are related to NETBEANS-5913.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Resolved] (NETBEANS-5914) NetBeans 12.4 freezes on startup

2021-09-01 Thread Lars Bogren (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Bogren resolved NETBEANS-5914.
---
Resolution: Fixed

När fixar ni print rutinen i samband med Scanner???

> NetBeans 12.4 freezes on startup
> 
>
> Key: NETBEANS-5914
> URL: https://issues.apache.org/jira/browse/NETBEANS-5914
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.5
> Environment: NetBeans 12.4 on Zulu/OpenJDK 11 on Windows 10.
>Reporter: Eirik Bakke
>Assignee: Jaroslav Tulach
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 12.6
>
> Attachments: 12.5-beta2-threaddump-1629986898821.tdump, 210506 
> NetBeans Deadlock on Startup 2.txt, 210506 NetBeans Deadlock on Startup.txt, 
> 210516 Another NetBeans Deadlock.txt, 210526 NetBeans Deadlock again.txt
>
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> On NetBeans 12.4, I was previously experiencing some intermittent freezes on 
> startup, at the time when projects were being loaded and such. I did some 
> thread dumps of the frozen IDE using VisualVM. I'm uploading these now in 
> case they are related to NETBEANS-5913.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[netbeans] branch delivery updated: Get elements resolved before working with types.

2021-09-01 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
 new b40953b  Get elements resolved before working with types.
 new 8886ee9  Merge pull request #3139 from sdedic/bugfix/javacompiler-phase
b40953b is described below

commit b40953bfee2904b47d09933cbc68a730ec2cbfd5
Author: Svata Dedic 
AuthorDate: Tue Aug 31 14:48:19 2021 +0200

Get elements resolved before working with types.
---
 .../org/netbeans/modules/groovy/editor/compiler/CompilationUnit.java  | 1 +
 .../netbeans/modules/groovy/editor/completion/MethodCompletion.java   | 4 ++--
 .../netbeans/modules/groovy/editor/completion/TypesCompletion.java| 4 ++--
 .../modules/groovy/editor/completion/provider/JavaElementHandler.java | 4 ++--
 .../org/netbeans/modules/groovy/editor/java/JavaElementHandle.java| 1 +
 5 files changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/CompilationUnit.java
 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/CompilationUnit.java
index 4465f4c..2974456 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/CompilationUnit.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/compiler/CompilationUnit.java
@@ -164,6 +164,7 @@ public final class CompilationUnit extends 
org.codehaus.groovy.control.Compilati
 Task task = new 
Task() {
 @Override
 public void run(CompilationController controller) throws 
Exception {
+controller.toPhase(JavaSource.Phase.ELEMENTS_RESOLVED);
 Elements elements = controller.getElements();
 TypeElement typeElement = 
ElementSearch.getClass(elements, name);
 if (typeElement != null) {
diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/MethodCompletion.java
 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/MethodCompletion.java
index 71a5274..d3948e8 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/MethodCompletion.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/MethodCompletion.java
@@ -158,8 +158,8 @@ public class MethodCompletion extends BaseCompletion {
 try {
 javaSource.runUserActionTask(new Task() 
{
 @Override
-public void run(CompilationController info) {
-
+public void run(CompilationController info) throws 
IOException {
+info.toPhase(JavaSource.Phase.ELEMENTS_RESOLVED);
 List typelist = new ArrayList<>();
 for (String importName : getAllImports()) {
 
typelist.addAll(getElementListFor(info.getElements(), importName));
diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/TypesCompletion.java
 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/TypesCompletion.java
index acc9f98..0071487 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/TypesCompletion.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/TypesCompletion.java
@@ -345,9 +345,9 @@ public class TypesCompletion extends BaseCompletion {
 try {
 javaSource.runUserActionTask(new Task() 
{
 @Override
-public void run(CompilationController info) {
+public void run(CompilationController info) throws 
IOException {
 Elements elements = info.getElements();
-
+info.toPhase(JavaSource.Phase.ELEMENTS_RESOLVED);
 addPackageElements(elements.getPackageElement(pkg));
 addTypeElements(elements.getTypeElement(pkg));
 }
diff --git 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/provider/JavaElementHandler.java
 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/provider/JavaElementHandler.java
index 4a5e73e..83f18ab 100644
--- 
a/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/provider/JavaElementHandler.java
+++ 
b/groovy/groovy.editor/src/org/netbeans/modules/groovy/editor/completion/provider/JavaElementHandler.java
@@ -215,7 +215,7 @@ public final class JavaElementHandler {
 return false;
 }
 };
-
+info.toPhase(JavaSource.Phase.ELEMENTS_RESOLVED);
 TypeElement te = elements.getTypeElement(className);
 if (te != null) {
 for (ExecutableElement 

[netbeans] branch delivery updated: Add missing --add-opens to fix warnings on recent JDKs

2021-09-01 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
 new df94310  Add missing --add-opens to fix warnings on recent JDKs
 new 8202430  Merge pull request #3137 from 
matthiasblaesing/gtk_laf_fix_jdk15
df94310 is described below

commit df94310963e29972caa4ac692553fea8cfe8f689
Author: Matthias Bläsing 
AuthorDate: Sat Aug 28 18:35:26 2021 +0200

Add missing --add-opens to fix warnings on recent JDKs

Covered packages:

- java.desktop/javax.swing.plaf.synth
- java.desktop/com.sun.java.swing.plaf.gtk
- java.desktop/sun.awt.shell
- java.desktop/sun.awt.im
- java.base/java.nio
---
 nb/ide.launcher/netbeans.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nb/ide.launcher/netbeans.conf b/nb/ide.launcher/netbeans.conf
index edc8226..c12595e 100644
--- a/nb/ide.launcher/netbeans.conf
+++ b/nb/ide.launcher/netbeans.conf
@@ -63,7 +63,7 @@ 
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/@@metabuild.RawVersion@@"
 # (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
 #
 
-netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED  [...]
+netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED  [...]
 
 # Default location of JDK:
 # (set by installer or commented out if launcher should decide)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[netbeans] branch delivery updated (1bca448 -> 6da842b)

2021-09-01 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 1bca448  Merge pull request #3104 from 
neilcsmith-net/disco-validate-quickpkg
 new 181  Always call notifyAll() when changing value of the LOCK[0]
 new 9227546  Don't hold lock when notifying changes
 new f9ca932  Moving the LazyLookupProviders proxy lookup into own class
 new 5a44f56  Deliver events only after initialization is finished
 new 6da842b  Merge pull request #3136 from 
JaroslavTulach/jtulach/WaitWithoutNotify

The 5800 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../netbeans/modules/projectapi/LazyLookup.java| 121 +++
 .../modules/projectapi/LazyLookupProviders.java| 115 +-
 .../spi/project/support/DelegatingLookupImpl.java  |  35 --
 .../modules/projectapi/LazyLookupTest.java |  66 +++
 .../support/DelegatingLookupDeadlock5914Test.java  | 129 +
 5 files changed, 370 insertions(+), 96 deletions(-)
 create mode 100644 
ide/projectapi/src/org/netbeans/modules/projectapi/LazyLookup.java
 create mode 100644 
ide/projectapi/test/unit/src/org/netbeans/modules/projectapi/LazyLookupTest.java
 create mode 100644 
ide/projectapi/test/unit/src/org/netbeans/spi/project/support/DelegatingLookupDeadlock5914Test.java

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2021-09-01 Thread Peter Firmstone (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408078#comment-17408078
 ] 

Peter Firmstone commented on NETBEANS-2842:
---

Hello Eric,

You'd have to check whether it compiles and passes tests.  It's a bit 
more ambitious, the project attempts to preserve both the C and Java 
versions of Pack200, it's forked off JDK14.  I'm sure Emmanual would be 
happy to receive some assistance if anyone would like to.

I only looked at maintaining a Java implementation.  From my 
observations, Apache Harmony's pack200 had the most maintainable code, 
but doesn't yet support the latest features.  Last I checked Emmanual's 
version didn't yet build, however that may have changed.

I created three repositories,

 1. Apache Harmony based Pack 200.
 2. OpenJDK Pack 200.
 3. Apache Harmony, including the tests from OpenJDK.

The OpenJDK pack200 implementation uses the jtreg test suite, I have 
left the tests unmodified, the OpenJDk Pack 200 code builds and passes 
all tests.

The Apache Harmony version doesn't yet pass all OpenJDK pack 200 tests, 
however the Apache Harmony code is easier to modify, so will be easier 
to update to support later bytecode.

Regards,

Peter.



-- 
Regards,
  
Peter Firmstone
0498 286 363
Zeus Project Services Pty Ltd.


> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.3
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Comment Edited] (NETBEANS-4540) SyntaxException for specific grammar

2021-09-01 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408069#comment-17408069
 ] 

Christian Lenz edited comment on NETBEANS-4540 at 9/1/21, 9:55 AM:
---

[~matthiasblaesing] what more information can I present to let you reproduce 
the error? I don't use nb-javac for example.


was (Author: chrizzly):
[~matthiasblaesing] do you need any more information from my side to reproduce 
the error? I don't use nb-javac for example.

> SyntaxException for specific grammar
> 
>
> Key: NETBEANS-4540
> URL: https://issues.apache.org/jira/browse/NETBEANS-4540
> Project: NetBeans
>  Issue Type: Bug
>  Components: textmate-lexer
>Affects Versions: 12.0, 12.4
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.0
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.0
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: example.jl, example.tex
>
>
> tWhen I use this grammar file: 
> https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/LaTeX.tmLanguage.json
>  for tex files, I got an SyntaxException fot the attached file (example.tex)
> {code}
> org.joni.exception.SyntaxException: premature end of char-class
>   at org.joni.ScannerSupport.newSyntaxException(ScannerSupport.java:166)
>   at org.joni.Parser.parseCharClass(Parser.java:342)
>   at org.joni.Parser.parseCharClass(Parser.java:318)
>   at org.joni.Parser.parseExp(Parser.java:892)
>   at org.joni.Parser.parseBranch(Parser.java:1116)
>   at org.joni.Parser.parseSubExp(Parser.java:1133)
>   at org.joni.Parser.parseRegexp(Parser.java:1166)
>   at org.joni.Parser.parse(Parser.java:65)
>   at org.joni.Analyser.compile(Analyser.java:80)
>   at org.joni.Regex.(Regex.java:159)
>   at org.joni.Regex.(Regex.java:136)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigRegExp.(OnigRegExp.java:49)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigSearcher.(OnigSearcher.java:29)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigScanner.(OnigScanner.java:24)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.createOnigScanner(RegExpSourceList.java:132)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.compile(RegExpSourceList.java:86)
>   at 
> org.eclipse.tm4e.core.internal.rule.BeginEndRule.compile(BeginEndRule.java:77)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRule(LineTokenizer.java:276)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRuleOrInjections(LineTokenizer.java:299)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scanNext(LineTokenizer.java:110)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scan(LineTokenizer.java:97)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer._tokenizeString(LineTokenizer.java:537)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar._tokenize(Grammar.java:239)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar.tokenizeLine(Grammar.java:191)
>   at 
> org.netbeans.modules.textmate.lexer.TextmateLexer.nextToken(TextmateLexer.java:75)
>   at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbeddingImpl(IncTokenList.java:170)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbedding(IncTokenList.java:165)
>   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:463)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$TSInfo.moveNextToken(SyntaxHighlighting.java:779)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:476)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:405)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>   at 
> 

[jira] [Commented] (NETBEANS-4540) SyntaxException for specific grammar

2021-09-01 Thread Christian Lenz (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17408069#comment-17408069
 ] 

Christian Lenz commented on NETBEANS-4540:
--

[~matthiasblaesing] do you need any more information from my side to reproduce 
the error? I don't use nb-javac for example.

> SyntaxException for specific grammar
> 
>
> Key: NETBEANS-4540
> URL: https://issues.apache.org/jira/browse/NETBEANS-4540
> Project: NetBeans
>  Issue Type: Bug
>  Components: textmate-lexer
>Affects Versions: 12.0, 12.4
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chris\AppData\Roaming\Netbeans\12.0
> Cache directory: C:\Users\Chris\AppData\Local\NetBeans\Cache\12.0
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: example.jl, example.tex
>
>
> tWhen I use this grammar file: 
> https://github.com/James-Yu/LaTeX-Workshop/blob/master/syntax/LaTeX.tmLanguage.json
>  for tex files, I got an SyntaxException fot the attached file (example.tex)
> {code}
> org.joni.exception.SyntaxException: premature end of char-class
>   at org.joni.ScannerSupport.newSyntaxException(ScannerSupport.java:166)
>   at org.joni.Parser.parseCharClass(Parser.java:342)
>   at org.joni.Parser.parseCharClass(Parser.java:318)
>   at org.joni.Parser.parseExp(Parser.java:892)
>   at org.joni.Parser.parseBranch(Parser.java:1116)
>   at org.joni.Parser.parseSubExp(Parser.java:1133)
>   at org.joni.Parser.parseRegexp(Parser.java:1166)
>   at org.joni.Parser.parse(Parser.java:65)
>   at org.joni.Analyser.compile(Analyser.java:80)
>   at org.joni.Regex.(Regex.java:159)
>   at org.joni.Regex.(Regex.java:136)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigRegExp.(OnigRegExp.java:49)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigSearcher.(OnigSearcher.java:29)
>   at 
> org.eclipse.tm4e.core.internal.oniguruma.OnigScanner.(OnigScanner.java:24)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.createOnigScanner(RegExpSourceList.java:132)
>   at 
> org.eclipse.tm4e.core.internal.rule.RegExpSourceList.compile(RegExpSourceList.java:86)
>   at 
> org.eclipse.tm4e.core.internal.rule.BeginEndRule.compile(BeginEndRule.java:77)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRule(LineTokenizer.java:276)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.matchRuleOrInjections(LineTokenizer.java:299)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scanNext(LineTokenizer.java:110)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer.scan(LineTokenizer.java:97)
>   at 
> org.eclipse.tm4e.core.internal.grammar.LineTokenizer._tokenizeString(LineTokenizer.java:537)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar._tokenize(Grammar.java:239)
>   at 
> org.eclipse.tm4e.core.internal.grammar.Grammar.tokenizeLine(Grammar.java:191)
>   at 
> org.netbeans.modules.textmate.lexer.TextmateLexer.nextToken(TextmateLexer.java:75)
>   at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbeddingImpl(IncTokenList.java:170)
>   at 
> org.netbeans.lib.lexer.inc.IncTokenList.tokenOrEmbedding(IncTokenList.java:165)
>   at org.netbeans.api.lexer.TokenSequence.moveNext(TokenSequence.java:463)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$TSInfo.moveNextToken(SyntaxHighlighting.java:779)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:476)
>   at 
> org.netbeans.modules.textmate.lexer.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:405)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>   at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>   at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>   at 
> 

[netbeans] branch master updated (4737743 -> 670a548)

2021-09-01 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 4737743  LSP: Extract Superclass and Extract Interface refactorings 
added. (#3138)
 new e6dd773  When module enabling fails, provide list of dependencies that 
are missing
 new d1a06dd  Increasing consistency for all operations. Making them 
idempotent.
 new f221f58  Use nbm run apisupport to install support for editing 
NetBeans sources
 new 07f01e0  Verify npm run apisupport can finish without errors
 new 670a548  Merge pull request #3129 from 
JaroslavTulach/jtulach/UseApiSupport

The 5827 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.lsp.server/build.xml |   5 +
 java/java.lsp.server/vscode/BUILD.md   |  18 ++-
 java/java.lsp.server/vscode/package.json   |   5 +-
 platform/autoupdate.cli/manifest.mf|   2 +-
 .../modules/autoupdate/cli/CodeNameMatcher.java|  72 +++
 .../modules/autoupdate/cli/ModuleOptions.java  | 132 ++---
 .../src/org/netbeans/IllegalModuleException.java   |  21 ++--
 .../src/org/netbeans/ModuleManager.java|   6 +-
 8 files changed, 177 insertions(+), 84 deletions(-)
 create mode 100644 
platform/autoupdate.cli/src/org/netbeans/modules/autoupdate/cli/CodeNameMatcher.java

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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