[jira] [Created] (NETBEANS-5770) Maven POM Graph locks and can't be cancelled

2021-06-10 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-5770:
-

 Summary: Maven POM Graph locks and can't be cancelled
 Key: NETBEANS-5770
 URL: https://issues.apache.org/jira/browse/NETBEANS-5770
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 12.4
Reporter: Javier A. Ortiz


The Graph button while having a POM file open warns about it potentially taking 
a long time, but doesn't allow to cancel the operation. So either you wait or 
have to kill the IDE to get out of it if it takes too long. It should be 
cancelable at least.



--
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-5771) Maven POM Graph locks and can't be cancelled

2021-06-10 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-5771:
-

 Summary: Maven POM Graph locks and can't be cancelled
 Key: NETBEANS-5771
 URL: https://issues.apache.org/jira/browse/NETBEANS-5771
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 12.4
Reporter: Javier A. Ortiz


The Graph button while having a POM file open warns about it potentially taking 
a long time, but doesn't allow to cancel the operation. So either you wait or 
have to kill the IDE to get out of it if it takes too long. It should be 
cancelable at least.



--
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-5441) MultiPassCompileWorker caused an exception

2021-03-12 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-5441:
-

 Summary: MultiPassCompileWorker caused an exception
 Key: NETBEANS-5441
 URL: https://issues.apache.org/jira/browse/NETBEANS-5441
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.3
Reporter: Javier A. Ortiz


 
{code:xml}

  2021-03-12T07:54:02
  1615557242027
  324
  900
  33
  MultiPassCompileWorker caused an exception
File: 
file:/Users/javierortiz/Documents/P14C/p14c-selenium-tests/p14c-selenium-page-objects/src/main/java/com/pingidentity/pageobjects/myaccount/ViewProfilePage.java
Root: 
/Users/javierortiz/Documents/P14C/p14c-selenium-tests/p14c-selenium-page-objects/src/main/java
Bootpath: 
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/classes:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/System/Library/Java/Extensions/MRJToolkit.jar
Classpath: 

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

2020-12-11 Thread Javier A. Ortiz (Jira)


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

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

Same issue even without those plugins.

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

2020-11-12 Thread Javier A. Ortiz (Jira)


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

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

As I've mentioned above I've tried with multiple JDK versions. Seems the common 
factor is nb-javac. Looked into the error in the logs but refers to a project 
that has no resources folder.

> 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] [Updated] (NETBEANS-4931) nb-javac breaks project test classes

2020-11-06 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-4931:
--
Description: 
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

 

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


> 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] [Updated] (NETBEANS-4931) nb-javac breaks project test classes

2020-11-06 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-4931:
--
Attachment: before.log

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



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

2020-10-30 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-4931:
--
Attachment: netbeans.log

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



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

2020-10-30 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-4931:
--
Affects Version/s: 12.2

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



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

2020-10-22 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-4931:
-

 Summary: 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
Reporter: Javier A. Ortiz


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.



--
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-3925) Missing resource exception bundle opening Tools/Plugins

2020-02-27 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-3925:
-

 Summary: Missing resource exception bundle opening Tools/Plugins
 Key: NETBEANS-3925
 URL: https://issues.apache.org/jira/browse/NETBEANS-3925
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Autoupdate
Affects Versions: 11.1
Reporter: Javier A. Ortiz


Following instructions 
[here|https://netbeans.apache.org/wiki/DevFaqVersionNumber.asciidoc] lead to 
the following error when opening Tools/Plugin.
{code:java}
SEVERE [org.openide.util.Exceptions]
Offending classloader: ModuleCL@49710a85[com.xxx.com.xxx.branding]
#149833: failed to find com.xxx.cloud.aws.branding.Bundle in locale en_US in 
ModuleCL@49710a85[com.xxx.com.xxx.branding] for 
/Users/javierortiz/Documents/xxx/xxx/application/target/xxx/x/modules/com-xxpingidentity-com-xxx-branding.jar;
 resource lookup of com/xxx/cloud/aws/branding/Bundle.properties -> null
Offending classloader: ModuleCL@49710a85[com.xxx.com.xxx.branding]
#149833: failed to find com.xxx.cloud.aws.branding.Bundle in locale en_US in 
ModuleCL@49710a85[com.xxx.com.xxx.branding] for 
/Users/javierortiz/Documents/xxx/xxx/application/target/xxx/x/modules/com-xx-com-xxx-branding.jar;
 resource lookup of com/xxx/cloud/aws/branding/Bundle.properties -> null
Caused: java.util.MissingResourceException: No such bundle 
com.xxx.cloud.aws.branding.Bundle
at org.openide.util.NbBundle.getBundle(NbBundle.java:426)
[catch] at 
org.netbeans.StandardModule.getLocalizedAttribute(StandardModule.java:144)
at 
org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getRawCategory(ModuleUpdateElementImpl.java:157)
at 
org.netbeans.modules.autoupdate.services.ModuleUpdateElementImpl.getCategory(ModuleUpdateElementImpl.java:169)
at 
org.netbeans.api.autoupdate.UpdateElement.getCategory(UpdateElement.java:173)
at 
org.netbeans.modules.autoupdate.ui.Utilities.makeInstalledCategories(Utilities.java:86)
at 
org.netbeans.modules.autoupdate.ui.InstalledTableModel.setUnits(InstalledTableModel.java:62)
at 
org.netbeans.modules.autoupdate.ui.InstalledTableModel.setUnits(InstalledTableModel.java:67)
at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.refreshUnitsInBackground(PluginManagerUI.java:583)
at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.initialize(PluginManagerUI.java:226)
at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.access$100(PluginManagerUI.java:54)
at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI$1.run(PluginManagerUI.java:109)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}



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

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

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



[jira] [Updated] (NETBEANS-3342) NetBeans Platform Installer for macOS fails by Installation of you App

2020-01-28 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3342:
--
Component/s: platform - Other

> NetBeans Platform Installer for macOS fails by Installation of you App
> --
>
> Key: NETBEANS-3342
> URL: https://issues.apache.org/jira/browse/NETBEANS-3342
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Other
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Andreas Ernst
>Priority: Major
>
> JDK 1.8.0_231 on macOS Catalina and before. On my Maven project i run the 
> goal nbm build-installers with true on macOS.
> If i double click on the installer i got this error. I do not have any Apple 
> libs in my project.
>  
> [2019-11-05 07:31:15.030]: An unexpected exception happened in thread main
> [2019-11-05 07:31:15.030]: java.lang.NoClassDefFoundError: 
> com/apple/eawt/ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.newWizardContainer(Wizard.java:499)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.open(Wizard.java:529)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.start(Installer.java:144)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.main(Installer.java:81)
> [2019-11-05 07:31:15.030]: Caused by: java.lang.ClassNotFoundException: 
> com.apple.eawt.ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> [2019-11-05 07:31:15.030]: at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> [2019-11-05 07:31:15.031]: ... 4 more
> [2019-11-05 07:31:15.031]: ... show message dialog
> [2019-11-05 07:31:15.031]: title: Critical Error
> [2019-11-05 07:31:15.031]: message: An unexpected exception happened in 
> thread main
> [2019-11-05 07:31:15.031]:
> [2019-11-05 07:31:15.031]: Exception:
> [2019-11-05 07:31:15.031]: java.lang.NoClassDefFoundError:
> [2019-11-05 07:31:15.031]: com/apple/eawt/ApplicationListener



--
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-3342) NetBeans Platform Installer for macOS fails by Installation of you App

2020-01-28 Thread Javier A. Ortiz (Jira)


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

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

I'm also seeing this issue.

> NetBeans Platform Installer for macOS fails by Installation of you App
> --
>
> Key: NETBEANS-3342
> URL: https://issues.apache.org/jira/browse/NETBEANS-3342
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1, 11.2
>Reporter: Andreas Ernst
>Priority: Major
>
> JDK 1.8.0_231 on macOS Catalina and before. On my Maven project i run the 
> goal nbm build-installers with true on macOS.
> If i double click on the installer i got this error. I do not have any Apple 
> libs in my project.
>  
> [2019-11-05 07:31:15.030]: An unexpected exception happened in thread main
> [2019-11-05 07:31:15.030]: java.lang.NoClassDefFoundError: 
> com/apple/eawt/ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.newWizardContainer(Wizard.java:499)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.wizard.Wizard.open(Wizard.java:529)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.start(Installer.java:144)
> [2019-11-05 07:31:15.030]: at 
> org.netbeans.installer.Installer.main(Installer.java:81)
> [2019-11-05 07:31:15.030]: Caused by: java.lang.ClassNotFoundException: 
> com.apple.eawt.ApplicationListener
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> [2019-11-05 07:31:15.030]: at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> [2019-11-05 07:31:15.030]: at 
> java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> [2019-11-05 07:31:15.031]: ... 4 more
> [2019-11-05 07:31:15.031]: ... show message dialog
> [2019-11-05 07:31:15.031]: title: Critical Error
> [2019-11-05 07:31:15.031]: message: An unexpected exception happened in 
> thread main
> [2019-11-05 07:31:15.031]:
> [2019-11-05 07:31:15.031]: Exception:
> [2019-11-05 07:31:15.031]: java.lang.NoClassDefFoundError:
> [2019-11-05 07:31:15.031]: com/apple/eawt/ApplicationListener



--
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-3245) Re-run with different parameters don't work if removing parameters

2019-10-16 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3245:
--
Summary: Re-run with different parameters don't work if removing parameters 
 (was: Rr-run with different parameters don't work if removing parameters)

> Re-run with different parameters don't work if removing parameters
> --
>
> Key: NETBEANS-3245
> URL: https://issues.apache.org/jira/browse/NETBEANS-3245
> Project: NetBeans
>  Issue Type: Improvement
>  Components: utilities - Test Runner
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Minor
>
> Steps to reproduce:
>  * Run a command in a project. For example for a Maven project _install 
> -DparamA=A -DparamB=B_.
>  * Click on the re-run with different parameters button (left side of the 
> output window, double yellow arrow)
>  * Remove the _paramA_ parameter.
>  * Notice the call still has the _paramA_ parameter with the previous value
> I expected it to override all the parameters not just changes to the values.



--
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-3245) Rr-run with different parameters don't work if removing parameters

2019-10-16 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3245:
--
Description: 
Steps to reproduce:
 * Run a command in a project. For example for a Maven project _install 
-DparamA=A -DparamB=B_.
 * Click on the re-run with different parameters button (left side of the 
output window, double yellow arrow)
 * Remove the _paramA_ parameter.
 * Notice the call still has the _paramA_ parameter with the previous value

I expected it to override all the parameters not just changes to the values.

  was:
Steps to reproduce:
 * Run a command in a project. For example for a Maven project _install 
-DparamA=A -DparamB=B_.
 * Click on the re-run with different parameters button (left side of the 
output window, double yellow arrow)
 * Remove the _paramA_ parameter_._
 * Notice the call still has the __ _paramA_ parameter with the previous value

I expected it to override all the parameters not just changes to the values.


> Rr-run with different parameters don't work if removing parameters
> --
>
> Key: NETBEANS-3245
> URL: https://issues.apache.org/jira/browse/NETBEANS-3245
> Project: NetBeans
>  Issue Type: Improvement
>  Components: utilities - Test Runner
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Minor
>
> Steps to reproduce:
>  * Run a command in a project. For example for a Maven project _install 
> -DparamA=A -DparamB=B_.
>  * Click on the re-run with different parameters button (left side of the 
> output window, double yellow arrow)
>  * Remove the _paramA_ parameter.
>  * Notice the call still has the _paramA_ parameter with the previous value
> I expected it to override all the parameters not just changes to the values.



--
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-1029) Run focused Test Method from extended class

2019-10-16 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-1029:
--
Component/s: (was: cnd - UnitTest Support)
 java - TestNG

> Run focused Test Method from extended class
> ---
>
> Key: NETBEANS-1029
> URL: https://issues.apache.org/jira/browse/NETBEANS-1029
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - TestNG
>Affects Versions: 8.2, 9.0
>Reporter: Javier A. Ortiz
>Priority: Major
>
> If having a test class that extends another one containing common test 
> methods there's no way to run a focused method of the tests on the extended 
> class.
> For example:
> {code:java}
> public abstract class BaseTestCase{
> public void test1(){
> ...
> }
> }
> {code}
> {code:java}
> public class MainTestCase{
> public void test2(){
> ...
> }
> }
> {code}
> There's no way to run test1 focused method. You can only do that in the 
> abstract class which would fail since is abstract.
> To work around that I have to do the following:
> * Run focused method from abstract class.
> * Stop the execution or wait for it to fail.
> * Click Re-run with different parameters.
> * Change the class the test is ran from i.e. BaseTestCase#test1 to 
> MainTestCase#test1



--
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-1029) Run focused Test Method from extended class

2019-10-16 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz edited comment on NETBEANS-1029 at 10/16/19 6:31 PM:
-

TestNG on my case but I wouldn't be surprised it's on others.


was (Author: javydreamercsw):
Testing on my case but I wouldn't be surprised it's on others. 

> Run focused Test Method from extended class
> ---
>
> Key: NETBEANS-1029
> URL: https://issues.apache.org/jira/browse/NETBEANS-1029
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 8.2, 9.0
>Reporter: Javier A. Ortiz
>Priority: Major
>
> If having a test class that extends another one containing common test 
> methods there's no way to run a focused method of the tests on the extended 
> class.
> For example:
> {code:java}
> public abstract class BaseTestCase{
> public void test1(){
> ...
> }
> }
> {code}
> {code:java}
> public class MainTestCase{
> public void test2(){
> ...
> }
> }
> {code}
> There's no way to run test1 focused method. You can only do that in the 
> abstract class which would fail since is abstract.
> To work around that I have to do the following:
> * Run focused method from abstract class.
> * Stop the execution or wait for it to fail.
> * Click Re-run with different parameters.
> * Change the class the test is ran from i.e. BaseTestCase#test1 to 
> MainTestCase#test1



--
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Attachment: Screen Shot 2019-08-26 at 3.30.09 PM.png

> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png
>
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Component/s: utilities - Test Runner
 java - TestNG

> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - TestNG, utilities - Test Runner
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Minor
> Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png
>
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>   !Screen Shot 2019-08-26 at 3.30.09 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Priority: Minor  (was: Major)

> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Minor
> Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png
>
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>   !Screen Shot 2019-08-26 at 3.30.09 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Description: 
A peer was showing me a rare instance of a feature not present yet in NetBeans. 
Intelli J shows a hint in an abstract test class to run the test showing the 
implementation classes as options. Right now it's a bit cumbersome to do in 
NetBeans.

See example below: 

  !Screen Shot 2019-08-26 at 3.30.09 PM.png!

  was:
A peer was showing me a rare instance of a feature not present yet in NetBeans. 
Intelli J shows a hint in an abstract test class to run the test showing the 
implementation classes as options. Right now it's a bit cumbersome to do in 
NetBeans.

See example below: 

 


> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png
>
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>   !Screen Shot 2019-08-26 at 3.30.09 PM.png!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Attachment: (was: Screen Shot 2019-08-26 at 3.30.09 PM.png)

> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Major
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-3031:
-

 Summary: Add hint/menu to run test in abstract class
 Key: NETBEANS-3031
 URL: https://issues.apache.org/jira/browse/NETBEANS-3031
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 11.1
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png

A peer was showing me a rare instance of a feature not present yet in NetBeans. 
Intelli J shows a hint in an abstract test class to run the test showing the 
implementation classes as options. Right now it's a bit cumbersome to do in 
NetBeans.

See example below: 

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3031) Add hint/menu to run test in abstract class

2019-08-26 Thread Javier A. Ortiz (Jira)


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

Javier A. Ortiz updated NETBEANS-3031:
--
Attachment: Screen Shot 2019-08-26 at 3.30.09 PM.png

> Add hint/menu to run test in abstract class
> ---
>
> Key: NETBEANS-3031
> URL: https://issues.apache.org/jira/browse/NETBEANS-3031
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 11.1
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: Screen Shot 2019-08-26 at 3.30.09 PM.png
>
>
> A peer was showing me a rare instance of a feature not present yet in 
> NetBeans. Intelli J shows a hint in an abstract test class to run the test 
> showing the implementation classes as options. Right now it's a bit 
> cumbersome to do in NetBeans.
> See example below: 
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2636) Running all tests from Coverage tool runs without options in nbactions.xml

2019-06-03 Thread Javier A. Ortiz (JIRA)


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

Javier A. Ortiz updated NETBEANS-2636:
--
Affects Version/s: 10.0

> Running all tests from Coverage tool runs without options in nbactions.xml
> --
>
> Key: NETBEANS-2636
> URL: https://issues.apache.org/jira/browse/NETBEANS-2636
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 10.0
>Reporter: Javier A. Ortiz
>Priority: Minor
> Attachments: Screen Shot 2019-06-03 at 3.11.58 PM.png, Screen Shot 
> 2019-06-03 at 3.12.28 PM.png
>
>
> In my case I have a setup with some properties stored in nbactions.xml. 
> Noticed that those were not used when running from the tool.
>  !Screen Shot 2019-06-03 at 3.11.58 PM.png! 
>  !Screen Shot 2019-06-03 at 3.12.28 PM.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2636) Running all tests from Coverage tool runs without options in nbactions.xml

2019-06-03 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-2636:
-

 Summary: Running all tests from Coverage tool runs without options 
in nbactions.xml
 Key: NETBEANS-2636
 URL: https://issues.apache.org/jira/browse/NETBEANS-2636
 Project: NetBeans
  Issue Type: Improvement
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2019-06-03 at 3.11.58 PM.png, Screen Shot 
2019-06-03 at 3.12.28 PM.png

In my case I have a setup with some properties stored in nbactions.xml. Noticed 
that those were not used when running from the tool.

 !Screen Shot 2019-06-03 at 3.11.58 PM.png! 

 !Screen Shot 2019-06-03 at 3.12.28 PM.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1854) ConcurrentModificationException

2019-01-03 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-1854:
-

 Summary: ConcurrentModificationException
 Key: NETBEANS-1854
 URL: https://issues.apache.org/jira/browse/NETBEANS-1854
 Project: NetBeans
  Issue Type: Bug
Reporter: Javier A. Ortiz


java.util.ConcurrentModificationException
at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
at 
org.netbeans.modules.lsp.client.LSPBindings.getBindings(LSPBindings.java:98)
at 
org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler.handleChange(TextDocumentSyncServerCapabilityHandler.java:76)
at 
org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler.access$000(TextDocumentSyncServerCapabilityHandler.java:53)
at 
org.netbeans.modules.lsp.client.bindings.TextDocumentSyncServerCapabilityHandler$Init.lambda$run$0(TextDocumentSyncServerCapabilityHandler.java:150)
at 
java.desktop/java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:341)
at 
java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:333)
at 
org.netbeans.api.editor.EditorRegistry.fireEvents(EditorRegistry.java:544)
at 
org.netbeans.api.editor.EditorRegistry.focusGained(EditorRegistry.java:344)
at 
org.netbeans.api.editor.EditorRegistry$FocusL.focusGained(EditorRegistry.java:675)
at 
java.desktop/java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:228)
at 
java.desktop/java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:227)
at 
java.desktop/java.awt.Component.processFocusEvent(Component.java:6521)
at java.desktop/java.awt.Component.processEvent(Component.java:6388)
at java.desktop/java.awt.Container.processEvent(Container.java:2263)
at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5008)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at 
java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
at 
java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1051)
at 
java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:675)
at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4889)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4840)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
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.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.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/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
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)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1321) Release NetBeans 10

2018-11-14 Thread Javier A. Ortiz (JIRA)


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

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

I saw issue NETBEANS-326 on NetBeans 10 V3. I believe it should be addressed.

> Release NetBeans 10
> ---
>
> Key: NETBEANS-1321
> URL: https://issues.apache.org/jira/browse/NETBEANS-1321
> Project: NetBeans
>  Issue Type: Task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Blocker
> Fix For: 10.0
>
>
> This is the task of releasing Apache (incubation) NetBeans 10



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-326) Autocomplete does not work inside a lambda expression

2018-11-14 Thread Javier A. Ortiz (JIRA)


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

Javier A. Ortiz updated NETBEANS-326:
-
Priority: Critical  (was: Minor)

> Autocomplete does not work inside a lambda expression
> -
>
> Key: NETBEANS-326
> URL: https://issues.apache.org/jira/browse/NETBEANS-326
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 8.2, 10.0
> Environment: Windows 10 Enterprise
>Reporter: Morgan M
>Priority: Critical
>  Labels: patch, usability
> Attachments: RLtLF.png, t51Jz.png
>
>
> When declaring an object with a lambda expression, autocomplete for variables 
> inside the lambda does not seem to work, and instead I see global variables, 
> suggestions for keywords amongst other things as shown below.
> {code:java}
> public class SOInner {
> private ActionListener listenerExampleLambda = e -> {
> //autocomplete DOES NOT work for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> };
> private ActionListener listenerExampleClass = new ActionListener() {
> @Override
> public void actionPerformed(ActionEvent e) {
> //autocomplete works for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> }
> };
> private Comparable comparableExampleLambda = o -> {
> //autocomplete DOES NOT work for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> };
> private Comparable comparableExampleClass = new 
> Comparable() {
> @Override
> public int compareTo(SOInner o) {
> //autocomplete works for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> }
> };
> }
> {code}
>  You can reproduce the bug by placing your cursor inside the lambda 
> expression under the String variables and pressing Ctrl+Space. You will 
> notice that testString and testString2 do not appear. They do appear if these 
> steps are reproduced from within an anonymous inner class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-326) Autocomplete does not work inside a lambda expression

2018-11-14 Thread Javier A. Ortiz (JIRA)


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

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

I'm seeing this on NetBeans 10 v3 and I believe it needs to be addressed.

> Autocomplete does not work inside a lambda expression
> -
>
> Key: NETBEANS-326
> URL: https://issues.apache.org/jira/browse/NETBEANS-326
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 8.2, 10.0
> Environment: Windows 10 Enterprise
>Reporter: Morgan M
>Priority: Critical
>  Labels: patch, usability
> Attachments: RLtLF.png, t51Jz.png
>
>
> When declaring an object with a lambda expression, autocomplete for variables 
> inside the lambda does not seem to work, and instead I see global variables, 
> suggestions for keywords amongst other things as shown below.
> {code:java}
> public class SOInner {
> private ActionListener listenerExampleLambda = e -> {
> //autocomplete DOES NOT work for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> };
> private ActionListener listenerExampleClass = new ActionListener() {
> @Override
> public void actionPerformed(ActionEvent e) {
> //autocomplete works for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> }
> };
> private Comparable comparableExampleLambda = o -> {
> //autocomplete DOES NOT work for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> };
> private Comparable comparableExampleClass = new 
> Comparable() {
> @Override
> public int compareTo(SOInner o) {
> //autocomplete works for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> }
> };
> }
> {code}
>  You can reproduce the bug by placing your cursor inside the lambda 
> expression under the String variables and pressing Ctrl+Space. You will 
> notice that testString and testString2 do not appear. They do appear if these 
> steps are reproduced from within an anonymous inner class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-326) Autocomplete does not work inside a lambda expression

2018-11-14 Thread Javier A. Ortiz (JIRA)


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

Javier A. Ortiz updated NETBEANS-326:
-
Affects Version/s: 10.0

> Autocomplete does not work inside a lambda expression
> -
>
> Key: NETBEANS-326
> URL: https://issues.apache.org/jira/browse/NETBEANS-326
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 8.2, 10.0
> Environment: Windows 10 Enterprise
>Reporter: Morgan M
>Priority: Minor
>  Labels: patch, usability
> Attachments: RLtLF.png, t51Jz.png
>
>
> When declaring an object with a lambda expression, autocomplete for variables 
> inside the lambda does not seem to work, and instead I see global variables, 
> suggestions for keywords amongst other things as shown below.
> {code:java}
> public class SOInner {
> private ActionListener listenerExampleLambda = e -> {
> //autocomplete DOES NOT work for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> };
> private ActionListener listenerExampleClass = new ActionListener() {
> @Override
> public void actionPerformed(ActionEvent e) {
> //autocomplete works for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> }
> };
> private Comparable comparableExampleLambda = o -> {
> //autocomplete DOES NOT work for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> };
> private Comparable comparableExampleClass = new 
> Comparable() {
> @Override
> public int compareTo(SOInner o) {
> //autocomplete works for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> }
> };
> }
> {code}
>  You can reproduce the bug by placing your cursor inside the lambda 
> expression under the String variables and pressing Ctrl+Space. You will 
> notice that testString and testString2 do not appear. They do appear if these 
> steps are reproduced from within an anonymous inner class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1601) Implementation selector doesn't close after selecting an implementation

2018-11-02 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-1601:
-

 Summary: Implementation selector doesn't close after selecting an 
implementation
 Key: NETBEANS-1601
 URL: https://issues.apache.org/jira/browse/NETBEANS-1601
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Hints  Annotations
Affects Versions: 10.0
 Environment: macOS 10.13.6
OpenJDK 11.0.1
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2018-11-02 at 11.13.43 AM.png

While taking NetBeans 10 v2 for a spin noticed that although navigating to an 
implementation from the hint in the Interface/Abstract class the pop up stays 
there for ever. Only way I've been able to close it is by restarting the IDE.

!Screen Shot 2018-11-02 at 11.13.43 AM.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1029) Run focused Test Method from extended class

2018-09-04 Thread Javier A. Ortiz (JIRA)


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

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

Testing on my case but I wouldn't be surprised it's on others. 

> Run focused Test Method from extended class
> ---
>
> Key: NETBEANS-1029
> URL: https://issues.apache.org/jira/browse/NETBEANS-1029
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - UnitTest Support
>Affects Versions: 8.2, 9.0
>Reporter: Javier A. Ortiz
>Priority: Major
>
> If having a test class that extends another one containing common test 
> methods there's no way to run a focused method of the tests on the extended 
> class.
> For example:
> {code:java}
> public abstract class BaseTestCase{
> public void test1(){
> ...
> }
> }
> {code}
> {code:java}
> public class MainTestCase{
> public void test2(){
> ...
> }
> }
> {code}
> There's no way to run test1 focused method. You can only do that in the 
> abstract class which would fail since is abstract.
> To work around that I have to do the following:
> * Run focused method from abstract class.
> * Stop the execution or wait for it to fail.
> * Click Re-run with different parameters.
> * Change the class the test is ran from i.e. BaseTestCase#test1 to 
> MainTestCase#test1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-1029) Run focused Test Method from extended class

2018-07-06 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-1029:
-

 Summary: Run focused Test Method from extended class
 Key: NETBEANS-1029
 URL: https://issues.apache.org/jira/browse/NETBEANS-1029
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - UnitTest Support
Affects Versions: 8.2, 9.0
Reporter: Javier A. Ortiz


If having a test class that extends another one containing common test methods 
there's no way to run a focused method of the tests on the extended class.

For example:
{code:java}
public abstract class BaseTestCase{

public void test1(){
...
}
}
{code}

{code:java}
public class MainTestCase{

public void test2(){
...
}
}
{code}

There's no way to run test1 focused method. You can only do that in the 
abstract class which would fail since is abstract.

To work around that I have to do the following:
* Run focused method from abstract class.
* Stop the execution or wait for it to fail.
* Click Re-run with different parameters.
* Change the class the test is ran from i.e. BaseTestCase#test1 to 
MainTestCase#test1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-888) Open Recent file not working

2018-05-30 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-888:


 Summary: Open Recent file not working
 Key: NETBEANS-888
 URL: https://issues.apache.org/jira/browse/NETBEANS-888
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 9.0
 Environment: MacOS High Sierra version 10.13.4
Reporter: Javier A. Ortiz


Clicking on File>Open Recent File>File doesn't open the file but using the 
shortcut for the most recent one works.

No error or suspecting messages in the log either.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-881) Unable to install IDE Platform/Ant updates

2018-05-29 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-881:


 Summary: Unable to install IDE Platform/Ant updates
 Key: NETBEANS-881
 URL: https://issues.apache.org/jira/browse/NETBEANS-881
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2018-05-29 at 1.59.45 PM.png

Unable to update plugins after being prompted due to Java Shell Support not in 
correct version.
 !Screen Shot 2018-05-29 at 1.59.45 PM.png! 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-880) About points to a path in Mac that doesn't exist

2018-05-29 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-880:


 Summary: About points to a path in Mac that doesn't exist
 Key: NETBEANS-880
 URL: https://issues.apache.org/jira/browse/NETBEANS-880
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: MacOS High Sierra 10.13.4
Reporter: Javier A. Ortiz


I was trying to install 9.0 RC1 clean so I used the about information to delete 
the files. It pointed to the following locations:
 * /Users//Library/Application Support/NetBeans/dev

 * /Users//Library/Caches/NetBeans/dev

The first one didn't exist.  Instead I used the paths from this 
[FAQ|http://wiki.netbeans.org/FaqUninstallMac] entry and seemed to do the 
trick. The main difference was: 
* ~/Library/Application\ Support/NetBeans/dev



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-593) Test Failure: Execution default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility was encountered while executing org.co

2018-04-06 Thread Javier A. Ortiz (JIRA)

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

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

This was part of NetCat testing, as such it'll need to be updated on the 
wizards, etc. that created the project.  

> Test Failure: Execution default-branding of goal 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> 
>
> Key: NETBEANS-593
> URL: https://issues.apache.org/jira/browse/NETBEANS-593
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-392-on-20180403)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
> User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
> Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
>Reporter: Javier A. Ortiz
>Priority: Major
>  Labels: jdk10, maven
>
> Running test case Build installers for NB application step 2:
> {noformat}
> Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
> (default-branding) on project Nbapp-branding: Execution default-branding of 
> goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> -
> realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
> strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
> urls[0] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
> urls[1] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
> urls[2] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
> urls[3] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
> urls[4] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
> urls[5] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
> urls[6] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar
> urls[7] = 
> file:/Users/javierortiz/.m2/repository/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
> urls[8] = 
> file:/Users/javierortiz/.m2/repository/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
> urls[9] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
> urls[10] = 
> file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
> urls[11] = 
> file:/Users/javierortiz/.m2/repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
> urls[12] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
> urls[13] = 
> file:/Users/javierortiz/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
> urls[14] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
> urls[15] = 
> file:/Users/javierortiz/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
> urls[16] = 
> file:/Users/javierortiz/.m2/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
> urls[17] = 
> file:/Users/javierortiz/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
> urls[18] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
> urls[19] = 
> file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
> urls[20] = 
> file:/Users/javierortiz/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
> urls[21] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
> urls[22] = 
> file:/Users/javierortiz/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar

[jira] [Created] (NETBEANS-595) OSGI Project unable to compile

2018-04-04 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-595:


 Summary: OSGI Project unable to compile
 Key: NETBEANS-595
 URL: https://issues.apache.org/jira/browse/NETBEANS-595
 Project: NetBeans
  Issue Type: Bug
 Environment: 
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-392-on-20180403)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
Reporter: Javier A. Ortiz


Unable to compile Wizard created project.
{noformat}
COMPILATION ERROR : 
-
Source option 5 is no longer supported. Use 6 or later.
Target option 1.5 is no longer supported. Use 1.6 or later.
2 errors 
-

BUILD FAILURE

Total time: 2.703 s
Finished at: 2018-04-04T12:47:54-05:00
Final Memory: 14M/60M

Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) 
on project TestPlatformOSGIBundle: Compilation failure: Compilation failure: 
Source option 5 is no longer supported. Use 6 or later.
Target option 1.5 is no longer supported. Use 1.6 or later.
-> [Help 1]{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-594) No Maven Samples

2018-04-04 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-594:


 Summary: No Maven Samples
 Key: NETBEANS-594
 URL: https://issues.apache.org/jira/browse/NETBEANS-594
 Project: NetBeans
  Issue Type: Bug
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-392-on-20180403)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2018-04-04 at 12.45.43 PM.png

Unable to create CRUD example. No Samples/Maven folder in wizard.

!Screen Shot 2018-04-04 at 12.45.43 PM.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-593) Test Failure: Execution default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility was encountered while executing org.code

2018-04-04 Thread Javier A. Ortiz (JIRA)

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

Javier A. Ortiz updated NETBEANS-593:
-
Description: 
Running test case Build installers for NB application step 2:
{noformat}
Failed to execute goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding 
(default-branding) on project Nbapp-branding: Execution default-branding of 
goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
incompatibility was encountered while executing 
org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
java.lang.ExceptionInInitializerError: null
-
realm = extension>org.codehaus.mojo:nbm-maven-plugin:4.1
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/mojo/nbm-maven-plugin/4.1/nbm-maven-plugin-4.1.jar
urls[1] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
urls[2] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
urls[3] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
urls[4] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
urls[5] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
urls[6] = 
file:/Users/javierortiz/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar
urls[7] = 
file:/Users/javierortiz/.m2/repository/org/apache/ant/ant/1.9.6/ant-1.9.6.jar
urls[8] = 
file:/Users/javierortiz/.m2/repository/org/apache/ant/ant-launcher/1.9.6/ant-launcher-1.9.6.jar
urls[9] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar
urls[10] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-archiver/3.0.1/plexus-archiver-3.0.1.jar
urls[11] = 
file:/Users/javierortiz/.m2/repository/org/iq80/snappy/snappy/0.3/snappy-0.3.jar
urls[12] = 
file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
urls[13] = 
file:/Users/javierortiz/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
urls[14] = 
file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar
urls[15] = 
file:/Users/javierortiz/.m2/repository/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar
urls[16] = 
file:/Users/javierortiz/.m2/repository/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
urls[17] = 
file:/Users/javierortiz/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar
urls[18] = 
file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
urls[19] = 
file:/Users/javierortiz/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
urls[20] = 
file:/Users/javierortiz/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
urls[21] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
urls[22] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
urls[23] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
urls[24] = 
file:/Users/javierortiz/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
urls[25] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/mojo/nbm-maven-harness/8.1/nbm-maven-harness-8.1.jar
urls[26] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar
urls[27] = 
file:/Users/javierortiz/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar
urls[28] = 
file:/Users/javierortiz/.m2/repository/org/codehaus/mojo/nb-shared/1.2/nb-shared-1.2.jar
urls[29] = 
file:/Users/javierortiz/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar
Number of foreign imports: 1
import: Entry[import from realm ClassRealm[maven.api, parent: null]]{noformat}
 

  was:Got an error


> Test Failure: Execution default-branding of goal 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API 
> incompatibility was encountered while executing 
> org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
> java.lang.ExceptionInInitializerError: null
> 
>
> Key: NETBEANS-593
> URL: 

[jira] [Created] (NETBEANS-593) Test Failure: Execution default-branding of goal org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility was encountered while executing org.code

2018-04-04 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-593:


 Summary: Test Failure: Execution default-branding of goal 
org.codehaus.mojo:nbm-maven-plugin:4.1:branding failed: An API incompatibility 
was encountered while executing 
org.codehaus.mojo:nbm-maven-plugin:4.1:branding: 
java.lang.ExceptionInInitializerError: null
 Key: NETBEANS-593
 URL: https://issues.apache.org/jira/browse/NETBEANS-593
 Project: NetBeans
  Issue Type: Bug
 Environment: 
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-392-on-20180403)
Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
Runtime: Java(TM) SE Runtime Environment 10+46
System: Mac OS X version 10.13.4 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/javierortiz/Library/Application Support/NetBeans/dev
Cache directory: /Users/javierortiz/Library/Caches/NetBeans/dev
Reporter: Javier A. Ortiz


Got an error



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-460) java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 0

2018-03-12 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-460:


 Summary: java.time.DateTimeException: Invalid value for 
MonthOfYear (valid values 1 - 12): 0
 Key: NETBEANS-460
 URL: https://issues.apache.org/jira/browse/NETBEANS-460
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Other
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-362-on-20180312)
Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
Runtime: Java(TM) SE Runtime Environment 9.0.4+11
System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
Reporter: Javier A. Ortiz


This error keeps popping up making almost working with the IDE impossible.


{noformat}
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult$1
java.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 
12): 0
at 
java.base/java.time.temporal.ValueRange.checkValidValue(ValueRange.java:311)
at 
java.base/java.time.temporal.ChronoField.checkValidValue(ChronoField.java:714)
at java.base/java.time.LocalDate.of(LocalDate.java:269)
at java.base/java.time.LocalDateTime.of(LocalDateTime.java:336)
at java.base/java.util.zip.ZipUtils.dosToJavaTime(ZipUtils.java:82)
at 
java.base/java.util.zip.ZipUtils.extendedDosToJavaTime(ZipUtils.java:101)
at java.base/java.util.zip.ZipEntry.getTime(ZipEntry.java:198)
at 
org.openide.filesystems.JarFileSystem.lastModified(JarFileSystem.java:433)
at 
org.openide.filesystems.JarFileSystem$Impl.lastModified(JarFileSystem.java:1056)
at 
org.openide.filesystems.AbstractFileObject.initLastModified(AbstractFileObject.java:73)
at 
org.openide.filesystems.AbstractFileObject.lastModified(AbstractFileObject.java:153)
at 
org.openide.filesystems.AbstractFileObject.(AbstractFileObject.java:58)
at 
org.openide.filesystems.AbstractFileSystem.createFileObject(AbstractFileSystem.java:350)
at 
org.openide.filesystems.AbstractFileObject.createFile(AbstractFileObject.java:115)
at 
org.openide.filesystems.AbstractFolder.getChild(AbstractFolder.java:345)
at 
org.openide.filesystems.AbstractFolder.getChild(AbstractFolder.java:316)
at 
org.openide.filesystems.AbstractFolder.getChildren(AbstractFolder.java:233)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:262)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:270)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:270)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:270)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:270)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findJavaSourceFile(JavadocAndSourceRootDetection.java:270)
at 
org.netbeans.spi.java.project.support.JavadocAndSourceRootDetection.findSourceRoot(JavadocAndSourceRootDetection.java:132)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult.checkPath(RepositoryForBinaryQueryImpl.java:477)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult.getSourceJarRoot(RepositoryForBinaryQueryImpl.java:503)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult.getRoots(RepositoryForBinaryQueryImpl.java:450)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult.checkChanges(RepositoryForBinaryQueryImpl.java:391)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult.access$300(RepositoryForBinaryQueryImpl.java:288)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult$1.run(RepositoryForBinaryQueryImpl.java:327)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
at 
org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1459)
at 
org.netbeans.modules.maven.queries.RepositoryForBinaryQueryImpl$SrcResult$4.fileDataCreated(RepositoryForBinaryQueryImpl.java:358)
at jdk.internal.reflect.GeneratedMethodAccessor116.invoke(Unknown 
Source)
at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at 
org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:462)
at 

[jira] [Commented] (NETBEANS-459) Unable to create tasks in Apache JIRA from IDE

2018-03-12 Thread Javier A. Ortiz (JIRA)

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

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

Here's relevant details on the error.

{noformat}
INFO [org.netbeans.modules.mylyn.util.commands.SubmitTaskCommand]: Command 
failed with status: Status ERROR: 
com.atlassian.connector.eclipse.internal.jira.core code=1 Summary must be set. 
com.atlassian.connector.eclipse.internal.jira.core.service.JiraException: 
Summary must be set.

INFO [org.netbeans.modules.jira.Jira]: exception occured for 
[NetBeans,https://issues.apache.org/jira,javydreamercsw,**,,**]

INFO [org.netbeans.modules.jira.Jira]

org.eclipse.core.runtime.CoreException: Summary must be set.

        at 
org.netbeans.modules.mylyn.util.commands.SubmitTaskCommand.execute(SubmitTaskCommand.java:105)

        at 
org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:131)

        at 
org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:108)

        at 
org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:104)

        at 
org.netbeans.modules.jira.commands.JiraExecutor.execute(JiraExecutor.java:100)

        at 
org.netbeans.modules.jira.issue.NbJiraIssue$14.run(NbJiraIssue.java:1787)

        at 
org.netbeans.modules.mylyn.util.AbstractNbTaskWrapper.runWithModelLoaded(AbstractNbTaskWrapper.java:311)

        at 
org.netbeans.modules.jira.issue.NbJiraIssue.submitAndRefresh(NbJiraIssue.java:1752)

        at 
org.netbeans.modules.jira.issue.IssuePanel$35.run(IssuePanel.java:2600)

        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

Caused by: 
com.atlassian.connector.eclipse.internal.jira.core.service.JiraException: 
Summary must be set.

        at 
com.atlassian.connector.eclipse.internal.jira.core.service.rest.JiraRestClientAdapter.createIssue(JiraRestClientAdapter.java:501)

        at 
com.atlassian.connector.eclipse.internal.jira.core.service.JiraClient.createIssue(JiraClient.java:311)

        at 
com.atlassian.connector.eclipse.internal.jira.core.JiraTaskDataHandler.postTaskData(JiraTaskDataHandler.java:1125)

        at 
org.eclipse.mylyn.internal.tasks.core.sync.SubmitTaskJob.run(SubmitTaskJob.java:101)

        at 
org.netbeans.modules.mylyn.util.commands.SubmitTaskCommand$MylynSubmitTaskJob.startJob(SubmitTaskCommand.java:160)

        at 
org.netbeans.modules.mylyn.util.commands.SubmitTaskCommand.execute(SubmitTaskCommand.java:96)

        ... 12 more{noformat}

> Unable to create tasks in Apache JIRA from IDE
> --
>
> Key: NETBEANS-459
> URL: https://issues.apache.org/jira/browse/NETBEANS-459
> Project: NetBeans
>  Issue Type: Bug
>  Components: connecteddeveloper - Issuetracking Framework
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-362-on-20180312)
> Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
> Runtime: Java(TM) SE Runtime Environment 9.0.4+11
> System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
>Reporter: Javier A. Ortiz
>Priority: Major
> Attachments: Screen Shot 2018-03-12 at 8.52.17 AM.png
>
>
> It errors out with "Summary must be set." error which is obviously populated.
> !Screen Shot 2018-03-12 at 8.52.17 AM.png!
> I'm able to query the JIRA instance. It was set up as per instructions here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-459) Unable to create tasks in Apache JIRA from IDE

2018-03-12 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-459:


 Summary: Unable to create tasks in Apache JIRA from IDE
 Key: NETBEANS-459
 URL: https://issues.apache.org/jira/browse/NETBEANS-459
 Project: NetBeans
  Issue Type: Bug
  Components: connecteddeveloper - Issuetracking Framework
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-362-on-20180312)
Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
Runtime: Java(TM) SE Runtime Environment 9.0.4+11
System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
Reporter: Javier A. Ortiz
 Attachments: Screen Shot 2018-03-12 at 8.52.17 AM.png

It errors out with "Summary must be set." error which is obviously populated.

!Screen Shot 2018-03-12 at 8.52.17 AM.png!

I'm able to query the JIRA instance. It was set up as per instructions here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-458) TestNG results not shown in Test Result window

2018-03-12 Thread Javier A. Ortiz (JIRA)
Javier A. Ortiz created NETBEANS-458:


 Summary: TestNG results not shown in Test Result window
 Key: NETBEANS-458
 URL: https://issues.apache.org/jira/browse/NETBEANS-458
 Project: NetBeans
  Issue Type: Bug
  Components: java - TestNG
Affects Versions: 9.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-linux-362-on-20180312)
Java: 9.0.4; Java HotSpot(TM) 64-Bit Server VM 9.0.4+11
Runtime: Java(TM) SE Runtime Environment 9.0.4+11
System: Mac OS X version 10.13.3 running on x86_64; UTF-8; en_US (nb)
Reporter: Javier A. Ortiz


The tests showed the results in the output tab but Test Results remained empty.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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