[jira] [Commented] (NETBEANS-4504) Double click in tabs bar vs. fast click to close multiple bars

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


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

Netbeans User 2019 commented on NETBEANS-4504:
--

So maybe then should be improved even that document window to group or color or 
order that including a path.

> Double click in tabs bar vs. fast click to close multiple bars
> --
>
> Key: NETBEANS-4504
> URL: https://issues.apache.org/jira/browse/NETBEANS-4504
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.0
> Environment: windows 10 64bit
>Reporter: Martin Stipek
>Priority: Trivial
> Fix For: 11.3
>
>
> Double click in tabs bar cause resize editor window, but how I can close 
> multiple tabs by closing cross when that require fast clicks?
> This UI bug is in version 11.2 and 12.0. Version 11.3 is ok.



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

2020-09-02 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4762:


 Summary: Gradle support broken reconizing of Lombok generation
 Key: NETBEANS-4762
 URL: https://issues.apache.org/jira/browse/NETBEANS-4762
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor, 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


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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Labels: Lombok annotation-processor gradle  (was: Lombok)

> Gradle support broken reconizing of Lombok generation
> -
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, 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
>
> 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 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-3992) Fields are shown as unused even there are possible getters and setters via lombok

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


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

Netbeans User 2019 commented on NETBEANS-3992:
--

It cannot be retested for Apache Netbeans 12.1 due to NETBEANS-4762.

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 12.0, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-4504) Double click in tabs bar vs. fast click to close multiple bars

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


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

Netbeans User 2019 updated NETBEANS-4504:
-
Component/s: platform - Options&Settings
 ide - Features On Demand
 editor - Actions/Menu/Toolbar

> Double click in tabs bar vs. fast click to close multiple bars
> --
>
> Key: NETBEANS-4504
> URL: https://issues.apache.org/jira/browse/NETBEANS-4504
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Actions/Menu/Toolbar, ide - Features On Demand, 
> platform - Options&Settings
>Affects Versions: 12.0
> Environment: windows 10 64bit
>Reporter: Martin Stipek
>Priority: Trivial
> Fix For: 11.3
>
>
> Double click in tabs bar cause resize editor window, but how I can close 
> multiple tabs by closing cross when that require fast clicks?
> This UI bug is in version 11.2 and 12.0. Version 11.3 is ok.



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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Component/s: java - Navigation
 java - Hints
 editor - Navigation
 editor - Hints & Annotations

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

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


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

Netbeans User 2019 commented on NETBEANS-4762:
--

[~lkishalmi]
Sorry, but I have already remove 12.1. Additionally I recieved updates to 12.0, 
but I have not applied that (if e.g. there is such issue also in coming 
updates).

I guess there is two possible reasons:
- actions are somehow blocks to reflect current state
- output classes is ignored to properly remove of reds

Simply said I do not expect any new generated sources as there should be just 
overriding current ones by Lombok during annotation processing by javac.

In any case I can see that Lombok has some ifs that analyses if it is in 
"Netbeans" so I do not know if there is any changes in Apache Netbeans that 
possibly anyhow affect that Lombok checks. E.g. 
https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/javac/handlers/HandleGetter.java

> Gradle support broken reconizing 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
>
> 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 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-3579) Code completion not working inside block lambdas

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


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

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

> Code completion not working inside block lambdas
> 
>
> Key: NETBEANS-3579
> URL: https://issues.apache.org/jira/browse/NETBEANS-3579
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.2
>Reporter: Jan Lahoda
>Assignee: Akhilesh Singh
>Priority: Critical
>
> Consider the following code ('|' should not be part of the code, and 
> represents where the caret should be placed):
> {{package org.netbeans.modules.learning.lambda.code.completion;}}
> {{import java.util.Collection;}}
> {{public class NewClass {}}
> {{    public int compute(Collection c) {}}
> {{    return c.stream().map(s -> {s.|)}}
> {{    }}}
> {{}}}
> Invoking the code completion at the marked place ('|') yields not results 
> whatsoever for me. That is apparently wrong - there should be results for a 
> variable of type String.
>  
> The IDE is a fully updated Apache NetBeans 11.2, with nb-javac installed 
> running on JDK 13:
> Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Linux version 4.15.0-72-generic running on amd64; UTF-8; en_US (nb)
> User directory: /tmp/nbuser.lambda.test
> Cache directory: /tmp/nbuser.lambda.test/var/cache



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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Summary: Gradle support broken recognizing of Lombok generation  (was: 
Gradle support broken reconizing of Lombok generation)

> 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
>
> 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 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-3579) Code completion not working inside block lambdas

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


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

Netbeans User 2019 commented on NETBEANS-3579:
--

It is really tired to write "return", but before knowing that it was even hard 
to write that (e.g. write outside a map and then cut&paste). So this should get 
higher priority to be fixed.

> Code completion not working inside block lambdas
> 
>
> Key: NETBEANS-3579
> URL: https://issues.apache.org/jira/browse/NETBEANS-3579
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 11.2
>Reporter: Jan Lahoda
>Assignee: Akhilesh Singh
>Priority: Critical
>
> Consider the following code ('|' should not be part of the code, and 
> represents where the caret should be placed):
> {{package org.netbeans.modules.learning.lambda.code.completion;}}
> {{import java.util.Collection;}}
> {{public class NewClass {}}
> {{    public int compute(Collection c) {}}
> {{    return c.stream().map(s -> {s.|)}}
> {{    }}}
> {{}}}
> Invoking the code completion at the marked place ('|') yields not results 
> whatsoever for me. That is apparently wrong - there should be results for a 
> variable of type String.
>  
> The IDE is a fully updated Apache NetBeans 11.2, with nb-javac installed 
> running on JDK 13:
> Product Version: Apache NetBeans IDE 11.2
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Linux version 4.15.0-72-generic running on amd64; UTF-8; en_US (nb)
> User directory: /tmp/nbuser.lambda.test
> Cache directory: /tmp/nbuser.lambda.test/var/cache



--
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-09-08 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-4762 at 9/8/20, 8:20 AM:
---

[~lkishalmi]
Sorry, but I have already remove 12.1. Additionally I recieved updates to 12.0, 
but I have not applied that (if e.g. there is such issue also in coming 
updates).

I guess there is two possible reasons:
- actions are somehow blocked to reflect current state
- output classes is ignored to properly remove of reds

Simply said I do not expect any new generated sources as there should be just 
overriding current ones by Lombok during annotation processing by javac.

In any case I can see that Lombok has some ifs that analyses if it is in 
"Netbeans" so I do not know if there is any changes in Apache Netbeans that 
possibly anyhow affect that Lombok checks. E.g. 
https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/javac/handlers/HandleGetter.java


was (Author: nb-user-2019):
[~lkishalmi]
Sorry, but I have already remove 12.1. Additionally I recieved updates to 12.0, 
but I have not applied that (if e.g. there is such issue also in coming 
updates).

I guess there is two possible reasons:
- actions are somehow blocks to reflect current state
- output classes is ignored to properly remove of reds

Simply said I do not expect any new generated sources as there should be just 
overriding current ones by Lombok during annotation processing by javac.

In any case I can see that Lombok has some ifs that analyses if it is in 
"Netbeans" so I do not know if there is any changes in Apache Netbeans that 
possibly anyhow affect that Lombok checks. E.g. 
https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/javac/handlers/HandleGetter.java

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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Description: 
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 and 
sourcesets  

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

  was:
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 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).


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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Description: 
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).

  was:
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 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).


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

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


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

Netbeans User 2019 updated NETBEANS-4762:
-
Description: 
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 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).

  was:
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 and 
sourcesets  

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


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

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


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

Netbeans User 2019 commented on NETBEANS-4762:
--

It seems that there is no problem with 12.0 + updates (I guess it is marked as 
u1) at least any reds disappear with closing and reopening of first project in 
tree.

In any case 12.1 is still out of order even with upgrade from 12.0 + updates.

On source dialog of 12.1 has been visible as extra:
- tab "Source": project\build\generated\sources\annotationProcessor\java\main
- tab "Annotation Processors": lombok-1.18.12.jar
- tab "Compiler Args": Java -> -parameters

In any case I have even tried to use empty gradle project by wizard and add 
lombok and create simple Java bean class annotated by lombok:

- if I tried to used generated e.g. methods it is not visible in autocomplete
- if I run build from menu no issue, but editor is red so simply said editors 
uses something different or better to say completely ignores lombok

> 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
>
> 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-07 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4861:
--

This seems broken as everywhere it is seen reds if it is even used fields, 
parameters, ... that it is named as "permits" even source level is 11 and JDK 
is 11.

> 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
>  Time Spent: 2h 10m
>  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] [Updated] (NETBEANS-4861) NB-Javac Upgrade to JDK-15

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


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

Netbeans User 2019 updated NETBEANS-4861:
-
Priority: Critical  (was: Major)

> 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
>  Time Spent: 2h 10m
>  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] [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] [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] [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] [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] [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] [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-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-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] [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-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] [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] [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] [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] [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-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-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-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-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] [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] [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] [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] [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] [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:
-
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:
-
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:
-
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] [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] [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] [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] [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] [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] [Created] (NETBEANS-3159) Java Declarative Hints

2019-09-24 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3159:


 Summary: Java Declarative Hints
 Key: NETBEANS-3159
 URL: https://issues.apache.org/jira/browse/NETBEANS-3159
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 11.1
Reporter: Netbeans User 2019
Assignee: Jan Lahoda


Maybe it should be removed at all as it is:
 * not documented well
 * not easy to use at all

E.g. if you would like to do even simple task to change value conditionally e.g.

private static final long serialVersionUID = $init$; :: $init$ instanceof long
=> private static final long serialVersionUID = 0L; :: $init$ < 0
=> private static final long serialVersionUID = $init$; :: otherwise

 That do not really do change to zero for value below zero.

 

 



--
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-3991) Refactoring of variable affect comments outside of variable scope

2020-03-10 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3991:


 Summary: Refactoring of variable affect comments outside of 
variable scope
 Key: NETBEANS-3991
 URL: https://issues.apache.org/jira/browse/NETBEANS-3991
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 11.3
 Environment: OpenJDK 11.0.2
Reporter: Netbeans User 2019


It is possible to see that it is modified comments by refactoring outside of 
method where is used such local variable.



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-03-10 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3992:


 Summary: Fields are shown as unused even there are possible 
getters and setters via lombok
 Key: NETBEANS-3992
 URL: https://issues.apache.org/jira/browse/NETBEANS-3992
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor, projects - Gradle
Affects Versions: 11.3
 Environment: OpenJDK 11.0.2
Reporter: Netbeans User 2019
Assignee: Laszlo Kishalmi


fields that have getters and setters via lombok is presented as unsued since 
11.3 (no such issue has been seen in 11.2)



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-03-10 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3992:
-
Environment: 
OpenJDK 11.0.2
Gradle 6.2.2

  was:OpenJDK 11.0.2


> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-3993) Import static of lombok generated builder method

2020-03-10 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3993:


 Summary: Import static of lombok generated builder method
 Key: NETBEANS-3993
 URL: https://issues.apache.org/jira/browse/NETBEANS-3993
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor, projects - Gradle
Affects Versions: 11.2, 11.3
 Environment: OpenJDK 11.0.2
Gradle 6.2.2
Reporter: Netbeans User 2019
Assignee: Laszlo Kishalmi


"import static" of builder method created by lombok is reported as error, but 
only for editor



--
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-3994) Errors are not presented in editor without restart IDE

2020-03-10 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3994:


 Summary: Errors are not presented in editor without restart IDE
 Key: NETBEANS-3994
 URL: https://issues.apache.org/jira/browse/NETBEANS-3994
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor, platform - Action Items
Affects Versions: 11.3
 Environment: OpenJDK 11.0.2
Gradle 6.2.2
Reporter: Netbeans User 2019


editor shows red indicator on tab, but no error in editor, but errors are in 
action items and only help reopen IDE (closing tab and open tab again does not 
help and even additional editing of file {color:#172b4d}does not help;new 
functionality of "reload project" wasn't tested{color})

As alternative solution: To be added to tab action for reload



--
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-3993) Import static of lombok generated builder method

2020-03-29 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3993:
-
Attachment: nbissuesproject.zip

> Import static of lombok generated builder method
> 
>
> Key: NETBEANS-3993
> URL: https://issues.apache.org/jira/browse/NETBEANS-3993
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> "import static" of builder method created by lombok is reported as error, but 
> only for editor



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-03-29 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3992:
-
Attachment: nbissuesproject.zip

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-3993) Import static of lombok generated builder method

2020-03-30 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3993:
--

11.3 seems do not show it as error in editor, but only if it runs build. To see 
it: you have to uncomment static import in NewClass2. As you can see there is 
no problem in case of NewMain if you comment static import in NewClass2.

> Import static of lombok generated builder method
> 
>
> Key: NETBEANS-3993
> URL: https://issues.apache.org/jira/browse/NETBEANS-3993
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> "import static" of builder method created by lombok is reported as error, but 
> only for editor



--
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-4087) Refactor ends with NullPointerException

2020-03-30 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4087:


 Summary: 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
 Environment: OpenJDK 11.0.2
Gradle 6.2.2 
Reporter: Netbeans User 2019


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] [Created] (NETBEANS-4169) View > Show Inline Hints, but only for missing content

2020-04-14 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4169:


 Summary: View > Show Inline Hints, but only for missing content
 Key: NETBEANS-4169
 URL: https://issues.apache.org/jira/browse/NETBEANS-4169
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Hints & Annotations, java - Editor
Affects Versions: 11.3
 Environment: Apache Netbens 11.3
OpenJDK 11.0.2

Reporter: Netbeans User 2019


Context: {color:#172b4d}View > Show Inline Hints{color}

Current behavior:

Shows even even if there is content (variable, ...) entered. As seems that 
makes even hard to read if that breaks "formatting/indent".

Suggested behavior:

Shows only when there is missing content so really as hint what to place.



--
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-2374) Editor does not show UTF-8 codepoint as Unicode character

2020-04-30 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-2374:
--

Dear Andrew,

firstly I agree to be such option set by Apache Netbeans without any extra 
switch on command line.

BTW: I do not think that it is good practice to use "unicode" in source files, 
but it should be used escape sequence.

> Editor does not show UTF-8 codepoint as Unicode character
> -
>
> Key: NETBEANS-2374
> URL: https://issues.apache.org/jira/browse/NETBEANS-2374
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other, projects - Gradle
>Affects Versions: 11.0
> Environment: Netbeans 11
> Gradle 5
> Java 11
>Reporter: Netbeans User 2019
>Priority: Critical
>
> There is additional issue (or not reported new feature on Netbeans 11) as 
> seems that Netbeans "Editor" stop understand UTF-8 so presents all characters 
> instead of showing just exact Unicode character of that codepoint.



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

2020-05-21 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4358:


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


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] [Commented] (NETBEANS-3966) Missing to show in editor where is problem

2020-05-21 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 commented on NETBEANS-3966:
--

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) {}}{{    }
    }
}}}

> 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: 11.2, 11.3
> Environment: Apache Netbeans 11.2 and even 11.3
> OpenJDK 11.0.2
>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] [Comment Edited] (NETBEANS-3966) Missing to show in editor where is problem

2020-05-21 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 5/21/20, 12:10 PM:
-

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.


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) {}}{{    }
    }
}}}

> 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: 11.2, 11.3
> Environment: Apache Netbeans 11.2 and even 11.3
> OpenJDK 11.0.2
>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-4169) View > Show Inline Hints, but only for missing content

2020-06-08 Thread Netbeans User 2019 (Jira)


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

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

> View > Show Inline Hints, but only for missing content
> --
>
> Key: NETBEANS-4169
> URL: https://issues.apache.org/jira/browse/NETBEANS-4169
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations, java - Editor
>Affects Versions: 12.0, 11.3
> Environment: Apache Netbens 11.3
> OpenJDK 11.0.2
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: hints
>
> Context: {color:#172b4d}View > Show Inline Hints{color}
> Current behavior:
> Shows even even if there is content (variable, ...) entered. As seems that 
> makes even hard to read if that breaks "formatting/indent".
> Suggested behavior:
> Shows only when there is missing content so really as hint what to place.



--
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-4169) View > Show Inline Hints, but only for missing content

2020-06-08 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4169:
-
Environment: 
Apache Netbens 11.3, 12.0
OpenJDK 11.0.2


  was:
Apache Netbens 11.3
OpenJDK 11.0.2



> View > Show Inline Hints, but only for missing content
> --
>
> Key: NETBEANS-4169
> URL: https://issues.apache.org/jira/browse/NETBEANS-4169
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Hints & Annotations, java - Editor
>Affects Versions: 12.0, 11.3
> Environment: Apache Netbens 11.3, 12.0
> OpenJDK 11.0.2
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: hints
>
> Context: {color:#172b4d}View > Show Inline Hints{color}
> Current behavior:
> Shows even even if there is content (variable, ...) entered. As seems that 
> makes even hard to read if that breaks "formatting/indent".
> Suggested behavior:
> Shows only when there is missing content so really as hint what to place.



--
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-3993) Import static of lombok generated builder method

2020-06-08 Thread Netbeans User 2019 (Jira)


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

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

It seems that it is not occurring on:

{color:#172b4d}Apache Netbeans 12.0
{color}{color:#172b4d}OpenJDK 11.0.2 {color}
{color:#172b4d} Gradle 6.4.1 {color}

> Import static of lombok generated builder method
> 
>
> Key: NETBEANS-3993
> URL: https://issues.apache.org/jira/browse/NETBEANS-3993
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.2, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> "import static" of builder method created by lombok is reported as error, but 
> only for editor



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-06-08 Thread Netbeans User 2019 (Jira)


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

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

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 12.0, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-06-08 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3992:
--

It is still there.

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 12.0, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-06-08 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3992:
-
Environment: 
OpenJDK 11.0.2
Gradle 6.2.2, 6.4.1

  was:
OpenJDK 11.0.2
Gradle 6.2.2


> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



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

2020-06-08 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 updated NETBEANS-3969:
-
Affects Version/s: 12.0

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

2020-06-08 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 updated NETBEANS-3969:
-
Environment: 
OpenJDK 11.0.2
Gradle 6.4.1

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

2020-06-08 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.0

> 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
>Reporter: Netbeans User 2019
>Priority: Major
>  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-06-08 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:
-
Environment: 
OpenJDK 11.0.2
Gradle 6.4.1

  was:OpenJDK 11.0.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
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Priority: Major
>  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-3966) Missing to show in editor where is problem

2020-06-08 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:
-
Environment: 
OpenJDK 11.0.2
Gradle 6.4.1

  was:
Apache Netbeans 11.2 and even 11.3
OpenJDK 11.0.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
> 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-06-08 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.0

> 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: Apache Netbeans 11.2 and even 11.3
> OpenJDK 11.0.2
>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-3965) Source code "var" issue

2020-06-08 Thread Netbeans User 2019 (Jira)


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

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

> Source code "var" issue
> ---
>
> Key: NETBEANS-3965
> URL: https://issues.apache.org/jira/browse/NETBEANS-3965
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items
>Affects Versions: 12.0, 11.2, 11.3
> Environment: Apache Netbeans 11.2 and even 11.3
> OpenJDK 11.0.2
>Reporter: Netbeans User 2019
>Assignee: Arunava Sinha
>Priority: Minor
>  Labels: compile-error
>
> var File[] = file.list();
> on editor: do no show any issue
> on action items: there is no issue visible about that
> on gradle: fails in compile
> on old-style project (Java with Ant > Java Application): run without issue, 
> but if you explicitly try build you get "error: 'var' is not allowed as an 
> element type of an array



--
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-3965) Source code "var" issue

2020-06-08 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-3965:
-
Environment: 
Apache Netbeans
OpenJDK 11.0.2
Gradle 6.4.1

  was:
Apache Netbeans 11.2 and even 11.3
OpenJDK 11.0.2


> Source code "var" issue
> ---
>
> Key: NETBEANS-3965
> URL: https://issues.apache.org/jira/browse/NETBEANS-3965
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items
>Affects Versions: 12.0, 11.2, 11.3
> Environment: Apache Netbeans
> OpenJDK 11.0.2
> Gradle 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Arunava Sinha
>Priority: Minor
>  Labels: compile-error
>
> var File[] = file.list();
> on editor: do no show any issue
> on action items: there is no issue visible about that
> on gradle: fails in compile
> on old-style project (Java with Ant > Java Application): run without issue, 
> but if you explicitly try build you get "error: 'var' is not allowed as an 
> element type of an array



--
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-06-08 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:
-
Environment: 
Netbeans 11.2 -> 11.3
Netbeans 11.3 -> 12.0

  was:Netbeans 11.2 -> 11.3


> 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
> 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] [Updated] (NETBEANS-3963) Copy document groups with Netbeans IDE upgrade

2020-06-08 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: 11.3
   12.0

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

2020-06-08 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.0

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

2020-06-08 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:
-
Environment: 
Netbeans 11 
Gradle 5, 6.4.1 
Java 11 

  was:
Netbeans 11 
Gradle 5 
Java 11 


> 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
> 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-2373) Support for Gradle distribution plugin

2020-06-08 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.0

> 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
> Environment: Netbeans 11
> Gradle 5
> 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-2373) Support for Gradle distribution plugin

2020-06-08 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:
-
Environment: 
Netbeans 11
Gradle 5, 6.4.1
Java 11


  was:
Netbeans 11
Gradle 5
Java 11



> 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
> 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] [Commented] (NETBEANS-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3992:
--

In any case is bug, because it works in past. Additionally it is processing 
such generated source as at least offer in "Value assistance" such methods. So 
it should be fix to be remove such invalid hints.

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 12.0, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



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

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

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



[jira] [Reopened] (NETBEANS-3598) Debug > Watch : do not work with statically imported method for mouse over or create new one even with lambda

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 reopened NETBEANS-3598:
--

> Debug > Watch :  do not work with statically imported method for mouse over 
> or create new one even with lambda
> --
>
> Key: NETBEANS-3598
> URL: https://issues.apache.org/jira/browse/NETBEANS-3598
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 10.0, 11.0, 11.1, 11.2
> Environment: OpenJDK 11
>Reporter: Netbeans User 2019
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: debug, lambda, static-import
> Fix For: 11.3
>
>
> Debugger do not work with statically imported method for mouse over or create 
> new one even with lambda and even issue with "watch".
> It should be at least possible to get result for highlighted code with 
> mouse over.



--
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-3598) Debug > Watch : do not work with statically imported method for mouse over or create new one even with lambda

2020-07-23 Thread Netbeans User 2019 (Jira)


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

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

> Debug > Watch :  do not work with statically imported method for mouse over 
> or create new one even with lambda
> --
>
> Key: NETBEANS-3598
> URL: https://issues.apache.org/jira/browse/NETBEANS-3598
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 10.0, 11.0, 12.0, 11.1, 11.2
> Environment: OpenJDK 11
>Reporter: Netbeans User 2019
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: debug, lambda, static-import
> Fix For: 11.3
>
>
> Debugger do not work with statically imported method for mouse over or create 
> new one even with lambda and even issue with "watch".
> It should be at least possible to get result for highlighted code with 
> mouse over.



--
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-3598) Debug > Watch : do not work with statically imported method for mouse over or create new one even with lambda

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3598:
--

Seems that statically imported method still has issue in debug as it is not 
resolved well with "New Watch" so it is needed to use "full name" (with class 
name).

> Debug > Watch :  do not work with statically imported method for mouse over 
> or create new one even with lambda
> --
>
> Key: NETBEANS-3598
> URL: https://issues.apache.org/jira/browse/NETBEANS-3598
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 10.0, 11.0, 12.0, 11.1, 11.2
> Environment: OpenJDK 11
>Reporter: Netbeans User 2019
>Assignee: Akshay Gupta
>Priority: Major
>  Labels: debug, lambda, static-import
> Fix For: 11.3
>
>
> Debugger do not work with statically imported method for mouse over or create 
> new one even with lambda and even issue with "watch".
> It should be at least possible to get result for highlighted code with 
> mouse over.



--
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-4617) stdout not flushed to console until new line

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4617:
--

Strange

> stdout not flushed to console until new line 
> -
>
> Key: NETBEANS-4617
> URL: https://issues.apache.org/jira/browse/NETBEANS-4617
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: Windows 10
>Reporter: Operaxis
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> Similar (if not completely same) with: 
> [https://github.com/JetBrains/intellij-community/commit/707cf1427f66beb24faa5b8193217e52a8bb85d1]
>  issue. In IntelliJ IDEA case, a fix has been published for version 2020.1. 
> Can be used as reference.
> Basically, printf() and print() does not work until a newline, not even 
> System.out.flush() will work. This only happens on Gradle projects, and when 
> running through the IDE (does not happen to Maven/Ant). This does not happen 
> to println() because it prints new line.
> Quite a breaking stuff, impossible to accept user input on the same line 
> through the console.
> As an example to demonstrate the issue:
> {code:java}
> public static void main(String[] args) {
> Scanner in = new Scanner(System.in);
> 
> System.out.print("Please enter ABC: ");
> in.next();
> System.out.printf("DEF: ");
> in.next();
> System.out.println("GHI: ");
> in.next();
> }
> {code}
> Output:
> {code:java}
> JAVA_HOME="C:\Program Files\AdoptOpenJDK\jdk-14.0.1.7-hotspot"
> cd C:\repo\test-cli; ./gradlew --configure-on-demand 
> -PrunClassName=Transaction.Transaction -x check runSingle
> Configuration on demand is an incubating feature.
> > Task :compileJava UP-TO-DATE
> > Task :processResources NO-SOURCE
> > Task :classes UP-TO-DATE> Task :runSingle
> ABC
> DEF
> Please enter ABC: DEF: GHI: 
> GHI
> BUILD SUCCESSFUL in 17s
> 2 actionable tasks: 1 executed, 1 up-to-date
> {code}
> A fix would be very appreciated, thank you.
>  



--
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-4609) Add Gradle task selector

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4609:
--

I do not know if this is answer to your need, but you can do:
1) run any task
2) go to output
3) context menu (other mouse button)
4) run with different parameters
5) edit
6) fill remember as and then click OK
7) now you have it in gradle.properties and in context menu under Run Gradle in 
context menu e.g. on project in Projects

> Add Gradle task selector
> 
>
> Key: NETBEANS-4609
> URL: https://issues.apache.org/jira/browse/NETBEANS-4609
> Project: NetBeans
>  Issue Type: Wish
>Affects Versions: 11.0, 12.0, 11.1, 11.2, 11.3
>Reporter: Serhi Serhieiev
>Priority: Minor
> Attachments: Peek 2020-07-21 00-43.gif
>
>
> Starting from NB11 the build in support for Gradle has been provided. 
> Although it is nice but it is not that good as this 
> [plugin|[http://plugins.netbeans.org/plugin/44510/gradle-support]]. What I 
> want is a Task selector selectbox(like the Profile selector in the mentioned 
> plugin) on the Toolbar, so I can select some custom Run task and always use 
> it when I run the project with F6. 
>  
> What I want is something like in the uploaded gif but with Gradle Custom 
> Tasks which you can add in NB 12.
> Or maybe not run it with F6 (because not all custom Tasks may be Run tasks) 
> but at least give me the possibility to run the selected Gradle task with 
> some key combination I can map in the settings.



--
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-4514) Everytime I open Netbeans version 12.0 it lags completely. It takes about a minute for it to load.

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4514:
--

Something like this happens to me also with 12.0 and if I can see such freezing 
it helps to close it and open it once again.

> Everytime I open Netbeans version 12.0 it lags completely. It takes about a 
> minute for it to load.
> --
>
> Key: NETBEANS-4514
> URL: https://issues.apache.org/jira/browse/NETBEANS-4514
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: I have attached an image of the Laptop being used
>Reporter: Juan Paz
>Priority: Major
> Fix For: 12.0
>
> Attachments: IDE Log.txt, Laptop Info.PNG, UI Log.txt
>
>
> I'm getting lag when loading netbeans, about a minute before it completely 
> loads. 



--
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-4504) Double click in tabs bar vs. fast click to close multiple bars

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4504:
--

if you mean closing more "documents/files" you can use 
Window->Documents...->select files (click + CTRL) and close.

> Double click in tabs bar vs. fast click to close multiple bars
> --
>
> Key: NETBEANS-4504
> URL: https://issues.apache.org/jira/browse/NETBEANS-4504
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.0
> Environment: windows 10 64bit
>Reporter: Martin Stipek
>Priority: Trivial
> Fix For: 11.3
>
>
> Double click in tabs bar cause resize editor window, but how I can close 
> multiple tabs by closing cross when that require fast clicks?
> This UI bug is in version 11.2 and 12.0. Version 11.3 is ok.



--
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-4376) Organize members does not sort nested enums

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4376:
--

But I guess this is not in Format to set. In any case it is not so safe as 
ordinal value will be changed. But maybe new option like "order lines" could be 
added.

> Organize members does not sort nested enums
> ---
>
> Key: NETBEANS-4376
> URL: https://issues.apache.org/jira/browse/NETBEANS-4376
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting & Indentation
>Affects Versions: 12.0
> Environment: Netbeans: 12.0 beta 5
> OS: Windows 7 x64
> Java: OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
> Active plugins: HTML5 1.24, Java SE 1.43, Tools 3.92.0.2, PHP 1.70, Service 
> Registry 1.35
> Inactive plugins: JavaFX 2 1.25, Java Web and EE 1.33, Developing NetBeans 
> 1.38, Groovy 1.4, Base IDE 1.0
>Reporter: David Kleszyk
>Priority: Trivial
> Attachments: nb-configuration.xml, 
> org-netbeans-modules-editor-settings-CustomPreferences.xml, pom.xml
>
>
> When 'Sort Members in Groups Alphabetically' is checked, nested enums are not 
> sorted.
> For example, the following code is not re-organized:
> {code:java}
> public class Test
> {
> public enum Foo
> {
> FOO;
> }
> public enum Bar
> {
> BAR;
> }
> }
> {code}



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

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

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



[jira] [Issue Comment Deleted] (NETBEANS-4376) Organize members does not sort nested enums

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4376:
-
Comment: was deleted

(was: But I guess this is not in Format to set. In any case it is not so safe 
as ordinal value will be changed. But maybe new option like "order lines" could 
be added.)

> Organize members does not sort nested enums
> ---
>
> Key: NETBEANS-4376
> URL: https://issues.apache.org/jira/browse/NETBEANS-4376
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting & Indentation
>Affects Versions: 12.0
> Environment: Netbeans: 12.0 beta 5
> OS: Windows 7 x64
> Java: OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)
> Active plugins: HTML5 1.24, Java SE 1.43, Tools 3.92.0.2, PHP 1.70, Service 
> Registry 1.35
> Inactive plugins: JavaFX 2 1.25, Java Web and EE 1.33, Developing NetBeans 
> 1.38, Groovy 1.4, Base IDE 1.0
>Reporter: David Kleszyk
>Priority: Trivial
> Attachments: nb-configuration.xml, 
> org-netbeans-modules-editor-settings-CustomPreferences.xml, pom.xml
>
>
> When 'Sort Members in Groups Alphabetically' is checked, nested enums are not 
> sorted.
> For example, the following code is not re-organized:
> {code:java}
> public class Test
> {
> public enum Foo
> {
> FOO;
> }
> public enum Bar
> {
> BAR;
> }
> }
> {code}



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

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

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



[jira] [Commented] (NETBEANS-4544) read utf-8 file not correct in windows os

2020-07-23 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4544:
--

1) ensure that it is really valid UTF-8 and you have read that as UTF-8 not 
UTF-16

2)

A) Check:
NETBEANS-2374

Or B) try:

Settings -> search for region
-> Additional date, time, & regional setting
-> Region
-> Administrative
-> Change system locale...
-> check Beta: Use Unicode UTF-8 ...
-> restart your device

> read utf-8 file not correct in windows os
> -
>
> Key: NETBEANS-4544
> URL: https://issues.apache.org/jira/browse/NETBEANS-4544
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Affects Versions: 12.0, 11.1, 11.2, 11.3
> Environment: Windows OS
>Reporter: Albert Flex
>Priority: Major
>
> I  created a SpringBoot Maven Application, which contains Spring data JPA 
> dependency. I wrote the *schema.sql* and *data.sql* with UTF-8 encoding in 
> resources directory. When I ran the application, I should have receive some 
> JSON data but I received some unrecognizable characters.



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

2020-07-23 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4625:


 Summary: 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
 Environment: OpenJDK 11.0.2
Gradle 6.4.1
Reporter: Netbeans User 2019


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-07-23 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:
-
Description: 
e.g.

java.util.Optional.of("").map((o)->{    

o. //no suggestion (autocomplete)    

//return o;//if you uncomment such "return" then you get suggestion }

)

  was:
e.g.

java.util.Optional.of("").map((o)->{
    o. //no suggestion (autocomplete)
    //return o;//if you uncomment such "return" then you get suggestion 
 })


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

2020-07-23 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:
-
Description: 
e.g.

java.util.Optional.of("").map((o)->{    


o. //no suggestion (autocomplete)    


//return o;//if you uncomment such "return" then you get suggestion }

)

  was:
e.g.

java.util.Optional.of("").map((o)->{    

o. //no suggestion (autocomplete)    

//return o;//if you uncomment such "return" then you get suggestion }

)


> 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
> 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] [Created] (NETBEANS-3598) Debug > Watch : do not work with statically imported method for mouse over or create new one even with lambda

2019-12-16 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-3598:


 Summary: Debug > Watch :  do not work with statically imported 
method for mouse over or create new one even with lambda
 Key: NETBEANS-3598
 URL: https://issues.apache.org/jira/browse/NETBEANS-3598
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 11.1, 11.0, 10.0, 8.2, 11.2
 Environment: OpenJDK 11
Reporter: Netbeans User 2019


Debugger do not work with statically imported method for mouse over or create 
new one even with lambda and even issue with "watch".

It should be at least possible to get result for highlighted code with 
mouse over.



--
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-3598) Debug > Watch : do not work with statically imported method for mouse over or create new one even with lambda

2019-12-16 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3598:
--

Maybe connected to NETBEANS-3580

> Debug > Watch :  do not work with statically imported method for mouse over 
> or create new one even with lambda
> --
>
> Key: NETBEANS-3598
> URL: https://issues.apache.org/jira/browse/NETBEANS-3598
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 10.0, 11.0, 11.1, 11.2
> Environment: OpenJDK 11
>Reporter: Netbeans User 2019
>Priority: Major
>  Labels: debug, lambda, static-import
>
> Debugger do not work with statically imported method for mouse over or create 
> new one even with lambda and even issue with "watch".
> It should be at least possible to get result for highlighted code with 
> mouse over.



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



  1   2   3   >