[jira] [Commented] (NETBEANS-4299) hint "Use @NbBundle.Messages" causes casual diff error; corrupts .java file

2020-05-01 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4299:
--

Tested with repo build, up to


{noformat}
@  changeset:   4228:03cf67e46d05
|  tag: upstream/master
|  date:Thu Apr 30 18:33:23 2020 +0200
{noformat}


> hint "Use @NbBundle.Messages" causes casual diff error; corrupts .java file
> ---
>
> Key: NETBEANS-4299
> URL: https://issues.apache.org/jira/browse/NETBEANS-4299
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 12.0
>Reporter: Ernie Rael
>Priority: Major
>  Labels: regression
> Fix For: 12.0
>
> Attachments: CasualDiff.messages.log, OptionsPlayHackCasualDiff.zip
>
>
> In addition to the CasualDiff exception (see attached log), in the java file 
> a chunk of source gets copied to the fix location.
> Attached tiny project that reproduces the problem.
>  # in Menu > Tools > Options > Editor > Hints > NetBeansDevelopment
>  enable "Use @NbBundle.Messages" hint
>  # unzip sources; open OptionsPlayHackCasualDiff in IDE
>  # open file OptionsPlayHackOptionsPanelController.java
>  # go to the line with hint,
> {noformat}
>   keywords = "#OptionsCategory_Keywords_OptionsPlayHack",
> {noformat}
> and accept the hint "Use NbBundle.Message"
> Observe:
> CasualDiff generated, source file messed up.



--
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-4299) hint "Use @NbBundle.Messages" causes casual diff error; corrupts .java file

2020-05-01 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4299:
--

Added [~skygo] (RM) [~jlahoda], [~singh-akhilesh] as last to touch CasualDiff.

Labeled "regression" since works in 11.3/jdk8/nb-javac.
 
{noformat}
Product Version: Apache NetBeans IDE DEV (Build 20200501-unknown-revn)
Java: 14.0.1; Java HotSpot(TM) 64-Bit Server VM 14.0.1+7
Runtime: Java(TM) SE Runtime Environment 14.0.1+7
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
{noformat}


> hint "Use @NbBundle.Messages" causes casual diff error; corrupts .java file
> ---
>
> Key: NETBEANS-4299
> URL: https://issues.apache.org/jira/browse/NETBEANS-4299
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Hints
>Affects Versions: 12.0
>Reporter: Ernie Rael
>Priority: Major
>  Labels: regression
> Fix For: 12.0
>
> Attachments: CasualDiff.messages.log, OptionsPlayHackCasualDiff.zip
>
>
> In addition to the CasualDiff exception (see attached log), in the java file 
> a chunk of source gets copied to the fix location.
> Attached tiny project that reproduces the problem.
>  # in Menu > Tools > Options > Editor > Hints > NetBeansDevelopment
>  enable "Use @NbBundle.Messages" hint
>  # unzip sources; open OptionsPlayHackCasualDiff in IDE
>  # open file OptionsPlayHackOptionsPanelController.java
>  # go to the line with hint,
> {noformat}
>   keywords = "#OptionsCategory_Keywords_OptionsPlayHack",
> {noformat}
> and accept the hint "Use NbBundle.Message"
> Observe:
> CasualDiff generated, source file messed up.



--
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-4299) hint "Use @NbBundle.Messages" causes casual diff error; corrupts .java file

2020-05-01 Thread Ernie Rael (Jira)
Ernie Rael created NETBEANS-4299:


 Summary: hint "Use @NbBundle.Messages" causes casual diff error; 
corrupts .java file
 Key: NETBEANS-4299
 URL: https://issues.apache.org/jira/browse/NETBEANS-4299
 Project: NetBeans
  Issue Type: Bug
  Components: java - Hints
Affects Versions: 12.0
Reporter: Ernie Rael
 Fix For: 12.0
 Attachments: CasualDiff.messages.log, OptionsPlayHackCasualDiff.zip

In addition to the CasualDiff exception (see attached log), in the java file a 
chunk of source gets copied to the fix location.

Attached tiny project that reproduces the problem.
 # in Menu > Tools > Options > Editor > Hints > NetBeansDevelopment
 enable "Use @NbBundle.Messages" hint
 # unzip sources; open OptionsPlayHackCasualDiff in IDE
 # open file OptionsPlayHackOptionsPanelController.java
 # go to the line with hint,
{noformat}
  keywords = "#OptionsCategory_Keywords_OptionsPlayHack",
{noformat}
and accept the hint "Use NbBundle.Message"

Observe:

CasualDiff generated, source file messed up.



--
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-4294) Save All Files when switching focus is lost or after a configured elapsed time

2020-05-01 Thread Michel Graciano (Jira)


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

Michel Graciano commented on NETBEANS-4294:
---

I did some changes from the original source and updated some libraries using 
versions that are compatible with NetBeans 11.3 and later. Some deprecated code 
from old NetBeans version is still in use and I intend to refactor it in the 
future.

> Save All Files when switching focus is lost or after a configured elapsed time
> --
>
> Key: NETBEANS-4294
> URL: https://issues.apache.org/jira/browse/NETBEANS-4294
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: Next
>Reporter: Michel Graciano
>Assignee: Michel Graciano
>Priority: Major
>
> There are some needing on auto save feature in the IDE as described in 
> mailing lists. The objective here is to move the old module from NetBeans IDE 
> [1] into the main repository doing the appropriate changes.
> Defaults:
> Feature enabled;
> Save operations invoked each 10 minutes;
> Save operation is not invoked when focus is lost;
> The settings panel is placed on Editor section of the Options dialog.
>  
>  [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]



--
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-4294) Save All Files when switching focus is lost or after a configured elapsed time

2020-05-01 Thread Michel Graciano (Jira)


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

Michel Graciano updated NETBEANS-4294:
--
Description: 
There are some needing on auto save feature in the IDE as described in mailing 
lists. The objective here is to move the old module from NetBeans IDE [1] into 
the main repository doing the appropriate changes.

Defaults:

Feature enabled;

Save operations invoked each 10 minutes;

Save operation is not invoked when focus is lost;

The settings panel is placed on Editor section of the Options dialog.

 

 [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]

  was:
There are some needing on auto save feature in the IDE as described in mailing 
lists. The objective here is to move the old module from NetBeans IDE [1] into 
the main repository doing the appropriate changes.

Defaults:

Feature enabled;

Save operations invoked each 10 minutes;

Save operation is not invoked when focus is lost;

 

 [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]


> Save All Files when switching focus is lost or after a configured elapsed time
> --
>
> Key: NETBEANS-4294
> URL: https://issues.apache.org/jira/browse/NETBEANS-4294
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: Next
>Reporter: Michel Graciano
>Assignee: Michel Graciano
>Priority: Major
>
> There are some needing on auto save feature in the IDE as described in 
> mailing lists. The objective here is to move the old module from NetBeans IDE 
> [1] into the main repository doing the appropriate changes.
> Defaults:
> Feature enabled;
> Save operations invoked each 10 minutes;
> Save operation is not invoked when focus is lost;
> The settings panel is placed on Editor section of the Options dialog.
>  
>  [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]



--
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-4280] - cleanup potential security breaches

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

skygo 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 b2c3f01  [NETBEANS-4280] - cleanup potential security breaches
 new 0eff9c8  Merge pull request #2110 from 
BradWalker/cleanup_security_alerts
b2c3f01 is described below

commit b2c3f01001de5b648b9909b9e01245c17f92a2d7
Author: Brad Walker 
AuthorDate: Wed Apr 29 17:02:02 2020 -0600

[NETBEANS-4280] - cleanup potential security breaches

There are a few known security breaches in the sample source..

Specifically the following alerts:

CVE-2019-5484
Bower before 1.8.8 has a path traversal vulnerability permitting file write 
in arbitrary locations via install command, which allows attackers to write 
arbitrary files when a malicious package is extracted.

CVE-2019-5413
An attacker can use the format parameter to inject arbitrary commands in 
the npm package morgan < 1.9.1.

CVE-2017-16137
The debug module is vulnerable to regular expression denial of service when 
untrusted user input is passed into the o formatter. It takes around 50k 
characters to block for 2 seconds making this a low severity issue.

I'm not saying these are critical. But, it's better we fix them to prevent 
any possibility of using Netbeans IDE to allow someone to exploit this. As well 
as set the proper example.
---
 .../javascript.nodejs/samples_src/MessagesAngular/package.json  | 2 +-
 .../javascript.nodejs/samples_src/MessagesExpress/package.json  | 6 +++---
 .../javascript.nodejs/samples_src/MessagesKnockout/package.json | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/webcommon/javascript.nodejs/samples_src/MessagesAngular/package.json 
b/webcommon/javascript.nodejs/samples_src/MessagesAngular/package.json
index ea851f1..877fc23 100644
--- a/webcommon/javascript.nodejs/samples_src/MessagesAngular/package.json
+++ b/webcommon/javascript.nodejs/samples_src/MessagesAngular/package.json
@@ -10,7 +10,7 @@
 "dependencies": {
 "express": "^4.10.1",
 "body-parser": "^1.4.3",
-"bower": "~1.3.12"
+"bower": "~1.8.8"
 },
 "devDependencies": {
 "gulp": "^3.8.10",
diff --git 
a/webcommon/javascript.nodejs/samples_src/MessagesExpress/package.json 
b/webcommon/javascript.nodejs/samples_src/MessagesExpress/package.json
index 5664cdf..accbe7e 100644
--- a/webcommon/javascript.nodejs/samples_src/MessagesExpress/package.json
+++ b/webcommon/javascript.nodejs/samples_src/MessagesExpress/package.json
@@ -11,11 +11,11 @@
 "dependencies": {
 "body-parser": "~1.10.2",
 "cookie-parser": "~1.3.3",
-"debug": "~2.1.1",
+"debug": "~2.6.9",
 "express": "~4.11.1",
 "jade": "~1.9.1",
-"morgan": "~1.5.1",
-"bower" : "~1.3.12"
+"morgan": "~1.9.1",
+"bower" : "~1.8.8"
 },
 "devDependencies": {
 "grunt": "^0.4.5",
diff --git 
a/webcommon/javascript.nodejs/samples_src/MessagesKnockout/package.json 
b/webcommon/javascript.nodejs/samples_src/MessagesKnockout/package.json
index d407fb3..40bbc89 100644
--- a/webcommon/javascript.nodejs/samples_src/MessagesKnockout/package.json
+++ b/webcommon/javascript.nodejs/samples_src/MessagesKnockout/package.json
@@ -6,7 +6,7 @@
 "dependencies": {
 "express": "^4.10.1",
 "body-parser": "^1.4.3",
-"bower" : "~1.3.12"
+"bower" : "~1.8.8"
 },
 "devDependencies": {
 "grunt": "^0.4.5",


-
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: Fix resources with same name but different extension from being hidden inside multi-release JARs.

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

skygo 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 6db5615  Fix resources with same name but different extension from 
being hidden inside multi-release JARs.
 new 0347bdc  Merge pull request #2115 from 
neilcsmith-net/mrj-missing-resources
6db5615 is described below

commit 6db56159a7b6260629307a71a462caf2b546ff46
Author: Neil C Smith 
AuthorDate: Fri May 1 12:13:14 2020 +0100

Fix resources with same name but different extension from being hidden 
inside multi-release JARs.

Change CachingFileManager and ModuleFileManager to use a Map key that 
includes file extension to control file overriding.
---
 .../netbeans/modules/java/source/parsing/CachingFileManager.java   | 7 +--
 .../netbeans/modules/java/source/parsing/ModuleFileManager.java| 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git 
a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingFileManager.java
 
b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingFileManager.java
index 294be61..eb64f36 100644
--- 
a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingFileManager.java
+++ 
b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingFileManager.java
@@ -247,6 +247,8 @@ public class CachingFileManager implements JavaFileManager, 
PropertyChangeListen
 Archive archive = provider.getArchive( entry.getURL(), 
cacheFile );
 if (archive != null) {
 final Iterable entries;
+// multi-release code here duplicated in ModuleFileManager
+// fixes should be ported across, or ideally this logic 
abstracted
 if (supportsMultiRelease && archive.isMultiRelease()) {
 if (prefixes == null) {
 prefixes = multiReleaseRelocations();
@@ -267,11 +269,12 @@ public class CachingFileManager implements 
JavaFileManager, PropertyChangeListen
 }
 final String fqn = inferBinaryName(l, fo);
 final String pkg = 
FileObjects.getPackageAndName(fqn)[0];
+final String name = pkg + "/" + 
FileObjects.getName(fo, false);
 if (base) {
 seenPackages.add(pkg);
-fqn2f.put(fqn, fo);
+fqn2f.put(name, fo);
 } else if (seenPackages.contains(pkg)) {
-fqn2f.put(fqn, fo);
+fqn2f.put(name, fo);
 }
 }
 }
diff --git 
a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/ModuleFileManager.java
 
b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/ModuleFileManager.java
index 914face..dea019c 100644
--- 
a/java/java.source.base/src/org/netbeans/modules/java/source/parsing/ModuleFileManager.java
+++ 
b/java/java.source.base/src/org/netbeans/modules/java/source/parsing/ModuleFileManager.java
@@ -100,6 +100,8 @@ final class ModuleFileManager implements JavaFileManager {
 final Archive archive = cap.getArchive(root, cacheFile);
 if (archive != null) {
 final Iterable entries;
+// multi-release code here duplicated in CachingFileManager
+// fixes should be ported across, or ideally this logic 
abstracted
 if (supportsMultiRelease && archive.isMultiRelease()) {
 if (prefixes == null) {
 prefixes = multiReleaseRelocations();
@@ -120,11 +122,12 @@ final class ModuleFileManager implements JavaFileManager {
 }
 final String fqn = inferBinaryName(l, fo);
 final String pkg = 
FileObjects.getPackageAndName(fqn)[0];
+final String name = pkg + "/" + 
FileObjects.getName(fo, false);
 if (base) {
 seenPackages.add(pkg);
-fqn2f.put(fqn, fo);
+fqn2f.put(name, fo);
 } else if (seenPackages.contains(pkg)) {
-fqn2f.put(fqn, fo);
+fqn2f.put(name, fo);
 }
 }
 }


-
To unsubscribe

[jira] [Created] (NETBEANS-4298) Parsing

2020-05-01 Thread Diego Campos (Jira)
Diego Campos created NETBEANS-4298:
--

 Summary: Parsing 
 Key: NETBEANS-4298
 URL: https://issues.apache.org/jira/browse/NETBEANS-4298
 Project: NetBeans
  Issue Type: Bug
 Environment: netbeans 11.3 // windows 10 x64 // maven plugin 1.6.0 // 
jfoenix 9.0.8 // javafx 11 // JDK 11.0.7
Reporter: Diego Campos
 Attachments: bug report 15-56.txt

Netbeans ran into a problem when creating a new empty FXML File in a made 
package "{color:#172b4d}com.projectname.v{color}iew" and used a specific 
package for it's controller as: "com.projectname.controllers". Left in blank 
the style section.



--
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-2438) Groovy project

2020-05-01 Thread Hector Espert (Jira)


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

Hector Espert commented on NETBEANS-2438:
-

What do you use?

> Groovy project
> --
>
> Key: NETBEANS-2438
> URL: https://issues.apache.org/jira/browse/NETBEANS-2438
> Project: NetBeans
>  Issue Type: New Feature
>  Components: apisupport - Project
>Affects Versions: 11.0
>Reporter: Walter Kruse
>Priority: Major
> Fix For: 12.0
>
>
> As a test automator using Groovy scripting, when I create a new project I 
> want to be able to:
> -create a Groovy project (with or without Maven/Ivy)
> -that will be able to run a classless script
> -execute @Grab statements to collect jars upon executing
> Test case:
> {{groovy.grape.Grape.grab(group:'org.apache.commons', module:'commons-lang3', 
> version:'3.3.2'}}
> {{def s = "A silly string with words"}}
> {{assert org.apache.commons.lang3.text.WordUtils.capitalizeFully(s) == 'A 
> Silly String With Words'}}
> or:
> {{@Grab(group='org.apache.commons', module='commons-lang3', version='3.3.2')}}
> {{def s = "A silly string with words"}}
> {{assert org.apache.commons.lang3.text.WordUtils.capitalizeFully(s) == 'A 
> Silly String With Words'}}
> At the moment I am using [~GeertjanWielenga]'s Pure Groovy Project from 
> [http://plugins.netbeans.org/plugin/49928/pure-groovy-project]
>  
>  



--
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-4297) VM options threw a pointerNullException when moving controllers

2020-05-01 Thread Diego Campos (Jira)
Diego Campos created NETBEANS-4297:
--

 Summary: VM options threw a pointerNullException when moving 
controllers
 Key: NETBEANS-4297
 URL: https://issues.apache.org/jira/browse/NETBEANS-4297
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.3
 Environment: Windows 10 x64 // JavaFX 11.0.2 // JDK 11.0.7 // Maven 
1.6.0 plugin // Scene Builder 11 // Netbeans 11.3 // Jfoenix 9.0.8
Reporter: Diego Campos
 Fix For: 11.3
 Attachments: bug report.txt

Issue came up when moving the default maven archetype controllers (primary and 
secondary controllers) to a different package. VM options were added as for 
JavaFX 11 module to JDK 11. Once I made a different package and dragged the two 
controllers into it, the error appeared.



--
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] (NETBEANSINFRA-14) Cannot create Installer for Netbeans RCP Application using JDK 11

2020-05-01 Thread Frederic Simons (Jira)


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

Frederic Simons closed NETBEANSINFRA-14.


> Cannot create Installer for Netbeans RCP Application using JDK 11
> -
>
> Key: NETBEANSINFRA-14
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-14
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans NBM maven plugin
>Affects Versions: NBM Maven Plugin 4.3
> Environment: Windows 10 Pro 1903
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7)
>Reporter: Frederic Simons
>Priority: Minor
>  Labels: pull-request-available
> Fix For: NBM Maven Plugin 4.4
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Setup:
> Netbeans version 11 - 11.1 VC-2
> JDK 11 (latest from AdoptOpenJDK)
>  
> 1. Create a Netbeans Platform based Application with Maven.
> 2. Choose Netbeans Platform RELEASE110
> After Project creation set Source/Binary format to Java 11 (either via 
> Project Properties or directly in pom.xml)
> 3. Build all Modules: All Modules and The Project Application compile cleanly 
> with JDK11
> 4. Execute the maven goal nbm build installers maven failes with the 
> following exception:
> error: Source option 5 is no longer supported. Use 6 or later.
>  error: Target option 1.5 is no longer supported. Use 1.6 or later.
> followed by a BUILD FAILURE and a stack trace from maven.
>  
> I don't know if this is a bug in a background ant task or from the 
> maven-nbm-plugin or the ide-itself.
> A current work around ist to build all modules wth java 11 (and therefore 
> JDK11) and only use JDK 8 with source/target support of Java-8 for the actual 
> Application module. With this setup All modules build and can use java 11 
> features and the Application installers can still be generated. It would be 
> nice if this would also be possible using JDK-11 so one does not need to have 
> several jdk installed.
>  
> Kind regards,
> Frederic Simons
>  
>   



--
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-4294) Save All Files when switching focus is lost or after a configured elapsed time

2020-05-01 Thread Michel Graciano (Jira)


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

Michel Graciano updated NETBEANS-4294:
--
Description: 
There are some needing on auto save feature in the IDE as described in mailing 
lists. The objective here is to move the old module from NetBeans IDE [1] into 
the main repository doing the appropriate changes.

Defaults:

Feature enabled;

Save operations invoked each 10 minutes;

Save operation is not invoked when focus is lost;

 

 [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]

  was:
There are some needing on auto save feature in the IDE as described in mailing 
lists. The objective here is to move the old module from NetBeans IDE [1]into 
the main repository doing the appropriate changes.

 

 [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]


> Save All Files when switching focus is lost or after a configured elapsed time
> --
>
> Key: NETBEANS-4294
> URL: https://issues.apache.org/jira/browse/NETBEANS-4294
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: Next
>Reporter: Michel Graciano
>Assignee: Michel Graciano
>Priority: Major
>
> There are some needing on auto save feature in the IDE as described in 
> mailing lists. The objective here is to move the old module from NetBeans IDE 
> [1] into the main repository doing the appropriate changes.
> Defaults:
> Feature enabled;
> Save operations invoked each 10 minutes;
> Save operation is not invoked when focus is lost;
>  
>  [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]



--
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-4294) Save All Files when switching focus is lost or after a configured elapsed time

2020-05-01 Thread Michel Graciano (Jira)


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

Michel Graciano commented on NETBEANS-4294:
---

It will fix NETBEANS-4182 too.

> Save All Files when switching focus is lost or after a configured elapsed time
> --
>
> Key: NETBEANS-4294
> URL: https://issues.apache.org/jira/browse/NETBEANS-4294
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: Next
>Reporter: Michel Graciano
>Assignee: Michel Graciano
>Priority: Major
>
> There are some needing on auto save feature in the IDE as described in 
> mailing lists. The objective here is to move the old module from NetBeans IDE 
> [1]into the main repository doing the appropriate changes.
>  
>  [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach edited comment on NETBEANS-4286 at 5/1/20, 9:09 PM:
---

Can you confirm whether that's definitely true of the little x icon on the 
right side of document tabs? What you describe is completely true for me with 
regard to breakpoints, but not with regard to this x. If I click on one corner 
of the x and move my mouse to the opposite corner of the x before releasing the 
mouse button, the window does close. 

Since the behavior I'm seeing differs somewhat from what Alan is seeing here's 
my environment info:
*Product Version:* Apache NetBeans IDE 11.1

*Java:* 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10

*Runtime:* OpenJDK Runtime Environment 11.0.6+10

*System:* Linux version 5.2.11-3-CHAKRA running on amd64; UTF-8; en_US (nb)


was (Author: ericjs):
Can you confirm whether that's definitely true of the little x icon on the 
right side of document tabs? What you describe is completely true for me with 
regard to breakpoints, but not with regard to this x. If I click on one corner 
of the x and move my mouse to the opposite corner of the x before releasing the 
mouse button, the window does close. 

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4182) Make it possible to save all files when switching to Terminal

2020-05-01 Thread Michel Graciano (Jira)


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

Michel Graciano commented on NETBEANS-4182:
---

It will be addressed by NETBEANS-4294.

> Make it possible to save all files when switching to Terminal
> -
>
> Key: NETBEANS-4182
> URL: https://issues.apache.org/jira/browse/NETBEANS-4182
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Terminalemulator
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> It would be good to have an option which can enable save all files when the 
> focus is switched to a terminal window.



--
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-4296) Assertion error in javac when enum definition follows incomplete method

2020-05-01 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-4296:
--
Description: 
Here is another case where, in the normal course of editing a Java file, the 
IDE pops up an assertion failure error:

{code:java}
public final class SomeClass {
  public SomeClass.SomeEnum getSomeEnum(//) { return null; }

  public enum SomeEnum {
ELEM1, ELEM2, ELEM3
  }
}
{code}

The error is as follows:

{noformat}
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\[etc.]\SomeClass.java'. Please report a bug against 
java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\[etc.]\SomeClass.java'. Please report a bug against 
java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 'C:\Users\ebakke\[etc.]\SomeClass.java'. 
Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 'C:\Users\ebakke\[etc.]\SomeClass.java'. 
Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Caused: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:155)
at com.sun.tools.javac.util.Assert.check(Assert.java:46)
at com.sun.tools.javac.comp.Attr.attribIdentAsEnumType(Attr.java:958)
at 
com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:412)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:972)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at com.sun.tools.javac.comp.MemberEnter.signature(MemberEnter.java:120)
at 
com.sun.tools.javac.comp.MemberEnter.visitMethodDef(MemberEnter.java:255)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:882)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:184)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.finishClass(TypeEnter.java:979)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.runPhase(TypeEnter.java:959)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:298)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.doCompleteEnvs(TypeEnter.java:888)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:267)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:214)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:660)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1382)
at com.sun.tools.javac.comp.Enter.complete(Enter.java:820)
at com.sun.tools.javac.comp.Enter.main(Enter.java:797)
at 
com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1147)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:399)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:660)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:488)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:140)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
[catch] at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcess

[jira] [Updated] (NETBEANS-4296) Assertion error in javac when enum definition follows incomplete method

2020-05-01 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-4296:
--
Description: 
Here is another case where, in the normal course of editing a Java file, the 
IDE pops up an assertion failure error:

{code:java}
public final class SomeClass {
  public SomeClass.SomeEnum getSomeEnum(//) { return null; }

  public enum SomeEnum {
ELEM1, ELEM2, ELEM3
  }
}
{code}

The error is as follows:

{noformat}
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Caused: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:155)
at com.sun.tools.javac.util.Assert.check(Assert.java:46)
at com.sun.tools.javac.comp.Attr.attribIdentAsEnumType(Attr.java:958)
at 
com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:412)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:972)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at com.sun.tools.javac.comp.MemberEnter.signature(MemberEnter.java:120)
at 
com.sun.tools.javac.comp.MemberEnter.visitMethodDef(MemberEnter.java:255)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:882)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:184)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.finishClass(TypeEnter.java:979)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.runPhase(TypeEnter.java:959)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:298)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.doCompleteEnvs(TypeEnter.java:888)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:267)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:214)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:660)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1382)
at com.sun.tools.javac.comp.Enter.complete(Enter.java:820)
at com.sun.tools.javac.comp.Enter.main(Enter.java:797)
at 
com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1147)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:399)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:660)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:488)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:140)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
[catch] at 
org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
org.openi

[jira] [Created] (NETBEANS-4296) Assertion error in javac when enum definition follows incomplete method

2020-05-01 Thread Eirik Bakke (Jira)
Eirik Bakke created NETBEANS-4296:
-

 Summary: Assertion error in javac when enum definition follows 
incomplete method
 Key: NETBEANS-4296
 URL: https://issues.apache.org/jira/browse/NETBEANS-4296
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Affects Versions: 11.3
 Environment: NetBeans 11.3 on Java 14 with nbjavac plugin installed
Reporter: Eirik Bakke


Here is another case where, in the normal course of editing a Java file, the 
IDE pops up an assertion failure error:

{code:java}
public final class SomeClass {
  public SomeClass.SomeEnum getSomeEnum(//) { return null; }

  public enum SomeEnum {
ELEM1, ELEM2, ELEM3
  }
}
{code}

The error, which occurs every time any edit is made, is as follows, and there's 
usually two of them coming at the same time:

{noformat}
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Annotation: An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
An error occurred during parsing of 
'C:\Users\ebakke\ZRoot\Ultorg\ultorg_src\Modules\desktop-project\src\main\java\com\ultorg\project\SomeClass.java'.
 Please report a bug against java/source and attach dump file 
'C:\Users\ebakke\AppData\Roaming\NetBeans\dev\var\log\SomeClass_12.dump'.
Caused: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:155)
at com.sun.tools.javac.util.Assert.check(Assert.java:46)
at com.sun.tools.javac.comp.Attr.attribIdentAsEnumType(Attr.java:958)
at 
com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:412)
at 
com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:972)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at com.sun.tools.javac.comp.MemberEnter.signature(MemberEnter.java:120)
at 
com.sun.tools.javac.comp.MemberEnter.visitMethodDef(MemberEnter.java:255)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:882)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
at 
com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:184)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.finishClass(TypeEnter.java:979)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.runPhase(TypeEnter.java:959)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:298)
at 
com.sun.tools.javac.comp.TypeEnter$MembersPhase.doCompleteEnvs(TypeEnter.java:888)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:267)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at 
com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:282)
at com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:214)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:660)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1382)
at com.sun.tools.javac.comp.Enter.complete(Enter.java:820)
at com.sun.tools.javac.comp.Enter.main(Enter.java:797)
at 
com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1147)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:399)
at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:660)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:488)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:140)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:239)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
at 

[jira] [Updated] (NETBEANS-4295) No console output when debugging platform on Windows

2020-05-01 Thread Austin Stephens (Jira)


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

Austin Stephens updated NETBEANS-4295:
--
Description: 
When you run Netbeans on a Mac or Linux, you can see the console output when 
debugging a Netbeans platform application, likely because they inherit std in 
and out. This does not happen on Windows. This makes it much harder to do 
debugging because operations (such as `Throwable.printStackTrace()`) produce no 
output in the output window.

This can easily be reproduced by creating a new Netbeans Platform Application 
and debugging it. You will see logger output on Mac and Linux, but not in 
Windows.

  was:When you run Netbeans on a Mac or Linux, you can see the console output 
when debugging a Netbeans platform application, likely because they inherit std 
in and out. This does not happen on Windows. This makes it much harder to do 
debugging because operations (such as `Throwable.printStackTrace()`) produce no 
output in the output window.


> No console output when debugging platform on Windows
> 
>
> Key: NETBEANS-4295
> URL: https://issues.apache.org/jira/browse/NETBEANS-4295
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 9.0, 10.0, 11.0, 11.1, 11.2, 11.3
> Environment: Windows
>Reporter: Austin Stephens
>Priority: Major
>  Labels: console, debug, output
>
> When you run Netbeans on a Mac or Linux, you can see the console output when 
> debugging a Netbeans platform application, likely because they inherit std in 
> and out. This does not happen on Windows. This makes it much harder to do 
> debugging because operations (such as `Throwable.printStackTrace()`) produce 
> no output in the output window.
> This can easily be reproduced by creating a new Netbeans Platform Application 
> and debugging it. You will see logger output on Mac and Linux, but not in 
> Windows.



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Alan Langford (Jira)


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

Alan Langford commented on NETBEANS-4286:
-

I can confirm this, for it is precisely what I'm reporting. It is also my 
original observation in the mailing list. I can get the red highlight box, 
mouse down inside the box, move to the opposite corner, staying inside all the 
time, and release the mouse button. Nothing happens. This is also true with 
very small changes in mouse position. It is the case for me that I need to make 
several attempts to close a tab, to the point where I have instead developed 
the habit of right-clicking the tab and selecting "Close".

If, however I place the cursor in that position, take my hand off the mouse and 
use the button on my touchpad to generate the mouse up/down events – thus 
ensuring the mouse does not move, the tab closes every time.

Of note: I can right mouse down on the tab, move to the other end, right mouse 
up, and the context menu shows every time.

If it is helpful, I'll generate a video that demonstrates this.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4295) No console output when debugging platform on Windows

2020-05-01 Thread Austin Stephens (Jira)
Austin Stephens created NETBEANS-4295:
-

 Summary: No console output when debugging platform on Windows
 Key: NETBEANS-4295
 URL: https://issues.apache.org/jira/browse/NETBEANS-4295
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Launchers&CLI
Affects Versions: 11.2, 11.1, 11.0, 10.0, 9.0, 11.3
 Environment: Windows
Reporter: Austin Stephens


When you run Netbeans on a Mac or Linux, you can see the console output when 
debugging a Netbeans platform application, likely because they inherit std in 
and out. This does not happen on Windows. This makes it much harder to do 
debugging because operations (such as `Throwable.printStackTrace()`) produce no 
output in the output window.



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach commented on NETBEANS-4286:
--

Can you confirm whether that's definitely true of the little x icon on the 
right side of document tabs? What you describe is completely true for me with 
regard to breakpoints, but not with regard to this x. If I click on one corner 
of the x and move my mouse to the opposite corner of the x before releasing the 
mouse button, the window does close. 

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4270) hint "Use @NbBundle.Messages" bad edit of Bundle.properties

2020-05-01 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-4270:
-
Labels: pull-request-available  (was: )

> hint "Use @NbBundle.Messages" bad edit of Bundle.properties
> ---
>
> Key: NETBEANS-4270
> URL: https://issues.apache.org/jira/browse/NETBEANS-4270
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project, platform - Property Editors
> Environment: jdk8, win7, NB11.03-jdk8, NB12b3-jdk13
>Reporter: Ernie Rael
>Assignee: Ernie Rael
>Priority: Major
>  Labels: pull-request-available
> Attachments: OptionsPlayHack.zip
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> ./apisupport/apisupport.refactoring/src/org/netbeans/modules
>  /apisupport/hints/UseNbBundleMessages.java:
>  "UseNbBundleMessages.displayName=Use @NbBundle.Messages"
> To reproduce:
>  # in Menu > Tools > Options > Editor > Hints > NetBeansDevelopment
>  enable "Use @NbBundle.Messages" hint
>  # unzip sources; open OptionsPlayHack in IDE
>  # open file OptionsPlayHackOptionsPanelController.java
>  # go to the line:
> {noformat}
> categoryName = "#OptionsCategory_Name_OptionsPlayHack",
> {noformat}
> and accept the hint "Use NbBundle.Message"
>  # the line
> {noformat}
> keywords = "#OptionsCategory_Keywords_OptionsPlayHack",
> {noformat}
> is marked in error. Hover mouse over this line and see
> {noformat}
> Save modifications to Bundle.properties before using this hint
> {noformat}
>  # click on the save button
> Observe:
>  - the line is still in error, but now
> {noformat}
> No key 'OptionsCategory_Keywords_OptionsPlayHack'
> found in OptionsPlayHack.Bundle
> Bundle.properties does not contain any key 
> 'OptionsCategory_Keywords_OptionsPlayHack'
> {noformat}
>  - Open the bundle file and note that the remaining line is
> {noformat}
> ptionsCategory_Keywords_OptionsPlayHack=keyw1
> {noformat}
> which is a misspelling, missing initial "O"
>  - click undo button twice, see the correct spelling (and deleted line)



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Alan Langford (Jira)


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

Alan Langford commented on NETBEANS-4286:
-

Specifically, if a mouse up event does not occur at the same coordinates as the 
mouse down, or at least with an unacceptably fine tolerance of those 
coordinates, there is no mouse click event generated. This appears to occur 
throughout the IDE, excluding menus. My specific environment is Win 10 64 bit, 
but there have been echoes of the same issue from at least one MacOS X user.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4294) Save All Files when switching focus is lost or after a configured elapsed time

2020-05-01 Thread Michel Graciano (Jira)
Michel Graciano created NETBEANS-4294:
-

 Summary: Save All Files when switching focus is lost or after a 
configured elapsed time
 Key: NETBEANS-4294
 URL: https://issues.apache.org/jira/browse/NETBEANS-4294
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Other
Affects Versions: Next
Reporter: Michel Graciano
Assignee: Michel Graciano


There are some needing on auto save feature in the IDE as described in mailing 
lists. The objective here is to move the old module from NetBeans IDE [1]into 
the main repository doing the appropriate changes.

 

 [1] [http://hg.netbeans.org/main/contrib/file/tip/autosave]



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach commented on NETBEANS-4286:
--

I can't speak for the netbeans developers, but in my experience (as a 
developer), issues that are too vague are likely to be ignored. A developer 
tackling a specific problem is likely to see whether it applies to multiple 
things, and multiple specific problem behaviors described as separate issues 
can be merged if necessary. 

The behavior I described of the breakpoint, does not seem to be the same as 
with clicking the X on the tab to close the tab / document. For these, as long 
as I don't move the mouse cursor off of the (visibly delineated) button before 
mouse up, the tab closes. However if I accidentally move the mouse off the 
button, it initiates a drag operation to move the tab to another position or 
window, which does happen to me now and then and is quite annoying. 

I don't suffer from mouse click problems otherwise, so you may have something 
different going on than I do. I'd suggest describing it in very specific detail 
if you can.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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] [Assigned] (NETBEANS-4270) hint "Use @NbBundle.Messages" bad edit of Bundle.properties

2020-05-01 Thread Ernie Rael (Jira)


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

Ernie Rael reassigned NETBEANS-4270:


Assignee: Ernie Rael

> hint "Use @NbBundle.Messages" bad edit of Bundle.properties
> ---
>
> Key: NETBEANS-4270
> URL: https://issues.apache.org/jira/browse/NETBEANS-4270
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project, platform - Property Editors
> Environment: jdk8, win7, NB11.03-jdk8, NB12b3-jdk13
>Reporter: Ernie Rael
>Assignee: Ernie Rael
>Priority: Major
> Attachments: OptionsPlayHack.zip
>
>
> ./apisupport/apisupport.refactoring/src/org/netbeans/modules
>  /apisupport/hints/UseNbBundleMessages.java:
>  "UseNbBundleMessages.displayName=Use @NbBundle.Messages"
> To reproduce:
>  # in Menu > Tools > Options > Editor > Hints > NetBeansDevelopment
>  enable "Use @NbBundle.Messages" hint
>  # unzip sources; open OptionsPlayHack in IDE
>  # open file OptionsPlayHackOptionsPanelController.java
>  # go to the line:
> {noformat}
> categoryName = "#OptionsCategory_Name_OptionsPlayHack",
> {noformat}
> and accept the hint "Use NbBundle.Message"
>  # the line
> {noformat}
> keywords = "#OptionsCategory_Keywords_OptionsPlayHack",
> {noformat}
> is marked in error. Hover mouse over this line and see
> {noformat}
> Save modifications to Bundle.properties before using this hint
> {noformat}
>  # click on the save button
> Observe:
>  - the line is still in error, but now
> {noformat}
> No key 'OptionsCategory_Keywords_OptionsPlayHack'
> found in OptionsPlayHack.Bundle
> Bundle.properties does not contain any key 
> 'OptionsCategory_Keywords_OptionsPlayHack'
> {noformat}
>  - Open the bundle file and note that the remaining line is
> {noformat}
> ptionsCategory_Keywords_OptionsPlayHack=keyw1
> {noformat}
> which is a misspelling, missing initial "O"
>  - click undo button twice, see the correct spelling (and deleted line)



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Alan Langford (Jira)


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

Alan Langford commented on NETBEANS-4286:
-

I agree the wording is vague, but deliberately so. The problem is more broad 
than just breakpoints, although it's most obvious there. I experience the 
problem with closing documents, double-clicking to open documents, and 
double-clicking to get to part of a document from the navigator. Of these the 
open/navigate case is the most frustrating, to the point where I now bypass 
double-clicking entirely and right-click, then select open / go to source.

I hypothesize that there's some "close enough to be considered in the same 
location" tolerance that works well on smaller monitors where the shift is a 
pixel or two, but fails at higher resolutions. If that's the case then 
hopefully there's a quick fix available by adjusting the tolerance based on 
monitor resolution.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4177) IOOBE when editing Java file with temporarily missing comma in method parameter list

2020-05-01 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-4177:
--
Description: 
If, during editing, a comma is momentarily deleted in the parameter list of a 
method (in certain cases), an error dialog shows up showing an 
IndexOutOfBoundsException in 
SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint. A minimized 
example exhibiting this behavior is as follows:

{code:java}
public class BugSemanticHighlighterBase {
  private Object testMethod(final String arg1 final String arg2) {
return new String("");
  }
}
{code}

This example causes the IDE to throw the following exception:

{noformat}
java.lang.IndexOutOfBoundsException: -1
at com.sun.tools.javac.util.List.get(List.java:482)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint(SemanticHighlighterBase.java:1241)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:1180)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCLiteral.accept(JCTree.java:2410)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:1085)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1820)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.visitReturn(TreeScanner.java:495)
at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1663)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:249)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1048)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:1124)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanne

[jira] [Updated] (NETBEANS-4177) IOOBE when editing Java file with temporarily missing comma in method parameter list

2020-05-01 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-4177:
--
Description: 
If, during editing, a comma is momentarily deleted in the parameter list of a 
method (in certain cases), an error dialog shows up showing an 
IndexOutOfBoundsException in 
SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint. A minimized 
example exhibiting this behavior is as follows:

{code:java}
public class BugSemanticHighlighterBase {
  private Object testMethod(final String arg1 final String arg2) {
return new String("");
  }
}
{code}

This example causes the IDE to throw the following exception:

{noformat}
java.lang.IndexOutOfBoundsException: -1
at com.sun.tools.javac.util.List.get(List.java:482)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint(SemanticHighlighterBase.java:1241)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:1180)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCLiteral.accept(JCTree.java:2410)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:1085)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1820)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.visitReturn(TreeScanner.java:495)
at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1663)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:249)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1048)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:1124)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanne

[jira] [Updated] (NETBEANS-4177) IOOBE when editing Java file with temporarily missing comma in method parameter list

2020-05-01 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-4177:
--
Description: 
If, during editing, a comma is momentarily deleted in the parameter list of a 
method (in certain cases), an error dialog shows up showing an 
IndexOutOfBoundsException in 
SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint. A minimized 
example exhibiting this behavior is as follows:

{code:java}
public class BugSemanticHighlighterBase {
  private Object testMethod(final String arg1 final String arg2) {
return new String("");
  }
}
{code}

This example causes the IDE to throw the following exception:

{noformat}
java.lang.IndexOutOfBoundsException: -1
at com.sun.tools.javac.util.List.get(List.java:482)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.addParameterInlineHint(SemanticHighlighterBase.java:1241)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:1180)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitLiteral(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCLiteral.accept(JCTree.java:2410)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:1085)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitNewClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1820)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.visitReturn(TreeScanner.java:495)
at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1663)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:249)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1048)
at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:69)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:1199)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.scan(SemanticHighlighterBase.java:424)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:91)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:106)
at 
org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:78)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:1124)
at 
org.netbeans.modules.java.editor.base.semantic.SemanticHighlighterBase$DetectorVisitor.visitClass(SemanticHighlighterBase.java:424)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:822)
at com.sun.source.util.TreePathScanne

[jira] [Comment Edited] (NETBEANS-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach edited comment on NETBEANS-4286 at 5/1/20, 6:07 PM:
---

I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_ 
(and perhaps similar actions but that's a concrete example I can verify). 
Regarding that specific situation:

It's standard behavior of UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.


was (Author: ericjs):
I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_ 
(and perhaps similar actions but that's a concrete example I can verify). 
Regarding that specific situation:

It's standard behavior to UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach edited comment on NETBEANS-4286 at 5/1/20, 6:05 PM:
---

I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_ 
(and perhaps similar actions but that's a concrete example I can verify). 
Regarding that specific situation:

It's standard behavior to UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.


was (Author: ericjs):
I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_. 
Regarding that specific situation:

It's standard behavior to UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread Eric Schwarzenbach (Jira)


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

Eric Schwarzenbach commented on NETBEANS-4286:
--

I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_. 
Regarding that specific situation:

It's standard behavior to UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4293) AssertionError while scrolling down in error data.

2020-05-01 Thread Rahul (Jira)


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

Rahul commented on NETBEANS-4293:
-

!image-2020-05-01-23-18-11-211.png!

> AssertionError while scrolling down in error data.
> --
>
> Key: NETBEANS-4293
> URL: https://issues.apache.org/jira/browse/NETBEANS-4293
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Rahul
>Priority: Major
> Attachments: image-2020-05-01-23-18-11-211.png
>
>
> Local dev build of IDE was showing notification about some error which 
> happened in IDE. When I clicked on show data in notification window and 
> started scrolling down in UI Log, this AssertionError happened.
>  
> java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested 
> transactionjava.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET 
> in nested transaction at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577) at 
> org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546) at 
> org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866) at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
>  at org.openide.util.Mutex.readAccess(Mutex.java:235) at 
> org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863) at 
> org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
>  at 
> org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
>  at 
> org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180) 
> at 
> java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
>  at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733) at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:413) 
> at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.moveCarets(EditorCaret.java:717) at 
> org.netbeans.editor.BaseKit$DownAction$1.run(BaseKit.java:2672) at 
> org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402) at 
> org.netbeans.editor.BaseKit$DownAction.actionPerformed(BaseKit.java:2669) at 
> org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
>  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:6413) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) 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.dispatchEvent

[jira] [Updated] (NETBEANS-4293) AssertionError while scrolling down in error data.

2020-05-01 Thread Rahul (Jira)


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

Rahul updated NETBEANS-4293:

Attachment: image-2020-05-01-23-18-11-211.png

> AssertionError while scrolling down in error data.
> --
>
> Key: NETBEANS-4293
> URL: https://issues.apache.org/jira/browse/NETBEANS-4293
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
>Reporter: Rahul
>Priority: Major
> Attachments: image-2020-05-01-23-18-11-211.png
>
>
> Local dev build of IDE was showing notification about some error which 
> happened in IDE. When I clicked on show data in notification window and 
> started scrolling down in UI Log, this AssertionError happened.
>  
> java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested 
> transactionjava.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET 
> in nested transaction at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
>  at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577) at 
> org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546) at 
> org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
>  at 
> java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
>  at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866) at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
>  at 
> org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
>  at 
> org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
>  at org.openide.util.Mutex.readAccess(Mutex.java:235) at 
> org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863) at 
> org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
>  at 
> org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
>  at 
> org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180) 
> at 
> java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
>  at 
> java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
>  at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733) at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:413) 
> at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.moveCarets(EditorCaret.java:717) at 
> org.netbeans.editor.BaseKit$DownAction$1.run(BaseKit.java:2672) at 
> org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402) at 
> org.netbeans.editor.BaseKit$DownAction.actionPerformed(BaseKit.java:2669) at 
> org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
>  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:6413) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) 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:4893) at 
> java.desktop

[jira] [Created] (NETBEANS-4293) AssertionError while scrolling down in error data.

2020-05-01 Thread Rahul (Jira)
Rahul created NETBEANS-4293:
---

 Summary: AssertionError while scrolling down in error data.
 Key: NETBEANS-4293
 URL: https://issues.apache.org/jira/browse/NETBEANS-4293
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
Reporter: Rahul


Local dev build of IDE was showing notification about some error which happened 
in IDE. When I clicked on show data in notification window and started 
scrolling down in UI Log, this AssertionError happened.

 

java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested 
transactionjava.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET 
in nested transaction at 
org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689) 
at org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577) at 
org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546) at 
org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161) 
at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
 at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:266)
 at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866) at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
 at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
 at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
 at org.openide.util.Mutex.readAccess(Mutex.java:235) at 
org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863) at 
org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
 at 
org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280) 
at org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180) 
at 
java.desktop/javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:412)
 at 
java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4489)
 at 
java.desktop/javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4511)
 at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733) at 
org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:413) at 
org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
 at 
org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664) 
at org.netbeans.api.editor.caret.EditorCaret.moveCarets(EditorCaret.java:717) 
at org.netbeans.editor.BaseKit$DownAction$1.run(BaseKit.java:2672) at 
org.netbeans.editor.BaseDocument.render(BaseDocument.java:1402) at 
org.netbeans.editor.BaseKit$DownAction.actionPerformed(BaseKit.java:2669) at 
org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
 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:6413) at 
java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) 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:4893) at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2764) at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) 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.doPrivi

[netbeans-website] branch master updated: fixed step numbers and bullet appearance (#470)

2020-05-01 Thread vieiro
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6e29449  fixed step numbers and bullet appearance (#470)
6e29449 is described below

commit 6e2944926ceded965561adb84325057be4f37dcf
Author: jeffbiss 
AuthorDate: Fri May 1 10:59:56 2020 -0500

fixed step numbers and bullet appearance (#470)

I couldn't figure out the correct syntax to get the list items to be at 
level 2 to be indented under step 3 of "Running Single Inspections" so both are 
currently level 1 (solid bullet) so that they are obviously of the same level 
rather than one being empty and one filled. I use InDesign and FrameMaker 
normally and need to figure out Asciidoc . Sorry.
---
 .../src/content/kb/docs/java/code-inspect.asciidoc | 34 --
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/code-inspect.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/code-inspect.asciidoc
index 9b56df4..0e4ee1c 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/code-inspect.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/code-inspect.asciidoc
@@ -73,7 +73,7 @@ The FindBugs plugin should be downloaded and installed into 
the NetBeans IDE as
 image::images/inspect-small.png[role="left", link="images/inspect.png"]
 
 --
-
+[start=3]
 . In the Installer dialog box, click Next to proceed with the installation.
 
 [.feature]
@@ -82,7 +82,7 @@ image::images/inspect-small.png[role="left", 
link="images/inspect.png"]
 image::images/plugin-small.png[role="left", link="images/plugin.png"]
 
 --
-
+[start=4]
 . Review the license agreement, select the license agreement option, and click 
Install.
 . When the installation is complete, click Finish.
 
@@ -115,7 +115,7 @@ image::images/allconfig-small.png[role="left", 
link="images/allconfig.png"]
 
 NOTE: You need to install the <> plugin to run this 
configuration for the first time.
 
-
+[start=4]
 . Click Inspect.
 The results of the analysis are displayed in the Inspector Window as a tree 
view on the left.
 
@@ -157,7 +157,7 @@ The  ``NetBeans Java Hints``  configuration available in 
the IDE enables you to
 
 NOTE: You can define a scope (a file, package, or project(s)) for the  
``NetBeans Java Hints``  configuration.
 
-
+[start=3]
 . Select the Configuration radio button and choose  ``NetBeans Java Hints``  
in the drop-down list.
 
 [.feature]
@@ -167,13 +167,13 @@ image::images/hints-small.png[role="left", 
link="images/hints.png"]
 
 --
 
-
+[start=4]
 . Click Inspect.
 The IDE displays the tree view with the results of the analysis with the  
``NetBeans Java Hints``  configuration in the Inspector Window.
 
 image::images/hintsconfig.png[]
 
-
+[start=5]
 . In the Inspector Window, click the <> button in the 
toolbar on the left to view the problems grouped into categories.
 
 image::images/catview.png[]
@@ -207,7 +207,7 @@ NOTE: You need to install the <> plugin to 
run this configurati
 
 NOTE: You can inspect a file, package, or project(s) with the  ``FindBugs``  
configuration.
 
-
+[start=3]
 . In the Inspect dialog box, select the  ``FindBugs``  configuration.
 
 [.feature]
@@ -219,7 +219,7 @@ image::images/fb-small.png[role="left", 
link="images/fb.png"]
 
 
 
-
+[start=4]
 . Click the Inspect button to initiate the static code analysis.
 The result of the static code analysis is displayed in the Inspector Window 
below the Source Editor.
 The description of the selected bug is displayed in the frame on the right.
@@ -231,7 +231,7 @@ image::images/inspector-small.png[role="left", 
link="images/inspector.png"]
 
 --
 
-
+[start=5]
 . Alternatively, click the <> button in the toolbar on 
the left to view the bugs grouped into categories.
 
 image::images/fbcat.png[]
@@ -261,7 +261,7 @@ image::images/fb-editor-small.png[role="left", 
link="images/fb-editor.png"]
 
 --
 
-
+[start=4]
 . Select the Run FindBugs in Editor option.
 . Click OK.
 If you now press kbd:[Alt+Enter] in the source code where a bug is reported 
and click the black arrow pointing to the right at the end of the displayed 
tip, the IDE shows some fixing options for a potential bug.
@@ -287,7 +287,7 @@ The IDE displays the Configurations dialog box.
 
 image::images/configurations-db.png[]
 
-
+[start=4]
 . Ensure  ``Default``  is selected in the Configurations drop-down list.
 . In the Analyzer drop-down list, select the  ``JRE 8 Profiles Conformance`` , 
 ``Netbeans Java Hints`` , or  ``FindBugs``  analyzer.
 . Depending on the choice of the analyzer in the previous step, select the 
profile to validate, the inspections, or bugs you need to include into your  
``Default``  configuration.
@@ -299,7 +299,7 @@ image::images/select-inspections-small.png[role="left", 
link="images/select-insp
 
 --
 
-
+[start=7]
 . 

[jira] [Updated] (NETBEANS-1446) No "Visual Debugging" options

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-1446:
---
Attachment: no-required-checkbox.png

> No "Visual Debugging" options
> -
>
> Key: NETBEANS-1446
> URL: https://issues.apache.org/jira/browse/NETBEANS-1446
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0, 11.0, 12.0, 11.1
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: no-required-checkbox.png
>
>
> *Tools > Options*, select *Java* category, click *Java Debugger* and select 
> *Visual Debugging*. The right part of the dialog still shows the previously 
> selected category.



--
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-1446) No "Visual Debugging" options

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath commented on NETBEANS-1446:


Test case 
[https://netbeans-vm.apache.org/synergy/client/app/#/case/6193/suite/1645/v/1]

No option called *Track locations of component hierarchy changes* available in 
the option panel for Visual debugger

> No "Visual Debugging" options
> -
>
> Key: NETBEANS-1446
> URL: https://issues.apache.org/jira/browse/NETBEANS-1446
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0, 11.0, 12.0, 11.1
>Reporter: Aldo Brucale
>Priority: Major
> Attachments: no-required-checkbox.png
>
>
> *Tools > Options*, select *Java* category, click *Java Debugger* and select 
> *Visual Debugging*. The right part of the dialog still shows the previously 
> selected category.



--
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-1446) No "Visual Debugging" options

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-1446:
---
Affects Version/s: 12.0

> No "Visual Debugging" options
> -
>
> Key: NETBEANS-1446
> URL: https://issues.apache.org/jira/browse/NETBEANS-1446
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0, 11.0, 12.0, 11.1
>Reporter: Aldo Brucale
>Priority: Major
>
> *Tools > Options*, select *Java* category, click *Java Debugger* and select 
> *Visual Debugging*. The right part of the dialog still shows the previously 
> selected category.



--
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-1445) Visual debugger event log not populated

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-1445:
---
Labels: netcat  (was: )

> Visual debugger event log not populated
> ---
>
> Key: NETBEANS-1445
> URL: https://issues.apache.org/jira/browse/NETBEANS-1445
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0, 12.0
>Reporter: Aldo Brucale
>Priority: Major
>  Labels: netcat
>
> Folowing this test case 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/1023/suite/1645/v/1] 
> the "Event Log" node doesn't get populated.



--
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-1445) Visual debugger event log not populated

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-1445:
---
Affects Version/s: 12.0

> Visual debugger event log not populated
> ---
>
> Key: NETBEANS-1445
> URL: https://issues.apache.org/jira/browse/NETBEANS-1445
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 10.0, 12.0
>Reporter: Aldo Brucale
>Priority: Major
>
> Folowing this test case 
> [http://netbeans-vm.apache.org/synergy/client/app/#/case/1023/suite/1645/v/1] 
> the "Event Log" node doesn't get populated.



--
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-4291) Some classes not found from multi-release JARs in Java editor

2020-05-01 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-4291:
---
Summary: Some classes not found from multi-release JARs in Java editor  
(was: Resources in multi-release JARs not found when same name, different ext.)

> Some classes not found from multi-release JARs in Java editor
> -
>
> Key: NETBEANS-4291
> URL: https://issues.apache.org/jira/browse/NETBEANS-4291
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.0, 11.3
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Critical
> Fix For: 12.0
>
> Attachments: MRJ issue.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a multi-release JAR contains resources with the same name but a different 
> extension, then only one of these resources is picked up.  This causes errors 
> with projects using eg. FlatLaf where errors are seen in the code editor 
> while compilation works fine.  Files such as FlatLightLaf.properties shadows 
> FlatLightLaf.class.
> This seems to be caused by an error in CachingFileManager and 
> ModuleFileManager using the file name and location without extension as a map 
> key to look up multi-release files.
> See also [https://github.com/JFormDesigner/FlatLaf/issues/13]
> The attached projects demonstrate the issue on classpath and modulepath.



--
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-4005) UI shows files in git repo as modified when they are not

2020-05-01 Thread Peter Hull (Jira)


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

Peter Hull commented on NETBEANS-4005:
--

This bug will also be fixed by [https://github.com/apache/netbeans/pull/2116] 
(update to 5.7.0) which is the solution to  NETBEANS-4289

> UI shows files in git repo as modified when they are not
> 
>
> Key: NETBEANS-4005
> URL: https://issues.apache.org/jira/browse/NETBEANS-4005
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 11.2, 11.3
>Reporter: Peter Hull
>Priority: Minor
>  Labels: pull-request-available
> Attachments: Annotation 2020-03-12 092900.jpg
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The version control UI highlights files that are changed in the working 
> directory. Under certain circumstances, the 'git' provider highlights files 
> as changed when they are not. See the attached screen shot for an example. 
> The file Arch.xsl and two others are in blue, but NB's own diff view shows no 
> changes (0/0). This is confirmed by running git status/git diff from the 
> command line.
> This is a known problem associated with the version of jgit (5.5.0) bundled 
> with NetBeans, and which was fixed in 5.5.1. See discussion 
> [here|https://www.eclipse.org/forums/index.php/t/1100344/].
> The update to jgit was because of 
> https://issues.apache.org/jira/browse/NETBEANS-519 and implemented in 
> https://github.com/apache/netbeans/pull/1528 , November 2019.
> Suggested fix: update jgit to 5.5.1



--
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] [Reopened] (NETBEANS-1403) ClassCastException while evaluating expression during debugging

2020-05-01 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath reopened NETBEANS-1403:


*Occurs again with following environment*

*Product Version:* Apache NetBeans IDE 12.0-beta3

*Java:* 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10

*Runtime:* OpenJDK Runtime Environment 11.0.6+10

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

Annotation: During evaluation of 'int n = 0;
ArrayList list = new ArrayList();
list.add(10);
list.add(taken);
list.add(n);
list.add(status.getValue());
String result = "";
while(!list.isEmpty()) {
 result = result + " + " + list.get(0).toString();
 list.remove(0);
}
return result;
'
Annotation: During evaluation of 'int n = 0;
ArrayList list = new ArrayList();
list.add(10);
list.add(taken);
list.add(n);
list.add(status.getValue());
String result = "";
while(!list.isEmpty()) {
 result = result + " + " + list.get(0).toString();
 list.remove(0);
}
return result;
'
During evaluation of 'int n = 0;
ArrayList list = new ArrayList();
list.add(10);
list.add(taken);
list.add(n);
list.add(status.getValue());
String result = "";
while(!list.isEmpty()) {
 result = result + " + " + list.get(0).toString();
 list.remove(0);
}
return result;
'
During evaluation of 'int n = 0;
ArrayList list = new ArrayList();
list.add(10);
list.add(taken);
list.add(n);
list.add(status.getValue());
String result = "";
while(!list.isEmpty()) {
 result = result + " + " + list.get(0).toString();
 list.remove(0);
}
return result;
'
Caused: java.lang.ClassCastException: class 
com.sun.tools.javac.code.Symbol$ClassSymbol cannot be cast to class 
com.sun.tools.javac.code.Symbol$MethodSymbol 
(com.sun.tools.javac.code.Symbol$ClassSymbol and 
com.sun.tools.javac.code.Symbol$MethodSymbol are in module jdk.compiler of 
loader 'app')
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.visitApply(TransTypes.java:626)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1634)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:454)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.visitExec(TransTypes.java:599)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1452)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:454)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:489)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:918)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:475)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:918)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:475)
 at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
 at 
jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:454)
 at 
jdk.compiler/com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:942)
 at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1553)
 at 
org.netbeans.lib.nbjavac.services.NBJavaCompiler.desugar(NBJavaCompiler.java:84)
 at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1432)
 at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:458)
 at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:506)
 at 
jdk.compiler/com.s

[jira] [Created] (NETBEANS-4292) Compile on save checkbox is disabled for ANT and maven projects

2020-05-01 Thread Manikantan Narender Nath (Jira)
Manikantan Narender Nath created NETBEANS-4292:
--

 Summary: Compile on save checkbox is disabled for ANT and maven 
projects
 Key: NETBEANS-4292
 URL: https://issues.apache.org/jira/browse/NETBEANS-4292
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Generic Infrastructure
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0-beta3
Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
Runtime: OpenJDK Runtime Environment 11.0.6+10
System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
Reporter: Manikantan Narender Nath
 Attachments: no-compile-on-save-ant.png, no-compile-on-save-maven.png

The compile on save option in Project properties | Build | compiling panel is 
disabled.

It is disabled for new projects, existing projects. (see attachments 
no-compile-on-save-*.png)



--
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-4291) Resources in multi-release JARs not found when same name, different ext.

2020-05-01 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANS-4291:
---
Summary: Resources in multi-release JARs not found when same name, 
different ext.  (was: Resources in multi-release JARs hidden when name same, 
ext different)

> Resources in multi-release JARs not found when same name, different ext.
> 
>
> Key: NETBEANS-4291
> URL: https://issues.apache.org/jira/browse/NETBEANS-4291
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 12.0, 11.3
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Critical
> Fix For: 12.0
>
> Attachments: MRJ issue.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> If a multi-release JAR contains resources with the same name but a different 
> extension, then only one of these resources is picked up.  This causes errors 
> with projects using eg. FlatLaf where errors are seen in the code editor 
> while compilation works fine.  Files such as FlatLightLaf.properties shadows 
> FlatLightLaf.class.
> This seems to be caused by an error in CachingFileManager and 
> ModuleFileManager using the file name and location without extension as a map 
> key to look up multi-release files.
> See also [https://github.com/JFormDesigner/FlatLaf/issues/13]
> The attached projects demonstrate the issue on classpath and modulepath.



--
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 apisupport-ant-tests updated (1e30458 -> d0d6ad8)

2020-05-01 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch apisupport-ant-tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


 discard 1e30458  Fix apisupport.ant tests
 add 699727a  [TRAVIS] Add missing license to correct failing verification
 add d0d6ad8  Fix apisupport.ant tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1e30458)
\
 N -- N -- N   refs/heads/apisupport-ant-tests (d0d6ad8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 ide/libs.freemarker/nbproject/project.properties   |  2 +-
 ide/libs.freemarker/nbproject/project.xml  |  4 +-
 .../libs/freemarker/FreemarkerFactory.java |  4 +-
 .../org/netbeans/api/templates/ProcessorTest.java  |  6 +--
 .../licenses/Apache-2.0-freemarker |  5 ---
 nbbuild/licenses/freemarker| 46 --
 6 files changed, 8 insertions(+), 59 deletions(-)
 copy ide/libs.freemarker/external/freemarker-2.3.30-license.txt => 
nbbuild/licenses/Apache-2.0-freemarker (98%)
 delete mode 100644 nbbuild/licenses/freemarker


-
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-2823) Update the Copyright year in NOTICE file

2020-05-01 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANS-2823.
--
Resolution: Fixed

> Update the Copyright year in NOTICE file
> 
>
> Key: NETBEANS-2823
> URL: https://issues.apache.org/jira/browse/NETBEANS-2823
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Minor
> Fix For: 11.1
>
>
> Fix for copyright year in #2311 missed out nbbuild/notice-stub which is used 
> in building the source and binary release notice files.



--
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-4291) Resources in multi-release JARs hidden when name same, ext different

2020-05-01 Thread Neil C Smith (Jira)
Neil C Smith created NETBEANS-4291:
--

 Summary: Resources in multi-release JARs hidden when name same, 
ext different
 Key: NETBEANS-4291
 URL: https://issues.apache.org/jira/browse/NETBEANS-4291
 Project: NetBeans
  Issue Type: Bug
  Components: java - Source
Affects Versions: 12.0, 11.3
Reporter: Neil C Smith
Assignee: Neil C Smith
 Fix For: 12.0
 Attachments: MRJ issue.zip

If a multi-release JAR contains resources with the same name but a different 
extension, then only one of these resources is picked up.  This causes errors 
with projects using eg. FlatLaf where errors are seen in the code editor while 
compilation works fine.  Files such as FlatLightLaf.properties shadows 
FlatLightLaf.class.

This seems to be caused by an error in CachingFileManager and ModuleFileManager 
using the file name and location without extension as a map key to look up 
multi-release files.

See also [https://github.com/JFormDesigner/FlatLaf/issues/13]

The attached projects demonstrate the issue on classpath and modulepath.



--
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-2894) Warning - could not install some modules

2020-05-01 Thread Vladmir Abreu (Jira)


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

Vladmir Abreu commented on NETBEANS-2894:
-

Hi there I still find this same error with netbeans 11.3 specifically with 
this maven dependency (org.netbeans.api
 org-jdesktop-layout
 RELEASE802)

The error message is:

"The module named org.jdesktop.layout/1 was needed and not found"

What to do?

> Warning - could not install some modules
> 
>
> Key: NETBEANS-2894
> URL: https://issues.apache.org/jira/browse/NETBEANS-2894
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Andreas Ernst
>Priority: Major
>
> If i remember correcly, on some start of NetBeans, NetBeans wants to install 
> a module, this works.
> But after a new start of NetBeans i get this error:
>  
> Warning - could not install some modules:
>  Nashorn Integration - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>  27 further modules could not be installed due to the above problems.
> Warning - could not install some modules:
>      org.netbeans.libs.nashorn - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>      org.netbeans.modules.javascript2.doc - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.extdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.sdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.jsdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.model - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.model - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.knockout - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.prototypejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.jquery - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.jquery - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.extjs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.extjs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.nodejs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.nodejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.html.angular - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.html.angular - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.html.knockout - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.html.knockout - The module 
> org.netbeans.modules.javascript2.knockout would also need to be installed.
>      org.netbeans.modules.javascript2.source.query - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.requirejs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.requirejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.prototypejs would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.editor would also need to be insta

[netbeans] branch master updated (4d31fa0 -> 699727a)

2020-05-01 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from 4d31fa0  Merge pull request #2048 from 
DevCharly/flatlaf-project-color-tab-fix
 add 699727a  [TRAVIS] Add missing license to correct failing verification

No new revisions were added by this update.

Summary of changes:
 ide/libs.freemarker/nbproject/project.properties   |  2 +-
 ide/libs.freemarker/nbproject/project.xml  |  4 +-
 .../libs/freemarker/FreemarkerFactory.java |  4 +-
 .../org/netbeans/api/templates/ProcessorTest.java  |  6 +--
 .../licenses/Apache-2.0-freemarker |  5 ---
 nbbuild/licenses/freemarker| 46 --
 6 files changed, 8 insertions(+), 59 deletions(-)
 copy ide/libs.freemarker/external/freemarker-2.3.30-license.txt => 
nbbuild/licenses/Apache-2.0-freemarker (98%)
 delete mode 100644 nbbuild/licenses/freemarker


-
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-4290) SCSS highlighting error

2020-05-01 Thread Libor (Jira)


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

Libor updated NETBEANS-4290:

Description: 
Hello,

for some time (I've been lazy/busy to report) the following code compiles fine, 
but marks SCSS files in editor as broken.

Example code:
{code:java}
$i: 1;
.selector
{
&--#{$i}// <-- Unexpected token HASH_SYMBOL found
{
...
}
}   // <-- Unexpected token RBRACE found{code}

The real problem is, when a file is marked as with errors, compiler does not 
always detect changes and does not recompile when some of imported files 
changes.

  was:
Hello,

for some time (I've been lazy/busy to report) the following code compiles fine, 
but makes SCSS files in editor break.

Example code:
{code:java}
$i: 1;
.selector
{
&--#{$i}// <-- Unexpected token HASH_SYMBOL found
{
...
}
}   // <-- Unexpected token RBRACE found
{code}


> SCSS highlighting error
> ---
>
> Key: NETBEANS-4290
> URL: https://issues.apache.org/jira/browse/NETBEANS-4290
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 11.2
> Environment: Win10
>Reporter: Libor
>Priority: Major
>  Labels: highlighter, sass
>
> Hello,
> for some time (I've been lazy/busy to report) the following code compiles 
> fine, but marks SCSS files in editor as broken.
> Example code:
> {code:java}
> $i: 1;
> .selector
> {
> &--#{$i}// <-- Unexpected token HASH_SYMBOL found
> {
> ...
> }
> }   // <-- Unexpected token RBRACE found{code}
> The real problem is, when a file is marked as with errors, compiler does not 
> always detect changes and does not recompile when some of imported files 
> changes.



--
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 apisupport-ant-tests updated (015f86a -> 1e30458)

2020-05-01 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch apisupport-ant-tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


 discard 015f86a  Disable test classes
 discard 1746864  Fix apisupport.ant tests
 add 1e30458  Fix apisupport.ant tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (015f86a)
\
 N -- N -- N   refs/heads/apisupport-ant-tests (1e30458)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml | 2 +-
 .../netbeans/modules/apisupport/project/ui/ModuleLogicalViewTest.java   | 1 -
 .../org/netbeans/modules/apisupport/project/ui/SuiteOperationsTest.java | 1 -
 3 files changed, 1 insertion(+), 3 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] [Created] (NETBEANS-4290) SCSS highlighting error

2020-05-01 Thread Libor (Jira)
Libor created NETBEANS-4290:
---

 Summary: SCSS highlighting error
 Key: NETBEANS-4290
 URL: https://issues.apache.org/jira/browse/NETBEANS-4290
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Affects Versions: 11.2
 Environment: Win10
Reporter: Libor


Hello,

for some time (I've been lazy/busy to report) the following code compiles fine, 
but makes SCSS files in editor break.

Example code:
{code:java}
$i: 1;
.selector
{
&--#{$i}// <-- Unexpected token HASH_SYMBOL found
{
...
}
}   // <-- Unexpected token RBRACE found
{code}



--
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-4286) Disregarded mouse clicks

2020-05-01 Thread David Gradwell (Jira)


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

David Gradwell commented on NETBEANS-4286:
--

This affects me also.

I have two 4K monitors attached to my Macbook Pro and usually use those for 
editing code and setting breakpoints.

> Disregarded mouse clicks 
> -
>
> Key: NETBEANS-4286
> URL: https://issues.apache.org/jira/browse/NETBEANS-4286
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>Reporter: Alan Langford
>Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
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-4289) JGit messes up .gitconfig file

2020-05-01 Thread Anthony Vanelverdinghe (Jira)
Anthony Vanelverdinghe created NETBEANS-4289:


 Summary: JGit messes up .gitconfig file
 Key: NETBEANS-4289
 URL: https://issues.apache.org/jira/browse/NETBEANS-4289
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Git
Affects Versions: 12.0
Reporter: Anthony Vanelverdinghe


In JGit 5.1.9, a new 
["feature"|https://projects.eclipse.org/projects/technology.jgit/releases/5.1.9]
 was introduced, which adds JGit-specific configuration to the .gitconfig file.
This is problematic, because (a) my .gitconfig is actually a symlink, and JGit 
just replaced the symlink with a regular file, and (b) I don't want JGit to 
touch my .gitconfig at all without me being aware of it.
This was 
[fixed|https://git.eclipse.org/c/jgit/jgit.git/commit/?id=838b5a84b5093c335b95a644b006d9e95493]
 last November, so any release 5.6.0+ should be good (NetBeans currently uses 
JGit 5.5.0).



--
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 apisupport-ant-tests updated (ed51d62 -> 015f86a)

2020-05-01 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch apisupport-ant-tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


 discard ed51d62  Disable test classes
 discard 6913bca  Fix apisupport.ant tests
 add 5aea1fb  [NETBEANS-4177] Add another check for valid parameter list 
position to avoid exception if sourcecode is incorrect
 add 976501a  Merge pull request #2082 from graben/NETBEANS-4177
 add 605b4f3  [NETBEANS-4084] Fix Gradle Projects Wizard to remember the 
last used Project Directory
 add 9393d69  Merge pull request #2096 from lkishalmi/NETBEANS-4084
 add 00465e5  [NETBEANS-4173] Update FlatLaf from 0.30 to 0.31
 add 601151b  Merge pull request #2094 from DevCharly/flatlaf-0.31
 add d30ce07  [NETBEANS-4206] Only set project location once directly from 
PROJECT_PARENT_FOLDER
 add b440455  Merge pull request #2097 from errael/MavenCreateNewModule
 add 834bd75  Preventing AssertionError from javac due to use of incorrect 
scope on JDK12+
 add 12200ba  Merge branch 'master' into avoid-assert-in-scope
 add 439d079  Merge pull request #2083 from jlahoda/avoid-assert-in-scope
 add d2e893c  [NETBEANS-346] Tabs, characters, and the right Margin don't 
line up
 add 1a8548d  Merge pull request #2076 from eirikbakke/NETBEANS-346
 add 439859c  [TRAVIS] Enable cache
 add 2eb871f  Merge pull request #2085 from apache/travis_cache
 add 41f57c5  [Travis] Retry java module
 add b7cde74  Merge pull request #2101 from apache/hectorespert-patch-1
 add 05e9abe  If cancel happens while Analyzer is running, AssertionError 
is thrown. Rather ignore all exception happening while the parser is cancelled.
 add f445170  Merge pull request #2095 from 
jlahoda/ignore-cancel-in-analyzer
 add fce86d5  Adding end-of-line switcher.
 add 81339c2  Merge pull request #2049 from jlahoda/eol-switcher
 add 5523e9c  Trying to lock npm package versions.
 add 047990a  More fixing of dependency versions.
 add 1294d90  Adding back package-lock.json
 add 524295e  Merge pull request #2105 from jlahoda/lock-npm-module-versions
 add 1286226  [TRAVIS] RUn tests for enterprise modules
 add b602c6b  Merge pull request #2098 from apache/enterprise_tests
 add 4243806  NETBEANS-4209: Update Truffle debugging for GraalVM 20.1.0, 
fixed a number of issues including NETBEANS-4208 and small corrections.
 add 5222352  Merge pull request #2100 from 
entlicher/TruffleDebugUpdate2020-04
 add 794f30a  [NETBEANS-3580] : Fixed lambda debug breakpoint issue by 
processing all location event coming from vm (#2055)
 add 12ec73d  [NETBEANS-3311] Convert TextBlock to String Function call 
parameter fix (#2089)
 add abcc339  [NETBEANS-4037] Attempting to avoid querying the 
SourceForBinaryQuery for the same root more than once.
 add 98c980c  Merge pull request #2092 from jlahoda/NETBEANS-4037
 add 32ac21a  Update used groovy libraries to 2.5.11. Fixes NETBEANS-4172
 add 0dc75ef  Merge pull request #2077 from svenreimers/issue/NETBEANS-4172
 add d773a36  [NETBEANS-3985] : Removed pack200 from netbeans installer, 
because its not supported by jdk from version 14 onwards
 add cc205d5  [NETBEANS-3985] : Added comments and commented pack200 
related code
 add 9e0096f  [NETBEANS-3985] : Addressed code review comments
 add e1769d2  Merge pull request #2107 from 
singh-akhilesh/pack200-remove-from-nb-installer
 add 1138ef0  [NETBEANS-3707] Fixed colors used for PHP
 add eff032a  Merge pull request #2081 from KacerCZ/netbeans-3707
 add e4b0ac0  [NETBEANS-4239] Fixed NPE in GradleCompilerOptionsQuery
 add 5d07434  Fix ant property to exclude tests
 add 19d005b  Define test.javac.excludes property
 add c0ec859  Merge pull request #2104 from 
hectorespert/fix_ant_exclude_tests
 add 0f24931  [NETBEANS-4176] Unescape javadoc title after parsing
 add 7ae2b79  Merge pull request #2080 from Rahul-khandelwal/NETBEANS-4176
 add bf47a2f  [NETBEANS-4159] Switch to ElementKindVisitor8 as base class 
(min runtime JDK) and add noop logger for unknown elements
 add e24181e  Merge pull request #2074 from graben/NETBEANS-4159
 add 0c3d198  Upgrading FreeMarker to Apache FreeMarker
 add f660aa9  Merge pull request #2067 from lkishalmi/freemarker-upgrade
 add ed9016b  [NETBEANS-4070] fixed JavaDoc in tooltip (ctrl+mouse hover) 
duplicates the description of parameters of a method when the method overrides 
the parent method
 add aca67e6  Merge pull request #2047 from dmochalov/fix-java-doc-inherited
 add bdae36f  [NETBEANS-3787] FlatLaf: fixed active tab painting if project 
tab colors enabled
 add 4d31fa0  Merge pull request #2048 from 
DevCharly/flatlaf-project-color-tab-fix
 add 1746864  Fix apisupport.ant tests
 add 015f86a  Disable test classes

This update added new revisions after undoing exis

[netbeans] branch NETBEANS-4029 updated (607523d -> dba9e54)

2020-05-01 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch NETBEANS-4029
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 607523d  Check string is not null
 add dba9e54  Remove unused import

No new revisions were added by this update.

Summary of changes:
 .../src/org/netbeans/modules/ide/ergonomics/fod/ConfigurationPanel.java  | 1 -
 1 file changed, 1 deletion(-)


-
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-3728) If NetBeans doesn't fully support JDK X, it should rely on javac for syntax errors

2020-05-01 Thread Anthony Vanelverdinghe (Jira)


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

Anthony Vanelverdinghe resolved NETBEANS-3728.
--
Resolution: Not A Problem

This is in fact already possible, simply by not installing nb-javac.

> If NetBeans doesn't fully support JDK X, it should rely on javac for syntax 
> errors
> --
>
> Key: NETBEANS-3728
> URL: https://issues.apache.org/jira/browse/NETBEANS-3728
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Anthony Vanelverdinghe
>Priority: Major
>
> For example, if I use "JDK 14 with preview features", for which NetBeans 
> actually doesn't have full support (e.g. support for records, though it's on 
> the way via NETBEANS-3604), then NetBeans should solely rely on javac for 
> showing syntax errors.
> In other words, if my project uses a JDK which is able to compile a file 
> Foo.java without issues, then I expect NetBeans not to give me any syntax 
> errors either.



--
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-4176) Javadoc title is displayed incorrectly for JDK 11.

2020-05-01 Thread Rahul (Jira)


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

Rahul resolved NETBEANS-4176.
-
Resolution: Fixed

PR is merged

> Javadoc title is displayed incorrectly for JDK 11.
> --
>
> Key: NETBEANS-4176
> URL: https://issues.apache.org/jira/browse/NETBEANS-4176
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 11.3
>Reporter: Rahul
>Assignee: Rahul
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0
>
> Attachments: AfterFix.png, BeforeFix.png
>
>  Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> This is an small issue.
> Navigate to:
> Help -> Javadoc References 
>  
> For java 11, javadoc title contains HTML escape character.



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