[jira] [Commented] (NETBEANS-3554) problematic jaxb constellation (package-info.java)

2019-12-05 Thread Tobias Warneke (Jira)


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

Tobias Warneke commented on NETBEANS-3554:
--

I debugged the initialization of the JAXBContext. There in typeMap all known 
classes are listed. Using JDK 8 all classes have schemas attached. Using JDK 13 
within this Netbeans constellation have not.

> problematic jaxb constellation (package-info.java)
> --
>
> Key: NETBEANS-3554
> URL: https://issues.apache.org/jira/browse/NETBEANS-3554
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0, 11.1
>Reporter: Tobias Warneke
>Priority: Major
>
> I don't know, if this is a bug. At least it is a problem, I cannot solve. 
> I implemented a JAXB serializable class (named "configuration") with XmlRoot 
> – annotation. Addionaly there is a package-info.java file, to config a 
> package wide schema. There are running at least 20 unit tests covering all 
> kinds of marshalling / unmarshalling things.
> So this is build using maven and it builds/compiles/runs fine using JDK 8 - 
> 13. As dependencies I use version 2.3.0 of jaxp-api, jaxb-impl, ... This is 
> not a Netbeans module.
> A minimal XML would look like:
> {{}}
> {{http://gingko.de/prjsetup/schema;>}}
> {{    }}
> {{}}
>  
> So here comes the problem. If I use this JAR within a Netbeans platform 
> application, all runs fine using JDK 8. But using a higher JDK version, it 
> seems as if the *package-info.java* is skipped and opening such an XML file 
> results in:
> {{javax.xml.bind.UnmarshalException: unexpected element 
> (URI:"http://gingko.de/prjsetup/schema;, lokal:"configuration"). Expected 
> elements are 
> <{}configuration>,<{}geoLayer>,<{}solution>,<{}solutionRevision>}}
> So somehow the information from the *package-info.java* file is not 
> considered. 
> By the way this JAR is used from a Netbeans module. The complete package is 
> public using a wrapper Netbeans module.
> In which direction should I investigate further? Is this a simple 
> configuration problem?



--
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] [Updated] (NETBEANS-3554) problematic jaxb constellation (package-info.java)

2019-12-05 Thread Tobias Warneke (Jira)


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

Tobias Warneke updated NETBEANS-3554:
-
Issue Type: Bug  (was: Improvement)

> problematic jaxb constellation (package-info.java)
> --
>
> Key: NETBEANS-3554
> URL: https://issues.apache.org/jira/browse/NETBEANS-3554
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - JDK Problems
>Affects Versions: 10.0, 11.1
>Reporter: Tobias Warneke
>Priority: Major
>
> I don't know, if this is a bug. At least it is a problem, I cannot solve. 
> I implemented a JAXB serializable class (named "configuration") with XmlRoot 
> – annotation. Addionaly there is a package-info.java file, to config a 
> package wide schema. There are running at least 20 unit tests covering all 
> kinds of marshalling / unmarshalling things.
> So this is build using maven and it builds/compiles/runs fine using JDK 8 - 
> 13. As dependencies I use version 2.3.0 of jaxp-api, jaxb-impl, ... This is 
> not a Netbeans module.
> A minimal XML would look like:
> {{}}
> {{http://gingko.de/prjsetup/schema;>}}
> {{    }}
> {{}}
>  
> So here comes the problem. If I use this JAR within a Netbeans platform 
> application, all runs fine using JDK 8. But using a higher JDK version, it 
> seems as if the *package-info.java* is skipped and opening such an XML file 
> results in:
> {{javax.xml.bind.UnmarshalException: unexpected element 
> (URI:"http://gingko.de/prjsetup/schema;, lokal:"configuration"). Expected 
> elements are 
> <{}configuration>,<{}geoLayer>,<{}solution>,<{}solutionRevision>}}
> So somehow the information from the *package-info.java* file is not 
> considered. 
> By the way this JAR is used from a Netbeans module. The complete package is 
> public using a wrapper Netbeans module.
> In which direction should I investigate further? Is this a simple 
> configuration problem?



--
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-3554) problematic jaxb constellation (package-info.java)

2019-12-05 Thread Tobias Warneke (Jira)
Tobias Warneke created NETBEANS-3554:


 Summary: problematic jaxb constellation (package-info.java)
 Key: NETBEANS-3554
 URL: https://issues.apache.org/jira/browse/NETBEANS-3554
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - JDK Problems
Affects Versions: 11.1, 10.0
Reporter: Tobias Warneke


I don't know, if this is a bug. At least it is a problem, I cannot solve. 

I implemented a JAXB serializable class (named "configuration") with XmlRoot – 
annotation. Addionaly there is a package-info.java file, to config a package 
wide schema. There are running at least 20 unit tests covering all kinds of 
marshalling / unmarshalling things.

So this is build using maven and it builds/compiles/runs fine using JDK 8 - 13. 
As dependencies I use version 2.3.0 of jaxp-api, jaxb-impl, ... This is not a 
Netbeans module.

A minimal XML would look like:

{{}}
{{http://gingko.de/prjsetup/schema;>}}
{{    }}
{{}}

 

So here comes the problem. If I use this JAR within a Netbeans platform 
application, all runs fine using JDK 8. But using a higher JDK version, it 
seems as if the *package-info.java* is skipped and opening such an XML file 
results in:

{{javax.xml.bind.UnmarshalException: unexpected element 
(URI:"http://gingko.de/prjsetup/schema;, lokal:"configuration"). Expected 
elements are <{}configuration>,<{}geoLayer>,<{}solution>,<{}solutionRevision>}}

So somehow the information from the *package-info.java* file is not considered. 

By the way this JAR is used from a Netbeans module. The complete package is 
public using a wrapper Netbeans module.

In which direction should I investigate further? Is this a simple configuration 
problem?



--
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: [NETBEANS-3485] Fixed compiler warnings concerning rawtypes Enumeration in projects of cluster config platform

2019-12-05 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach 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 0cecf24  [NETBEANS-3485] Fixed compiler warnings concerning rawtypes 
Enumeration in projects of cluster config platform
 new 1f2e8af  Merge pull request #1693 from mklaehn/NETBEANS-3485
0cecf24 is described below

commit 0cecf24335b26fef493ebe143e1202252bd91a6c
Author: Martin Klähn 
AuthorDate: Wed Nov 27 12:23:29 2019 +0100

[NETBEANS-3485] Fixed compiler warnings concerning rawtypes Enumeration in 
projects of cluster config platform
---
 .../src/org/netbeans/insane/model/Support.java |  2 +-
 .../org/netbeans/insane/model/XmlHeapModel.java| 47 --
 .../org/netbeans/updater/UpdateTracking.java   |  2 +-
 .../netbeans/api/autoupdate/IDEInitializer.java|  4 +-
 .../org/netbeans/core/multiview/TabsComponent.java | 14 +++
 .../multiview/text/MultiViewCloneableEditor.java   |  3 +-
 .../src/org/netbeans/core/netigso/Netigso.java |  6 +--
 .../org/netbeans/core/netigso/NetigsoLoader.java   |  2 +-
 .../netigso/NetigsoOSGiActivationVisibleTest.java  |  8 ++--
 .../core/netigso/NetigsoSelfQueryTest.java | 18 -
 .../src/org/netbeans/core/startup/NbInstaller.java |  4 +-
 .../modules/masterfs/ExLocalFileSystem.java|  2 +-
 .../filebasedfs/BaseFileObjectTestHid.java |  4 +-
 .../netbeans/modules/netbinox/EmptyBundleFile.java |  4 +-
 .../modules/netbinox/NetigsoBundleFile.java|  4 +-
 .../modules/netbinox/ExternalDirectoryTest.java|  5 +--
 .../modules/netbinox/NetbinoxLibraryTest.java  | 11 -
 .../modules/netbinox/NetigsoActivationTest.java|  5 +--
 .../src/org/netbeans/swing/etable/ETable.java  | 17 
 .../awt/NotificationCategoryFactoryTest.java   |  9 +
 .../org/openide/execution/NbClassPathCompat.java   |  4 +-
 .../org/openide/filesystems/FileObjectTestHid.java |  6 +--
 .../src/org/openide/loaders/MultiFileLoader.java   |  4 +-
 ...eFolderLookupFromHandleFindSlowVersionTest.java |  4 +-
 ...CanYouCreateFolderLookupFromHandleFindTest.java |  2 +-
 .../CanYouQueryFolderLookupFromHandleFindTest.java |  2 +-
 .../openide/loaders/CanYouQueryFromRenameTest.java |  4 +-
 .../org/openide/loaders/ConnectionSupportTest.java |  2 +-
 .../loaders/DataFolderCopyMoreWindowsLikeTest.java |  2 +-
 .../org/openide/loaders/DataFolderIndexTest.java   |  2 +-
 .../src/org/openide/ServiceType.java   | 14 +++
 .../org/openide/util/UtilitiesTranslateTest.java   |  2 +-
 .../src/org/openide/util/NbCollections.java|  4 +-
 .../src/org/openide/util/EnumerationsTest.java |  8 ++--
 .../src/org/openide/util/NbCollectionsTest.java|  4 +-
 35 files changed, 110 insertions(+), 125 deletions(-)

diff --git a/harness/o.n.insane/src/org/netbeans/insane/model/Support.java 
b/harness/o.n.insane/src/org/netbeans/insane/model/Support.java
index 5c0eefd..f2c5abd 100644
--- a/harness/o.n.insane/src/org/netbeans/insane/model/Support.java
+++ b/harness/o.n.insane/src/org/netbeans/insane/model/Support.java
@@ -70,7 +70,7 @@ public final class Support {
 Set visited = new HashSet(queue);
 while (!queue.isEmpty()) {
 PathElement act = queue.remove(0);
-Enumeration en = act.getItem().incomming();
+Enumeration en = act.getItem().incomming();
 while(en.hasMoreElements()) {
 Object o = en.nextElement();
 if (o instanceof String) {
diff --git a/harness/o.n.insane/src/org/netbeans/insane/model/XmlHeapModel.java 
b/harness/o.n.insane/src/org/netbeans/insane/model/XmlHeapModel.java
index b55caa3..aebd2a4 100644
--- a/harness/o.n.insane/src/org/netbeans/insane/model/XmlHeapModel.java
+++ b/harness/o.n.insane/src/org/netbeans/insane/model/XmlHeapModel.java
@@ -73,7 +73,8 @@ class XmlHeapModel implements 
org.netbeans.insane.model.HeapModel {
 
 static class MemItem implements Item {
 // a list of Items, Strings and one null
-private Object[] refs = new Object[] {null};
+private Object[] incommingRefs = new Object[0];
+private Item[] outgoingRefs = new Item[0];
 private int id;
 private int size;
 private String type;
@@ -100,11 +101,11 @@ class XmlHeapModel implements 
org.netbeans.insane.model.HeapModel {
 }
 
 public Enumeration incomming() {
-return new RefEnum(true, refs);
+return new RefEnum(incommingRefs);
 }
 
 public Enumeration outgoing() {
-return new RefEnum(false, refs);
+return new RefEnum(outgoingRefs);
 }
 
 public int getId() {
@@ -122,17 +123,17 @@ class XmlHeapModel implements 
org.netbeans.insane.model.HeapModel {
 
 // parsing impl
 void addIncomming(Object incomming) 

[netbeans] branch master updated: [NETBEANS-3509] Fixed compiler warnings concerning rawtypes AbstractList

2019-12-05 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach 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 b394774  [NETBEANS-3509] Fixed compiler warnings concerning rawtypes 
AbstractList
 new e06e600  Merge pull request #1717 from mklaehn/NETBEANS-3509
b394774 is described below

commit b3947747df7437cf402efaf0cb5d060a6e023482
Author: Martin Klähn 
AuthorDate: Sun Dec 1 01:05:40 2019 +0100

[NETBEANS-3509] Fixed compiler warnings concerning rawtypes AbstractList
---
 ide/xml.multiview/nbproject/project.properties | 2 +-
 .../org/netbeans/modules/xml/multiview/ui/SectionContainer.java| 7 ++-
 .../src/org/netbeans/modules/xml/multiview/ui/SectionView.java | 4 ++--
 3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/ide/xml.multiview/nbproject/project.properties 
b/ide/xml.multiview/nbproject/project.properties
index da3d7d1..ce8f3db 100644
--- a/ide/xml.multiview/nbproject/project.properties
+++ b/ide/xml.multiview/nbproject/project.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 javac.compilerargs=-Xlint -Xlint:-serial
-javac.source=1.6
+javac.source=1.8
 javadoc.arch=${basedir}/arch.xml
 spec.version.base=1.45.0
 is.autoload=true
diff --git 
a/ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.java
 
b/ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.java
index b528008..bc9d837 100644
--- 
a/ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.java
+++ 
b/ide/xml.multiview/src/org/netbeans/modules/xml/multiview/ui/SectionContainer.java
@@ -39,9 +39,7 @@ public class SectionContainer extends javax.swing.JPanel 
implements NodeSectionP
 
 //private HashMap map = new HashMap();
 //private JScrollPane scrollPane;
-private Node activeNode=null;
 private SectionView sectionView;
-private String title;
 private Node root;
 private boolean active;
 private int sectionCount=0;
@@ -66,7 +64,6 @@ public class SectionContainer extends javax.swing.JPanel 
implements NodeSectionP
 fillerEnd.setForeground(SectionVisualTheme.getFoldLineColor());
 Mnemonics.setLocalizedText(titleButton, title);
 titleButton.setToolTipText(titleButton.getText());
-this.title=titleButton.getText();
 titleButton.addMouseListener(new 
org.openide.awt.MouseUtils.PopupMouseAdapter() {
 protected void showPopup(java.awt.event.MouseEvent e) {
 JPopupMenu popup = getNode().getContextMenu();
@@ -174,7 +171,7 @@ public class SectionContainer extends javax.swing.JPanel 
implements NodeSectionP
 
 // the rest components have to be moved up
 java.awt.Component[] components = contentPanel.getComponents();
-java.util.AbstractList removedPanels = new java.util.ArrayList(); 
+java.util.List removedPanels = new 
java.util.ArrayList<>();
 for (int i=0;i removedPanels = new 
java.util.ArrayList<>();
 for (int i=0;ihttps://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[netbeans] branch master updated (72a7f19 -> 65908ce)

2019-12-05 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


from 72a7f19  [NETBEANS-3504] Fixed compiler warnings concerning rawtypes 
IssueNode.SeenProperty
 add 65908ce  [NETBEANS-3519] Corrected compiler warnings in Output Window 
project

No new revisions were added by this update.

Summary of changes:
 platform/core.output2/nbproject/project.properties |  2 +-
 .../org/netbeans/core/output2/FindDialogPanel.form |  2 ++
 .../org/netbeans/core/output2/FindDialogPanel.java | 10 
 .../core/output2/options/LinkStyleModel.java   |  2 +-
 .../core/output2/options/OutputSettingsPanel.form  | 13 +++
 .../core/output2/options/OutputSettingsPanel.java  | 26 ++---
 .../org/netbeans/core/output2/LifecycleTest.java   | 27 +++---
 .../src/org/netbeans/core/output2/NbIOTest.java|  1 -
 .../org/netbeans/core/output2/OutputTabTest.java   |  2 +-
 9 files changed, 44 insertions(+), 41 deletions(-)


-
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] [Updated] (NETBEANS-3553) Add "mustache" support in Yaml files

2019-12-05 Thread ASF GitHub Bot (Jira)


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

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

> Add "mustache" support in Yaml files
> 
>
> Key: NETBEANS-3553
> URL: https://issues.apache.org/jira/browse/NETBEANS-3553
> Project: NetBeans
>  Issue Type: New Feature
>  Components: yaml - Editor
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>
> Yaml is trendy among DevOps and often hinted with some templating using 
> "mustache" style \{{ }} brackets.
> The yaml parser reports error in some cases. Also it would be nice to improve 
> the lexer to provide some minimal syntax coloring for them.



--
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-3553) Add "mustache" support in Yaml files

2019-12-05 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3553:
-

 Summary: Add "mustache" support in Yaml files
 Key: NETBEANS-3553
 URL: https://issues.apache.org/jira/browse/NETBEANS-3553
 Project: NetBeans
  Issue Type: New Feature
  Components: yaml - Editor
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Yaml is trendy among DevOps and often hinted with some templating using 
"mustache" style \{{ }} brackets.

The yaml parser reports error in some cases. Also it would be nice to improve 
the lexer to provide some minimal syntax coloring for them.



--
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] [Updated] (NETBEANS-3552) Upgrade GraalVM from 19.0.0 to 19.3.0

2019-12-05 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade GraalVM from 19.0.0 to 19.3.0
> -
>
> Key: NETBEANS-3552
> URL: https://issues.apache.org/jira/browse/NETBEANS-3552
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Libraries, projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>
> Notes:
>  * Added support for date, time, timezone and duration values in polyglot
>  * Better sub-process control
>  * Improved FileSystem management
>  * Updated Node.js to version 12.10.0
>  * Added support for reading environment variables
>  * Improved debugger
>  * Added support for temporary files and directories
> [GraalVM Web Page|https://www.graalvm.org/]
> [GraalVM SDK Release 
> Notes|https://github.com/oracle/graal/blob/master/sdk/CHANGELOG.md]
> [GraalJS Release 
> Notes|https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md]
> [GraalVM Truffle Release 
> Notes|https://github.com/oracle/graal/blob/master/truffle/CHANGELOG.md]



--
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-3550) clenaup warnings related to deprecated JUnit Asserts

2019-12-05 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-3550.
-
  Assignee: Brad Walker
Resolution: Won't Fix

going to require some test harness changes to make work.. since it's not as 
easy as expected.. closing..

> clenaup warnings related to deprecated JUnit Asserts
> 
>
> Key: NETBEANS-3550
> URL: https://issues.apache.org/jira/browse/NETBEANS-3550
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There are quite a few errors msgs that are easy to fix..
> {code:java}
>     [repeat] 
> /home/bwalker/src/netbeans/harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java:56:
>  warning: [deprecation] Assert in junit.framework has been deprecated
>[repeat] import junit.framework.Assert;
>[repeat]   ^
> {code}
> The simple fix is to use the org.junit.Assert class..
> -import junit.framework.Assert;
> +import org.junit.Assert;
> Everything stays the same..
>  



--
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-3529) Upgrade GraalVM Truffle from 19.0.0 to 19.3.0

2019-12-05 Thread Jose (Jira)


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

Jose closed NETBEANS-3529.
--
Resolution: Duplicate

Closed in favor of NETBEANS-3552

> Upgrade GraalVM Truffle from 19.0.0 to 19.3.0
> -
>
> Key: NETBEANS-3529
> URL: https://issues.apache.org/jira/browse/NETBEANS-3529
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Libraries, projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Notes:
> - Added support for reading environment variables
> - Deprecated many methods
> - Improved debugger
> - Added support for temporary files and directories
> [GraalVM Truffle Web Page|https://github.com/oracle/graal/tree/master/truffle]
> [GraalVM Truffle Release 
> Notes|https://github.com/oracle/graal/blob/master/truffle/CHANGELOG.md]



--
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-3530) Upgrade GraalJS from 19.0.0 to 19.3.0

2019-12-05 Thread Jose (Jira)


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

Jose closed NETBEANS-3530.
--
Resolution: Duplicate

Closed in favor of NETBEANS-3552

> Upgrade GraalJS from 19.0.0 to 19.3.0
> -
>
> Key: NETBEANS-3530
> URL: https://issues.apache.org/jira/browse/NETBEANS-3530
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Libraries, projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Notes:
> - Added support for date and time interop.
> - Updated ASM library to version 7.1.
> - Updated Node.js to version 12.10.0.
> [GraalJS Web Page|https://github.com/graalvm/graaljs]
> [GraalJS Release 
> Notes|https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md]



--
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-3531) Upgrade GraalVM SDK from 19.0.0 to 19.3.0

2019-12-05 Thread Jose (Jira)


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

Jose closed NETBEANS-3531.
--
Resolution: Duplicate

Closed in favor of NETBEANS-3552

> Upgrade GraalVM SDK from 19.0.0 to 19.3.0
> -
>
> Key: NETBEANS-3531
> URL: https://issues.apache.org/jira/browse/NETBEANS-3531
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Notes:
> - Added support for date, time, timezone and duration values in polyglot
> - Better sub-process control
> - Improved FileSystem management
> [GraalVM SDK Web Page|https://www.graalvm.org/]
> [GraalVM SDK Release 
> Notes|https://github.com/oracle/graal/blob/master/sdk/CHANGELOG.md]



--
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-3552) Upgrade GraalVM from 19.0.0 to 19.3.0

2019-12-05 Thread Jose (Jira)
Jose created NETBEANS-3552:
--

 Summary: Upgrade GraalVM from 19.0.0 to 19.3.0
 Key: NETBEANS-3552
 URL: https://issues.apache.org/jira/browse/NETBEANS-3552
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Libraries, projects - Libraries
Affects Versions: Next, 11.2
Reporter: Jose
Assignee: Jose


Notes:
 * Added support for date, time, timezone and duration values in polyglot
 * Better sub-process control
 * Improved FileSystem management
 * Updated Node.js to version 12.10.0
 * Added support for reading environment variables
 * Improved debugger
 * Added support for temporary files and directories

[GraalVM Web Page|https://www.graalvm.org/]

[GraalVM SDK Release 
Notes|https://github.com/oracle/graal/blob/master/sdk/CHANGELOG.md]

[GraalJS Release 
Notes|https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md]

[GraalVM Truffle Release 
Notes|https://github.com/oracle/graal/blob/master/truffle/CHANGELOG.md]



--
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] [Updated] (NETBEANS-3551) Upgrade Apache Commons-IO from 1.4 to 2.6

2019-12-05 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade Apache Commons-IO from 1.4 to 2.6
> -
>
> Key: NETBEANS-3551
> URL: https://issues.apache.org/jira/browse/NETBEANS-3551
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>
> Notes:
> - Requires JDK 1.7 or later
> - Compatibility with Java 9 module system
> - Many fixed bugs
> - Improved performance
> - Deprecate Charsets Charset constants in favor of Java 7's 
> java.nio.charset.StandardCharsets
> - All closeQuietly overloads in org.apache.commons.io.IOUtils have been 
> deprecated. Use the try-with-resources statement or handle suppressed 
> exceptions manually.
> - The class org.apache.commons.io.FileSystemUtils has been deprecated. Use 
> equivalent methods in java.nio.file.FileStore instead.
> [Apache Commons-IO Web Page|https://commons.apache.org/proper/commons-io/]
> [Apache Commons-IO Release 
> Notes|https://commons.apache.org/proper/commons-io/upgradeto2_6.html]



--
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-3551) Upgrade Apache Commons-IO from 1.4 to 2.6

2019-12-05 Thread Jose (Jira)
Jose created NETBEANS-3551:
--

 Summary: Upgrade Apache Commons-IO from 1.4 to 2.6
 Key: NETBEANS-3551
 URL: https://issues.apache.org/jira/browse/NETBEANS-3551
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries
Affects Versions: Next, 11.2
Reporter: Jose
Assignee: Jose


Notes:
- Requires JDK 1.7 or later
- Compatibility with Java 9 module system
- Many fixed bugs
- Improved performance
- Deprecate Charsets Charset constants in favor of Java 7's 
java.nio.charset.StandardCharsets
- All closeQuietly overloads in org.apache.commons.io.IOUtils have been 
deprecated. Use the try-with-resources statement or handle suppressed 
exceptions manually.
- The class org.apache.commons.io.FileSystemUtils has been deprecated. Use 
equivalent methods in java.nio.file.FileStore instead.



[Apache Commons-IO Web Page|https://commons.apache.org/proper/commons-io/]

[Apache Commons-IO Release 
Notes|https://commons.apache.org/proper/commons-io/upgradeto2_6.html]



--
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

2019-12-05 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-3550
 - clenaup warnings related to deprecated JUnit Asserts

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: 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] [Updated] (NETBEANS-3550) clenaup warnings related to deprecated JUnit Asserts

2019-12-05 Thread ASF GitHub Bot (Jira)


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

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

> clenaup warnings related to deprecated JUnit Asserts
> 
>
> Key: NETBEANS-3550
> URL: https://issues.apache.org/jira/browse/NETBEANS-3550
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> There are quite a few errors msgs that are easy to fix..
> {code:java}
>     [repeat] 
> /home/bwalker/src/netbeans/harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java:56:
>  warning: [deprecation] Assert in junit.framework has been deprecated
>[repeat] import junit.framework.Assert;
>[repeat]   ^
> {code}
> The simple fix is to use the org.junit.Assert class..
> -import junit.framework.Assert;
> +import org.junit.Assert;
> Everything stays the same..
>  



--
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-3550) clenaup warnings related to deprecated JUnit Asserts

2019-12-05 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3550:
-

 Summary: clenaup warnings related to deprecated JUnit Asserts
 Key: NETBEANS-3550
 URL: https://issues.apache.org/jira/browse/NETBEANS-3550
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker


There are quite a few errors msgs that are easy to fix..

{code:java}
    [repeat] 
/home/bwalker/src/netbeans/harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java:56:
 warning: [deprecation] Assert in junit.framework has been deprecated
   [repeat] import junit.framework.Assert;
   [repeat]   ^
{code}

The simple fix is to use the org.junit.Assert class..

-import junit.framework.Assert;
+import org.junit.Assert;

Everything stays the same..
 



--
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] [Updated] (NETBEANS-3549) Upgrade Apache Commons-Logging from 1.1.1 to 1.2

2019-12-05 Thread ASF GitHub Bot (Jira)


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

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

> Upgrade Apache Commons-Logging from 1.1.1 to 1.2
> 
>
> Key: NETBEANS-3549
> URL: https://issues.apache.org/jira/browse/NETBEANS-3549
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: Next, 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>
> Notes:
> - Java 1.2 or later is required
> - 14 Bug Fixes
> - 4 Improvements
> [Apache Commons-Logging Web 
> Page|https://commons.apache.org/proper/commons-logging/]
> [Apache Commons-Logging Release 
> Notes|https://commons.apache.org/proper/commons-logging/changes-report.html]



--
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-3549) Upgrade Apache Commons-Logging from 1.1.1 to 1.2

2019-12-05 Thread Jose (Jira)
Jose created NETBEANS-3549:
--

 Summary: Upgrade Apache Commons-Logging from 1.1.1 to 1.2
 Key: NETBEANS-3549
 URL: https://issues.apache.org/jira/browse/NETBEANS-3549
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries
Affects Versions: Next, 11.2
Reporter: Jose
Assignee: Jose


Notes:
- Java 1.2 or later is required
- 14 Bug Fixes
- 4 Improvements

[Apache Commons-Logging Web 
Page|https://commons.apache.org/proper/commons-logging/]

[Apache Commons-Logging Release 
Notes|https://commons.apache.org/proper/commons-logging/changes-report.html]



--
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] [Updated] (NETBEANS-3547) Support vendor specific JVM options in Payara Server

2019-12-05 Thread Susan Rai (Jira)


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

Susan Rai updated NETBEANS-3547:

Priority: Blocker  (was: Minor)

> Support vendor specific JVM options in Payara Server
> 
>
> Key: NETBEANS-3547
> URL: https://issues.apache.org/jira/browse/NETBEANS-3547
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Code
>Reporter: Susan Rai
>Assignee: Susan Rai
>Priority: Blocker
>  Labels: Payara-Server, pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It is an improvement to support vendor specific JVM options in Payara Server.



--
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] [Updated] (NETBEANS-3547) Support vendor specific JVM options in Payara Server

2019-12-05 Thread Susan Rai (Jira)


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

Susan Rai updated NETBEANS-3547:

Priority: Critical  (was: Blocker)

> Support vendor specific JVM options in Payara Server
> 
>
> Key: NETBEANS-3547
> URL: https://issues.apache.org/jira/browse/NETBEANS-3547
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Code
>Reporter: Susan Rai
>Assignee: Susan Rai
>Priority: Critical
>  Labels: Payara-Server, pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> It is an improvement to support vendor specific JVM options in Payara Server.



--
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] [Updated] (NETBEANS-3517) Cursor blink rate does not respect system settings

2019-12-05 Thread dennis lucero (Jira)


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

dennis lucero updated NETBEANS-3517:

Description: The text cursor blinks quite fast. It seems to be faster than 
Windows’ default setting and it doesn’t respect the rate set in Windows. I find 
the fast blinking distracting.  (was: The text cursor blinkes quite fast. It 
seems to be faster than Windows’ default setting and it doesn’t respect the 
rate set in Windows. I find the fast blinking distracting.)

> Cursor blink rate does not respect system settings
> --
>
> Key: NETBEANS-3517
> URL: https://issues.apache.org/jira/browse/NETBEANS-3517
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Painting  Printing
>Affects Versions: 11.2
> Environment: Windows 10, JDK 13
>Reporter: dennis lucero
>Priority: Minor
>  Labels: Accessibility
>
> The text cursor blinks quite fast. It seems to be faster than Windows’ 
> default setting and it doesn’t respect the rate set in Windows. I find the 
> fast blinking distracting.



--
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-3544) 500 files causes nb-javac to fail

2019-12-05 Thread Andrew Checchi (Jira)


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

Andrew Checchi commented on NETBEANS-3544:
--

This appears to now work properly in the latest build

nb-javac 2.1 / Apache NetBeans IDE DEV (Build 
dev-b7e28cc4ca2b4d7d78e31e5fede55f80f4feb46f)

> 500 files causes nb-javac to fail
> -
>
> Key: NETBEANS-3544
> URL: https://issues.apache.org/jira/browse/NETBEANS-3544
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE 11.2-dev
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Andrew Checchi
>Priority: Major
> Attachments: 500JavaFilesProject.zip
>
>
> If using the nb-javac plugin, the following error will be thrown when 
> attempting to scan the project if 500 or more files are present in one 
> project source folder.
> I've attached a test project that contains 500 empty java files. Opening this 
> project with no local cache will produce the error. The error dialogs can all 
> be cleared but attempts to work with the source in this state will cause 
> other errors to occur. For example, give any class a variable pointing to any 
> other class. From the referencing class, use Ctrl+R to attempt to rename the 
> referenced other class. This will cause the exeception again.
> Note that if you start with a less than 500 files, you can add files past the 
> 500 mark, You can also subsequently open that project and continue working 
> but attempting to refactor will usually cause errors.
> {quote} java.lang.AssertionErrorjava.lang.AssertionError at 
> com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
> com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) 
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
> com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
> com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
>  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$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
>  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 
> 

[jira] [Commented] (NETBEANS-3386) Error while pressing enter (adding newline) in js file

2019-12-05 Thread m (Jira)


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

m commented on NETBEANS-3386:
-

Seems to be fixed in the new HTML lexer plugin update

> Error while pressing enter (adding newline) in js file
> --
>
> Key: NETBEANS-3386
> URL: https://issues.apache.org/jira/browse/NETBEANS-3386
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: m
>Priority: Major
>
> When i press Enter in one of my js files nothing happens (i can delete or 
> type in other text though) and there is this error in the console:
> java.lang.NullPointerException
>  at org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557)
>  at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at 
> org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
>  at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122)
>  at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607)
>  at 
> org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
>  at 
> org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136)
>  at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91)
>  at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
>  at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948)
>  at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
>  at java.desktop/java.awt.Component.processEvent(Component.java:6409)
>  at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
>  at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4889)
>  at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>  at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>  at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
>  at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>  at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>  at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>  at java.base/java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>  at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
>  at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>  at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>  at java.base/java.security.AccessController.doPrivileged(Native Method)
>  at 
> 

[jira] [Commented] (NETBEANS-2434) Can't install JIRA plugin

2019-12-05 Thread Jira


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

Adam Kędziora commented on NETBEANS-2434:
-

still doesn't work. It's important to easily report bugs for netbeans

> Can't install JIRA plugin
> -
>
> Key: NETBEANS-2434
> URL: https://issues.apache.org/jira/browse/NETBEANS-2434
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Ray Slater
>Priority: Major
>
> I'm trying to install the Jira plugin in Netbeans 11, but it fails to 
> download the REST client from atlassian:
> {noformat}
> SEVERE [org.netbeans.modules.autoupdate.ui.wizards.InstallStep]
> msg
> Caused: org.netbeans.api.autoupdate.OperationException[INSTALL]: Cannot 
> resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:768)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.doDownload(InstallSupportImpl.java:642)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl.access$600(InstallSupportImpl.java:73)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:153)
> at 
> org.netbeans.modules.autoupdate.services.InstallSupportImpl$1.call(InstallSupportImpl.java:125)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [catch] at java.lang.Thread.run(Thread.java:745)
> There were some problems while storing JIRA REST Client.
> Cause: Cannot resolve external reference to 
> https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar
> {noformat}
> Searching threw up this old Bugzilla: 
> [https://netbeans.org/bugzilla/show_bug.cgi?id=244014]
> In that Bugzilla there are 2 links & the solution suggests that both would be 
> tried in a fixed version.
> For me, this link works: 
>  
> [https://maven.atlassian.com/content/repositories/atlassian-public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]
> but this link fails:
>  
> [https://maven.atlassian.com/content/repositories/public/com/atlassian/jira/jira-rest-java-client/1.1-ide-m06/jira-rest-java-client-1.1-ide-m06.jar]



--
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-3548) Can't create the netbeans module maven project

2019-12-05 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3548:
-

Use 11.2.

> Can't create the netbeans module maven project
> --
>
> Key: NETBEANS-3548
> URL: https://issues.apache.org/jira/browse/NETBEANS-3548
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1
>Reporter: Adam Kędziora
>Priority: Major
> Attachments: ide.log, ui.log
>
>
> I can't create the module maven project from within netbeans - I get to the 
> end of the wizard, nothing happened.



--
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-3548) Can't create the netbeans module maven project

2019-12-05 Thread Jira
Adam Kędziora created NETBEANS-3548:
---

 Summary: Can't create the netbeans module maven project
 Key: NETBEANS-3548
 URL: https://issues.apache.org/jira/browse/NETBEANS-3548
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.1
Reporter: Adam Kędziora
 Attachments: ide.log, ui.log

I can't create the module maven project from within netbeans - I get to the end 
of the wizard, nothing happened.



--
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] [Updated] (NETBEANS-3547) Support vendor specific JVM options in Payara Server

2019-12-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3547:
-
Labels: Payara-Server pull-request-available  (was: Payara-Server)

> Support vendor specific JVM options in Payara Server
> 
>
> Key: NETBEANS-3547
> URL: https://issues.apache.org/jira/browse/NETBEANS-3547
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - Code
>Reporter: Susan Rai
>Assignee: Susan Rai
>Priority: Minor
>  Labels: Payara-Server, pull-request-available
>
> It is an improvement to support vendor specific JVM options in Payara Server.



--
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-3547) Support vendor specific JVM options in Payara Server

2019-12-05 Thread Susan Rai (Jira)
Susan Rai created NETBEANS-3547:
---

 Summary: Support vendor specific JVM options in Payara Server
 Key: NETBEANS-3547
 URL: https://issues.apache.org/jira/browse/NETBEANS-3547
 Project: NetBeans
  Issue Type: Improvement
  Components: serverplugins - Code
Reporter: Susan Rai
Assignee: Susan Rai


It is an improvement to support vendor specific JVM options in Payara Server.



--
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-3544) 500 files causes nb-javac to fail

2019-12-05 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3544:
-

Make sure you have the update to 11.2 installed: 
https://blogs.apache.org/netbeans/entry/released-netbeans-11-2-update

> 500 files causes nb-javac to fail
> -
>
> Key: NETBEANS-3544
> URL: https://issues.apache.org/jira/browse/NETBEANS-3544
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE 11.2-dev
> Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Andrew Checchi
>Priority: Major
> Attachments: 500JavaFilesProject.zip
>
>
> If using the nb-javac plugin, the following error will be thrown when 
> attempting to scan the project if 500 or more files are present in one 
> project source folder.
> I've attached a test project that contains 500 empty java files. Opening this 
> project with no local cache will produce the error. The error dialogs can all 
> be cleared but attempts to work with the source in this state will cause 
> other errors to occur. For example, give any class a variable pointing to any 
> other class. From the referencing class, use Ctrl+R to attempt to rename the 
> referenced other class. This will cause the exeception again.
> Note that if you start with a less than 500 files, you can add files past the 
> 500 mark, You can also subsequently open that project and continue working 
> but attempting to refactor will usually cause errors.
> {quote} java.lang.AssertionErrorjava.lang.AssertionError at 
> com.sun.tools.javac.util.Assert.error(Assert.java:155) at 
> com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62) at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559) 
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:287) at 
> com.sun.tools.javac.comp.Modules.enter(Modules.java:268) at 
> com.sun.tools.javac.comp.Modules.initModules(Modules.java:259) at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126) at 
> com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4142)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RefreshCifIndices$1.call(RepositoryUpdater.java:4081)
>  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$RefreshCifIndices.getDone(RepositoryUpdater.java:4171)
>  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 
> 

[jira] [Created] (NETBEANS-3546) Radar does not work on Netbeans IDE 11.2

2019-12-05 Thread Rafael Colombo de Souza (Jira)
Rafael Colombo de Souza created NETBEANS-3546:
-

 Summary: Radar does not work on Netbeans IDE 11.2
 Key: NETBEANS-3546
 URL: https://issues.apache.org/jira/browse/NETBEANS-3546
 Project: NetBeans
  Issue Type: Bug
Reporter: Rafael Colombo de Souza
 Attachments: log.txt

I installed Radar on Netbeans 11.2 in order to use Sonar, however, I cannot 
open the plugin.

Error: java.lang.IllegalStateException: Cannot find TopComponent with 
preferredID SonarTopComponent, see IDE log for more details.



--
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