[jira] [Created] (NETBEANS-5637) Automatic configuration of javadoc for JDK platforms

2021-04-28 Thread Alessandro Polverini (Jira)
Alessandro Polverini created NETBEANS-5637:
--

 Summary: Automatic configuration of javadoc for JDK platforms
 Key: NETBEANS-5637
 URL: https://issues.apache.org/jira/browse/NETBEANS-5637
 Project: NetBeans
  Issue Type: Bug
  Components: java - Javadoc, java - Platform
Affects Versions: 11.3
Reporter: Alessandro Polverini


I've tried on all possible ways I could think and followed all the 
stackexchange suggestions but I was not able to link the jdk javadoc for java 
11 to 16 using the one available online from oracle website.

Since the URL of the javadoc is well defined and stable, for example 
https://docs.oracle.com/en/java/javase/11/docs/api/ for java11, it would be 
useful to autoconfigure it as a default when creating a new entry in the "java 
platforms" netbeans configuration.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-3579) Code completion not working inside block lambdas

2021-04-28 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 reopened NETBEANS-3579:
--

It could not be fixed in 12.2 as it was reported in 12.2.

> 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
> Attachments: RE Defect #3579 Status  Findings.msg, RE Defect #3579 
> Status  Findings.msg, Screenshot (346).png
>
>
> 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] [Commented] (NETBEANS-5636) New version of Java 11 seems does not work well

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5636:
--

As additional info you can use realease notes of particular version Java if 
there is not mentioned anything that you should need to incorporate to Apache 
Netbeans source code.


> New version of Java 11 seems does not work well
> ---
>
> Key: NETBEANS-5636
> URL: https://issues.apache.org/jira/browse/NETBEANS-5636
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.0
> Environment: Zulu 11.48.21 jdk11.0.11
> Gradle 6.8.3
>Reporter: Netbeans User 2019
>Priority: Blocker
>
> UI seems broken with new release of LTS (11) version of Java.
> E.g. View > breadcrumbs disappears even if it is enable.
> There was even other issue, but not always.
> I would like to ask to be retested on each platform with new version of Java 
> and possibly hunt a issue and provide a update even for version 12.0 of 
> Apache Netbeans.



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

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

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



[jira] [Commented] (NETBEANS-5636) New version of Java 11 seems does not work well

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5636:
--

As example of one of seen exception:

java.lang.NullPointerException
at 
java.desktop/javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:939)
at 
java.desktop/javax.swing.JComponent.getPreferredSize(JComponent.java:1680)
at 
java.desktop/javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1345)
at 
java.desktop/javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:795)
at java.desktop/java.awt.Container.layout(Container.java:1537)
at java.desktop/java.awt.Container.doLayout(Container.java:1526)
at java.desktop/java.awt.Container.validateTree(Container.java:1722)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validate(Container.java:1657)
at 
org.netbeans.core.windows.view.ui.DesktopImpl$LayeredLayout.layoutContainer(DesktopImpl.java:529)
at java.desktop/java.awt.Container.layout(Container.java:1537)
at java.desktop/java.awt.Container.doLayout(Container.java:1526)
at java.desktop/java.awt.Container.validateTree(Container.java:1722)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validateTree(Container.java:1731)
at java.desktop/java.awt.Container.validate(Container.java:1657)
at 
java.desktop/javax.swing.RepaintManager$3.run(RepaintManager.java:745)
at 
java.desktop/javax.swing.RepaintManager$3.run(RepaintManager.java:743)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at 
java.desktop/javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:742)
at 
java.desktop/javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1889)
at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

> New version of Java 11 seems does not work well
> ---
>
> Key: NETBEANS-5636
> URL: https://issues.apach

[jira] [Created] (NETBEANS-5636) New version of Java 11 seems does not work well

2021-04-28 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-5636:


 Summary: New version of Java 11 seems does not work well
 Key: NETBEANS-5636
 URL: https://issues.apache.org/jira/browse/NETBEANS-5636
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.0
 Environment: Zulu 11.48.21 jdk11.0.11
Gradle 6.8.3
Reporter: Netbeans User 2019


UI seems broken with new release of LTS (11) version of Java.

E.g. View > breadcrumbs disappears even if it is enable.

There was even other issue, but not always.
I would like to ask to be retested on each platform with new version of Java 
and possibly hunt a issue and provide a update even for version 12.0 of Apache 
Netbeans.



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

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

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



[jira] [Comment Edited] (NETBEANS-5292) nb-javac is source of several issues

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-5292 at 4/29/21, 5:40 AM:


dev one seems to be also not so well at least in version that I have tried 
there is even impossible to use as there was several asserts issue if I 
remember well. 

I guess that could be put more into foreground e.g. by writting several tests 
that take several big projects from github built by gradle and maven and try 
that open and clean and build to find out such kind issue to make Apache 
Netbeans more reliable.


was (Author: nb-user-2019):
dev one seems to be also not so well at least in version that I have tried 
there is even impossible to use as there was several asserts issue if I 
remember well. 

> nb-javac is source of several issues
> 
>
> Key: NETBEANS-5292
> URL: https://issues.apache.org/jira/browse/NETBEANS-5292
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, java - Hints, platform - 
> Action Items
>Affects Versions: 11.3, 12.2
> Environment: Gradle 6.8.1
> Possibly any JDK version 11
> nb-javac installed
>Reporter: Netbeans User 2019
>Priority: Blocker
>  Labels: hints, nbjavac, nbjavac-impl.jar
>
> There are several issue reporting NullPointerException and in logs even 
> several related to hints (In context of Tools > Options > Editor > Hints).
> So my suggestions are:
> 1) to be deactivated all hints and retested with and with and without 
> nb-javac as seems that many issue like this is connected nb-javac, but It 
> could be even possible that hints are not revised at all from start and even 
> it is possible that could be ticked to run by import from prior version of 
> Netbeans, but it could be unsupported in new version.
> 2) turn off of nb-javac does not fix issues like these, because it seems that 
> that states is ignored and nb-javac is still somehow in use ... so only 
> option is to uninstalled completely (so to see in notification request for 
> installation) - so it has to be fixed that if it is inactivated should not be 
> used
> 3) to be added even new feature to reset all Hints to default
> 4) seems that even some of such failure (even reported as race condition) 
> that leads to cases that it is not finished indexing so particular classes 
> are not index so even not visible by dialog to of types and in java editor is 
> represented as errors and there is not way to removed that reds, because 
> there are no way to tell to Apache Netbeans that such class is existing and 
> it is correct.
> 5) "Background scanning of projects..." is even running for minutes with 
> nb-javac installed
> Even if it is not done in minor version I would like to see it in major 
> version fixed.
> To me it seems that nb-javac brings more issue than save



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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

2021-04-28 Thread Akhilesh Singh (Jira)


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

Akhilesh Singh commented on NETBEANS-3579:
--

Netbeans 12.2

> 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
> Attachments: RE Defect #3579 Status  Findings.msg, RE Defect #3579 
> Status  Findings.msg, Screenshot (346).png
>
>
> 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] [Commented] (NETBEANS-5292) nb-javac is source of several issues

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5292:
--

dev one seems to be also not so well at least in version that I have tried 
there is even impossible to use as there was several asserts issue if I 
remember well. 

> nb-javac is source of several issues
> 
>
> Key: NETBEANS-5292
> URL: https://issues.apache.org/jira/browse/NETBEANS-5292
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, java - Hints, platform - 
> Action Items
>Affects Versions: 11.3, 12.2
> Environment: Gradle 6.8.1
> Possibly any JDK version 11
> nb-javac installed
>Reporter: Netbeans User 2019
>Priority: Blocker
>  Labels: hints, nbjavac, nbjavac-impl.jar
>
> There are several issue reporting NullPointerException and in logs even 
> several related to hints (In context of Tools > Options > Editor > Hints).
> So my suggestions are:
> 1) to be deactivated all hints and retested with and with and without 
> nb-javac as seems that many issue like this is connected nb-javac, but It 
> could be even possible that hints are not revised at all from start and even 
> it is possible that could be ticked to run by import from prior version of 
> Netbeans, but it could be unsupported in new version.
> 2) turn off of nb-javac does not fix issues like these, because it seems that 
> that states is ignored and nb-javac is still somehow in use ... so only 
> option is to uninstalled completely (so to see in notification request for 
> installation) - so it has to be fixed that if it is inactivated should not be 
> used
> 3) to be added even new feature to reset all Hints to default
> 4) seems that even some of such failure (even reported as race condition) 
> that leads to cases that it is not finished indexing so particular classes 
> are not index so even not visible by dialog to of types and in java editor is 
> represented as errors and there is not way to removed that reds, because 
> there are no way to tell to Apache Netbeans that such class is existing and 
> it is correct.
> 5) "Background scanning of projects..." is even running for minutes with 
> nb-javac installed
> Even if it is not done in minor version I would like to see it in major 
> version fixed.
> To me it seems that nb-javac brings more issue than save



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5475) Exception during work with IDE that even block indexing so degrade IDE to text editor

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 edited comment on NETBEANS-5475 at 4/29/21, 5:32 AM:


If you are indentify two issue so you possibly split it on github I guess.

Because fact is that there is such kind of issues.


was (Author: nb-user-2019):
If you are indentify two issue so you possibly split it on github I guess.

> Exception during work with IDE that even block indexing so degrade IDE to 
> text editor
> -
>
> Key: NETBEANS-5475
> URL: https://issues.apache.org/jira/browse/NETBEANS-5475
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, projects - Gradle
>Affects Versions: 12.3
> Environment: JDK 11
> Gradle 6.8.2
> nb-javac is not installed
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Blocker
>  Labels: indexing
>




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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5475) Exception during work with IDE that even block indexing so degrade IDE to text editor

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-5475:
--

If you are indentify two issue so you possibly split it on github I guess.

> Exception during work with IDE that even block indexing so degrade IDE to 
> text editor
> -
>
> Key: NETBEANS-5475
> URL: https://issues.apache.org/jira/browse/NETBEANS-5475
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, projects - Gradle
>Affects Versions: 12.3
> Environment: JDK 11
> Gradle 6.8.2
> nb-javac is not installed
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Blocker
>  Labels: indexing
>




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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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

2021-04-28 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3579:
--

In what version is that 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
> Attachments: RE Defect #3579 Status  Findings.msg, RE Defect #3579 
> Status  Findings.msg, Screenshot (346).png
>
>
> 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] [Created] (NETBEANS-5635) C++ Qt Designer slowness

2021-04-28 Thread NETBEANS USER (Jira)
NETBEANS USER created NETBEANS-5635:
---

 Summary: C++ Qt Designer slowness 
 Key: NETBEANS-5635
 URL: https://issues.apache.org/jira/browse/NETBEANS-5635
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 8.2, 12.3
Reporter: NETBEANS USER


When working on C++ Qt projects, opening Qt Designer caused sluggish response 
on edge of usability. IDE detected slowness and recommended submitting issue. 
Issue started appearing with 8.2. Could not see it in 8.1. 
Now, during upgrade to 12.3 the same slowness was spotted. 
Exception text:
{code}
---
>Log Session: Thursday, April 29, 2021 at 12:10:19 AM Central European Summer 
>Time
>System Info: 
  Product Version = Apache NetBeans IDE 12.3
  Operating System= Linux version 5.3.18-lp152.72-preempt running on 
amd64
  Java; VM; Vendor= 11.0.10; OpenJDK 64-Bit Server VM 
11.0.10+9-suse-lp152.2.9.1-x8664; Oracle Corporation
  Runtime = OpenJDK Runtime Environment 
11.0.10+9-suse-lp152.2.9.1-x8664
  Java Home   = /usr/lib64/jvm/java-11-openjdk-11
  System Locale; Encoding = en_US (nb); UTF-8
  Home Directory  = /home/fahron
  Current Directory   = /home/fahron
  User Directory  = /home/fahron/.netbeans/12.3
  Cache Directory = /home/fahron/.cache/netbeans/12.3
  Installation= /home/netbeans-12.3/netbeans/nb
/home/netbeans-12.3/netbeans/ide
/home/netbeans-12.3/netbeans/extide
/home/netbeans-12.3/netbeans/webcommon
/home/netbeans-12.3/netbeans/websvccommon
/home/netbeans-12.3/netbeans/php
/home/netbeans-12.3/netbeans/harness
/home/netbeans-12.3/netbeans/cnd
/home/netbeans-12.3/netbeans/cpplite
/home/netbeans-12.3/netbeans/dlight
/home/netbeans-12.3/netbeans/platform
  Boot & Ext. Classpath   = 
  Application Classpath   = 
/home/netbeans-12.3/netbeans/platform/lib/boot.jar:/home/netbeans-12.3/netbeans/platform/lib/org-openide-modules.jar:/home/netbeans-12.3/netbeans/platform/lib/org-openide-util.jar:/home/netbeans-12.3/netbeans/platform/lib/org-openide-util-lookup.jar:/home/netbeans-12.3/netbeans/platform/lib/org-openide-util-ui.jar
  Startup Classpath   = 
/home/netbeans-12.3/netbeans/platform/core/org-openide-filesystems-compat8.jar:/home/netbeans-12.3/netbeans/platform/core/org-openide-filesystems.jar:/home/netbeans-12.3/netbeans/platform/core/org-netbeans-libs-asm.jar:/home/netbeans-12.3/netbeans/platform/core/asm-commons-8.0.1.jar:/home/netbeans-12.3/netbeans/platform/core/asm-tree-8.0.1.jar:/home/netbeans-12.3/netbeans/platform/core/asm-8.0.1.jar:/home/netbeans-12.3/netbeans/platform/core/core-base.jar:/home/netbeans-12.3/netbeans/platform/core/core.jar:/home/netbeans-12.3/netbeans/nb/core/org-netbeans-upgrader.jar:/home/netbeans-12.3/netbeans/nb/core/locale/core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/home/netbeans-12.3/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
INFO [org.netbeans.modules.cnd.apt.debug.APTTraceFlags]: C/C++ code model: 
using old [ CND ] preprocessor
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
slf4j.jdk14 [1.7.28 1.7.28]
slf4j.api [1.7.28 1.7.28]
org.openide.util.lookup [8.45 
12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.util [9.18 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.util.ui [9.19 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.modules [7.59 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.netbeans.api.annotations.common/1 [1.38 
12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.filesystems [9.21 
12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.awt [7.79 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.netbeans.api.progress/1 [1.59 
12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.netbeans.api.progress.nb [1.59 
12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.dialogs [7.53 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.nodes [7.56 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
org.openide.windows [6.88 12.3-c3d4f6fa6c956cf1b5a35e8da4f44a96ab76f6a9]
  

[jira] [Updated] (NETBEANS-5632) Slowed then stopped while opening .zip file imported for new project.

2021-04-28 Thread Steve Alexander (Jira)


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

Steve Alexander updated NETBEANS-5632:
--
Description: 
MacBook Pro 16" 2019
macOS Big Sur 11.3
Java 1.8.0_281
(Java SE Runtime Environ. (build 1.8.0_281-b09, mixed mode))
(Java Hotspot 64bit server VM (build 25.281-b09, mixed mode))

I'm following the Linkedin learning course [Learn 
Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
exercise files to download and import into NetBeans. I imported the .zip file.

NetBeans began opening the file/project, got to 10%, then halted. There were 2 
more operations remaining. I attempted to cancel the operation(s) by clicking 
the "x" button at the right of the progress bar. That seemed to freeze. I had 
to quit the app in order to cancel the operation.

The .zip "Exercise Files" that failed to open are freely accessible and can be 
downloaded at [Learning 
NetBeans|https://www.linkedin.com/learning/learning-netbeans/welcome]

*EDIT:*
*2021.04.28*
Edited to provide the info requested by [Marco 
Rubiati|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcorobiati]
 My apologies for not providing everything required. I can only plead gross 
inexperience with NetBeans and JIRA. Thanks for pointing out my mistake.

  was:
Following the Linkedin learning course [Learn 
Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
exercise files to download and import into NetBeans. Imported the .zip file.

NetBeans began opening the file/project, got to 10%, then halted. There were 2 
more remaining.


> Slowed then stopped while opening .zip file imported for new project.
> -
>
> Key: NETBEANS-5632
> URL: https://issues.apache.org/jira/browse/NETBEANS-5632
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Open File
>Affects Versions: 12.3
>Reporter: Steve Alexander
>Priority: Major
>
> MacBook Pro 16" 2019
> macOS Big Sur 11.3
> Java 1.8.0_281
> (Java SE Runtime Environ. (build 1.8.0_281-b09, mixed mode))
> (Java Hotspot 64bit server VM (build 25.281-b09, mixed mode))
> I'm following the Linkedin learning course [Learn 
> Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
> exercise files to download and import into NetBeans. I imported the .zip file.
> NetBeans began opening the file/project, got to 10%, then halted. There were 
> 2 more operations remaining. I attempted to cancel the operation(s) by 
> clicking the "x" button at the right of the progress bar. That seemed to 
> freeze. I had to quit the app in order to cancel the operation.
> The .zip "Exercise Files" that failed to open are freely accessible and can 
> be downloaded at [Learning 
> NetBeans|https://www.linkedin.com/learning/learning-netbeans/welcome]
> *EDIT:*
> *2021.04.28*
> Edited to provide the info requested by [Marco 
> Rubiati|https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcorobiati]
>  My apologies for not providing everything required. I can only plead gross 
> inexperience with NetBeans and JIRA. Thanks for pointing out my mistake.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5634) CND "NetBeans fs-server has CDDL License"

2021-04-28 Thread ASF GitHub Bot (Jira)


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

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

> CND "NetBeans fs-server has CDDL License"
> -
>
> Key: NETBEANS-5634
> URL: https://issues.apache.org/jira/browse/NETBEANS-5634
> Project: NetBeans
>  Issue Type: Sub-task
>  Components: cnd - Remote
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The Firth Oracle Donation to the Apache Software Foundation (28 January, 
> 2020) states that the "NetBeans FS Server" is covered by the CDDL License.
> This is a "Category B" license and quoting from 
> [https://apache.org/legal/resolved.html#binary-only-inclusion-condition]
> ??All Category B licensed works should be included in binary-only form in 
> Apache Software Foundation convenience binaries. Category B licensed works 
> should not be included in source releases.??
> As a consequence, and sadly, the source code for "NetBeans FS Server" should 
> be removed from the repository.
>  



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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

2021-04-28 Thread ASF GitHub Bot (Jira)


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

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

> 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, 12.3
> Environment: Netbeans 11
> Gradle 5, 6.4.1
> Java 11
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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-5633) git commit ignores excluded files and commits everything

2021-04-28 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5633:
-

Can you always reproduce it? What kind of project did you create? Maven, Ant, 
Gradle, something else?

> git commit ignores excluded files and commits everything
> 
>
> Key: NETBEANS-5633
> URL: https://issues.apache.org/jira/browse/NETBEANS-5633
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0
> Environment: *Product Version:* Apache NetBeans IDE 12.0
> *Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
> git version 2.25.1
>Reporter: Andrew
>Priority: Major
>
> On git commit there is a dialog which prompts checkbox list of files to be 
> commited, but unchecked files are being comitted too.



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

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

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



[jira] [Commented] (NETBEANS-5632) Slowed then stopped while opening .zip file imported for new project.

2021-04-28 Thread Marco Robiati (Jira)


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

Marco Robiati commented on NETBEANS-5632:
-

Which OS and java version are you using? With which files exactly does the 
problem happen? I see they're not freely accessible so this can be tested, you 
should provide more info

> Slowed then stopped while opening .zip file imported for new project.
> -
>
> Key: NETBEANS-5632
> URL: https://issues.apache.org/jira/browse/NETBEANS-5632
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Open File
>Affects Versions: 12.3
>Reporter: Steve Alexander
>Priority: Major
>
> Following the Linkedin learning course [Learn 
> Netbeans|https://www.linkedin.com/learning/learning-netbeans/] which has 
> exercise files to download and import into NetBeans. Imported the .zip file.
> NetBeans began opening the file/project, got to 10%, then halted. There were 
> 2 more remaining.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5634) CND "NetBeans fs-server has CDDL License"

2021-04-28 Thread Antonio Vieiro (Jira)
Antonio Vieiro created NETBEANS-5634:


 Summary: CND "NetBeans fs-server has CDDL License"
 Key: NETBEANS-5634
 URL: https://issues.apache.org/jira/browse/NETBEANS-5634
 Project: NetBeans
  Issue Type: Sub-task
  Components: cnd - Remote
Reporter: Antonio Vieiro


The Firth Oracle Donation to the Apache Software Foundation (28 January, 2020) 
states that the "NetBeans FS Server" is covered by the CDDL License.

This is a "Category B" license and quoting from 
[https://apache.org/legal/resolved.html#binary-only-inclusion-condition]

??All Category B licensed works should be included in binary-only form in 
Apache Software Foundation convenience binaries. Category B licensed works 
should not be included in source releases.??

As a consequence, and sadly, the source code for "NetBeans FS Server" should be 
removed from the repository.

 



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: 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-5633) git commit ignores excluded files and commits everything

2021-04-28 Thread Andrew (Jira)


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

Andrew updated NETBEANS-5633:
-
Environment: 
*Product Version:* Apache NetBeans IDE 12.0

*Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04

*Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04

*System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)

git version 2.25.1

  was:
*Product Version:* Apache NetBeans IDE 12.0

*Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04

*Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04

*System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)


> git commit ignores excluded files and commits everything
> 
>
> Key: NETBEANS-5633
> URL: https://issues.apache.org/jira/browse/NETBEANS-5633
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0
> Environment: *Product Version:* Apache NetBeans IDE 12.0
> *Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
> git version 2.25.1
>Reporter: Andrew
>Priority: Major
>
> On git commit there is a dialog which prompts checkbox list of files to be 
> commited, but unchecked files are being comitted too.



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

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

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



[jira] [Updated] (NETBEANS-5633) git commit ignores excluded files and commits everything

2021-04-28 Thread Andrew (Jira)


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

Andrew updated NETBEANS-5633:
-
Summary: git commit ignores excluded files and commits everything  (was: 
git commit ignores excluded files and commits everyting)

> git commit ignores excluded files and commits everything
> 
>
> Key: NETBEANS-5633
> URL: https://issues.apache.org/jira/browse/NETBEANS-5633
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0
> Environment: *Product Version:* Apache NetBeans IDE 12.0
> *Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04
> *System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
>Reporter: Andrew
>Priority: Major
>
> On git commit there is a dialog which prompts checkbox list of files to be 
> commited, but unchecked files are being comitted too.



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

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

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



[jira] [Created] (NETBEANS-5633) git commit ignores excluded files and commits everyting

2021-04-28 Thread Andrew (Jira)
Andrew created NETBEANS-5633:


 Summary: git commit ignores excluded files and commits everyting
 Key: NETBEANS-5633
 URL: https://issues.apache.org/jira/browse/NETBEANS-5633
 Project: NetBeans
  Issue Type: Bug
  Components: versioncontrol - Git
Affects Versions: 12.0
 Environment: *Product Version:* Apache NetBeans IDE 12.0

*Java:* 11.0.10; OpenJDK 64-Bit Server VM 11.0.10+9-Ubuntu-0ubuntu1.20.04

*Runtime:* OpenJDK Runtime Environment 11.0.10+9-Ubuntu-0ubuntu1.20.04

*System:* Linux version 5.8.0-50-generic running on amd64; UTF-8; en_US (nb)
Reporter: Andrew


On git commit there is a dialog which prompts checkbox list of files to be 
commited, but unchecked files are being comitted too.



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

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

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