[jira] [Commented] (NETBEANS-5141) Support custom global gradle arguments and gradle JVM arguments

2021-02-23 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-5141:
---

Well, when I designed the UI I found that putting all tasks in the context menu 
could be overkill, at least for my projects. The other plugin does not have a 
Navigator, so putting all tasks there was a necessary. Right now we have a Task 
Navigator, also with favorites.

As of the alien source dir, I might change the current error node 
representation to a package node with a warning badge. Still doing that is a 
bad practice!

> Support custom global gradle arguments and gradle JVM arguments
> ---
>
> Key: NETBEANS-5141
> URL: https://issues.apache.org/jira/browse/NETBEANS-5141
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Antonio Marques
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> In the Kelemen plugin ([https://github.com/kelemen/netbeans-gradle-project)] 
> it is possible to set global arguments to add to the gradle command line, as 
> well as to the gradle JVM command line (Preferences \ Miscellaneous \ Gradle 
> \ Scripts and Tasks). This is essential if your build scripts respond to 
> custom parameters that you don't want to replicate across every specific 
> project. The Kelemen plugin uses two textareas, of line-separated options. I 
> don't see such a feature in the current implementation, though there are 
> places in the Preferences where it could be placed.
> This may only be useful for some, but for those of us for whom it is useful, 
> it's essential. Until it's in place, our only option is to keep using the 
> Kelemen plugin (which I have nothing against, but there must be a reason why 
> there's s separate implementation on NB).



--
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-4628) Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1

2021-02-23 Thread Horst (Jira)


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

Horst commented on NETBEANS-4628:
-

Hi, thanks for your answer. You can delete my post. I think, there is
nobody knows a answer or a fix for this issue.
 Thanks an many regards.

Horst Buttkau

Tomáš Procházka (Jira)  schrieb am So., 3. Jan. 2021,



> Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
> ---
>
> Key: NETBEANS-4628
> URL: https://issues.apache.org/jira/browse/NETBEANS-4628
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 12.0
> Environment: MacOS Catalina Version 10.15.6, NetBeans 12, Java 14
>Reporter: Horst
>Priority: Major
>  Labels: JAXB, XmlObject
>
> {noformat}
> Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1{noformat}
> Ich habe NetBeans auf Version 12 aktualisiert. Meine Anwendung wurde in Java 
> 8 erstellt. Ich verwende jetzt Java 14. Bis auf das hier läuft alles:
> {noformat}
>     [java.lang.ClassNotFoundException: 
> com.sun.xml.internal.bind.v2.ContextFactory]    unter 
> javax.xml.bind.JAXB.unmarshal(JAXB.java:171){noformat}
> Ich habe viele Einträge in Google gefunden, aber ich kann keine Lösung 
> finden. Dieser Fehler tritt nur auf, wenn ich in der NetBeans-Anwendung 
> ausgeführt werde. Wenn ich meine Anwendung kompiliere und ausführe, 
> funktioniert sie fehlerfrei.
>  Ich habe auch JAXB-api-2.3.1.jar heruntergeladen und zur Bibliothek 
> hinzugefügt. Auch habe ich jaxb-api-2.4.0-b180830.0359.jar ausprobiert. Ohne 
> Erfolg.
>  Aber wirklich verzwickt ist, wenn ich meine Anwendung im Terminal ausführe, 
> bekomme ich diesen Fehler zusätzlich:
>     
> {noformat}
>  Ausnahme im Thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/bind/JAXB{noformat}
> Nur dort wird diese Class direkt gar nicht verwendet und kann auch nicht 
> importiert werden.
> Nur bei einem Klick auf [myApp].jar in meinem aktuellen Ordner läuft es ohne 
> Fehler:
> Vorerst habe ich eine Lösung gefunden, aber mit dieser WARNUNG:
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 
> (file:/Applications/NetBeans/Apache%20NetBeans%2012.0.app/Contents/Resources/NetBeans/netbeans/ide/modules/ext/jaxb/jaxb-impl.jar)
>  to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
> WARNING: Please consider reporting this to the maintainers of 
> com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future 
> release{noformat}
> Dies erscheint, wenn ich diese JAXB 2.2.5.jar-Bibliothek verwende. 
> Funktioniert aber nicht mit JAXB-Versionen wie oben beschrieben. Dann kommt 
> der andere Fehler.
> Meine Anwendung läuft jetzt mit 2.2.5, aber wie lange?
> Tut mir leid, aber ich habe keine Ahnung, wie ich den Entwickler informieren 
> kann. z.B. Sun oder Marven oder wer auch immer. Ich gebe zu, dass dieses 
> Problem dort bekannt ist. Aber ich finde es schlimm, dass es noch nicht 
> eingebaut ist. 
> Vielleicht kann sich euer Team darum kümmern. Danke im voraus. Horst



--
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-4931) nb-javac breaks project test classes

2021-02-23 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

There's no issue without nb-javac but some functionality is lost.

On Thu, Nov 12, 2020, 1:02 PM Matthias Bläsing (Jira) 



> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



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

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

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



[jira] [Commented] (NETBEANS-4926) completely Stops after debugging

2021-02-23 Thread Jorge M Morales (Jira)


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

Jorge M Morales commented on NETBEANS-4926:
---

It means that when it's currently debugging it does not execute any of the
input or output commands just freezes

El dom., 25 oct. 2020 4:03 a. m., Laszlo Kishalmi (Jira) 



> completely Stops after debugging
> 
>
> Key: NETBEANS-4926
> URL: https://issues.apache.org/jira/browse/NETBEANS-4926
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: Linux MInt Ulyana 
> NetBeans FlatPack
> Windows 7
>Reporter: Jorge M Morales
>Priority: Critical
> Fix For: 11.0
>
> Attachments: Payroll.java, messages.log, messages.log.1
>
>
> After closing the debugged Java program sometimes the NetBeans UI freezes 
> completely



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2021-02-23 Thread Juan F Arjona (Jira)


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

Juan F Arjona commented on NETBEANS-5088:
-

I cannot open the Preferences dialog, maximizes it (as a tab of the main 
window) and flickers for ever.  If I remember correctly I had my NB set to 
maximize use of OS (on the misc./look and feel settings).

Will try with latest development and let you know.

Juan



> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-4816) NetBeans database explorer does not handle partitioned tables in PostgreSQL correctly

2021-02-23 Thread Stefan Sonnenberg-Carstens (Jira)


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

Stefan Sonnenberg-Carstens commented on NETBEANS-4816:
--

Looks great.
If I can help, let me know.




> NetBeans database explorer does not handle partitioned tables in PostgreSQL 
> correctly
> -
>
> Key: NETBEANS-4816
> URL: https://issues.apache.org/jira/browse/NETBEANS-4816
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - Show Data
>Affects Versions: 12.1
>Reporter: Stefan Sonnenberg-Carstens
>Assignee: Jakub Herkel
>Priority: Major
> Attachments: image-2020-09-18-18-55-37-559.png, 
> image-2020-09-18-19-00-36-938.png, table_with_partitions.png
>
>
> To reproduce:
> connect to a PostgreSQL database (in my case 12.4)
> issue the following commands:
> {code:sql}
> DROP TABLE IF EXISTS T1;
> CREATE TABLE T1 (ID INTEGER, MESSAGE TEXT, TIMESTAMP TIMESTAMP) PARTITION BY 
> RANGE (TIMESTAMP); CREATE TABLE T1_2020 PARTITION OF T1 FOR VALUES FROM 
> ('2020-01-01') TO ('2020-12-31'); CREATE TABLE T1_2021 PARTITION OF T1 FOR 
> VALUES FROM ('2021-01-01') TO ('2021-12-31'); CREATE TABLE T1_2022 PARTITION 
> OF T1 FOR VALUES FROM ('2022-01-01') TO ('2022-12-31'); CREATE TABLE T1_2023 
> PARTITION OF T1 FOR VALUES FROM ('2023-01-01') TO ('2023-12-31');{code}
> After successful execution you will see a picture like this below:
> !image-2020-09-18-18-55-37-559.png!
> The base table T1 is not visible at all and the sub-tables are shown as if 
> they were regular tables.
> The same schema will be shown in IntelliJ like this (which is correct imho):
> !image-2020-09-18-19-00-36-938.png!
> T1 will be shown as a regular table and the attached partition tables / 
> sub-tables are shown below it. This makes clear, that t1 is partitioned.
> At least all tables including t1 should be visible.
>  



--
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-5082) when run / terminate happens, build folder is duplicated recursively

2021-02-23 Thread chris lanz (Jira)


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

chris lanz commented on NETBEANS-5082:
--

I only know that I'm running apache-netbeans 12 natively, with no adjustments. 
I downloaded an image whose title included neither Ant, Maven, nor any other 
such item. If you know how I could research the answer to your question, please 
let me know.


> when run / terminate happens, build folder is duplicated recursively
> 
>
> Key: NETBEANS-5082
> URL: https://issues.apache.org/jira/browse/NETBEANS-5082
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 12.0.1
>Reporter: chris lanz
>Priority: Major
> Fix For: 12.0.1
>
>
> I ran my project in 8.0.2 for years; all was well. Then, after running the 
> program, the build folder expanded vastly. Before running you find
> /build/classes
> and in "classes" you see what you expect: the packages for the project. After 
> running, you have instead
> /build/classes/build/classes/build/classes/   (continue for 
> multiple iterations)
> creating multiple copies of all classes.
> This at one time created a build folder with more than 120,000 items (the 
> normal number for my project is 961 items.)
> I have installed netbeans 12, and the same project has the same problem - 
> build folder duplication. The symptom that I first noticed was background 
> scanning took 8 hours (although it DID eventually finish.)
> Does anyone know how to change the IDE's behavior? If, in order to answer,  
> you need logs of some kind, I've never done that, so be sure to state what I 
> need to do in a complete way.
> Somehow, when saving information from one run as a resource, my instance of 
> the IDE thinks it's supposed to perform this duplication.



--
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-4069) netbeans crashes after inspecting test result windows, taking down desktop on ubuntu 19.10

2021-02-23 Thread Pieter van den Hombergh (Jira)


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

Pieter van den Hombergh commented on NETBEANS-4069:
---

I will provide a minimal working example, with all the resources required,
because the problem is still present in netbeans 12.2, on top of openjdk
and ubuntu 20.04.
It is a bit of work and takes some patience from my side too, because the
crash typically takes some time.



On Tue, Dec 15, 2020 at 7:42 PM Tomáš Procházka (Jira) 



-- 
Pieter Van den Hombergh.
No software documentation is complete with out it's source code.


> netbeans crashes after inspecting test result windows, taking down desktop on 
> ubuntu 19.10
> --
>
> Key: NETBEANS-4069
> URL: https://issues.apache.org/jira/browse/NETBEANS-4069
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 12.0, 11.3
> Environment: Ubuntu 19.10,  AMD or intel, both x86_64
> openjdk version "11.0.6" 2020-01-14
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.6+10)
> OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.6+10, mixed mode)
> netbeans 12.0-beta2 (11.3 and beta1 show the same behaviour)
> Junit 5.6.0 assertj 3.15.0, 
> see attachedmaven  project persiahblesales.zip
>Reporter: Pieter van den Hombergh
>Assignee: Laszlo Kishalmi
>Priority: Critical
> Attachments: Screenshot from 2020-12-18 12-35-11.png, messages.log, 
> metrics, nbcrash-20200326.png, perishablesales.zip, uigestures
>
>
> After running a unit test and trying to inspect (failing) test result in test 
> results window,
> netbeans crashes, taking down complete desktop. in the process.
> Since it kept crashing while typing this ticket, I will create it with 
> multiple saves in between.
> Affetced are 11.3,  12.0-beta1 and beta2, tested on two machines. One AMD, 
> one Intel both same distro and java versions
> The problem can be reproduced with the attached maven project 
> perishabelsales.zip. 
> 1. open project
> 2. set test results window to open always
> 3. run test
> 4. click in test results window to expand submitSold test details
> IDE then crashes, taking down desktop (wait a few seconds to see the full 
> effect).



--
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-4931) nb-javac breaks project test classes

2021-02-23 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz commented on NETBEANS-4931:
---

I do have those two plugins you mentioned but that has been the case for
quite some time.

I was ble to reproduce the issue even when not importing those but I could
try again.

I will start by removing the Selenium plugin and see.




> nb-javac breaks project test classes
> 
>
> Key: NETBEANS-4931
> URL: https://issues.apache.org/jira/browse/NETBEANS-4931
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0, 12.1, 12.2
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: before.log, netbeans.log
>
>
> Something changed with nb-javac (upgrade?) that affects both 12.0 and 12.1. 
> All of sudden the red icons started showing up in the test classes 
> complaining about missing definitions (classes, methods, etc.) from stuff 
> within the same project.
> Tried reinstalling and nothing. The project compiles and runs but some 
> functionality is just not there due to this. Was able to fix it by 
> uninstalling nb-javac plugin.
> See the log before enabling the nb-javac plugin with opened projects and 
> compare it to the other one just after restarting as part of installing the 
> plugin.
> I've tried this in the following JDK versions:
>  * JDK 8
>  * JDK 9
>  * JDK 12
>  * JDK 14
> And in various versions with the same behavior:
>  * 12.0
>  * 12.1
>  * 12.2 beta 3
>  



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

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

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



[jira] [Commented] (NETBEANS-5010) Go to File search should accept paths too

2021-02-23 Thread Emilian Bold (Jira)


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

Emilian Bold commented on NETBEANS-5010:


Interesting. I think that *once indexed* search by file name or by
type should be roughly the same (since it's just a Lucene lookup).

So I wonder:

1. there is certainly some queue-ing for file parsing to extract
types, but do we index file names faster? Or is that indexed roughly
at the same speed.

2. what does Go to Declaration do differently? If typing info is
already present, ctrl+click should work, unless we couldn't extract
methods / constructors? I wonder if Go to Declaration shouldn't use as
a fallback heuristic the whole class / file name?

--emi



> Go to File search should accept paths too
> -
>
> Key: NETBEANS-5010
> URL: https://issues.apache.org/jira/browse/NETBEANS-5010
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.2
>Reporter: Czukowski
>Assignee: Emilian Bold
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Go to File seems to search only by the file name. For example, it takes only 
> a double click to copy a file name including its path from a console (eg from 
> git output), and it's a shame it cannot be pasted into Go to File dialog to 
> open that file just as easily, without removing the path information first.
> Also if there are many files with the same name (eg due to some naming 
> convention), there will be many results requiring some more time to locate 
> the correct one.
> Therefore Go to File dialog should accept parts of file paths as well.
> On Windows, both forward and back slashes should be supported for directory 
> separators.



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2021-02-23 Thread Juan F Arjona (Jira)


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

Juan F Arjona commented on NETBEANS-5088:
-

Thanks a lot!  This has fixed the problem.



> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5383) On save 'Organize imports' should only delete imports if on save 'Delete unused imports' is selected

2021-02-23 Thread Antonio Marques (Jira)
Antonio Marques created NETBEANS-5383:
-

 Summary: On save 'Organize imports' should only delete imports if 
on save 'Delete unused imports' is selected
 Key: NETBEANS-5383
 URL: https://issues.apache.org/jira/browse/NETBEANS-5383
 Project: NetBeans
  Issue Type: Bug
 Environment: In the *On save* actions there are two checkboxes, 
*remove unused imports* and *organize imports*.
When by itself, *remove unused imports* does what it's supposed to do. Unused 
imports are deleted.
But when *organize imports* is on, it ignores *remove unused imports*, and 
always deletes any unused imports. I believe that happens because the actions 
were independently implemented, but they're together in the UI and if one of 
them in practice extends the other, then it's confusing - in other apps what 
happens is that selecting *organize* would select and disable the *delete* 
checkbox. But I'd much rather have them working together, and only have 
*organize* delete imports if *delete* were selected.

My problem may lie somewhere else: it's common to have a *used* import 
momentarily broken because of an upstream project, and either *delete* or 
*organize* will delete the import, which is imo wrong since it isn't unused 
(maybe the analyzer cannot tell the difference, but it should). I end up having 
to disable the on save actions and restore the deleted imports by hand, which 
is the opposite of what a convenience feature should achieve.


Reporter: Antonio Marques






--
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-5141) Support custom global gradle arguments and gradle JVM arguments

2021-02-23 Thread Antonio Marques (Jira)


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

Antonio Marques commented on NETBEANS-5141:
---

Imo it's not an IDE's job to completely disallow us from doing things the tools 
themselves allow (in this case, gradle). It's one thing to not have a UI for 
it, or not to write code to support it, but quite another to go the extra mile 
to make it impossible. But as I mention above, that's deeply seated in the NB 
team's mindset, and it would be a waste of everyone's time to debate it, so 
since I can work around that I'm glad I checked before I opened a ticket.

As to the UI's '-x test', it's behaving as expected now, so I don't know how to 
replicate it anymore. I'll keep an eye on it.

Thank you for helping me through this - using the Kelemen plugin with Java 11+ 
was just not feasible, at least in the projects I have here. There's still 
things about it that I like - e.g. it automatically adds all gradle tasks to 
the project's context menu - but that's outside the scope here. I'm unsure if 
this issue should continue open, as the drive for it is just not significant at 
this point.

> Support custom global gradle arguments and gradle JVM arguments
> ---
>
> Key: NETBEANS-5141
> URL: https://issues.apache.org/jira/browse/NETBEANS-5141
> Project: NetBeans
>  Issue Type: New Feature
>  Components: projects - Gradle
>Reporter: Antonio Marques
>Assignee: Laszlo Kishalmi
>Priority: Major
>
> In the Kelemen plugin ([https://github.com/kelemen/netbeans-gradle-project)] 
> it is possible to set global arguments to add to the gradle command line, as 
> well as to the gradle JVM command line (Preferences \ Miscellaneous \ Gradle 
> \ Scripts and Tasks). This is essential if your build scripts respond to 
> custom parameters that you don't want to replicate across every specific 
> project. The Kelemen plugin uses two textareas, of line-separated options. I 
> don't see such a feature in the current implementation, though there are 
> places in the Preferences where it could be placed.
> This may only be useful for some, but for those of us for whom it is useful, 
> it's essential. Until it's in place, our only option is to keep using the 
> Kelemen plugin (which I have nothing against, but there must be a reason why 
> there's s separate implementation on NB).



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

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

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



[jira] [Closed] (NETBEANSINFRA-186) netbeans-vm.apache.org is down

2021-02-23 Thread Jira


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

Jiří Kovalský closed NETBEANSINFRA-186.
---
Resolution: Fixed

> netbeans-vm.apache.org is down
> --
>
> Key: NETBEANSINFRA-186
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-186
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: PluginPortal - infra
>Reporter: Jiří Kovalský
>Priority: Blocker
>
>  
> {code:java}
> cesilko@cesilko-nb:~$ ping netbeans-vm.apache.org
> PING netbeans-vm.apache.org (52.6.211.55) 56(84) bytes of data.
> ^C
> --- netbeans-vm.apache.org ping statistics ---
> 11 packets transmitted, 0 received, 100% packet loss, time 10244ms
> cesilko@cesilko-nb:~$
> {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



[netbeans] branch master updated: Let AutoUpdate task recognize m2:/ URL scheme, so VSCode build can install additional nbjavac modules from Maven

2021-02-23 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new aa25646  Let AutoUpdate task recognize m2:/ URL scheme, so VSCode 
build can install additional nbjavac modules from Maven
 new 1063e4b  Merge pull request #2777 from JaroslavTulach/jtulach/M2Scheme
aa25646 is described below

commit aa256463dcefb3b95bec6b7ac74e04a960015bc9
Author: Jaroslav Tulach 
AuthorDate: Tue Feb 23 07:32:16 2021 +0100

Let AutoUpdate task recognize m2:/ URL scheme, so VSCode build can install 
additional nbjavac modules from Maven
---
 .travis.yml|  2 +-
 .../modules/ext/nb-javac-15.0.0.2-api.jar.external |  2 +-
 .../ext/nb-javac-15.0.0.2-impl.jar.external|  2 +-
 .../antsrc/org/netbeans/nbbuild/AutoUpdate.java| 17 +++--
 .../netbeans/nbbuild/extlibs/DownloadBinaries.java | 74 ++
 5 files changed, 62 insertions(+), 35 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c57a379..beb8a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -793,7 +793,7 @@ matrix:
 - ant $OPTS clean
 - ant $OPTS build
   script:
-- (cd java/java.lsp.server; ant build-vscode-ext)
+- (cd java/java.lsp.server; ant build-vscode-ext 
-D3rdparty.modules=.*nbjavac.*)
 - (cd java/java.lsp.server; ant test-vscode-ext)
 
 - name: "GraalVM Tests (latest)"
diff --git 
a/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-15.0.0.2-api.jar.external
 
b/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-15.0.0.2-api.jar.external
index 0abbc18..72d3d41 100644
--- 
a/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-15.0.0.2-api.jar.external
+++ 
b/nb/updatecenters/extras/nbjavac.api/release/modules/ext/nb-javac-15.0.0.2-api.jar.external
@@ -1,5 +1,5 @@
 CRC:3736270701
 SIZE:210532
-URL:m2:/com.dukescript.nbjavac:nb-javac:15.0.0.2:jar:api
+URL:m2:/com.dukescript.nbjavac:nb-javac:15.0.0.2:api
 MessageDigest: SHA-256 
20dae9df239aa1d346c56b744aee741f753611e7470640ff1ff7b1731283ed1b
 MessageDigest: SHA-512 
e12e603815159cbb348d8d3e73588d8ad549b41cac21831fa1228c0ab9bf23ce18d162b6fe7679de9d249fc2cb3a627edd35ebf2f3851dfd6d2513e1da741447
\ No newline at end of file
diff --git 
a/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-15.0.0.2-impl.jar.external
 
b/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-15.0.0.2-impl.jar.external
index 4e44592..e2f2d12 100644
--- 
a/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-15.0.0.2-impl.jar.external
+++ 
b/nb/updatecenters/extras/nbjavac.impl/release/modules/ext/nb-javac-15.0.0.2-impl.jar.external
@@ -1,5 +1,5 @@
 CRC:1851126890
 SIZE:3511612
-URL: m2:/com.dukescript.nbjavac:nb-javac:15.0.0.2:jar
+URL: m2:/com.dukescript.nbjavac:nb-javac:15.0.0.2
 MessageDigest: SHA-256 
809b68535b8d5e564802deba7489308f01041acaf0731584544ffd96c6d385c1
 MessageDigest: SHA-512 
e450cf9da202dee89ef79bff65fab1a287bd97d08ecc2ea19fbeedd8a16ce79371fbc0a72c68d353d8d13cae18e015ad862b28962cd2f6e43874f52767e99de7
\ No newline at end of file
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java 
b/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
index 77184c4..f9dbf8f 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/AutoUpdate.java
@@ -32,6 +32,7 @@ import java.io.InputStream;
 import java.io.InputStreamReader;
 import java.io.OutputStream;
 import java.io.PrintWriter;
+import java.net.URI;
 import java.net.URISyntaxException;
 import java.net.URL;
 import java.net.URLConnection;
@@ -57,6 +58,7 @@ import org.apache.tools.ant.taskdefs.Get;
 import org.apache.tools.ant.types.FileSet;
 import org.apache.tools.ant.util.FileUtils;
 import org.netbeans.nbbuild.AutoUpdateCatalogParser.ModuleItem;
+import org.netbeans.nbbuild.extlibs.DownloadBinaries;
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 import org.xml.sax.Attributes;
@@ -186,7 +188,7 @@ public class AutoUpdate extends Task {
 List info = installed.get(uu.getCodeName());
 if (info != null && !uu.isNewerThan(info.get(0))) {
 log("Version " + info.get(0) + " of " + uu.getCodeName() + " 
is up to date", Project.MSG_VERBOSE);
-if (!force) {
+if (!force) {
 continue;
 }
 }
@@ -405,12 +407,17 @@ public class AutoUpdate extends Task {
 }
 url = url.substring(0, index) + propVal + 
url.substring(end + 1);
 }
-log("Trying external URL: " + url, Project.MSG_INFO);
 try {
-conn = new URL(url).openConnection();
+URI u = new URI(url);
+   

[jira] [Updated] (NETBEANS-5306) Netbeans performance.java tests do not run with the latest jdk

2021-02-23 Thread Tejpal Rebari (Jira)


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

Tejpal Rebari updated NETBEANS-5306:

Description: 
The tests under performance.java module (Functional Test package -> 
org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error when 
run with the latest jdk.This is because of disabling the illegal access in the 
jdk 
([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
 [https://bugs.openjdk.java.net/browse/JDK-8256299]).

 

The tests fails with the following error
 Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
 junit.framework.AssertionFailedError
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
  
 There is a workaround. when we add --illegal-access=permit in the 
performance.java/build.xml file the test runs fine.
  

many other performance.java menus and actions tests fails with latest jdk


 like performance.j2se.menus.EditorDownButtonPopupMenuTest
 Testcase: 
org.netbeans.performance.j2se.menus.EditorDownButtonPopupMenuTest:testOpenFoldersProject:
 Caused an ERRORForked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM 
exit.junit.framework.AssertionFailedError: Forked Java VM exited abnormally. 
Please note the time in the report does not reflect the time until the VM exit. 
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359) at 
jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359) at 
jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)

 

  was:
The tests under performance.java module (Functional Test package -> 
org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error when 
run with the latest jdk.This is because of disabling the illegal access in the 
jdk 
([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
 [https://bugs.openjdk.java.net/browse/JDK-8256299]).

 

The tests fails with the following error
 Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
 junit.framework.AssertionFailedError
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 

[jira] [Updated] (NETBEANS-5306) Netbeans performance.java tests do not run with the latest jdk

2021-02-23 Thread Tejpal Rebari (Jira)


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

Tejpal Rebari updated NETBEANS-5306:

Description: 
The tests under performance.java module (Functional Test package -> 
org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error when 
run with the latest jdk.This is because of disabling the illegal access in the 
jdk 
([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
 [https://bugs.openjdk.java.net/browse/JDK-8256299]).

 

The tests fails with the following error
 Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
 junit.framework.AssertionFailedError
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
  
 There is a workaround. when we add --illegal-access=permit in the 
performance.java/build.xml file the test runs fine.
  

many other performance.java menus and actions tests fails with latest jdk
like performance.j2se.menus.EditorDownButtonPopupMenuTest
Testcase: 
org.netbeans.performance.j2se.menus.EditorDownButtonPopupMenuTest:testOpenFoldersProject:
 Caused an ERRORForked Java VM exited abnormally. Please note the time in the 
report does not reflect the time until the VM 
exit.junit.framework.AssertionFailedError: Forked Java VM exited abnormally. 
Please note the time in the report does not reflect the time until the VM exit. 
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359) at 
jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.util.Vector.forEach(Vector.java:1359) at 
jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)


  

  was:
The tests under performance.java module (Functional Test package -> 
org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error when 
run with the latest jdk.This is because of disabling the illegal access in the 
jdk 
([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
 [https://bugs.openjdk.java.net/browse/JDK-8256299]).

 

The tests fails with the following error
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.
junit.framework.AssertionFailedError
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.util.Vector.forEach(Vector.java:1359)
at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
at 

[jira] [Updated] (NETBEANS-5306) Netbeans performance.java tests do not run with the latest jdk

2021-02-23 Thread Tejpal Rebari (Jira)


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

Tejpal Rebari updated NETBEANS-5306:

Priority: Critical  (was: Major)

> Netbeans performance.java tests do not run with the latest jdk
> --
>
> Key: NETBEANS-5306
> URL: https://issues.apache.org/jira/browse/NETBEANS-5306
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Reporter: Tejpal Rebari
>Priority: Critical
>
> The tests under performance.java module (Functional Test package -> 
> org.netbeans.performance.j2se.dialogs ->AboutDialogTest.java) throws error 
> when run with the latest jdk.This is because of disabling the illegal access 
> in the jdk 
> ([https://bugs.openjdk.java.net/browse/JDK8255363|https://bugs.openjdk.java.net/browse/JDK-8255363],
>  [https://bugs.openjdk.java.net/browse/JDK-8256299]).
>  
> The tests fails with the following error
>  Forked Java VM exited abnormally. Please note the time in the report does 
> not reflect the time until the VM exit.
>  junit.framework.AssertionFailedError
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.util.Vector.forEach(Vector.java:1359)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.util.Vector.forEach(Vector.java:1359)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
>   
>  There is a workaround. when we add --illegal-access=permit in the 
> performance.java/build.xml file the test runs fine.
>   
> many other performance.java menus and actions tests fails with latest jdk
> like performance.j2se.menus.EditorDownButtonPopupMenuTest
> Testcase: 
> org.netbeans.performance.j2se.menus.EditorDownButtonPopupMenuTest:testOpenFoldersProject:
>  Caused an ERRORForked Java VM exited abnormally. Please note the time in the 
> report does not reflect the time until the VM 
> exit.junit.framework.AssertionFailedError: Forked Java VM exited abnormally. 
> Please note the time in the report does not reflect the time until the VM 
> exit. at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown 
> Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.util.Vector.forEach(Vector.java:1359) at 
> jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.util.Vector.forEach(Vector.java:1359) at 
> jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at jdk.internal.reflect.GeneratedMethodAccessor56.invoke(Unknown Source) at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
>   



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

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

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



[netbeans-webskin] branch master updated: Update README.md

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 33b04ae  Update README.md
33b04ae is described below

commit 33b04ae77944b75e99d525142c9be45b3c7eb0af
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:41:28 2021 +0100

Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f36521a..22a13b6 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 # Apache NetBeans Maven Skin for website
 
-[![Build 
Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-webskin%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-webskin/job/master/)
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-webskin%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-webskin/job/master/)
 
 ### Get In Touch
 


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

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



[netbeans-parent] branch master updated: build status link

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5d9d5f1  build status link
5d9d5f1 is described below

commit 5d9d5f177be87c3dd5d76dfe9081877124136694
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:40:37 2021 +0100

build status link
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 65d2321..df8b9a2 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Parent Pom
 
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-parent%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-parent/job/master/)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscr...@netbeans.apache.org) or 
[mail](mailto:us...@netbeans.apache.org) the 
[us...@netbeans.apache.org](mailto:us...@netbeans.apache.org) list - Ask 
questions, find answers, and also help other users.


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

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



[netbeans-mavenutils-parent] branch master updated: build link status

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8a36ab9  build link status
8a36ab9 is described below

commit 8a36ab95e4c91793a4508de9d8b58d5603e7c716
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:39:39 2021 +0100

build link status
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c694c7d..7da8634 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 # Apache NetBeans Maven Utilities parent pom
 
-[![Build 
Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-mavenutils-parent%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-parent/job/master/)
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-mavenutils-parent%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-parent/job/master/)
 
 [Documentation Site](https://bits.netbeans.org/mavenutilities/parent)
 


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

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



[netbeans-mavenutils-archetype-netbeans-platform-app-archetype] branch master updated: build status link

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-netbeans-platform-app-archetype.git


The following commit(s) were added to refs/heads/master by this push:
 new d24759f  build status link
d24759f is described below

commit d24759f6e5e9bc00f30f53156c5b7fa0349a891a
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:34:19 2021 +0100

build status link
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 956c239..ee08acc 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Maven Archetypes - NetBeans Platorm Application
 
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-mavenutils-archetype-netbeans-platform-app-archetype%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-archetype-netbeans-platform-app-archetype/job/master/)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscr...@netbeans.apache.org) or 
[mail](mailto:us...@netbeans.apache.org) the 
[us...@netbeans.apache.org](mailto:us...@netbeans.apache.org) list - Ask 
questions, find answers, and also help other users.


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

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



[netbeans-mavenutils-archetype-nbm-suite-root] branch master updated: build status link

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-nbm-suite-root.git


The following commit(s) were added to refs/heads/master by this push:
 new 3a5098f  build status link
3a5098f is described below

commit 3a5098f1f3550344d1017c7c314a80b4e836eab3
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:33:12 2021 +0100

build status link
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index ded4682..96a8509 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Maven Archetypes - NetBeans Suite Root
 
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-mavenutils-archetype-nbm-suite-root%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-archetype-nbm-suite-root/job/master/)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscr...@netbeans.apache.org) or 
[mail](mailto:us...@netbeans.apache.org) the 
[us...@netbeans.apache.org](mailto:us...@netbeans.apache.org) list - Ask 
questions, find answers, and also help other users.


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

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



[netbeans-mavenutils-archetype-nbm-archetype] branch master updated: build status link

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-nbm-archetype.git


The following commit(s) were added to refs/heads/master by this push:
 new 065123e  build status link
065123e is described below

commit 065123e3cbc1a160006438278619e093d8a84ea7
Author: Eric Barboni 
AuthorDate: Tue Feb 23 13:31:06 2021 +0100

build status link
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 3484359..6cadbb0 100755
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@
 
 # Apache NetBeans Maven Archetypes - NetBeans Module
 
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-mavenutils-archetype-nbm-archetype%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-archetype-nbm-archetype/job/master/)
+
 ### Get In Touch
 
 [Subscribe](mailto:users-subscr...@netbeans.apache.org) or 
[mail](mailto:us...@netbeans.apache.org) the 
[us...@netbeans.apache.org](mailto:us...@netbeans.apache.org) list - Ask 
questions, find answers, and also help other users.


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

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



[netbeans-mavenutils-nbm-maven-plugin] branch master updated: javadoc is in reporting section not build section

2021-02-23 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 7b311cd  javadoc is in reporting section not build section
7b311cd is described below

commit 7b311cd336ad58a0db2f39a5285aaef9909298f7
Author: Eric Barboni 
AuthorDate: Tue Feb 23 11:24:54 2021 +0100

javadoc is in reporting section not build section
---
 pom.xml | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0796959..c1f397d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@ under the License.
 
 
 
-   [9,)
+[9,)
 
 
 
@@ -315,15 +315,20 @@ under the License.
 
 8
 
-
+   
+
+
+
+
 
+org.apache.maven.plugins

 maven-javadoc-plugin
 
 8   
 
 
 
 
-
+
 
 
 tools.jar


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

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