[jira] [Updated] (NETBEANS-3378) Split window behaviour is counter-intuitive

2019-11-12 Thread Alan Langford (Jira)


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

Alan Langford updated NETBEANS-3378:

Description: 
This is a minor UX improvement, hopefully an easy fix and not just a matter of 
personal taste.

When an editor window is split horizontally, the bottom split repositions at 
the top of the file. Since in most cases the user is not at the top of the file 
when creating a split, this results in the top half showing code that's below 
the bottom half. This seems counterintuitive and non-optimal.

The suggestion is to do one of the following:
 # Place the editor view for both splits in the same place, let the user 
navigate from there, or
 # Make the top split at the top of the file, preserve the position of the 
bottom.

Personally I slightly favor the first option since it seems to be the most 
intuitive for both horizontal and vertical splits.

  was:
This is a minor UX improvement, hopefully an easy fix and not just a matter of 
personal taste.

When an editor window is split horizontally, the bottom split repositions at 
the top of the file. Since in most cases the user is not at the top of the file 
when creating a split, this results in the top half showing code that's below 
the bottom half. This seems counterintuitive non-optimal.

The suggestion is to do one of the following:
 # Place the editor view for both splits in the same place, let the user 
navigate from there, or
 # Make the top split at the top of the file, preserve the position of the 
bottom.

Personally I slightly favor the first option since it seems to be the most 
intuitive for both horizontal and vertical splits.


> Split window behaviour is counter-intuitive
> ---
>
> Key: NETBEANS-3378
> URL: https://issues.apache.org/jira/browse/NETBEANS-3378
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Other
>Affects Versions: 11.2
>Reporter: Alan Langford
>Priority: Minor
>
> This is a minor UX improvement, hopefully an easy fix and not just a matter 
> of personal taste.
> When an editor window is split horizontally, the bottom split repositions at 
> the top of the file. Since in most cases the user is not at the top of the 
> file when creating a split, this results in the top half showing code that's 
> below the bottom half. This seems counterintuitive and non-optimal.
> The suggestion is to do one of the following:
>  # Place the editor view for both splits in the same place, let the user 
> navigate from there, or
>  # Make the top split at the top of the file, preserve the position of the 
> bottom.
> Personally I slightly favor the first option since it seems to be the most 
> intuitive for both horizontal and vertical splits.



--
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-3378) Split window behaviour is counter-intuitive

2019-11-12 Thread Alan Langford (Jira)
Alan Langford created NETBEANS-3378:
---

 Summary: Split window behaviour is counter-intuitive
 Key: NETBEANS-3378
 URL: https://issues.apache.org/jira/browse/NETBEANS-3378
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Other
Affects Versions: 11.2
Reporter: Alan Langford


This is a minor UX improvement, hopefully an easy fix and not just a matter of 
personal taste.

When an editor window is split horizontally, the bottom split repositions at 
the top of the file. Since in most cases the user is not at the top of the file 
when creating a split, this results in the top half showing code that's below 
the bottom half. This seems counterintuitive non-optimal.

The suggestion is to do one of the following:
 # Place the editor view for both splits in the same place, let the user 
navigate from there, or
 # Make the top split at the top of the file, preserve the position of the 
bottom.

Personally I slightly favor the first option since it seems to be the most 
intuitive for both horizontal and vertical splits.



--
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-3256) Upgrade Gradle Tooling API to 6.x version

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


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

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

> Upgrade Gradle Tooling API to 6.x version
> -
>
> Key: NETBEANS-3256
> URL: https://issues.apache.org/jira/browse/NETBEANS-3256
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
>
> Gradle is developing as well as Java, let's upgrade the tooling version to a 
> stable 6.x release for 11.3



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

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson edited comment on NETBEANS-1842 at 11/12/19 10:19 PM:
-

This issue has been plaguing me since Netbeans 9 was released (8 was fine). It 
only happens with one of my projects, but it's murder since we use Lombok 
heavily in it. Wavy red lines pretty much everywhere makes it hard to find the 
real errors.

As far as I know, changing the Lombok version won't change the problem; I've 
pretty much tried them all since the problem began. And clearing the cache only 
temporarily fixes it. Sooner rather than later the errors come back.


was (Author: alvint):
This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem; I've 
pretty much tried them all since the problem began. And clearing the cache only 
temporarily fixes it. Sooner rather than later the errors come back.

> ambiguous method when using Lombak
> --
>
> 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] [Comment Edited] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson edited comment on NETBEANS-1842 at 11/12/19 10:17 PM:
-

[~riksca] does your project also use MapStruct? Does it change the source 
directory to something other than the default of src/main/java? Just trying to 
figure out if there is a common cause.


was (Author: alvint):
[~riksca] does your project also use MapStruct? Does it change the source 
directory to to something other than the default of src/main/java? Just trying 
to figure out if there is a common cause.

> ambiguous method when using Lombak
> --
>
> 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] [Commented] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson commented on NETBEANS-1842:
--

[~riksca] does your project also use MapStruct? Does it change the source 
directory to to something other than the default of src/main/java? Just trying 
to figure out if there is a common cause.

> ambiguous method when using Lombak
> --
>
> 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] [Comment Edited] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson edited comment on NETBEANS-1842 at 11/12/19 10:09 PM:
-

This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem; I've 
pretty much tried them all since the problem began. And clearing the cache only 
temporarily fixes it. Sooner rather than later the errors come back.


was (Author: alvint):
This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem; I've 
pretty much tried them all since the problem began. And clearing the cache only 
temporarily fixes it. Sooner or later the errors come back.

> ambiguous method when using Lombak
> --
>
> 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] [Comment Edited] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson edited comment on NETBEANS-1842 at 11/12/19 10:08 PM:
-

This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem--I've 
pretty much tried them all since the problem began--and clearing the cache only 
temporarily fixes it. Sooner or later the errors come back.


was (Author: alvint):
This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem, and 
clearing the cache only temporarily fixes it. Sooner or later the errors come 
back.

> ambiguous method when using Lombak
> --
>
> 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] [Comment Edited] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson edited comment on NETBEANS-1842 at 11/12/19 10:08 PM:
-

This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem; I've 
pretty much tried them all since the problem began. And clearing the cache only 
temporarily fixes it. Sooner or later the errors come back.


was (Author: alvint):
This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem--I've 
pretty much tried them all since the problem began--and clearing the cache only 
temporarily fixes it. Sooner or later the errors come back.

> ambiguous method when using Lombak
> --
>
> 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] [Commented] (NETBEANS-1842) ambiguous method when using Lombak

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson commented on NETBEANS-1842:
--

This issue has been plaguing me since Netbeans 9 (8 was fine). It only happens 
with one of my projects, but it's murder since we use Lombok heavily in it. 
Wavy red lines pretty much everywhere makes it hard to find the real errors.

As far as I know, changing the Lombok version won't change the problem, and 
clearing the cache only temporarily fixes it. Sooner or later the errors come 
back.

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

2019-11-12 Thread Alvin Thompson (Jira)


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

Alvin Thompson updated NETBEANS-1842:
-
Attachment: Screen Shot 2019-07-25 at 4.14.03 PM.png

> ambiguous method when using Lombak
> --
>
> 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] [Commented] (NETBEANS-2950) Cannot finish app by stopping debugging

2019-11-12 Thread Steven Ingram (Jira)


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

Steven Ingram commented on NETBEANS-2950:
-

[~lkishalmi] I can do that.  Thanks for the encouragement.

> Cannot finish app by stopping debugging
> ---
>
> Key: NETBEANS-2950
> URL: https://issues.apache.org/jira/browse/NETBEANS-2950
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Jaroslav Tulach
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: EasyFix, pull-request-available
> Attachments: GradleSuccess.jpeg, pullReqFix.jpeg
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I create Gradle/Java Application and try to debug it, it doesn't stop 
> when I press the "Finish Debugging" button. That is weird and certainly 
> different to behavior of Maven and Ant projects. Example:
> {code:java}
> public class Main {
>     public static void main(String[] args) throws Exception {
>     int cnt = 0;
>     while (true) {
>     Thread.sleep(1000);
>     System.out.println("counting " + ++cnt);
>     }
>     }
>     
> }{code}
> Debug the project. Then press the big red button in the debugger toolbar. The 
> debugger disconnects, but immediately reconnects again and the application 
> continues. I find this unexpected. Output of one of my executions:
> {code:java}
> > Task :compileJava
> > Task :processResources NO-SOURCE
> > Task :classes
> > Task :run
> Listening for transport dt_socket at address: 5005
> counting 1
> counting 2
> counting 3
> counting 4
> counting 5
> Listening for transport dt_socket at address: 5005
> counting 6
> Listening for transport dt_socket at address: 5005
> Listening for transport dt_socket at address: 5005
> counting 7
> counting 8
> BUILD ABORTED{code}
> At the end I pressed the "small red" button in on the left side of the output 
> window and that one terminates the app - e.g. workaround exists.



--
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-3313) Can't delete gradle project

2019-11-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3313:
---

The delete action is simply just not implemented. We can start with the default 
implementation what's Maven is using or just Enable the delete action for root 
Gradle projects with deleting the source files.
Deleting the source files are coming from the Ant world. There is no too much 
meaning when it comes to Maven or Gradle.

 

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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-3313) Can't delete gradle project

2019-11-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi reassigned NETBEANS-3313:
-

Assignee: Steven Ingram  (was: Laszlo Kishalmi)

> Can't delete gradle project
> ---
>
> Key: NETBEANS-3313
> URL: https://issues.apache.org/jira/browse/NETBEANS-3313
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.1, 11.2
> Environment: Product Version: Apache NetBeans IDE 11.2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.2
>Reporter: Christian Lenz
>Assignee: Steven Ingram
>Priority: Minor
>
> I can't delete a gradle project via "del" key. Also the action "delete" on 
> the project context menu is missing.
> Steps to reproduce:
> - Create a new Java with Gradle -> Java Application or Java Frontend 
> Application (Maybe all gradle projects)
> - Leave everything as it is from the wizard
> - Wait until it is open
> - Select the project via key or mouse
> - Hit "del" key -> nothing happens
> - Do a right click on the project and choose "delete" -> action is not there
> - Go to the files window
> - Try to do the same -> not possible
> Project deletion is essential in NetBeans.



--
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-2950) Cannot finish app by stopping debugging

2019-11-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2950:
---

[~srexi]would you like to look at NETBEANS-3313 ?

> Cannot finish app by stopping debugging
> ---
>
> Key: NETBEANS-2950
> URL: https://issues.apache.org/jira/browse/NETBEANS-2950
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Jaroslav Tulach
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: EasyFix, pull-request-available
> Attachments: GradleSuccess.jpeg, pullReqFix.jpeg
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I create Gradle/Java Application and try to debug it, it doesn't stop 
> when I press the "Finish Debugging" button. That is weird and certainly 
> different to behavior of Maven and Ant projects. Example:
> {code:java}
> public class Main {
>     public static void main(String[] args) throws Exception {
>     int cnt = 0;
>     while (true) {
>     Thread.sleep(1000);
>     System.out.println("counting " + ++cnt);
>     }
>     }
>     
> }{code}
> Debug the project. Then press the big red button in the debugger toolbar. The 
> debugger disconnects, but immediately reconnects again and the application 
> continues. I find this unexpected. Output of one of my executions:
> {code:java}
> > Task :compileJava
> > Task :processResources NO-SOURCE
> > Task :classes
> > Task :run
> Listening for transport dt_socket at address: 5005
> counting 1
> counting 2
> counting 3
> counting 4
> counting 5
> Listening for transport dt_socket at address: 5005
> counting 6
> Listening for transport dt_socket at address: 5005
> Listening for transport dt_socket at address: 5005
> counting 7
> counting 8
> BUILD ABORTED{code}
> At the end I pressed the "small red" button in on the left side of the output 
> window and that one terminates the app - e.g. workaround exists.



--
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-3377) cleanup unchecked conversions

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


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

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

> cleanup unchecked conversions
> -
>
> Key: NETBEANS-3377
> URL: https://issues.apache.org/jira/browse/NETBEANS-3377
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> There are a lot of places in the code where unchecked conversions are taking 
> place..
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/profiler/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/OQLController.java:259:
>  warning: [unchecked] unchecked conversion
>[repeat] Set entries = ((Map)o).entrySet();
>[repeat]   ^
>[repeat]   required: Set
>[repeat]   found:Set
> {code}
> Cleanup these warning messages..



--
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-3377) cleanup unchecked conversions

2019-11-12 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3377:
-

 Summary: cleanup unchecked conversions
 Key: NETBEANS-3377
 URL: https://issues.apache.org/jira/browse/NETBEANS-3377
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker


There are a lot of places in the code where unchecked conversions are taking 
place..


{code:java}
   [repeat] 
/home/bwalker/src/netbeans/profiler/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/OQLController.java:259:
 warning: [unchecked] unchecked conversion
   [repeat] Set entries = ((Map)o).entrySet();
   [repeat]   ^
   [repeat]   required: Set
   [repeat]   found:Set
{code}

Cleanup these warning messages..



--
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-3376) NullPointer exception thrown when editing JS files

2019-11-12 Thread Haris Papadopoulos (Jira)
Haris Papadopoulos created NETBEANS-3376:


 Summary: NullPointer exception thrown when editing JS files
 Key: NETBEANS-3376
 URL: https://issues.apache.org/jira/browse/NETBEANS-3376
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor
Affects Versions: 11.2
 Environment: Arch Linux latest
OpenJDK Runtime Environment (build 1.8.0_232-b09)
Reporter: Haris Papadopoulos


SEVERE [global]
java.lang.NullPointerException
 at org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557)
 at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051)
 at 
org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
 at 
org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
 at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122)
 at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607)
 at 
org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
 at 
org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
 at 
org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
 at 
org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
 at 
org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
 at 
org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
 at 
org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
 at 
org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
 at org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315)
 at 
org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
 at 
org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136)
 at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91)
 at 
org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
 at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
 at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1668)
 at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
 at javax.swing.JComponent.processKeyBindings(JComponent.java:2929)
 at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
 at java.awt.Component.processEvent(Component.java:6316)
 at java.awt.Container.processEvent(Container.java:2239)
 at java.awt.Component.dispatchEventImpl(Component.java:4889)
 at java.awt.Container.dispatchEventImpl(Container.java:2297)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at 
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
 at 
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:834)
 at 
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1102)
 at 
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:973)
 at 
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:799)
 at java.awt.Component.dispatchEventImpl(Component.java:4760)
 at java.awt.Container.dispatchEventImpl(Container.java:2297)
 at java.awt.Window.dispatchEventImpl(Window.java:2746)
 at java.awt.Component.dispatchEvent(Component.java:4711)
 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
 at java.awt.EventQueue.access$500(EventQueue.java:97)
 at java.awt.EventQueue$3.run(EventQueue.java:709)
 at java.awt.EventQueue$3.run(EventQueue.java:703)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
 at java.awt.EventQueue$4.run(EventQueue.java:733)
 at java.awt.EventQueue$4.run(EventQueue.java:731)
 at java.security.AccessController.doPrivileged(Native Method)
 at 
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
 at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
 at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
 at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)



--
This message was sent by Atlassian Jira

[jira] [Commented] (NETBEANS-3375) Slowness and CPU maximum usage

2019-11-12 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3375:
-

11.2 has a number of performance enhancements, maybe that will make a 
difference.

> Slowness and CPU maximum usage
> --
>
> Key: NETBEANS-3375
> URL: https://issues.apache.org/jira/browse/NETBEANS-3375
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
> Environment: Windows 10 Pro. 
> 32 GB RAM
> Intel core i7-9700 CPU @ 3.00GHz
> SSD HDD
>Reporter: Dario Brignone
>Priority: Major
>  Labels: JavaHeap, OutOfMemory, OutOfMemoryError, cpu-usage, 
> error, heap
> Attachments: netbeans-editor.txt, netbeans.txt
>
>
> The editor becomes unresponsive while coding at HTML or PHP files. CPU usage 
> raises up to 100% and RAM too.



--
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-3375) Slowness and CPU maximum usage

2019-11-12 Thread Dario Brignone (Jira)
Dario Brignone created NETBEANS-3375:


 Summary: Slowness and CPU maximum usage
 Key: NETBEANS-3375
 URL: https://issues.apache.org/jira/browse/NETBEANS-3375
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: Windows 10 Pro. 
32 GB RAM
Intel core i7-9700 CPU @ 3.00GHz
SSD HDD
Reporter: Dario Brignone
 Attachments: netbeans-editor.txt, netbeans.txt

The editor becomes unresponsive while coding at HTML or PHP files. CPU usage 
raises up to 100% and RAM too.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


In netbeans.conf there is "netbeans_jdkhome="C:\b\j\Java\latest", which is a 
symlink (actually a junction) to .../jdk1.8.0_231. I don't know about how 
netbeans64.exe starts up the IDE. (and I see I left the jdk version out of the 
"Environment" in this issue report, something else to remember)

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-2978) Assertion error in code completion in Java code

2019-11-12 Thread Petr Miksik (Jira)


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

Petr Miksik updated NETBEANS-2978:
--
Affects Version/s: 11.2

> Assertion error in code completion in Java code
> ---
>
> Key: NETBEANS-2978
> URL: https://issues.apache.org/jira/browse/NETBEANS-2978
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.1, 11.2
>Reporter: Petr Miksik
>Priority: Major
>  Labels: autocomplete, autocompletion, codecompletion
> Attachments: ide_log.txt
>
>
> The exception occurs after selecting an item from the provided "Code 
> completion" list and nothing is inserted into code. It's thrown quite often, 
> but it's not entirely clear under what conditions this may happen. Source 
> code level does not matter.
> {noformat}
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at com.sun.tools.javac.code.Scope$ScopeImpl.dble(Scope.java:410)
>   at com.sun.tools.javac.code.Scope$ScopeImpl.enter(Scope.java:433)
>   at 
> com.sun.tools.javac.comp.MemberEnter.visitVarDef(MemberEnter.java:480)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:968)
>   at 
> com.sun.tools.javac.comp.MemberEnter.memberEnter(MemberEnter.java:172)
>   at com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1187)
>   at 
> com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:968)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:672)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:752)
>   at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:776)
>   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1353)
>   at org.netbeans.lib.nbjavac.services.NBAttr.visitBlock(NBAttr.java:78)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032)
>   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:672)
>   at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:752)
>   at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:892)
>   at 
> org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:822)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:718)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.staticInstanceOf(JavaCodeTemplateProcessor.java:583)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.getProposedValue(JavaCodeTemplateProcessor.java:404)
>   at 
> org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.updateDefaultValues(JavaCodeTemplateProcessor.java:145)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateInsertHandler.processTemplate(CodeTemplateInsertHandler.java:225)
>   at 
> org.netbeans.lib.editor.codetemplates.CodeTemplateManagerOperation.insert(CodeTemplateManagerOperation.java:273)
>   at 
> org.netbeans.lib.editor.codetemplates.api.CodeTemplate.insert(CodeTemplate.java:82)
>   at 
> org.netbeans.modules.editor.java.JavaCompletionItem.process(JavaCompletionItem.java:566)
>   at 
> org.netbeans.modules.editor.java.JavaCompletionItem.defaultAction(JavaCompletionItem.java:286)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:785)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:386)
>   at 
> java.desktop/java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:258)
>   at java.desktop/java.awt.Component.processKeyEvent(Component.java:6590)
>   at 
> java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2849)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6409)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
>   at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>   at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>   at 
> 

[jira] [Commented] (NETBEANS-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-12 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3364:
---

Well, I'm testing the Snap package on more or less computers that I own. I must 
confess that only my desktop has a rotating disk and even that one is set up to 
be cached by a couple of SSD-s.

Snap package is actually sits on compressed read-only filesystem image, that 
could add more IO to the disks.

However the 1TB HDD shall not be considered "normal" any more it is almost 
2020. On my smallest laptop from 2014 there is a 120Gb SSD with a slow AMD 
Jaguar mobile processor. That still works fine even with the Snap package.

Though even with that, you have the choice to use Flatpak, the Linux installer 
and even the zip package if you are not satisfied with the Snap performance.

If that's still not good enough, you can freely step up and work on the Debian 
packaging as a maintainer. Markus (the current maintainer) expressed that it is 
a hard work, see his notes in the linked thread above.

So you have options. You can even invest to have an SSD.

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> It would have helped a lot of people.



--
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-12 Thread Pranav Bhattarai (Jira)


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

Pranav Bhattarai edited comment on NETBEANS-3364 at 11/12/19 2:36 PM:
--

[~lkishalmi] So u are the package maintainer. I like u being u so confident 
with your answer. 
 You might have high end laptop/desktop with an SSD.

 

I have *Inspiron 5548*, i5, _7.6 GB_ of RAM &_1 TB HDD_. For people like me who 
use "normal" laptop, this I can clearly see

 +huge speed difference+. Few months ago, I have to shift from Snap's IntelliJ 
package to Jetbrains Toolbox for IntelliJ.

Congratulation for closing the issue.

I wish Snap dev's do something about this slowness otherwise no one will bother.

 


was (Author: prabesh_bhattarai):
[~lkishalmi] So u are the package maintainer. I like u being u so confident 
with your answer. 
You might have high end laptop/desktop with an SSD.

 

I have *Inspiron 5548*, i5, _7.6 GB_ of RAM &_1 TB HDD_. For people like me who 
use "normal" laptop, this I can clearly see

 +huge speed difference+. Few months ago, I have to shift from Snap's IntelliJ 
package to Jetbrains Toolbox for IntelliJ.

Congratulation for closing the issue.

I wish Snap dev's do something about this slowness other no one will bother.

 

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> It would have helped a lot of people.



--
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-3364) Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.

2019-11-12 Thread Pranav Bhattarai (Jira)


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

Pranav Bhattarai commented on NETBEANS-3364:


[~lkishalmi] So u are the package maintainer. I like u being u so confident 
with your answer. 
You might have high end laptop/desktop with an SSD.

 

I have *Inspiron 5548*, i5, _7.6 GB_ of RAM &_1 TB HDD_. For people like me who 
use "normal" laptop, this I can clearly see

 +huge speed difference+. Few months ago, I have to shift from Snap's IntelliJ 
package to Jetbrains Toolbox for IntelliJ.

Congratulation for closing the issue.

I wish Snap dev's do something about this slowness other no one will bother.

 

> Provide a PPA for Ubuntu so that user can Update/ Install Netbeans easily.
> --
>
> Key: NETBEANS-3364
> URL: https://issues.apache.org/jira/browse/NETBEANS-3364
> Project: NetBeans
>  Issue Type: New Feature
>Reporter: Pranav Bhattarai
>Priority: Major
>
> It would have helped a lot of people.



--
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-3257) refactoring rename throws exceptions, inviting me to report it

2019-11-12 Thread Jira


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

Tomáš Poledný commented on NETBEANS-3257:
-

I can confirm that you have to uninstall nb-javac. Problem is also with Java 
13. 

> refactoring rename throws exceptions,  inviting me to report it
> ---
>
> Key: NETBEANS-3257
> URL: https://issues.apache.org/jira/browse/NETBEANS-3257
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Actions/Menu/Toolbar
>Affects Versions: 11.2
>Reporter: Pieter van den Hombergh
>Priority: Critical
>  Labels: pull-request-available
> Attachments: nberror.png, sorters.zip
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> An error occurred during parsing of 
> '/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/java/teachertests/InsertionTest.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hom/.netbeans/11.2-beta3/var/log/InsertionTest.dump'.
> An error occurred during parsing of 
> '/home/hom/sebi/alda/trunk/30_practical/sorting/solution/sortingservice/src/test/java/teachertests/InsertionTest.java'.
>  Please report a bug against java/source and attach dump file 
> '/home/hom/.netbeans/11.2-beta3/var/log/InsertionTest.dump'.
> Caused: java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
>   at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:559)
>   at com.sun.tools.javac.comp.Modules.enter(Modules.java:287)
>   at com.sun.tools.javac.comp.Modules.enter(Modules.java:268)
>   at com.sun.tools.javac.comp.Modules.initModules(Modules.java:259)
>   at 
> com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1126)
>   at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:393)
>   at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:327)
>   at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:660)
>   at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:361)
>   at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
>   at 
> org.netbeans.api.java.source.WorkingCopy.toPhase(WorkingCopy.java:193)
>   at 
> org.netbeans.modules.refactoring.java.spi.RefactoringVisitor.setWorkingCopy(RefactoringVisitor.java:110)
>   at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:425)
>   at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin$TransformTask.run(JavaRefactoringPlugin.java:408)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:673)
>   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:663)
>   at 
> org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:166)
>   at 
> org.netbeans.modules.parsing.api.ParserManager$MultiUserTaskAction.run(ParserManager.java:138)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>   at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>   at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>   at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>   at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>   at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:83)
>   at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:452)
>   at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:423)
>   at 
> org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:684)
>   at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:317)
>   at 
> org.netbeans.modules.refactoring.java.spi.JavaRefactoringPlugin.processFiles(JavaRefactoringPlugin.java:263)
>   at 
> 

[jira] [Commented] (NETBEANS-3357) Selfsampler pops up all the time

2019-11-12 Thread Jira


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

András commented on NETBEANS-3357:
--

"Profile the IDE" option is not present in 11.1, only in 11.2. It works there, 
thank you.

> Selfsampler pops up all the time
> 
>
> Key: NETBEANS-3357
> URL: https://issues.apache.org/jira/browse/NETBEANS-3357
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: András
>Priority: Trivial
>
> If I press < two times (Alt+Shift+y on MacOS with Hungarian keymap), a tab 
> called selfsampler pops up.
> It also happens if I press <, something else, then < again. So it is pretty 
> annoying while trying to create HTML.
> I did not find a way to remove the shortcut for it, is that possible?



--
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-3373) Resources for related gradle projects are not available in gui bilder

2019-11-12 Thread Jira
Horváth Péter created NETBEANS-3373:
---

 Summary: Resources for related gradle projects are not available 
in gui bilder
 Key: NETBEANS-3373
 URL: https://issues.apache.org/jira/browse/NETBEANS-3373
 Project: NetBeans
  Issue Type: Bug
  Components: guibuilder - Binding
Affects Versions: 11.2
 Environment: Windows 10 64 bit
Reporter: Horváth Péter
Assignee: Laszlo Kishalmi
 Attachments: 2019-11-12 (1).png, 2019-11-12 (2).png

Since NetBeans version 11.2, the 'Resourses' group of related projects cannot 
be accessed, only the 'Source Packages' group is visible if I want to assign 
text or icons to a label, for 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] [Commented] (NETBEANS-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Eric Barboni (Jira)


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

Eric Barboni commented on NETBEANS-3371:


Hi, logs show jre usage. I guess it should be a jdk.

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3369) Access Netbeans Platform and JDK on Samba Shares

2019-11-12 Thread Joe Foe (Jira)


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

Joe Foe commented on NETBEANS-3369:
---

I am using JDK 13

> Access Netbeans Platform and JDK on Samba Shares
> 
>
> Key: NETBEANS-3369
> URL: https://issues.apache.org/jira/browse/NETBEANS-3369
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, platform - JDK Problems
>Reporter: Joe Foe
>Priority: Major
>
> I am developing a netbeans plugin for third party application based on 
> Netbeans Platform. The application is installed on a samba share. This 
> application ships with it's own version of JDK too.
> Problem is , I tried to add the JDK and Netbeans platform from the 
> application to my netbeans and netbeans just freezes.
> First it does not go into the samba share folders, i have to enter the full 
> path of the share for netbeans to access it and when i give the full path 
> netbeans is hung on scanning dependencies and it never completes.
>  
> The shares are accessible over windows and intelliJ idea without any issue 
> but on netbeans it's the opposite. If there are any workarounds/ if the issue 
> is already know nand if there is any solutions it would be very helpful.
>  
> I am using
> Netbeans V 11.1
> with JDK13
> The application that i am developing for is based on JDK8
> OS is Win 10 64 Bit pro
>  



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


Uninstalled "*The nb-javac Java editing support library*". Now get exceptions 
when trying to access .java, the RELEASE112, and the RELEASE72.

Re-installed nb-javac. Now only get exception with RELEASE72

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



--
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-3371) Navigate>GoToType gets Null Pointer Exception

2019-11-12 Thread Ernie R Rael (Jira)


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

Ernie R Rael commented on NETBEANS-3371:


BTW, the project is a maven nbm.

As mentioned, three classes are shown in the dialog. I wasn't paying attention 
to the "Location" info in the dialogue. Two of the classes have a location of 
the form "/a/b/.../foo.java" and these bring up a source file. Some are of the 
form

.../repository/org/netbeans/api/org-openide-modules/RELEASE112/org-openide-modules-RELEASE112.jar

and some are

.../repository/org/netbeans/api/org-openide-modules/RELEASE72/org-openide-modules-RELEASE72.jar

The ones with RELEASE72 produce the NPE. And RELEASE112 display "generated 
source file".

> Navigate>GoToType gets Null Pointer Exception
> -
>
> Key: NETBEANS-3371
> URL: https://issues.apache.org/jira/browse/NETBEANS-3371
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Actions
>Affects Versions: 11.2
> Environment: 11.2 IDE, windows
>Reporter: Ernie R Rael
>Priority: Critical
> Attachments: gototype-failure.exception, gototype-failure.log
>
>
> Download src.zip, specified with Tools>NetBeansPlatforms>sources for 
> Platforms>developmentIDE. Couldn't get it to work, so extracted source, 
> pointed to that, still didn't work.
>  # Steps:
> In a "Installer extends ModuleInstall" (empty, just created with new) "with 
> the cursor over ModuleInstall, do Navigate>GotoType
>  # dialog comes up with ModuleInstall, ModuleInstaller, 
> ModuleInstallerSupport.
>  # Select either ModuleInstaller or ModuleInstallerSupport and get the 
> following exception
> Note that ModuleInstall also used to fail (don't know about the exception) 
> but I think I manually navigated to the file or something and now it works to 
> bring up the source file.
>  # get exception
> Note: sometimes you get source file not found error
> Exception attached.
> I have saved the messages.log. let me know if you want it. The dialog only 
> asked for the exception.



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