[jira] [Resolved] (NETBEANS-1765) Cannot install JavaScript Kit

2020-12-09 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach resolved NETBEANS-1765.
---
Fix Version/s: 12.0
   Resolution: Fixed

Fixed at least for 12.0 by relicensing the requested version of JavaScript 
parser under UPL and distributing it with NetBeans by default.

> Cannot install JavaScript Kit
> -
>
> Key: NETBEANS-1765
> URL: https://issues.apache.org/jira/browse/NETBEANS-1765
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Model, platform - Autoupdate
>Affects Versions: 10.0
>Reporter: Jaroslav Tulach
>Assignee: Svatopluk Dedic
>Priority: Minor
> Fix For: 12.0
>
>
> Update NetBeans to version
> {code:java}
> commit ab822e2c93541f69bc5e27250f22ba84c4f581ec (HEAD -> 
> feature/autoupdate_enable_download, sdedic/feature/autoupdate_enable_download)
> Author: Svata Dedic 
> Date: Fri Nov 30 18:33:37 2018 +0100
> {code}
> and then {{ant build}} and start with clean userdir:
> {code:java}
> nbbuild$ rm -rf netbeans/ testuserdir/; unzip 
> NetBeans-dev-*-ab822e2c9354-release.zip ; ant tryme{code}
> Go to _Tools/Plugins/Installed_, check the _Show details_ checkbox, so one 
> sees not only features, but all AU visible modules and try to activate 
> *JavaScript2 Kit*:
> {code:java}
> Activation failed: Not all requested modules can be enabled: 
> [StandardModule:org.netbeans.modules.javascript2.kit jarFile: 
> nbbuild/netbeans/webcommon/modules/org-netbeans-modules-javascript2-kit.jar]{code}
>  
> There is a workaround. One can go into the _Available Plugins_ tab and 
> install *Oracle Javascript Parser implementation* first. Then activation of 
> *JavaScript2 Kit* (btw. why "2", that is an implementation detail the version 
> "1" is buried in history for many years) succeeds.



--
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-4699) Make it easy to create dynamically updated ProxyLookup

2020-12-09 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach resolved NETBEANS-4699.
---
Fix Version/s: 12.2
   Resolution: Fixed

Integrated, as far as I know.

> Make it easy to create dynamically updated ProxyLookup
> --
>
> Key: NETBEANS-4699
> URL: https://issues.apache.org/jira/browse/NETBEANS-4699
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Lookup
>Affects Versions: 12.0
>Reporter: Jaroslav Tulach
>Assignee: Tim Boudreau
>Priority: Major
> Fix For: 12.2
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> One of the most common uses of ProxyLookup is to dynamically change the set 
> of lookups being delegated to. The objection to exposing the 
> setLookups() method is straightforward it would be inviting 
> clients of such a Lookup to call it.



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

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

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



[jira] [Commented] (NETBEANS-5069) Wrong rendering of Lombok classes

2020-12-09 Thread Arvind (Jira)


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

Arvind commented on NETBEANS-5069:
--

As an immediate workaround can you please try and uninstall nb-javac and see if 
it helps .

 

> Wrong rendering of Lombok classes
> -
>
> Key: NETBEANS-5069
> URL: https://issues.apache.org/jira/browse/NETBEANS-5069
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Product Version: Apache NetBeans IDE 12.1
> Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS
> Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS
> System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb)
> openjdk version "11.0.8" 2020-07-14 LTS
> OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS)
> OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed 
> mode)
> No LSB modules are available.
> Distributor ID:   Ubuntu
> Description:  Ubuntu 20.04.1 LTS
> Release:  20.04
> Codename: focal
>Reporter: Paul Ponec
>Assignee: Akshay Gupta
>Priority: Critical
> Attachments: JUnitLombok.zip, Snímek 
> obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, lombok.png
>
>
> The IDE displays false errors in classes affected by Lombok framework. I have 
> attached a screenshot and a sample project. Although it might seem that this 
> is only a cosmetic mistake, the NetBeans is practically unusable on larger 
> projects, and this situation has forced me to temporarily switch to competing 
> IDE.



--
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-5134) Error nodes in Gradle subprojects

2020-12-09 Thread Jaroslav Tulach (Jira)
Jaroslav Tulach created NETBEANS-5134:
-

 Summary: Error nodes in Gradle subprojects
 Key: NETBEANS-5134
 URL: https://issues.apache.org/jira/browse/NETBEANS-5134
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 12.2
Reporter: Jaroslav Tulach
Assignee: Laszlo Kishalmi
 Attachments: image-2020-12-10-04-55-17-574.png

I am trying to open

[https://github.com/daemontus/heap-language/]

project in NetBeans 12.2 and this is the result:

!image-2020-12-10-04-55-17-574.png!

There is a lot of Error Node. This is caused by
{code:java}
@Override
public Node node(SourceGroup group) {
Project owner = FileOwnerQuery.getOwner(group.getRootFolder());
if (owner != project) {
if (owner == null) {
//#152418 if project for folder is not found, just look the 
other way..

Logger.getLogger(SourcesNodeFactory.class.getName()).log(Level.INFO, "Cannot 
find a project owner for folder {0}", group.getRootFolder()); //NOI18N
return null;
}
AbstractNode erroNode = new AbstractNode(Children.LEAF);
String prjText = 
ProjectUtils.getInformation(owner).getDisplayName();
//TODO: Could this happen? Use Bundle.
erroNode.setDisplayName("Error Node: " + group.getDisplayName() 
+ " " + prjText);
return erroNode;
} {code}
the {{group.getRootFolder()}} belongs to sub project, but the {{owner}} is 
identified as the parent 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] [Updated] (NETBEANS-5134) Error nodes in Gradle subprojects

2020-12-09 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach updated NETBEANS-5134:
--
Description: 
I am trying to open

[https://github.com/daemontus/heap-language/]

project in NetBeans 12.2 and this is the result:

!image-2020-12-10-04-55-17-574.png!

There is a lot of Error Node. This is caused by {{SourcesNodeFactory}}:
{code:java}
@Override
public Node node(SourceGroup group) {
Project owner = FileOwnerQuery.getOwner(group.getRootFolder());
if (owner != project) {
if (owner == null) {
//#152418 if project for folder is not found, just look the 
other way..

Logger.getLogger(SourcesNodeFactory.class.getName()).log(Level.INFO, "Cannot 
find a project owner for folder {0}", group.getRootFolder()); //NOI18N
return null;
}
AbstractNode erroNode = new AbstractNode(Children.LEAF);
String prjText = 
ProjectUtils.getInformation(owner).getDisplayName();
//TODO: Could this happen? Use Bundle.
erroNode.setDisplayName("Error Node: " + group.getDisplayName() 
+ " " + prjText);
return erroNode;
} {code}
the {{group.getRootFolder()}} belongs to sub project, but the {{owner}} is 
identified as the parent project.

  was:
I am trying to open

[https://github.com/daemontus/heap-language/]

project in NetBeans 12.2 and this is the result:

!image-2020-12-10-04-55-17-574.png!

There is a lot of Error Node. This is caused by
{code:java}
@Override
public Node node(SourceGroup group) {
Project owner = FileOwnerQuery.getOwner(group.getRootFolder());
if (owner != project) {
if (owner == null) {
//#152418 if project for folder is not found, just look the 
other way..

Logger.getLogger(SourcesNodeFactory.class.getName()).log(Level.INFO, "Cannot 
find a project owner for folder {0}", group.getRootFolder()); //NOI18N
return null;
}
AbstractNode erroNode = new AbstractNode(Children.LEAF);
String prjText = 
ProjectUtils.getInformation(owner).getDisplayName();
//TODO: Could this happen? Use Bundle.
erroNode.setDisplayName("Error Node: " + group.getDisplayName() 
+ " " + prjText);
return erroNode;
} {code}
the {{group.getRootFolder()}} belongs to sub project, but the {{owner}} is 
identified as the parent project.


> Error nodes in Gradle subprojects
> -
>
> Key: NETBEANS-5134
> URL: https://issues.apache.org/jira/browse/NETBEANS-5134
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.2
>Reporter: Jaroslav Tulach
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: image-2020-12-10-04-55-17-574.png
>
>
> I am trying to open
> [https://github.com/daemontus/heap-language/]
> project in NetBeans 12.2 and this is the result:
> !image-2020-12-10-04-55-17-574.png!
> There is a lot of Error Node. This is caused by {{SourcesNodeFactory}}:
> {code:java}
> @Override
> public Node node(SourceGroup group) {
> Project owner = FileOwnerQuery.getOwner(group.getRootFolder());
> if (owner != project) {
> if (owner == null) {
> //#152418 if project for folder is not found, just look 
> the other way..
> 
> Logger.getLogger(SourcesNodeFactory.class.getName()).log(Level.INFO, "Cannot 
> find a project owner for folder {0}", group.getRootFolder()); //NOI18N
> return null;
> }
> AbstractNode erroNode = new AbstractNode(Children.LEAF);
> String prjText = 
> ProjectUtils.getInformation(owner).getDisplayName();
> //TODO: Could this happen? Use Bundle.
> erroNode.setDisplayName("Error Node: " + 
> group.getDisplayName() + " " + prjText);
> return erroNode;
> } {code}
> the {{group.getRootFolder()}} belongs to sub project, but the {{owner}} is 
> identified as the parent 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] [Updated] (NETBEANS-5111) Update JAXB from 2.2 to 2.3

2020-12-09 Thread ASF GitHub Bot (Jira)


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

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

> Update JAXB from 2.2 to 2.3
> ---
>
> Key: NETBEANS-5111
> URL: https://issues.apache.org/jira/browse/NETBEANS-5111
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 12.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Notes:
> - Utilize 'jakarta.activation' instead of 'javax.activation'
> - Utilize 'jakarta.xml.bind-api' instead of 'jaxb-api'
> - Second release under the Eclipse Foundation
> - Update license type to EDL-1.0
> - Several bug fixes and improvements
> - Many Security fixes
> - JAXB api can now be loaded as a module



--
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-5133) On MACOS Big Sur a normal user can not open Preferences or Plugins

2020-12-09 Thread Jose Medeiros (Jira)


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

Jose Medeiros reassigned NETBEANS-5133:
---

Assignee: Jose Medeiros

> On MACOS Big Sur a normal user can not open Preferences or Plugins
> --
>
> Key: NETBEANS-5133
> URL: https://issues.apache.org/jira/browse/NETBEANS-5133
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Settings, platform - Plugin Manager
>Affects Versions: 12.1, 12.2
> Environment: macOS Big Sur 11.0.1
>Reporter: Jose Medeiros
>Assignee: Jose Medeiros
>Priority: Critical
>
> When running as a normal user, if you click on Netbeans->Preferences the 
> window will open, shake, freeze and not let you do anything. The same thing 
> happens with the Tools->Plugins. Running as super user it works perfectly. 
> Could it be trying to pop up an authentication window that never shows up? 
> See my answer at Stackoverflow 
> [https://stackoverflow.com/questions/61904617/access-to-root-application-support-macos-java/61994057#61994057]
>  if that's the case.



--
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-5133) On MACOS Big Sur a normal user can not open Preferences or Plugins

2020-12-09 Thread Jose Medeiros (Jira)
Jose Medeiros created NETBEANS-5133:
---

 Summary: On MACOS Big Sur a normal user can not open Preferences 
or Plugins
 Key: NETBEANS-5133
 URL: https://issues.apache.org/jira/browse/NETBEANS-5133
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Settings, platform - Plugin Manager
Affects Versions: 12.2, 12.1
 Environment: macOS Big Sur 11.0.1
Reporter: Jose Medeiros


When running as a normal user, if you click on Netbeans->Preferences the window 
will open, shake, freeze and not let you do anything. The same thing happens 
with the Tools->Plugins. Running as super user it works perfectly. Could it be 
trying to pop up an authentication window that never shows up? See my answer at 
Stackoverflow 
[https://stackoverflow.com/questions/61904617/access-to-root-application-support-macos-java/61994057#61994057]
 if that's the case.



--
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-5123) Scanner class is not working

2020-12-09 Thread Maxwell (Jira)


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

Maxwell edited comment on NETBEANS-5123 at 12/9/20, 10:35 PM:
--

I did another tests and I got more information about this issue:

When I'm using tools like Ant or Gradle into NetBeans, the class Scanner works 
perfectly ... Only fails with Maven tool.

I hope this can be useful.

 


was (Author: ravenman):
I did another tests and I got more information about this issue:

When I'm using tools like Ant or Gradle into Netbeans, the class Scanner works 
perfectly ... Only fails with Maven tool.

I hope this can be useful.

 

> Scanner class is not working
> 
>
> Key: NETBEANS-5123
> URL: https://issues.apache.org/jira/browse/NETBEANS-5123
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1, 12.2
> Environment: Product Version: Apache NetBeans IDE 12.2
> Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12
> Runtime: OpenJDK Runtime Environment 14.0.2+12
> System: Linux version 5.9.13-arch1-1 running on amd64; UTF-8; en_US (nb)
> User directory: /home/user/.netbeans/12.2
> Cache directory: /home/user/.cache/netbeans/12.2
>Reporter: Maxwell
>Priority: Blocker
>
> Hi,
> I'm trying to use the scanner function in Netbeans on GNU/Linux and I can't 
> get anything. I did a search on the web and I found this similar issues 
> reports:
> [Found in 
> Reddit:|https://www.reddit.com/r/javahelp/comments/hogiy0/problem_with_netbeans_ide_cant_run_scanner/]
> [Found in 
> StackOverFlow|https://stackoverflow.com/questions/65093960/problem-with-java-scanner-when-using-netbeans-it-does-not-show-any-reaction]
> Can you check and fix this ASAP, please?
>  



--
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-5123) Scanner class is not working

2020-12-09 Thread Maxwell (Jira)


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

Maxwell commented on NETBEANS-5123:
---

I did another tests and I got more information about this issue:

When I'm using tools like Ant or Gradle into Netbeans, the class Scanner works 
perfectly ... Only fails with Maven tool.

I hope this can be useful.

 

> Scanner class is not working
> 
>
> Key: NETBEANS-5123
> URL: https://issues.apache.org/jira/browse/NETBEANS-5123
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1, 12.2
> Environment: Product Version: Apache NetBeans IDE 12.2
> Java: 14.0.2; OpenJDK 64-Bit Server VM 14.0.2+12
> Runtime: OpenJDK Runtime Environment 14.0.2+12
> System: Linux version 5.9.13-arch1-1 running on amd64; UTF-8; en_US (nb)
> User directory: /home/user/.netbeans/12.2
> Cache directory: /home/user/.cache/netbeans/12.2
>Reporter: Maxwell
>Priority: Blocker
>
> Hi,
> I'm trying to use the scanner function in Netbeans on GNU/Linux and I can't 
> get anything. I did a search on the web and I found this similar issues 
> reports:
> [Found in 
> Reddit:|https://www.reddit.com/r/javahelp/comments/hogiy0/problem_with_netbeans_ide_cant_run_scanner/]
> [Found in 
> StackOverFlow|https://stackoverflow.com/questions/65093960/problem-with-java-scanner-when-using-netbeans-it-does-not-show-any-reaction]
> Can you check and fix this ASAP, please?
>  



--
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-4580) aparecio esta advertencia

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4580.

Resolution: Incomplete

> aparecio esta advertencia
> -
>
> Key: NETBEANS-4580
> URL: https://issues.apache.org/jira/browse/NETBEANS-4580
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 12.0
>Reporter: eduardo poma virrueta
>Assignee: eduardo poma virrueta
>Priority: Major
>
> ---
> >Log Session: Monday, July 13, 2020 at 10:12:48 AM Bolivia Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.0
>   Operating System= Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor= 14.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 14.0.1+7; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 14.0.1+7
>   Java Home   = C:\Program Files\Java\jdk-14.0.1
>   System Locale; Encoding = es_ES (nb); Cp1252
>   Home Directory  = C:\Users\donal
>   Current Directory   = C:\Program Files\NetBeans-12.0
>   User Directory  = C:\Users\donal\AppData\Roaming\NetBeans\12.0
>   Cache Directory = C:\Users\donal\AppData\Local\NetBeans\Cache\12.0
>   Installation= C:\Program Files\NetBeans-12.0\netbeans\nb
> C:\Program Files\NetBeans-12.0\netbeans\ergonomics
> C:\Program Files\NetBeans-12.0\netbeans\ide
> C:\Program Files\NetBeans-12.0\netbeans\extide
> C:\Program Files\NetBeans-12.0\netbeans\java
> C:\Program Files\NetBeans-12.0\netbeans\apisupport
> C:\Program Files\NetBeans-12.0\netbeans\webcommon
> C:\Program 
> Files\NetBeans-12.0\netbeans\websvccommon
> C:\Program Files\NetBeans-12.0\netbeans\enterprise
> C:\Program Files\NetBeans-12.0\netbeans\profiler
> C:\Program Files\NetBeans-12.0\netbeans\php
> C:\Program Files\NetBeans-12.0\netbeans\harness
> C:\Program Files\NetBeans-12.0\netbeans\groovy
> C:\Program Files\NetBeans-12.0\netbeans\javafx
> C:\Program Files\NetBeans-12.0\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = C:\Program 
> Files\NetBeans-12.0\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-12.0\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\asm-7.2.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\asm-commons-7.2.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\asm-tree-7.2.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-12.0\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-12.0\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-12.0\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-12.0\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-12.0/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ant.hints, org.netbeans.modules.apisupport.ant, 
> org.netbeans.modules.java.hints, org.netbeans.modules.jshell.support, 
> org.netbeans.modules.maven.hints, org.netbeans.modules.maven.j2ee, 
> org.netbeans.modules.web.beans] use 
> org.netbeans.modules.java.hints.legacy.spi which is deprecated: Use Java 
> Hints SPI (org.netbeans.spi.java.hints) instead.
> WARNING [org.openide.

[jira] [Resolved] (NETBEANS-4551) IDE processing speed-slowness

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4551.

Resolution: Incomplete

> IDE processing speed-slowness
> -
>
> Key: NETBEANS-4551
> URL: https://issues.apache.org/jira/browse/NETBEANS-4551
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, ide - UI, ide - Welcome
>Affects Versions: 11.3
> Environment: OS: Windows 8.1 N Pro x32-bit
> RAM: 2GB
>Reporter: John Magdy Lotfy
>Priority: Minor
>




--
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-4937) Plugins management

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4937.

Resolution: Incomplete

> Plugins management
> --
>
> Key: NETBEANS-4937
> URL: https://issues.apache.org/jira/browse/NETBEANS-4937
> Project: NetBeans
>  Issue Type: Bug
> Environment: Linux
>Reporter: Alberto Candelaresi
>Priority: Major
>
> ---
> >Log Session: Saturday, October 24, 2020 at 1:05:55 PM Central European 
> >Summer Time
> >System Info: 
>   Product Version = Apache NetBeans IDE 12.1
>   Operating System= Linux version 4.15.0-122-generic running on amd64
>   Java; VM; Vendor= 9.0.4; Java HotSpot(TM) 64-Bit Server VM 
> 9.0.4+11; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 9.0.4+11
>   Java Home   = /usr/lib/jvm/java-9-oracle
>   System Locale; Encoding = it_IT (nb); UTF-8
>   Home Directory  = /home/alberto
>   Current Directory   = /home/alberto
>   User Directory  = /home/alberto/snap/netbeans/common/data/12.1
>   Cache Directory = /home/alberto/snap/netbeans/common/cache/12.1
>   Installation= /snap/netbeans/35/netbeans/nb
> /snap/netbeans/35/netbeans/ergonomics
> /snap/netbeans/35/netbeans/ide
> /snap/netbeans/35/netbeans/extide
> /snap/netbeans/35/netbeans/java
> /snap/netbeans/35/netbeans/apisupport
> /snap/netbeans/35/netbeans/webcommon
> /snap/netbeans/35/netbeans/websvccommon
> /snap/netbeans/35/netbeans/enterprise
> /snap/netbeans/35/netbeans/profiler
> /snap/netbeans/35/netbeans/php
> /snap/netbeans/35/netbeans/harness
> /snap/netbeans/35/netbeans/cpplite
> /snap/netbeans/35/netbeans/groovy
> /snap/netbeans/35/netbeans/extra
> /snap/netbeans/35/netbeans/javafx
> /snap/netbeans/35/netbeans/platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> /snap/netbeans/35/netbeans/platform/lib/boot.jar:/snap/netbeans/35/netbeans/platform/lib/org-openide-modules.jar:/snap/netbeans/35/netbeans/platform/lib/org-openide-util.jar:/snap/netbeans/35/netbeans/platform/lib/org-openide-util-lookup.jar:/snap/netbeans/35/netbeans/platform/lib/org-openide-util-ui.jar
>   Startup Classpath   = 
> /snap/netbeans/35/netbeans/platform/core/asm-8.0.1.jar:/snap/netbeans/35/netbeans/platform/core/asm-commons-8.0.1.jar:/snap/netbeans/35/netbeans/platform/core/asm-tree-8.0.1.jar:/snap/netbeans/35/netbeans/platform/core/core-base.jar:/snap/netbeans/35/netbeans/platform/core/core.jar:/snap/netbeans/35/netbeans/platform/core/org-netbeans-libs-asm.jar:/snap/netbeans/35/netbeans/platform/core/org-openide-filesystems-compat8.jar:/snap/netbeans/35/netbeans/platform/core/org-openide-filesystems.jar:/snap/netbeans/35/netbeans/nb/core/org-netbeans-upgrader.jar:/snap/netbeans/35/netbeans/nb/core/locale/core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/snap/netbeans/35/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.openide.filesystems.Ordering]: Found same position 1.000.000 for 
> both 
> Services/MIMEResolver/org-netbeans-modules-cpplite-editor-file-CDataObject-Extension.xml
>  and 
> Services/MIMEResolver/org-netbeans-modules-cpplite-editor-file-CPPDataObject-Extension.xml
> WARNING [org.openide.filesystems.Ordering]: Not all children in 
> Services/MIMEResolver/ marked with the position attribute: 
> [org-netbeans-modules-cpplite-editor-file-HDataObject-Extension.xml, 
> org-netbeans-modules-cpplite-editor-file-HPPDataObject-Extension.xml], but 
> some are: 
> [org-openide-loaders-DataLoaderPool$InstanceLoaderSystem-Extension.xml, 
> org-netbeans-core-startup-layers-SystemFileSystem-Extension.xml, 
> org-netbeans-modules-java-JavaDataObject-Extension.xml, 
> org-netbeans-modules-java-ClassDataObject-Extension.xml, 
> org-netbeans-modules-image-ImageDataObject-serialVersionUID-Extension.xml, 
> org-netbeans-modules-image-ImageDataO

[jira] [Resolved] (NETBEANS-4922) Error starting NetBeans 12.1

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4922.

Resolution: Incomplete

> Error starting NetBeans 12.1
> 
>
> Key: NETBEANS-4922
> URL: https://issues.apache.org/jira/browse/NETBEANS-4922
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 12.1
> Environment: MS Windows 10
>Reporter: William H. Bowers
>Priority: Major
>




--
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-4467) It froze when opening a php file.

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4467.

Resolution: Incomplete

> It froze when opening a php file.
> -
>
> Key: NETBEANS-4467
> URL: https://issues.apache.org/jira/browse/NETBEANS-4467
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 12.0
> Environment: Ubuntu 18.04
>Reporter: Tormenta Cerebral S.A
>Priority: Major
>
> 
>   2020-06-18T07:42:46
>   1592487766629
>   686
>   org.netbeans.modules.deadlock.detector.Detector
>   1000
>   35
>   /tmp/deadlock18395339911371002117.txt
>   
> 
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
> 
>   org.netbeans.lib.lexer.TokenHierarchyOperation
>   tokenSequenceList
>   429
>   ${netBeansDir}modules/org-netbeans-modules-lexer.jar
> 
> 
>   org.netbeans.api.lexer.TokenHierarchy
>   tokenSequenceList
>   204
>   ${netBeansDir}modules/org-netbeans-modules-lexer.jar
> 
> 
>   
> org.netbeans.modules.html.editor.coloring.EmbeddingHighlightsContainer$Highlights
>   _moveNext
>   197
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   
> org.netbeans.modules.html.editor.coloring.EmbeddingHighlightsContainer$Highlights
>   moveNext
>   258
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper
>   fetchNextHighlight
>   600
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper
>   init
>   509
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence
>   
>   211
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer
>   getHighlights
>   96
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader
>   
>   42
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory
>   restart
>   167
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState
>   init
>   1299
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.ViewBuilder
>   createViews
>   699
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.ViewBuilder
>   createReplaceRepaintViews
>   660
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.ViewUpdates
>   initParagraphs
>   206
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.DocumentViewOp
>   initParagraphs
>   634
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren
>   ensureParagraphsChildrenAndLayoutValid
>   512
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren
>   ensureParagraphViewChildrenValid
>   268
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren
>   viewToModelChecked
>   316
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.DocumentView
>   viewToModelNeedsLock
>   819
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.ViewHierarchyImpl
>   viewToModel
>   232
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.modules.editor.lib2.view.LockedViewHierarchy
>   viewToModel
>   139
>   ${netBeansDir}modules/org-netbeans-modules-editor-lib2.jar
> 
> 
>   org.netbeans.editor.BaseTextUI
>   getPosFromY
>   286
>   ${netBeansDir}m

[jira] [Resolved] (NETBEANS-4879) Code completion breaks when typing ForkJoin

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4879.

Resolution: Incomplete

> Code completion breaks when typing ForkJoin
> ---
>
> Key: NETBEANS-4879
> URL: https://issues.apache.org/jira/browse/NETBEANS-4879
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Juan F Arjona
>Priority: Major
>
> Type ForkJoin and hit ctrl-space.
>  



--
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-4690) crash alla ripresa della sessione di lavoro

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4690.

Resolution: Incomplete

> crash alla ripresa della sessione di lavoro
> ---
>
> Key: NETBEANS-4690
> URL: https://issues.apache.org/jira/browse/NETBEANS-4690
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 12.0.1
> Environment: os windows 10
>Reporter: Giovanni DI MEGLIO
>Priority: Major
>  Labels: newbie
>
> 
>   2020-08-06T15:38:34
>   1596721114950
>   962
>   org.netbeans.modules.deadlock.detector.Detector
>   1000
>   41
>   
> C:\Users\Giovanni\AppData\Local\Temp\deadlock6964977183922262660.txt
>   
> 
> org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
>  A deadlock was detected.
> We suggest to restart the IDE to recover.
> 
>   org.netbeans.lib.lexer.LanguageManager
>   findLanguage
>   123
>   ${netBeansDir}modules/org-netbeans-modules-lexer.jar
> 
> 
>   org.netbeans.api.lexer.Language
>   find
>   141
>   ${netBeansDir}modules/org-netbeans-modules-lexer.jar
> 
> 
>   
> org.netbeans.modules.html.knockout.KOJsEmbeddingProviderPlugin
>   
>   85
>   
> ${netBeansDir}modules/org-netbeans-modules-html-knockout.jar
> 
> 
>   jdk.internal.reflect.NativeConstructorAccessorImpl
>   newInstance0
>   
> jrt:/java.base/jdk/internal/reflect/NativeConstructorAccessorImpl.class
> 
> 
>   jdk.internal.reflect.NativeConstructorAccessorImpl
>   newInstance
>   62
>   
> jrt:/java.base/jdk/internal/reflect/NativeConstructorAccessorImpl.class
> 
> 
>   jdk.internal.reflect.DelegatingConstructorAccessorImpl
>   newInstance
>   45
>   
> jrt:/java.base/jdk/internal/reflect/DelegatingConstructorAccessorImpl.class
> 
> 
>   java.lang.reflect.Constructor
>   newInstanceWithCaller
>   500
>   jrt:/java.base/java/lang/reflect/Constructor.class
> 
> 
>   java.lang.reflect.Constructor
>   newInstance
>   481
>   jrt:/java.base/java/lang/reflect/Constructor.class
> 
> 
>   
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup
>   createInstance
>   247
>   
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
> 
> 
>   
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
>   createInstanceFor
>   388
>   
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
> 
> 
>   
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$InstanceItem
>   getInstance
>   324
>   
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
> 
> 
>   
> org.netbeans.modules.editor.mimelookup.impl.FolderPathLookup$PairItem
>   getInstance
>   179
>   
> ${netbeans.home}modules/org-netbeans-modules-editor-mimelookup-impl.jar
> 
> 
>   org.openide.util.lookup.AbstractLookup$R
>   allInstances
>   1030
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.AbstractLookup$R
>   allInstances
>   1010
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.ProxyLookup$LazyCollection
>   computeSingleResult
>   1264
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.ProxyLookup$LazyCollection
>   computeDelegate
>   1102
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.ProxyLookup$LazyCollection
>   access$900
>   1030
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   org.openide.util.lookup.ProxyLookup$LazyCollection$1
>   hasNext
>   1230
>   ${netbeans.home}lib/org-openide-util-lookup.jar
> 
> 
>   
> org.netbeans.modules.html.editor.embedding.JsEPPluginQuery$Session
>   startProcessing
>   83
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   
> org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider
>   process
>   151
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   
> org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider
>   access$100
>   57
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   
> org.netbeans.modules.html.editor.embedding.JsEmbeddingProvider$1
>   run
>   111
>   ${netBeansDir}modules/org-netbeans-modules-html-editor.jar
> 
> 
>   org.netbeans.modules.pars

[jira] [Resolved] (NETBEANS-4289) JGit messes up .gitconfig file

2020-12-09 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4289.

Fix Version/s: 12.3
   Resolution: Fixed

Update to JGit 5.7 was merged to master.

> 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
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> 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



[jira] [Assigned] (NETBEANS-4289) JGit messes up .gitconfig file

2020-12-09 Thread Jira


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

Matthias Bläsing reassigned NETBEANS-4289:
--

Assignee: Matthias Bläsing

> 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
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> 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 master updated (c9dc923 -> 81f31d3)

2020-12-09 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from c9dc923  Disable 7th and 8th stage of Maven compilation test in 
VSNetBeans. It started to fail for unknown reason after integration.
 new 3618b76  [NETBEANS-4289] Updated JGit to 5.7.0.202003110725
 new eac4b81  [NETBEANS-4289] Fix OSGI manifest of jgit for missing 
Import-Package of javax.management
 new 81f31d3  Merge pull request #2580 from matthiasblaesing/update-jgit

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


Summary of changes:
 .../libs/git/jgit/commands/TransportCommand.java   |  5 +
 .../org/netbeans/libs/git/jgit/ConnectionTest.java |  5 +
 ide/o.eclipse.jgit/build.xml   | 24 +-
 ide/o.eclipse.jgit/external/binaries-list  |  2 +-
 eclipse.jgit-5.7.0.202003110725-r-license.txt} |  2 +-
 ide/o.eclipse.jgit/nbproject/project.properties|  2 +-
 ide/o.eclipse.jgit/nbproject/project.xml   |  2 +-
 .../org/netbeans/nbbuild/extlibs/ignored-overlaps  |  1 +
 8 files changed, 38 insertions(+), 5 deletions(-)
 rename 
ide/o.eclipse.jgit/external/{org.eclipse.jgit-5.5.1.201910021850-r-license.txt 
=> org.eclipse.jgit-5.7.0.202003110725-r-license.txt} (98%)


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

2020-12-09 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento updated NETBEANS-4293:
-
Affects Version/s: 12.2

> 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, 12.2
>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 
> ja

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

2020-12-09 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento commented on NETBEANS-4293:
--

I can confirm its happen in 12.2 release too (Final User Distro).

I'm using macOs Big Sur (11.0.1) , the error happens when you are scrooling 
details of another error in Report Issue process.

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

[jira] [Updated] (NETBEANS-5132) Netbeans 12.2 NPE in background scanning of project

2020-12-09 Thread Davide Villa (Jira)


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

Davide Villa updated NETBEANS-5132:
---
Description: 
the background scanning of my project throws a NPE in the version 12.2.
 no problems on the previous version 12.1

 

may be the same problem reported NETBEANS-5125

 

 

  was:
the background scanning of my project throws a NPE in the version 12.2.
no problems on the previous version 12.1

 

 


> Netbeans 12.2 NPE in background scanning of project
> ---
>
> Key: NETBEANS-5132
> URL: https://issues.apache.org/jira/browse/NETBEANS-5132
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: OS: Ubuntu 20.04
> JDK: Oracle 1.8_271
>Reporter: Davide Villa
>Priority: Critical
> Attachments: netbeans.log, ui.log
>
>
> the background scanning of my project throws a NPE in the version 12.2.
>  no problems on the previous version 12.1
>  
> may be the same problem reported NETBEANS-5125
>  
>  



--
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-5132) Netbeans 12.2 NPE in background scanning of project

2020-12-09 Thread Davide Villa (Jira)


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

Davide Villa updated NETBEANS-5132:
---
Priority: Critical  (was: Major)

> Netbeans 12.2 NPE in background scanning of project
> ---
>
> Key: NETBEANS-5132
> URL: https://issues.apache.org/jira/browse/NETBEANS-5132
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: OS: Ubuntu 20.04
> JDK: Oracle 1.8_271
>Reporter: Davide Villa
>Priority: Critical
> Attachments: netbeans.log, ui.log
>
>
> the background scanning of my project throws a NPE in the version 12.2.
> no problems on the previous version 12.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] [Created] (NETBEANS-5132) Netbeans 12.2 NPE in background scanning of project

2020-12-09 Thread Davide Villa (Jira)
Davide Villa created NETBEANS-5132:
--

 Summary: Netbeans 12.2 NPE in background scanning of project
 Key: NETBEANS-5132
 URL: https://issues.apache.org/jira/browse/NETBEANS-5132
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: OS: Ubuntu 20.04
JDK: Oracle 1.8_271
Reporter: Davide Villa
 Attachments: netbeans.log, ui.log

the background scanning of my project throws a NPE in the version 12.2.
no problems on the previous version 12.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



svn commit: r44901 - /release/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-macosx.dmg.sha512

2020-12-09 Thread lkishalmi
Author: lkishalmi
Date: Wed Dec  9 17:38:14 2020
New Revision: 44901

Log:
Fix Apache-NetBeans-12.2-bin-macosx.dmg.sha512

Modified:
release/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-macosx.dmg.sha512

Modified: 
release/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-macosx.dmg.sha512
==
--- release/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-macosx.dmg.sha512 
(original)
+++ release/netbeans/netbeans/12.2/Apache-NetBeans-12.2-bin-macosx.dmg.sha512 
Wed Dec  9 17:38:14 2020
@@ -1,4 +1 @@
-Apache-NetBeans-12.2-bin-macosx.dmg: C0CDF00F 165E30AE 8E6499E0 76536B48
- EC2FAF96 90081957 1CE08C0A 59493FCD
- C09ACCB8 7A60482B 4E7ABB59 25B1666C
- 5A885716 BB78128F 96D6FD7A 4DCECAE3
+808f0c0de43d4f4bfa276c7317cd69b44601e929e0103fa985af69531a2cda1984facfe73de5efe027cb2acef4e25021e8f3c61906c4948a1282473f01630f22
  Apache-NetBeans-12.2-bin-macosx.dmg



-
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-1842) ambiguous method when using Lombok

2020-12-09 Thread Xavier G (Jira)


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

Xavier G edited comment on NETBEANS-1842 at 12/9/20, 5:01 PM:
--

Hi, 
 I Just installed netbeans 12.2 in the hope it would work but no luck.

But doing so I got a new error message which I think could help a lot. In our 
project we have another annotation processor used hibernate-jpamodel and this 
one seems to be the real culprit behind the scene. This annotation processor 
use Jaxb which was removed since Java11.
{code:java}
// espace réservé du code
java.lang.NullPointerException
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
 at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:404)
 at com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)
 [catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
{code}


 ...


{code:java}
// espace réservé du code
Annotation processing error: java.lang.NoClassDefFoundError: 
javax/xml/bind/JAXBException 
org.hibernate.jpamodelgen.xml.JpaDescriptorParser  60 
org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor init 99
{code}


 the annotation processor in this case is run I believe by the IDE java version 
(in my case Java14 and not the target Java8) which could explain the wrong 
classes issued by annotation processor.

I don't know how I can add jaxb to netbeans module so nbjavac got jaxb but I 
think the problem is here.

 

Hope someone can help

 

-

My bad it's more complicated, I update hibernate-jpamodel to 5.4.25.Final, the 
NoClassDefFoundError disappeared but still have NullPointerException along the 
way :

 

 
{code:java}
// espace réservé du code
java.lang.NullPointerException
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
at 
com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930)
at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434)
at com.sun.tools.javac.code.Type$ClassType.complete(Type.java:1164)
at 
com.sun.tools.javac.code.Type$ClassType.getTypeArguments(Type.java:1085)
at com.sun.tools.javac.code.Type$ClassType.isErroneous(Type.java:1120)
at com.sun.tools.javac.comp.Resolve.findGlobalType(Resolve.java:2258)
at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:2337)
at com.sun.tools.javac.comp.Resolve.findIdentInternal(Resolve.java:2372)
at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2358)
at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2632)
at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:4214)
at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2434)
at com.sun.tools.javac.comp.Attr.attribTree(Att

[jira] [Comment Edited] (NETBEANS-1842) ambiguous method when using Lombok

2020-12-09 Thread Xavier G (Jira)


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

Xavier G edited comment on NETBEANS-1842 at 12/9/20, 5:00 PM:
--

Hi, 
 I Just installed netbeans 12.2 in the hope it would work but no luck.

But doing so I got a new error message which I think could help a lot. In our 
project we have another annotation processor used hibernate-jpamodel and this 
one seems to be the real culprit behind the scene. This annotation processor 
use Jaxb which was removed since Java11.
 `java.lang.NullPointerException
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
 at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:404)
 at com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)
 [catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 `
 ...
 `
 Annotation processing error: java.lang.NoClassDefFoundError: 
javax/xml/bind/JAXBException org.hibernate.jpamodelgen.xml.JpaDescriptorParser 
 60 org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor init 99 `
 `
 the annotation processor in this case is run I believe by the IDE java version 
(in my case Java14 and not the target Java8) which could explain the wrong 
classes issued by annotation processor.

I don't know how I can add jaxb to netbeans module so nbjavac got jaxb but I 
think the problem is here.

 

Hope someone can help

 

-

My bad it's more complicated, I update hibernate-jpamodel to 5.4.25.Final, the 
NoClassDefFoundError disappeared but still have NullPointerException along the 
way :

 

 
{code:java}
// espace réservé du code
java.lang.NullPointerException
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
at 
com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930)
at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434)
at com.sun.tools.javac.code.Type$ClassType.complete(Type.java:1164)
at 
com.sun.tools.javac.code.Type$ClassType.getTypeArguments(Type.java:1085)
at com.sun.tools.javac.code.Type$ClassType.isErroneous(Type.java:1120)
at com.sun.tools.javac.comp.Resolve.findGlobalType(Resolve.java:2258)
at com.sun.tools.javac.comp.Resolve.findType(Resolve.java:2337)
at com.sun.tools.javac.comp.Resolve.findIdentInternal(Resolve.java:2372)
at com.sun.tools.javac.comp.Resolve.findIdent(Resolve.java:2358)
at com.sun.tools.javac.comp.Resolve.resolveIdent(Resolve.java:2632)
at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:4214)
at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:2434)
at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:673)
at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:4301)
  

[netbeans] branch master updated: Disable 7th and 8th stage of Maven compilation test in VSNetBeans. It started to fail for unknown reason after integration.

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

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


The following commit(s) were added to refs/heads/master by this push:
 new c9dc923  Disable 7th and 8th stage of Maven compilation test in 
VSNetBeans. It started to fail for unknown reason after integration.
c9dc923 is described below

commit c9dc923f39d61b28f73dc886443956c8fe4d6d6d
Author: Jaroslav Tulach 
AuthorDate: Wed Dec 9 17:35:49 2020 +0100

Disable 7th and 8th stage of Maven compilation test in VSNetBeans.
It started to fail for unknown reason after integration.
---
 java/java.lsp.server/vscode/src/test/suite/extension.test.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/java.lsp.server/vscode/src/test/suite/extension.test.ts 
b/java/java.lsp.server/vscode/src/test/suite/extension.test.ts
index b711b18..0ab9c32 100644
--- a/java/java.lsp.server/vscode/src/test/suite/extension.test.ts
+++ b/java/java.lsp.server/vscode/src/test/suite/extension.test.ts
@@ -95,8 +95,8 @@ class Main {
 }
 
 test("Compile workspace6", async() => demo(6));
-test("Compile workspace7", async() => demo(7));
-test("Compile workspace8", async() => demo(8));
+//test("Compile workspace7", async() => demo(7));
+//test("Compile workspace8", async() => demo(8));
 });
 
 function assertWorkspace(): string {


-
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5130:
---

Can I have more information. Like ide logs on NPE. It might happen that the IDE 
got an NPE during parsing and that cause this issue. You may try it with or 
without nb-javac.

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor, platform - Action Items, 
> projects - Gradle
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, performance
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that ends 
> with such fake errors and notification above.
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way what helps:
> Opening step by step each such classes where such methods are implemented or 
> to theirs return types of methods and so on and renaming such targeted 
> classes that seems lead to an invocation of "Background scanning of 
> projects..." on source file that leads to disappear such fake errors. Take to 
> consideration also that some classes seems as they do not exist even in 
> dialog for Type (CTRL+T).
> So I guess that it should be revised a "Background scanning of projects...".



--
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-5131) Parser highlights "errors" in code that compiles : com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find package java.lang in classpath or bootclasspath

2020-12-09 Thread Will Shackleford (Jira)
Will Shackleford created NETBEANS-5131:
--

 Summary: Parser highlights "errors" in code that compiles : 
com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find package 
java.lang in classpath or bootclasspath 
 Key: NETBEANS-5131
 URL: https://issues.apache.org/jira/browse/NETBEANS-5131
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: Linux Mint 20, JDK 1.8.0_272
Reporter: Will Shackleford
 Attachments: messages.log


Numerous "errors" are highlighted in the editor for code that compiles fine as 
if packages and
classes that the parser should  find it does not. 

the log contains this:


An error occurred during parsing of 
'/home/shackle/NetBeansProjects/crcl/tools/java/crcl4java/crcl4java-ui/src/test/java/crcl/ui/CmdLineClientIT.java'.
 Please report a bug against java/source and attach dump file 
'/home/shackle/.netbeans/12.2/var/log/CmdLineClientIT.dump'.
Caused: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find 
package java.lang in classpath or bootclasspath
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.resolveImports(TypeEnter.java:354)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$ImportsPhase.runPhase(TypeEnter.java:321)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.doCompleteEnvs(TypeEnter.java:282)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter$Phase.completeEnvs(TypeEnter.java:251)
at 
jdk.compiler/com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:198)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:642)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1326)
at jdk.compiler/com.sun.tools.javac.comp.Enter.complete(Enter.java:583)
at jdk.compiler/com.sun.tools.javac.comp.Enter.main(Enter.java:560)
at 
jdk.compiler/com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1066)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:336)
at 
jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:273)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:715)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:524)
at 
org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:144)
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)
 



--
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-1842) ambiguous method when using Lombok

2020-12-09 Thread Xavier G (Jira)


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

Xavier G commented on NETBEANS-1842:


Hi, 
I Just installed netbeans 12.2 in the hope it would work but no luck.


But doing so I got a new error message which I think could help a lot. In our 
project we have another annotation processor used hibernate-jpamodel and this 
one seems to be the real culprit behind the scene. This annotation processor 
use Jaxb which was removed since Java11.
`java.lang.NullPointerException
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
 at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
 at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
 at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:404)
 at com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)
[catch] at 
org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
 at 
org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
`
...
`
Annotation processing error: java.lang.NoClassDefFoundError: 
javax/xml/bind/JAXBException org.hibernate.jpamodelgen.xml.JpaDescriptorParser 
 60 org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor init 99 `
`
the annotation processor in this case is run I believe by the IDE java version 
(in my case Java14 and not the target Java8) which could explain the wrong 
classes issued by annotation processor.

I don't know how I can add jaxb to netbeans module so nbjavac got jaxb but I 
think the problem is here.

 

Hope someone can help

> ambiguous method when using Lombok
> --
>
> Key: NETBEANS-1842
> URL: https://issues.apache.org/jira/browse/NETBEANS-1842
> Project: NetBeans
>  Issue Type: Bug
> Environment: Win10
>Reporter: Rik Scarborough
>Priority: Major
> Attachments: Screen Shot 2019-07-25 at 4.14.03 PM.png
>
>
> When using lombok (v 1.18.4), generated methods show as errors in editor.  
> "reference to  is ambiguous   both method  in 
>  and method  in  match".
>  
> Both methodnames and classnames are the exactly same.



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

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

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



[jira] [Updated] (NETBEANS-4708) click clean and build for cordova (android device) - not do any thing

2020-12-09 Thread Jira


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

Manuel Hernández updated NETBEANS-4708:
---
Affects Version/s: 12.2

> click clean and build for cordova (android device) - not do any thing
> -
>
> Key: NETBEANS-4708
> URL: https://issues.apache.org/jira/browse/NETBEANS-4708
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.2
> Environment: Windows 8.1, RAM 16GB, processor i7
>Reporter: Amikam Kaminsky
>Priority: Critical
> Attachments: messages.log
>
>
> java.lang.NullPointerException
>  at 
> java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
>  at 
> java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
>  at java.base/java.util.Properties.put(Properties.java:1331)
>  at 
> org.netbeans.modules.cordova.platforms.android.AndroidDevice.addProperties(AndroidDevice.java:161)
>  at 
> org.netbeans.modules.cordova.CordovaPerformer.properties(CordovaPerformer.java:353)
>  at 
> org.netbeans.modules.cordova.CordovaPerformer.access$200(CordovaPerformer.java:73)
>  at 
> org.netbeans.modules.cordova.CordovaPerformer$1.run(CordovaPerformer.java:206)
>  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)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)



--
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-5120) Javadoc blocks freezing IDE

2020-12-09 Thread Wayne Wilson (Jira)


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

Wayne Wilson edited comment on NETBEANS-5120 at 12/9/20, 2:21 PM:
--

[~nb-user-2019]

It's version 12.0 that I'm using, not 12.2. The IDE doesn't update itself, only 
the plugins (which I would consider to be a bug on its own), and I don't 
manually update to every minor version as that would be an immense waste of 
time, given that there's a new one every week

It turns out that on the class files, it only happens sometimes. However on the 
package-info files, if you remove every single line (this includes license and 
blank lines) except the one containing "package ...;" then add a line above 
that one, and put "/***" in that new line, it deadlocks the IDE. The same 
happens if you do the same steps except the new line part and put the "/***" 
before "package ...;" in the same line... It does the same if you follow all 
the steps above then copy and paste the Javadoc block instead of trying to 
write it.


was (Author: ww91):
[~nb-user-2019]

It's version 12.0 that I'm using, not 12.2. The IDE doesn't update itself, only 
the plugins (which I would consider to be a bug on its own), and I don't 
manually update to every minor version as that would be an immense waste of 
time, given that there's a new one every week

It turns out that on the class files, it only happens sometimes. However on the 
package-info files, if you remove every single line (this includes license and 
blank lines) except the one containing "package ...;" then add a line above 
that one, and put "/**" in that new line, it deadlocks the IDE. The same 
happens if you do the same steps except the new line part and put the "/**" 
before "package ...;" in the same line... It does the same if you follow all 
the steps above then copy and paste the Javadoc block instead of trying to 
write it.

> Javadoc blocks freezing IDE
> ---
>
> Key: NETBEANS-5120
> URL: https://issues.apache.org/jira/browse/NETBEANS-5120
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 12.0
>Reporter: Wayne Wilson
>Priority: Major
>  Labels: JavaDoc, netbeans-12
>
> When placing a Javadoc block in the first line of a file, it crashes the IDE.
>  This issue occurs in basic Java files, but also in package-info files, as 
> well.
> This issue also occurs if there are less than 3 lines following the end of 
> the Javadoc Block.



--
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-5120) Javadoc blocks freezing IDE

2020-12-09 Thread Wayne Wilson (Jira)


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

Wayne Wilson commented on NETBEANS-5120:


[~nb-user-2019]

It's version 12.0 that I'm using, not 12.2. The IDE doesn't update itself, only 
the plugins (which I would consider to be a bug on its own), and I don't 
manually update to every minor version as that would be an immense waste of 
time, given that there's a new one every week

It turns out that on the class files, it only happens sometimes. However on the 
package-info files, if you remove every single line (this includes license and 
blank lines) except the one containing "package ...;" then add a line above 
that one, and put "/**" in that new line, it deadlocks the IDE. The same 
happens if you do the same steps except the new line part and put the "/**" 
before "package ...;" in the same line... It does the same if you follow all 
the steps above then copy and paste the Javadoc block instead of trying to 
write it.

> Javadoc blocks freezing IDE
> ---
>
> Key: NETBEANS-5120
> URL: https://issues.apache.org/jira/browse/NETBEANS-5120
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 12.0
>Reporter: Wayne Wilson
>Priority: Major
>  Labels: JavaDoc, netbeans-12
>
> When placing a Javadoc block in the first line of a file, it crashes the IDE.
>  This issue occurs in basic Java files, but also in package-info files, as 
> well.
> This issue also occurs if there are less than 3 lines following the end of 
> the Javadoc Block.



--
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-5104) NetBeans cannot be launched on Windows if UTF-8 encoding is enabled in locale and the user profile directory contains non-ASCII characters.

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5104:
--

I hope you have try as temporary changing a user home and user cache 
directories via command switcher.

> NetBeans cannot be launched on Windows if UTF-8 encoding is enabled in locale 
> and the user profile directory contains non-ASCII characters.
> ---
>
> Key: NETBEANS-5104
> URL: https://issues.apache.org/jira/browse/NETBEANS-5104
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Launchers&CLI
>Affects Versions: 12.1
> Environment: Windows 10 version 2010 with the beta UTF-8 encoding 
> enabled in the locale settings.
>Reporter: Markus Sunela
>Priority: Major
>
> There seems to be an encoding issue in the Windows platform launcher when the 
> quite new UTF-8 encoding feature in Windows local settings is being used. At 
> least Dell has started to enable that feature by default.
> When the settings is enabled an the user profile directory contains non-ASCII 
> characters like ä,ö and ü, an error is displayed:
> {quote}An instance of the program cannot access specified user directory. 
> This is a serious problem that may prevent the program to function properly. 
> Make sure C:\Users\ ü>\.netbeans\12.1 is writable.
> {quote}
> The error clearly hints that an UTF-8 string is interpreted somewhere as 
> being ISO8859-1/ANSI encoded. This causes the software fail.



--
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-5120) Javadoc blocks freezing IDE

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5120:
--

Maybe you have to enter environment information, type of project and more. E.g. 
I have tried to place this :
/**
*
*/
before package and nothing happens at least in version 12.2.

> Javadoc blocks freezing IDE
> ---
>
> Key: NETBEANS-5120
> URL: https://issues.apache.org/jira/browse/NETBEANS-5120
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc
>Affects Versions: 12.0
>Reporter: Wayne Wilson
>Priority: Major
>  Labels: JavaDoc, netbeans-12
>
> When placing a Javadoc block in the first line of a file, it crashes the IDE.
>  This issue occurs in basic Java files, but also in package-info files, as 
> well.
> This issue also occurs if there are less than 3 lines following the end of 
> the Javadoc Block.



--
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-5055) NetBeans 12.2 doesn't permit "permits" as identifier

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5055:
-
Priority: Blocker  (was: Major)

> NetBeans 12.2 doesn't permit "permits" as identifier
> 
>
> Key: NETBEANS-5055
> URL: https://issues.apache.org/jira/browse/NETBEANS-5055
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.2
>Reporter: Jeffrey Morlan
>Priority: Blocker
>
> The following valid Java code fails to parse in 12.2-vc2:
> class MySemaphore {
> MySemaphore(int permits) {}
> }
> May be related to the "Sealed Classes" preview feature which uses a "permits" 
> pseudo-keyword, but it should still be allowed as a variable name (JDK 15 
> javac has no problem with it even with --enable-preview).



--
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-4762) Gradle support broken recognizing of Lombok generation

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-4762 at 12/9/20, 1:49 PM:


It seems fixed, but there is another so annoying issue as NETBEANS-5130, but 
maybe it is not related to gradle, but I do not know, maybe there is other 
reason that brakes IDE badly. If you know to whom to assign so please do.


was (Author: nb-user-2019):
It seems fixed, but there is another so annoying issue as NETBEANS-5130, but 
maybe it is not related to gradle, but I do not know, maybe there is other 
reason that brakes IDE badly.

> Gradle support broken recognizing of Lombok generation
> --
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, editor - Navigation, 
> java - Compiler, java - Editor, java - Hints, java - Navigation, platform - 
> Action Items, projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12.0 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-4762) Gradle support broken recognizing of Lombok generation

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-4762 at 12/9/20, 1:48 PM:


It seems fixed, but there is another so annoying issue as NETBEANS-5130, but 
maybe it is not related to gradle, but I do not know, maybe there is other 
reason that brakes IDE badly.


was (Author: nb-user-2019):
It seems fixed, but there is another so annoying issue.

> Gradle support broken recognizing of Lombok generation
> --
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, editor - Navigation, 
> java - Compiler, java - Editor, java - Hints, java - Navigation, platform - 
> Action Items, projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12.0 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5130:
-
Description: 
Window > IDE Tools > Notifications

Priority / Message   / Date Created   / Category
Zz   / unexpected Exception  / 1 minutes ago  / Error

After click on link for reporting of issue and click to be shown details
so there is only text: java.lang.NullPointerException 

Additionally it is seen that "Background scanning of projects..." takes really 
enormous amount of time on project with hundred of classes that ends with such 
fake errors and notification above.

Some classes reports fake errors that it is not possible to fix by any of these 
ways:
- close project and open
- reload project
- clean and build
- scan for external changes
- modification of file
- creation new file in same folder and remove
- removal of Apache Netbeans cache (under option --cachedir)
- removal of caches/6.4.1 under gradle home

So only way what helps:
Opening step by step each such classes where such methods are implemented or to 
theirs return types of methods and so on and renaming such targeted classes 
that seems lead to an invocation of "Background scanning of projects..." on 
source file that leads to disappear such fake errors. Take to consideration 
also that some classes seems as they do not exist even in dialog for Type 
(CTRL+T).

So I guess that it should be revised a "Background scanning of projects...".


  was:
Window > IDE Tools > Notifications

Priority / Message   / Date Created   / Category
Zz   / unexpected Exception  / 1 minutes ago  / Error

After click on link for reporting of issue and click to be shown details
so there is only text: java.lang.NullPointerException 

Following issues:
Some classes reports fake errors that it is not possible to fix by any of these 
ways:

- close project and open
- reload project
- clean and build
- scan for external changes
- modification of file
- creation new file in same folder and remove
- removal of Apache Netbeans cache (under option --cachedir)
- removal of caches/6.4.1 under gradle home

So only way that I can help is opening methods or return types of methods, 
interface, classes  ... of that or where is and renaming such classes and then 
it seems reds (fake errors disappear).

Additionally it is seen that "Background scanning of projects..." takes really 
enormous amount of time on project with hundred of classes that end the end 
ends with such reds above.

So i cannot say if it is due to gradle or other things in IDE.


> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor, platform - Action Items, 
> projects - Gradle
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, performance
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that ends 
> with such fake errors and notification above.
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way what helps:
> Opening step by step each such classes where such methods are implemented or 
> to theirs return types of methods and so on and renaming such targeted 
> classes that seems lead to an invocation of "Background scanning of 
> projects..." on source file that leads to disappear such fake errors. Take to 
> consideration also that some classes seems as they do not exist even in 
> dialog for Type (CTRL+T).
> So I guess that it should be revised a "Background scanning of projects...".



--
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...@ne

[jira] [Updated] (NETBEANS-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5130:
-
Component/s: platform - Action Items

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor, platform - Action Items, 
> projects - Gradle
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, performance
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5130:
-
Component/s: projects - Gradle
 java - Editor

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor, projects - Gradle
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, ide-ui
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5130:
-
Labels: gradle performance  (was: gradle ide-ui)

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor, projects - Gradle
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, performance
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-5130:
-
Labels: gradle ide-ui  (was: )

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: gradle, ide-ui
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-5130:


Assignee: Laszlo Kishalmi  (was: Netbeans User 2019)

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-5130:


 Summary: Bigger projects during scanning present IDE error in 
notifications and present fake errors
 Key: NETBEANS-5130
 URL: https://issues.apache.org/jira/browse/NETBEANS-5130
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.2
 Environment: OpenJDK 11.0.2+
Gradle 6.4.1, 6.7.1
Reporter: Netbeans User 2019


Window > IDE Tools > Notifications

Priority / Message   / Date Created   / Category
Zz   / unexpected Exception  / 1 minutes ago  / Error

After click on link for reporting of issue and click to be shown details
so there is only text: java.lang.NullPointerException 

Following issues:
Some classes reports fake errors that it is not possible to fix by any of these 
ways:

- close project and open
- reload project
- clean and build
- scan for external changes
- modification of file
- creation new file in same folder and remove
- removal of Apache Netbeans cache (under option --cachedir)
- removal of caches/6.4.1 under gradle home

So only way that I can help is opening methods or return types of methods, 
interface, classes  ... of that or where is and renaming such classes and then 
it seems reds (fake errors disappear).

Additionally it is seen that "Background scanning of projects..." takes really 
enormous amount of time on project with hundred of classes that end the end 
ends with such reds above.

So i cannot say if it is due to gradle or other things in IDE.



--
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-5130) Bigger projects during scanning present IDE error in notifications and present fake errors

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-5130:


Assignee: Netbeans User 2019

> Bigger projects during scanning present IDE error in notifications and 
> present fake errors
> --
>
> Key: NETBEANS-5130
> URL: https://issues.apache.org/jira/browse/NETBEANS-5130
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.2
> Environment: OpenJDK 11.0.2+
> Gradle 6.4.1, 6.7.1
>Reporter: Netbeans User 2019
>Assignee: Netbeans User 2019
>Priority: Critical
>
> Window > IDE Tools > Notifications
> Priority / Message   / Date Created   / Category
> Zz   / unexpected Exception  / 1 minutes ago  / Error
> After click on link for reporting of issue and click to be shown details
> so there is only text: java.lang.NullPointerException 
> Following issues:
> Some classes reports fake errors that it is not possible to fix by any of 
> these ways:
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> So only way that I can help is opening methods or return types of methods, 
> interface, classes  ... of that or where is and renaming such classes and 
> then it seems reds (fake errors disappear).
> Additionally it is seen that "Background scanning of projects..." takes 
> really enormous amount of time on project with hundred of classes that end 
> the end ends with such reds above.
> So i cannot say if it is due to gradle or other things in IDE.



--
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-5129) IDE Reported Exception

2020-12-09 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-5129:


 Summary: IDE Reported Exception
 Key: NETBEANS-5129
 URL: https://issues.apache.org/jira/browse/NETBEANS-5129
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.2
Reporter: Netbeans User 2019


java.lang.NullPointerException
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
at 
com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
at 
com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
at 
com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930)
at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330)
at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683)
at 
com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434)
at com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:689)
at 
com.sun.tools.javac.code.Symbol$TypeSymbol.getEnclosedElements(Symbol.java:863)
at 
com.sun.tools.javac.code.Symbol$TypeSymbol.getEnclosedElements(Symbol.java:798)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethod(NPECheck.java:1160)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethod(NPECheck.java:546)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:940)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86)
at 
org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:546)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at 
org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:189)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:846)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86)
at 
org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:546)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105)
at 
org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:78)
at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113)
at 
com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:144)
at 
com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:605)
at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86)
at 
org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69)
at 
org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653)
at 
org.netbeans.modules.java.hints.bugs.NPECheck.computeExpressionsState(NPECheck.java:503)
at 
org.netbeans.modules.java.hints.bugs.NPECheck.methodInvocation(NPECheck.java:308)
at jdk.internal.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[catch] at 
org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:317)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:798)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.access$400(HintsInvoker.java:90)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.runAndAdd(HintsInvoker.java:657)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:676)
at 
org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker$ScannerImpl.scan(HintsInvoker.java:610)
at 
com.sun.source.util.TreeSca

[jira] [Updated] (NETBEANS-2373) Support for Gradle distribution plugin

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-2373:
-
Affects Version/s: 12.2

> Support for Gradle distribution plugin
> --
>
> Key: NETBEANS-2373
> URL: https://issues.apache.org/jira/browse/NETBEANS-2373
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Gradle plugin shall recognize the distribution plugin and add a Source root 
> for 'src/main/dist' and it also need to support the created distribution 
> packages in a way. Either in a separate node or just in the project 
> customizer.



--
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-2387) Gradle tasks (Navigator) do not scroll down and show recents at the top

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-2387:
-
Affects Version/s: 12.2

> Gradle tasks (Navigator) do not scroll down and show recents at the top
> ---
>
> Key: NETBEANS-2387
> URL: https://issues.apache.org/jira/browse/NETBEANS-2387
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3, 12.2
> Environment: Netbeans 11 
> Gradle 5, 6.4.1 
> Java 11 
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Navigator is always scroll down so it is needed at least in my case scroll up 
> mostly to the right task to run.
> Could you add a category recent tasks and scroll to that category or just 
> give a option to show that always collapsed?



--
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-3752) Problem with Sort opened documents list by project

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3752:
-
Affects Version/s: 12.0
   12.2

> Problem with Sort opened documents list by project
> --
>
> Key: NETBEANS-3752
> URL: https://issues.apache.org/jira/browse/NETBEANS-3752
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.0, 12.2
>Reporter: Netbeans User 2019
>Priority: Minor
>
> In Context:
> Tools > Options > Appearance > Sort opened documents list by project
> My understanding is that has impact only to group open document ("list") by 
> project at the end on tabs as \/ (arrow down). But this does not works 
> properly as you have to have click twice from start to be really grouped by 
> 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] [Updated] (NETBEANS-3754) On Save option for Java is ignored about removal of trailing spaces

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3754:
-
Affects Version/s: 12.0
   12.2

> On Save option for Java is ignored about removal of trailing spaces
> ---
>
> Key: NETBEANS-3754
> URL: https://issues.apache.org/jira/browse/NETBEANS-3754
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 12.0, 12.2
>Reporter: Netbeans User 2019
>Priority: Major
>
> I expect when I have set on Save Option to "All lines" for:
> Tools > Options > Editor > On Save > Remove Trailing Whitespace from 
> that will be removed such trailings spaces, but I have mostly run it manually 
> via Source > Remove Trailing Spaces.



--
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-3753) After reopen IDE be in editor tab where you previously ended

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3753:
-
Affects Version/s: 12.0
   12.2

> After reopen IDE be in editor tab where you previously ended
> 
>
> Key: NETBEANS-3753
> URL: https://issues.apache.org/jira/browse/NETBEANS-3753
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.0, 12.2
>Reporter: Netbeans User 2019
>Priority: Major
>
> I would like expect to continue in last open (active in view) editor tab 
> (file) before IDE is closed, but I have not find any option to do this so I 
> have always to know when I have endes my work.



--
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-3963) Copy document groups with Netbeans IDE upgrade

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3963:
-
Affects Version/s: 12.2

> Copy document groups with Netbeans IDE upgrade
> --
>
> Key: NETBEANS-3963
> URL: https://issues.apache.org/jira/browse/NETBEANS-3963
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: 12.0, 11.3, 12.2
> Environment: Netbeans 11.2 -> 11.3
> Netbeans 11.3 -> 12.0
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: document-groups, upgrade
>
> I would like to ask if it is possible to be even migrated Window -> Document 
> Groups enterilly. I mean that all the time there is such document group, but 
> no resource/java file from prior version is imported into it. *So I need to 
> open old version and new Apache Netbeans version  and open each file one by 
> one, but this is not so funny.*



--
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-3966) Missing to show in editor where is problem

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-3966:


Assignee: Akshay Gupta

> Missing to show in editor where is problem
> --
>
> Key: NETBEANS-3966
> URL: https://issues.apache.org/jira/browse/NETBEANS-3966
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items
>Affects Versions: 12.0, 11.2, 11.3, 12.2
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: compiler
>
> public static void main(String[] args) {
>  
>  List z = List.of(1,2,3);
>  z.stream()
>  .map(SandboxTemp1::ou)
>  .toString();
> }
> private static int ou(String o) {
>  return 0;
> }
> There is missing to be shown as error on such line.
> It is seen as issue in action items and red indicator in tab next name of 
> file, but no issue shown in editor itself.
> In actions items you can see:
> Error incompatible types: invalid method reference incompatible types: 
> java.lang.Integer cannot be converted to java.lang.String ... :23
> This is not one case, but this happens for different types so not only that 
> one from example.



--
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-3966) Missing to show in editor where is problem

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-3966 at 12/9/20, 1:07 PM:


Another example:

public class Example {
public void methodA(String str) {
java.util.Optional.ofNullable(str)
.flatMap(this::getMyObject); //missing reporting of error on 
such line
}
public java.util.Optional getMyObject() {
return null;
}
}

And only shown error on tab (indicator) and in Action items "Error incompatible 
types: invalid method reference method getMyObject in class", but nothing 
inside editor itself.


was (Author: nb-user-2019):
Another example:

{{public class Example {}}{{    public void methodA(String str) {
     java.util.Optional.ofNullable(str)
     .filter((s)->s.startsWith("example"))
     .flatMap(this::getMyObject)
     .ifPresent((o)->

{     o.someMethod(str);     }

);
     }}}{{    public java.util.Optional getMyObject() {}}{{   
 return java.util.Optional.empty();
     }}}{{    public static class MyObject {}}{{    public void 
someMethod(String str) {}}{\{    }
     }
 }}}

 

And only shown error on tab (indicator) and in Action items "Error incompatible 
types: invalid method reference method getMyObject in class", but nothing 
inside editor itself.

> Missing to show in editor where is problem
> --
>
> Key: NETBEANS-3966
> URL: https://issues.apache.org/jira/browse/NETBEANS-3966
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items
>Affects Versions: 12.0, 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: compiler
>
> public static void main(String[] args) {
>  
>  List z = List.of(1,2,3);
>  z.stream()
>  .map(SandboxTemp1::ou)
>  .toString();
> }
> private static int ou(String o) {
>  return 0;
> }
> There is missing to be shown as error on such line.
> It is seen as issue in action items and red indicator in tab next name of 
> file, but no issue shown in editor itself.
> In actions items you can see:
> Error incompatible types: invalid method reference incompatible types: 
> java.lang.Integer cannot be converted to java.lang.String ... :23
> This is not one case, but this happens for different types so not only that 
> one from example.



--
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-3966) Missing to show in editor where is problem

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3966:
-
Affects Version/s: 12.2

> Missing to show in editor where is problem
> --
>
> Key: NETBEANS-3966
> URL: https://issues.apache.org/jira/browse/NETBEANS-3966
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items
>Affects Versions: 12.0, 11.2, 11.3, 12.2
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: compiler
>
> public static void main(String[] args) {
>  
>  List z = List.of(1,2,3);
>  z.stream()
>  .map(SandboxTemp1::ou)
>  .toString();
> }
> private static int ou(String o) {
>  return 0;
> }
> There is missing to be shown as error on such line.
> It is seen as issue in action items and red indicator in tab next name of 
> file, but no issue shown in editor itself.
> In actions items you can see:
> Error incompatible types: invalid method reference incompatible types: 
> java.lang.Integer cannot be converted to java.lang.String ... :23
> This is not one case, but this happens for different types so not only that 
> one from example.



--
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-3967) Hint about dereferencing null pointer is wrong

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3967:
-
Affects Version/s: 12.2

> Hint about dereferencing null pointer is wrong
> --
>
> Key: NETBEANS-3967
> URL: https://issues.apache.org/jira/browse/NETBEANS-3967
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, java - Hints
>Affects Versions: 12.0, 11.2, 11.3, 12.2
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Minor
>  Labels: hints
>
> public static void main(String[] args) { 
>  Optional.ofNullable(getValue())//as instance of java.util.Optional
>  .map((o)->o instanceof String ? ((String)o).substring(0) : o.toString());
> }
> private static Object getValue() {
>  return "";
> }
> o.toString() show hint about dereferencing possible null pointer, but this is 
> not possible in that case as check is ensured by optional. In example is used 
> "String" for simplification, but in more abstract case you want to get value 
> one way if it is instance of anything and other way from "o" if it is not 
> instance of that type.
>  



--
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-3967) Hint about dereferencing null pointer is wrong

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3967:
-
Priority: Minor  (was: Major)

> Hint about dereferencing null pointer is wrong
> --
>
> Key: NETBEANS-3967
> URL: https://issues.apache.org/jira/browse/NETBEANS-3967
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, java - Hints
>Affects Versions: 12.0, 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Minor
>  Labels: hints
>
> public static void main(String[] args) { 
>  Optional.ofNullable(getValue())//as instance of java.util.Optional
>  .map((o)->o instanceof String ? ((String)o).substring(0) : o.toString());
> }
> private static Object getValue() {
>  return "";
> }
> o.toString() show hint about dereferencing possible null pointer, but this is 
> not possible in that case as check is ensured by optional. In example is used 
> "String" for simplification, but in more abstract case you want to get value 
> one way if it is instance of anything and other way from "o" if it is not 
> instance of that type.
>  



--
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-3969) Browse... button to open file dialog shows error message

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 resolved NETBEANS-3969.
--
Resolution: Fixed

As seems of bug of OpenJDK 11.0.2.

> Browse... button to open file dialog shows error message
> 
>
> Key: NETBEANS-3969
> URL: https://issues.apache.org/jira/browse/NETBEANS-3969
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, platform - Dialogs&Wizards
>Affects Versions: 12.0, 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Major
>
> Browse... button on several locations after clicking to select e.g. folder 
> (e.g. gradle home or new project) leads to dialog "Problem with Shortcut" as 
> message "The drive or network connection that the shorcut ... refers to is 
> unavailable..." and after that it is open exact dialog, but it is take same 
> time to open it.



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

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

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



[jira] [Updated] (NETBEANS-4087) Refactor ends with NullPointerException

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4087:
-
Affects Version/s: 12.0

> Refactor ends with NullPointerException
> ---
>
> Key: NETBEANS-4087
> URL: https://issues.apache.org/jira/browse/NETBEANS-4087
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring, java - Refactoring
>Affects Versions: 12.0
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2 
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: refactoring
>
> Refactoring e.g. if you move sometimes it fails about null in IDE
> Maybe due to due to inner class that used that, but I have not remember 
> all the steps. I have not done copy of any stack trace.
> If this issue is occurring I usually do manual correction that it is not so 
> funny.



--
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-4358) DeploymentException exception has occurred.

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 resolved NETBEANS-4358.
--
Resolution: Incomplete

As I cannot see it for long time.

> DeploymentException exception has occurred.
> ---
>
> Key: NETBEANS-4358
> URL: https://issues.apache.org/jira/browse/NETBEANS-4358
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 11.3
> Environment: OpenJDK 11.0.2 
> Gradle 6.4 
>Reporter: Netbeans User 2019
>Priority: Minor
>
> A 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment$DeploymentException
>  exception has occurred.
> However, the system should continue working without further problems.
> java.lang.RuntimeException: Bad target server ID null
>  at 
> org.netbeans.modules.j2ee.deployment.impl.projects.DeploymentTarget.getServer(DeploymentTarget.java:257)
> [catch] at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:172)
> Caused: Deployment error: Bad target server ID null
> See the server log for details.
>  at 
> org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:269)
> [catch] at 
> org.netbeans.modules.gradle.javaee.execute.DeployHook.deploy(DeployHook.java:95)
>  at 
> org.netbeans.modules.gradle.javaee.execute.DeployHook.afterAction(DeployHook.java:59)
>  at 
> org.netbeans.modules.gradle.ActionHookMerger.afterAction(ActionHookMerger.java:63)
>  at 
> org.netbeans.modules.gradle.ActionProviderImpl.lambda$invokeProjectAction$0(ActionProviderImpl.java:253)
>  at org.openide.util.Task.notifyFinished(Task.java:215)
>  at 
> org.netbeans.core.execution.ExecutorTaskImpl.finished(ExecutorTaskImpl.java:64)
>  at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:150)



--
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-4625) Stop pop suggestion for CTRL+space or by dot inside a lambda with missing "return"

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reassigned NETBEANS-4625:


Assignee: Akshay Gupta

> Stop pop suggestion for CTRL+space or by dot inside a lambda with missing 
> "return"
> --
>
> Key: NETBEANS-4625
> URL: https://issues.apache.org/jira/browse/NETBEANS-4625
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.0, 12.2
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: lambda
>
> e.g.
> java.util.Optional.of("").map((o)->{    
> o. //no suggestion (autocomplete)    
> //return o;//if you uncomment such "return" then you get suggestion }
> )



--
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-4625) Stop pop suggestion for CTRL+space or by dot inside a lambda with missing "return"

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4625:
-
Affects Version/s: 12.2

> Stop pop suggestion for CTRL+space or by dot inside a lambda with missing 
> "return"
> --
>
> Key: NETBEANS-4625
> URL: https://issues.apache.org/jira/browse/NETBEANS-4625
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 12.0, 12.2
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: lambda
>
> e.g.
> java.util.Optional.of("").map((o)->{    
> o. //no suggestion (autocomplete)    
> //return o;//if you uncomment such "return" then you get suggestion }
> )



--
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-4762) Gradle support broken recognizing of Lombok generation

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4762:
--

It seems fixed, but there is another so annoying issue.

> Gradle support broken recognizing of Lombok generation
> --
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, editor - Navigation, 
> java - Compiler, java - Editor, java - Hints, java - Navigation, platform - 
> Action Items, projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
> Fix For: 12.2
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12.0 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-4861) NB-Javac Upgrade to JDK-15

2020-12-09 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4861:
--

Yes as it has been said even in NETBEANS-5055.
"permits" is contextual keyword, but it is applied across file.

> NB-Javac Upgrade to JDK-15
> --
>
> Key: NETBEANS-4861
> URL: https://issues.apache.org/jira/browse/NETBEANS-4861
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: Akshay Gupta
>Priority: Critical
>  Labels: pull-request-available
> Attachments: image-2020-12-07-15-05-38-761.png
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> netbeans 12.1 currently is supported by nb-javac for JDK-14.
> Will upgrade nb-javac  to make it in sync with JDK-15 for netbenas 12.2
> nb-javac link:  [https://hg.netbeans.org/main/nb-java-x]



--
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-5128) NetBeans 12.2 deadlock detected followed by hang on restart

2020-12-09 Thread David Gradwell (Jira)
David Gradwell created NETBEANS-5128:


 Summary: NetBeans 12.2 deadlock detected followed by hang on 
restart
 Key: NETBEANS-5128
 URL: https://issues.apache.org/jira/browse/NETBEANS-5128
 Project: NetBeans
  Issue Type: Bug
  Components: core
Affects Versions: 12.2
 Environment: macOS Big Sur 11.0.1 on M1 Mac Mini.

Product Version: Apache NetBeans IDE 12.2
Java: 16-ea; OpenJDK 64-Bit Server VM 16-ea+27-1884
Runtime: OpenJDK Runtime Environment 16-ea+27-1884
System: Mac OS X version 10.16 running on x86_64; UTF-8; en_GB (nb)
User directory: /Users/davidjlgradwell/Library/Application Support/NetBeans/12.2
Cache directory: /Users/davidjlgradwell/Library/Caches/NetBeans/12.2
Reporter: David Gradwell


I am re-building all my projects on a new M1 Mac Mini using Netbeans 12.2.

So far 33 projects have been compiled successfully and some of the top level 
applications run OK.

The IDE reported a deadlock and quit.  On restart the first time it hung up and 
I had to quit using Force Quit.

 

On second restart it restarted OK and reported the deadlock with the following:

 


 2020-12-09T12:09:06
 1607515746107
 2855
 org.netbeans.modules.deadlock.detector.Detector
 1000
 41
 
/var/folders/tz/qrn9d9cj4t5d75slc8rhdvp4gn/T/deadlock16188165443254245765.txt
 
 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
 A deadlock was detected.
We suggest to restart the IDE to recover.
 
 sun.nio.fs.PollingWatchService$PollingWatchKey
 cancel
 324
 
jrt:/java.base/sun/nio/fs/PollingWatchService$PollingWatchKey.class
 
 
 sun.nio.fs.PollingWatchService$PollingWatchKey
 poll
 348
 
jrt:/java.base/sun/nio/fs/PollingWatchService$PollingWatchKey.class
 
 
 sun.nio.fs.PollingWatchService$PollingWatchKey$1
 run
 307
 
jrt:/java.base/sun/nio/fs/PollingWatchService$PollingWatchKey$1.class
 
 
 java.util.concurrent.Executors$RunnableAdapter
 call
 515
 
jrt:/java.base/java/util/concurrent/Executors$RunnableAdapter.class
 
 
 java.util.concurrent.FutureTask
 runAndReset
 305
 jrt:/java.base/java/util/concurrent/FutureTask.class
 
 
 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
 run
 305
 
jrt:/java.base/java/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask.class
 
 
 java.util.concurrent.ThreadPoolExecutor
 runWorker
 1130
 jrt:/java.base/java/util/concurrent/ThreadPoolExecutor.class
 
 
 java.util.concurrent.ThreadPoolExecutor$Worker
 run
 630
 
jrt:/java.base/java/util/concurrent/ThreadPoolExecutor$Worker.class
 
 
 java.lang.Thread
 run
 831
 jrt:/java.base/java/lang/Thread.class
 
 
 
 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
 FileSystemWatcher
 9
 
 
 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException:
 Pending refresh
 
 sun.nio.fs.PollingWatchService$PollingWatchKey
 disable
 315
 
jrt:/java.base/sun/nio/fs/PollingWatchService$PollingWatchKey.class
 
 
 sun.nio.fs.PollingWatchService
 doPrivilegedRegister
 188
 jrt:/java.base/sun/nio/fs/PollingWatchService.class
 
 
 sun.nio.fs.PollingWatchService$2
 run
 147
 jrt:/java.base/sun/nio/fs/PollingWatchService$2.class
 
 
 sun.nio.fs.PollingWatchService$2
 run
 144
 jrt:/java.base/sun/nio/fs/PollingWatchService$2.class
 
 
 java.security.AccessController
 executePrivileged
 784
 jrt:/java.base/java/security/AccessController.class
 
 
 java.security.AccessController
 doPrivileged
 554
 jrt:/java.base/java/security/AccessController.class
 
 
 sun.nio.fs.PollingWatchService
 register
 143
 jrt:/java.base/sun/nio/fs/PollingWatchService.class
 
 
 sun.nio.fs.UnixPath
 register
 912
 jrt:/java.base/sun/nio/fs/UnixPath.class
 
 
 java.nio.file.Path
 register
 894
 jrt:/java.base/java/nio/file/Path.class
 
 
 org.netbeans.modules.masterfs.watcher.nio2.NioNotifier
 addWatch
 52
 ${netbeans.home}modules/org-netbeans-modules-masterfs-nio2.jar
 
 
 org.netbeans.modules.masterfs.watcher.nio2.NioNotifier
 addWatch
 40
 ${netbeans.home}modules/org-netbeans-modules-masterfs-nio2.jar
 
 
 org.netbeans.modules.masterfs.providers.Notifier$1
 addWatch
 91
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 org.netbeans.modules.masterfs.watcher.Watcher$Ext
 registerSynchronized
 237
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 org.netbeans.modules.masterfs.watcher.Watcher$Ext
 access$100
 158
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 org.netbeans.modules.masterfs.watcher.Watcher$Ext$1
 run
 219
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager
 waitNowAndRun
 188
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 org.netbeans.modules.masterfs.watcher.Watcher$Ext
 register
 216
 ${netbeans.home}modules/org-netbeans-modules-masterfs.jar
 
 
 org.netbeans.modules.masterfs.watcher.Watcher
 register
 97

[jira] [Updated] (NETBEANS-5127) Null pointer exception using the "Entity Classes from Database" wizard

2020-12-09 Thread Stephen Brooksbank (Jira)


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

Stephen Brooksbank updated NETBEANS-5127:
-
Description: 
I'm getting a null pointer exception when trying to generate database entity 
classes using the wizard:

{{java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null}}

NOTE: This is a regression issue, as it works correctly using Netbeans 12.1.

I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
database (one-to-many relationship), and the persistence context is set up to 
use JTA.

What gets generated is two "stub" java class files containing only the basic 
class definition without any content

{{package com.brooksbank.weldexamples.db;}}

{{/**}}
  * @author sjbro
   */
 {{public class Codetypes {}}

{{}}}

The persistance context is :

{{}}
 http://xmlns.jcp.org/xml/ns/persistence"; 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
   xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
[http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd]";>
   
  org.hibernate.ejb.HibernatePersistence
   java:/weldExamplesDS
   

{{}}

The datasource is defined in wildfly as:

{\{ }}
 \{{ 
jdbc:derby://localhost:1527/WeldExamplesDB}}
 \{{ org.apache.derby.jdbc.ClientDriver}}
 \{{ derbyclient.jar}}
 \{{ }}
 \{{ **}}
 \{{ **}}
 \{{ }}
 \{{ }}

The connection to the database works for other database record types and the 
wizard pulls up the list of entities correctly to select from.

 

  was:
I'm getting a null pointer exception when trying to generate database entity 
classes using the wizard:

{{java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null}}

I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
database (one-to-many relationship), and the persistence context is set up to 
use JTA.

What gets generated is two "stub" java class files containing only the basic 
class definition without any content

{{package com.brooksbank.weldexamples.db;}}

{{/**}}
 * @author sjbro
  */
 {{public class Codetypes {}}

{{}}}

The persistance context is :

{{}}
 http://xmlns.jcp.org/xml/ns/persistence"; 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
[http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd]";>
  
 org.hibernate.ejb.HibernatePersistence
  java:/weldExamplesDS
  

{{}}

The datasource is defined in wildfly as:

{\{ }}
 \{{ 
jdbc:derby://localhost:1527/WeldExamplesDB}}
 \{{ org.apache.derby.jdbc.ClientDriver}}
 \{{ derbyclient.jar}}
 \{{ }}
 \{{ **}}
 \{{ **}}
 \{{ }}
 \{{ }}

The connection to the database works for other database record types and the 
wizard pulls up the list of entities correctly to select from.

 


> Null pointer exception using the "Entity Classes from Database" wizard
> --
>
> Key: NETBEANS-5127
> URL: https://issues.apache.org/jira/browse/NETBEANS-5127
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.2
> Environment: Windows 10; Product Version: Apache NetBeans IDE 12.2
> Java: 15; OpenJDK 64-Bit Server VM 15+36-1562
> Derby DB v10.14.2.0
> Wildfly 21.0.1
>Reporter: Stephen Brooksbank
>Priority: Major
> Attachments: messages.log
>
>
> I'm getting a null pointer exception when trying to generate database entity 
> classes using the wizard:
> {{java.lang.NullPointerException: Cannot invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is null}}
> NOTE: This is a regression issue, as it works correctly using Netbeans 12.1.
> I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
> database (one-to-many relationship), and the persistence context is set up to 
> use JTA.
> What gets generated is two "stub" java class files containing only the basic 
> class definition without any content
> {{package com.brooksbank.weldexamples.db;}}
> {{/**}}
>   * @author sjbro
>    */
>  {{public class Codetypes {}}
> {{}}}
> The persistance context is :
> {{}}
>  version="2.2" 
>    xmlns="http://xmlns.jcp.org/xml/ns/persistence"; 
>    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
> [http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd]";>
>     transaction-type="JTA">
>   org.hibernate.ejb.HibernatePersistence
>    java:/weldExamplesDS
>    
> {{}}
> The datasourc

[jira] [Commented] (NETBEANS-5126) Apache Netbeans wont start up

2020-12-09 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-5126:
-

Can you use the latest release, please? That is 12.2.

> Apache Netbeans wont start up
> -
>
> Key: NETBEANS-5126
> URL: https://issues.apache.org/jira/browse/NETBEANS-5126
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
>Reporter: Christine Tew
>Priority: Major
> Fix For: 12.1
>
> Attachments: image-2020-12-09-19-29-00-144.png, 
> image-2020-12-09-19-29-45-476.png
>
>
> After upgrading to macOS to the latest version (Big Sur), the system won't 
> start up the Netbeans 12.1 when I clicked the icon.
> !image-2020-12-09-19-29-45-476.png|width=147,height=123!
> Strangely, it only starts up by using the terminal. 
> /Applications/NetBeans/Apache\ NetBeans\ 
> 12.1.app/Contents/Resources/NetBeans/netbeans/bin/netbeans
> I tried to use the above command to find the Netbeans that is working in 
> finder but it looks like this and when I click on it, it shows a text pad 
> instead of starting up Netbeans.
> !image-2020-12-09-19-29-00-144.png!
>  Is there any way that I can open Netbeans by clicking the Netbeans icon?
>  
>  



--
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-5127) Null pointer exception using the "Entity Classes from Database" wizard

2020-12-09 Thread Stephen Brooksbank (Jira)


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

Stephen Brooksbank updated NETBEANS-5127:
-
 Attachment: messages.log
Description: 
I'm getting a null pointer exception when trying to generate database entity 
classes using the wizard:

{{java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null}}

I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
database (one-to-many relationship), and the persistence context is set up to 
use JTA.

What gets generated is two "stub" java class files containing only the basic 
class definition without any content

{{package com.brooksbank.weldexamples.db;}}

{{/**}}
 * @author sjbro
  */
 {{public class Codetypes {}}

{{}}}

The persistance context is :

{{}}
 http://xmlns.jcp.org/xml/ns/persistence"; 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
[http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd]";>
  
 org.hibernate.ejb.HibernatePersistence
  java:/weldExamplesDS
  

{{}}

The datasource is defined in wildfly as:

{\{ }}
 \{{ 
jdbc:derby://localhost:1527/WeldExamplesDB}}
 \{{ org.apache.derby.jdbc.ClientDriver}}
 \{{ derbyclient.jar}}
 \{{ }}
 \{{ **}}
 \{{ **}}
 \{{ }}
 \{{ }}

The connection to the database works for other database record types and the 
wizard pulls up the list of entities correctly to select from.

 

  was:
I'm getting a null pointer exception when trying to generate database entity 
classes using the wizard:

{{java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null}}

I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
database (one-to-many relationship), and the persistence context is set up to 
use JTA.

What gets generated is two "stub" java class files containing only the basic 
class definition without any content

{{package com.brooksbank.weldexamples.db;}}

{{/**}}
{{ * @author sjbro}}
{{ */}}
{{public class Codetypes {}}

{{}}}

The persistance context is :

{{}}
{{http://xmlns.jcp.org/xml/ns/persistence"; }}
{{ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; }}
{{ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd";>}}
{{ }}
{{ org.hibernate.ejb.HibernatePersistence}}
{{ java:/weldExamplesDS}}
{{ }}
{{}}

The datasource is defined in wildfly as:

{{ }}
{{ jdbc:derby://localhost:1527/WeldExamplesDB}}
{{ org.apache.derby.jdbc.ClientDriver}}
{{ derbyclient.jar}}
{{ }}
{{ **}}
{{ **}}
{{ }}
{{ }}

The connection to the database works for other database record types and the 
wizard pulls up the list of entities correctly to select from. 

 


> Null pointer exception using the "Entity Classes from Database" wizard
> --
>
> Key: NETBEANS-5127
> URL: https://issues.apache.org/jira/browse/NETBEANS-5127
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Persistence
>Affects Versions: 12.2
> Environment: Windows 10; Product Version: Apache NetBeans IDE 12.2
> Java: 15; OpenJDK 64-Bit Server VM 15+36-1562
> Derby DB v10.14.2.0
> Wildfly 21.0.1
>Reporter: Stephen Brooksbank
>Priority: Major
> Attachments: messages.log
>
>
> I'm getting a null pointer exception when trying to generate database entity 
> classes using the wizard:
> {{java.lang.NullPointerException: Cannot invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is null}}
> I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
> database (one-to-many relationship), and the persistence context is set up to 
> use JTA.
> What gets generated is two "stub" java class files containing only the basic 
> class definition without any content
> {{package com.brooksbank.weldexamples.db;}}
> {{/**}}
>  * @author sjbro
>   */
>  {{public class Codetypes {}}
> {{}}}
> The persistance context is :
> {{}}
>     version="2.2" 
>   xmlns="http://xmlns.jcp.org/xml/ns/persistence"; 
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>   xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
> [http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd]";>
>    transaction-type="JTA">
>  org.hibernate.ejb.HibernatePersistence
>   java:/weldExamplesDS
>   
> {{}}
> The datasource is defined in wildfly as:
> {\{  pool-name="weldExamplesDSPool">}}
>  \{{ 
> jdbc:derby://localhost:1527/WeldExamplesDB}}
>  \{{ org.ap

[jira] [Created] (NETBEANS-5127) Null pointer exception using the "Entity Classes from Database" wizard

2020-12-09 Thread Stephen Brooksbank (Jira)
Stephen Brooksbank created NETBEANS-5127:


 Summary: Null pointer exception using the "Entity Classes from 
Database" wizard
 Key: NETBEANS-5127
 URL: https://issues.apache.org/jira/browse/NETBEANS-5127
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - Persistence
Affects Versions: 12.2
 Environment: Windows 10; Product Version: Apache NetBeans IDE 12.2
Java: 15; OpenJDK 64-Bit Server VM 15+36-1562
Derby DB v10.14.2.0
Wildfly 21.0.1
Reporter: Stephen Brooksbank


I'm getting a null pointer exception when trying to generate database entity 
classes using the wizard:

{{java.lang.NullPointerException: Cannot invoke 
"com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
 because "this.discoveredProcs" is null}}

I'm using Apache Derby DB and Wildfly.There are two unmapped entities in the 
database (one-to-many relationship), and the persistence context is set up to 
use JTA.

What gets generated is two "stub" java class files containing only the basic 
class definition without any content

{{package com.brooksbank.weldexamples.db;}}

{{/**}}
{{ * @author sjbro}}
{{ */}}
{{public class Codetypes {}}

{{}}}

The persistance context is :

{{}}
{{http://xmlns.jcp.org/xml/ns/persistence"; }}
{{ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; }}
{{ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence 
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd";>}}
{{ }}
{{ org.hibernate.ejb.HibernatePersistence}}
{{ java:/weldExamplesDS}}
{{ }}
{{}}

The datasource is defined in wildfly as:

{{ }}
{{ jdbc:derby://localhost:1527/WeldExamplesDB}}
{{ org.apache.derby.jdbc.ClientDriver}}
{{ derbyclient.jar}}
{{ }}
{{ **}}
{{ **}}
{{ }}
{{ }}

The connection to the database works for other database record types and the 
wizard pulls up the list of entities correctly to select from. 

 



--
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-5126) Apache Netbeans wont start up

2020-12-09 Thread Christine Tew (Jira)
Christine Tew created NETBEANS-5126:
---

 Summary: Apache Netbeans wont start up
 Key: NETBEANS-5126
 URL: https://issues.apache.org/jira/browse/NETBEANS-5126
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.1
Reporter: Christine Tew
 Fix For: 12.1
 Attachments: image-2020-12-09-19-29-00-144.png, 
image-2020-12-09-19-29-45-476.png

After upgrading to macOS to the latest version (Big Sur), the system won't 
start up the Netbeans 12.1 when I clicked the icon.

!image-2020-12-09-19-29-45-476.png|width=147,height=123!

Strangely, it only starts up by using the terminal. 

/Applications/NetBeans/Apache\ NetBeans\ 
12.1.app/Contents/Resources/NetBeans/netbeans/bin/netbeans

I tried to use the above command to find the Netbeans that is working in finder 
but it looks like this and when I click on it, it shows a text pad instead of 
starting up Netbeans.

!image-2020-12-09-19-29-00-144.png!

 Is there any way that I can open Netbeans by clicking the Netbeans icon?

 

 



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-5124:


Thank you for providing it.

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
> Attachments: Test_before.php, Test_current_result.php, 
> Test_expected_result.php
>
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Jayce (Jira)


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

Jayce commented on NETBEANS-5124:
-

1)Open Test_before.php

2) Run Source>Insert code>Getters and setters

->someData checked

->Remove Underscore

->Fluent setter checked

->Use Public Modifier Checked

Functions generated do not have ANY doc bloc.

3) Compare result vs Test_expected_result attached (php8, may be a bit 
different for php 7)

Thanks

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
> Attachments: Test_before.php, Test_current_result.php, 
> Test_expected_result.php
>
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Jayce (Jira)


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

Jayce updated NETBEANS-5124:

Attachment: Test_current_result.php

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
> Attachments: Test_before.php, Test_current_result.php, 
> Test_expected_result.php
>
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Jayce (Jira)


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

Jayce updated NETBEANS-5124:

Attachment: Test_before.php

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
> Attachments: Test_before.php, Test_current_result.php, 
> Test_expected_result.php
>
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Jayce (Jira)


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

Jayce updated NETBEANS-5124:

Attachment: Test_expected_result.php

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
> Attachments: Test_before.php, Test_current_result.php, 
> Test_expected_result.php
>
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-5124:


Could you please write example code and expected result?

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-5124:
--

Assignee: Junichi Yamamoto

> Source>Insert code: Generate default documentation bloc
> ---
>
> Key: NETBEANS-5124
> URL: https://issues.apache.org/jira/browse/NETBEANS-5124
> Project: NetBeans
>  Issue Type: Wish
>  Components: php - Editor
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Minor
>
> Source>Insert code Generates setters and getter automatically.
> 1) It misses return type when the function returns "$this". (could be :static 
> in PHP8)
> 2) Can you add the default docblock?
> When you type '/**' then enter before a function, the doc bloc is generated 
> automatically.
> Can you do the same for each function generated by Source>Insert code ?
> Thanks.



--
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-5124) Source>Insert code: Generate default documentation bloc

2020-12-09 Thread Jayce (Jira)
Jayce created NETBEANS-5124:
---

 Summary: Source>Insert code: Generate default documentation bloc
 Key: NETBEANS-5124
 URL: https://issues.apache.org/jira/browse/NETBEANS-5124
 Project: NetBeans
  Issue Type: Wish
  Components: php - Editor
Reporter: Jayce


Source>Insert code Generates setters and getter automatically.

1) It misses return type when the function returns "$this". (could be :static 
in PHP8)

2) Can you add the default docblock?

When you type '/**' then enter before a function, the doc bloc is generated 
automatically.

Can you do the same for each function generated by Source>Insert code ?

Thanks.



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