[jira] [Created] (NETBEANS-2926) "Safely Delete" refactor is not safe

2019-07-30 Thread Daniel Crawford (JIRA)
Daniel Crawford created NETBEANS-2926:
-

 Summary: "Safely Delete" refactor is not safe
 Key: NETBEANS-2926
 URL: https://issues.apache.org/jira/browse/NETBEANS-2926
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: OSX, Java 12
Reporter: Daniel Crawford


Doing a "Safely Delete..." refactor on a private static method in a class does 
not find implementations of that method in the same class file.

e.g.
{quote}private static void iterateFileSystem(File root, File r, Set s) {

...

}

 

public static void someMethod() {

...

if (p.isDirectory()) {
  iterateFileSystem(p, p, collectedURIs);

  }

}
{quote}
"Safely delete" on method  iterateFileSystem declaration does not find instance 
in someMethod().



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2925) Source Projects folder not showing java classes in gradle project

2019-07-30 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2925:
-

 Summary: Source Projects folder not showing java classes in gradle 
project
 Key: NETBEANS-2925
 URL: https://issues.apache.org/jira/browse/NETBEANS-2925
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Gradle
Affects Versions: 11.0, 11.1
Reporter: Peter Steele
Assignee: Laszlo Kishalmi
 Attachments: GradleProjectNewSourceSet.zip

Start with a new gradle project

 
 Edit build.gradle and add the following
  
 sourcesets {
        main {
                 java
{                      srcDirs = ['src','build/abc']                 }
 }
  
 A new Source Packages folder appeared in projects view tab
  
 Create a new class under this new source package called testabc.java (under 
default package) and build the project
   * The new java file appears in the sounce pane and is editable 
 * The new java file appears under the files tab under the chosen directory
 * After the build the class file appears in the build/classes folder
 * The new class doesn't appear in the new Source Packages folder. Instead a 
new default package is created but no java files underneath it.

 
 The issue is the last point



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2922:
--
Attachment: Screenshot_20190730_220847.png

> Can't activate HTML5 and Java EE modules
> 
>
> Key: NETBEANS-2922
> URL: https://issues.apache.org/jira/browse/NETBEANS-2922
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_220847.png
>
>
> Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
> org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2924) Empty "Available Plugins" tab from the box

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2924:
--
Environment: 
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)

> Empty "Available Plugins" tab from the box
> --
>
> Key: NETBEANS-2924
> URL: https://issues.apache.org/jira/browse/NETBEANS-2924
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221808.png, 
> Screenshot_20190730_221827.png
>
>
> There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2924) Empty "Available Plugins" tab from the box

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2924:
-

 Summary: Empty "Available Plugins" tab from the box
 Key: NETBEANS-2924
 URL: https://issues.apache.org/jira/browse/NETBEANS-2924
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 11.1
Reporter: user124
 Attachments: Screenshot_20190730_221808.png, 
Screenshot_20190730_221827.png

There is no any plugins to install after netbeans installed from the box.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2923) "nb-javac library" module can't be downloaded

2019-07-30 Thread user124 (JIRA)


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

user124 updated NETBEANS-2923:
--
Affects Version/s: 11.1
   11.0

> "nb-javac library" module can't be downloaded
> -
>
> Key: NETBEANS-2923
> URL: https://issues.apache.org/jira/browse/NETBEANS-2923
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0, 11.1
> Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
> Runtime: OpenJDK Runtime Environment 12.0.2+10
> System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
>Reporter: user124
>Priority: Critical
> Attachments: Screenshot_20190730_221524.png
>
>
> "nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2923) "nb-javac library" module can't be downloaded

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2923:
-

 Summary: "nb-javac library" module can't be downloaded
 Key: NETBEANS-2923
 URL: https://issues.apache.org/jira/browse/NETBEANS-2923
 Project: NetBeans
  Issue Type: Bug
 Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124
 Attachments: Screenshot_20190730_221524.png

"nb-javac library" module didn't downloaded, netbeans can't find it.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2922) Can't activate HTML5 and Java EE modules

2019-07-30 Thread user124 (JIRA)
user124 created NETBEANS-2922:
-

 Summary: Can't activate HTML5 and Java EE modules
 Key: NETBEANS-2922
 URL: https://issues.apache.org/jira/browse/NETBEANS-2922
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0, 11.1
 Environment: Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Linux version 5.2.2-1-default running on amd64; UTF-8; ru_UA (nb)
Reporter: user124


Can't activate HTML5 and Java EE modules, Throws exception: "The plugin named 
org.netbeans.libs.oracle.jsparser is needed and not found."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-167) Look and feel option panel should show a preview; hide CDE/Motif

2019-07-30 Thread Mark Phipps (JIRA)


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

Mark Phipps commented on NETBEANS-167:
--

In our NB Platform application, which is 99% run on Windows, we want users not 
to be able to select Nimbus or CDE/Motif. Even those Linux users should be 
prevented from selecting GTK+.

This is so that the user doesn't get into trouble and we don't have tricky 
support problems.

I have conjured a way of removing disapproved Look and Feels by providing a 
System property:

-J-Dnb.lafs.disapproved=Nimbus,CDE/Motif,GTK+

which can be examined in LafPanel.java to prevent them from being selected.

 

I will make a pull request referencing this issue if there are no objections?

Regards

Mark

> Look and feel option panel should show a preview; hide CDE/Motif
> 
>
> Key: NETBEANS-167
> URL: https://issues.apache.org/jira/browse/NETBEANS-167
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>
> The Look and Feel option panel from Options | Appearance | Look and Feel only 
> has popup with the name of some Look and Feel providers. It's assumed the 
> user knows how those look like.
> It would be nice to also include a preview there (an image, not an actual LnF 
> change) so the user doesn't just toy with the thing needlessly.
> Personally I would also remove CDE/Motif from that popup on most modern OS 
> (macOS, Windows, Ubuntu). I really doubt anybody is using this look and feel 
> except, say, on Solaris or some Unix machine with a non-Gnome/KDE window 
> manager.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2921) can't drag file into maven project

2019-07-30 Thread Peter (JIRA)
Peter created NETBEANS-2921:
---

 Summary: can't drag file into maven project
 Key: NETBEANS-2921
 URL: https://issues.apache.org/jira/browse/NETBEANS-2921
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Peter


can't drag file into maven project



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2920) Maven Netbeans Application project creation fails with UnsupportedOperationException

2019-07-30 Thread Christian Oyarzun (JIRA)


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

Christian Oyarzun commented on NETBEANS-2920:
-

[~skygo] Thanks, I've tested your PR and it resolves the issue.

> Maven Netbeans Application project creation fails with 
> UnsupportedOperationException
> 
>
> Key: NETBEANS-2920
> URL: https://issues.apache.org/jira/browse/NETBEANS-2920
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 11.1
>Reporter: Christian Oyarzun
>Priority: Major
>
> Steps to reproduce:
>  # New Project
>  # Select Java with Maven -> Netbeans Application
>  # Next
>  # Next
>  # Select Create Module Project
>  # Finish
> Project creation fails with the following exception.
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1057)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:169)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  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)
>  
> If you do not create a module project the wizard will complete. But if you 
> try to create a new NetBeans Module to the maven parent project, you will get 
> the same exception.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2920) Maven Netbeans Application project creation fails with UnsupportedOperationException

2019-07-30 Thread Eric Barboni (JIRA)


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

Eric Barboni commented on NETBEANS-2920:


Hi Thanks for the report. A PR is under review.

> Maven Netbeans Application project creation fails with 
> UnsupportedOperationException
> 
>
> Key: NETBEANS-2920
> URL: https://issues.apache.org/jira/browse/NETBEANS-2920
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Maven
>Affects Versions: 11.1
>Reporter: Christian Oyarzun
>Priority: Major
>
> Steps to reproduce:
>  # New Project
>  # Select Java with Maven -> Netbeans Application
>  # Next
>  # Next
>  # Select Create Module Project
>  # Finish
> Project creation fails with the following exception.
> java.lang.UnsupportedOperationException
>  at java.util.Collections$UnmodifiableCollection.add(Collections.java:1057)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
>  at 
> org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
>  at 
> org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
>  at 
> org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
>  at 
> org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:169)
>  at 
> org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
>  at 
> org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
>  at 
> org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
>  at 
> org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
>  at 
> org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
>  at 
> org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
>  at 
> org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
>  at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
>  at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
> [catch] at 
> org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
>  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)
>  
> If you do not create a module project the wizard will complete. But if you 
> try to create a new NetBeans Module to the maven parent project, you will get 
> the same exception.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2920) Maven Netbeans Application project creation fails with UnsupportedOperationException

2019-07-30 Thread Christian Oyarzun (JIRA)
Christian Oyarzun created NETBEANS-2920:
---

 Summary: Maven Netbeans Application project creation fails with 
UnsupportedOperationException
 Key: NETBEANS-2920
 URL: https://issues.apache.org/jira/browse/NETBEANS-2920
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Maven
Affects Versions: 11.1
Reporter: Christian Oyarzun


Steps to reproduce:
 # New Project
 # Select Java with Maven -> Netbeans Application
 # Next
 # Next
 # Select Create Module Project
 # Finish

Project creation fails with the following exception.

java.lang.UnsupportedOperationException
 at java.util.Collections$UnmodifiableCollection.add(Collections.java:1057)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:393)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI$AdditionalOperations.performOperation(NBMNativeMWI.java:141)
 at 
org.netbeans.modules.maven.model.Utilities.performPOMModelOperations(Utilities.java:318)
 at 
org.netbeans.modules.maven.spi.newproject.CreateProjectBuilder.create(CreateProjectBuilder.java:146)
 at 
org.netbeans.modules.maven.apisupport.NBMNativeMWI.instantiate(NBMNativeMWI.java:69)
 at 
org.netbeans.modules.maven.apisupport.NbmWizardIterator.instantiate(NbmWizardIterator.java:169)
 at 
org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1028)
 at 
org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:580)
 at 
org.netbeans.modules.project.ui.NewProjectWizard.handleInstantiate(NewProjectWizard.java:51)
 at 
org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:414)
 at 
org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
 at 
org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
 at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
 at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
 at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
[catch] at 
org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
 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)

 

If you do not create a module project the wizard will complete. But if you try 
to create a new NetBeans Module to the maven parent project, you will get the 
same exception.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2919) NetBeans Installer Update Check fails behind proxy

2019-07-30 Thread Niklas Matthies (JIRA)
Niklas Matthies created NETBEANS-2919:
-

 Summary: NetBeans Installer Update Check fails behind proxy
 Key: NETBEANS-2919
 URL: https://issues.apache.org/jira/browse/NETBEANS-2919
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Niklas Matthies


During installation on Windows, the update check performed by the installer 
first appears to hang, and then after a timeout the update check fails. This 
happens behind a corporate proxy.

I'm not sure whether the installer applies the system proxy setting. If it 
does, the problem may be that Java doesn't support all kinds of wpad-based 
proxy configurations. If it's the latter, a possible solution would be for the 
installer to allow configuring proxy settings a priori.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-1872) Background scan stalls on specific PHP file

2019-07-30 Thread Danil (JIRA)


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

Danil updated NETBEANS-1872:

Affects Version/s: 11.0

> Background scan stalls on specific PHP file
> ---
>
> Key: NETBEANS-1872
> URL: https://issues.apache.org/jira/browse/NETBEANS-1872
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing  Indexing, ide - Performance
>Affects Versions: 8.2, 10.0, 11.0
>Reporter: Mondane
>Priority: Major
>  Labels: background-scanning, php7
> Attachments: slider.phtml
>
>
> I've come across a PHP-file which stalls the background scanning process. 
> How to reproduce:
>  * Download the attached file
>  * Create a new PHP 7.1 project with existing sources
>  ** Select the folder containing that one file
> The background scan initiates and never stops.
> History: 
> http://mail-archives.apache.org/mod_mbox/netbeans-users/201901.mbox/%3CCAB8E-LGcfjm7_91gRvt%3D8zKij8Eon6yG4aMw%3D7jbEij10Pd4vg%40mail.gmail.com%3E



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



[netbeans-jenkins-lib] branch master updated: Update netbeansrelease.json

2019-07-30 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 18bfba1  Update netbeansrelease.json
18bfba1 is described below

commit 18bfba16cfb5b3463c8efd76a8c16d83513c3132
Author: Eric Barboni 
AuthorDate: Tue Jul 30 15:37:07 2019 +0200

Update netbeansrelease.json

add jdk8 apidoc url
---
 meta/netbeansrelease.json | 5 +
 1 file changed, 5 insertions(+)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index e48d52d..d88fd02 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -3,6 +3,7 @@
 "position": "1",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
 "maven": "Maven 3.3.9",
 "versionName": "9.0",
 "mavenversion": "RELEASE90",
@@ -23,6 +24,7 @@
 "position": "2",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
 "maven": "Maven 3.3.9",
 "versionName": "10",
 "mavenversion": "RELEASE100",
@@ -43,6 +45,7 @@
 "position": "3",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
 "maven": "Maven 3.3.9",
 "versionName": "11.0",
 "mavenversion": "RELEASE110",
@@ -63,6 +66,7 @@
 "position": "4",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
 "maven": "Maven 3.3.9",
 "versionName": "11.1",
 "mavenversion": "RELEASE111",
@@ -83,6 +87,7 @@
 "position": "5",
 "ant": "Ant (latest)",
 "jdk": "JDK 1.8 (latest)",
+"jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/;,
 "maven": "Maven 3.3.9",
 "mavenversion": "dev-SNAPSHOT",
 "versionName": "-",


-
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-2918) ANSI colors stopped working since Netbeans 11.0

2019-07-30 Thread Marco Herrn (JIRA)
Marco Herrn created NETBEANS-2918:
-

 Summary: ANSI colors stopped working since Netbeans 11.0
 Key: NETBEANS-2918
 URL: https://issues.apache.org/jira/browse/NETBEANS-2918
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Output Window
Affects Versions: 11.0, 11.1
 Environment: Linux (Debian Buster) 
Reporter: Marco Herrn
 Attachments: color.png, mono.png

Log4j2 supports printing log entries with ANSI coloring.

This did work in Netbeans up to version 10.0. However since 11.0 those colors 
aren't displayed anymore.

Please find attached the screenshots for the output window in netbeans 10.0 
(color) and 11.0 (mono).

However, colors from Maven or Stacktraces are still color coded.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



[jira] [Issue Comment Deleted] (NETBEANS-2870) A java.lang.AssertionError exception has occurred

2019-07-30 Thread jose luis romero (JIRA)


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

jose luis romero updated NETBEANS-2870:
---
Comment: was deleted

(was: same bug)

> A java.lang.AssertionError exception has occurred
> -
>
> Key: NETBEANS-2870
> URL: https://issues.apache.org/jira/browse/NETBEANS-2870
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: jose luis romero
>Priority: Major
> Attachments: messages.log
>
>
> After pressing CTRL SPACE to get the list on autocomplete on
> {code:java}
> TitularMutual tm = controller.; //between doc and semicolon{code}
> I select one to complete the method name and nothing happens, like if I were 
> pressed ESC instead.
> If I resolve the uncaught exception in the next line (below), the 
> autocomplete works fine
> Complete code case:
>  
> {code:java}
> for (Titulares t : tt) { 
>   TitularMutual tm = controller.; 
>   int plan = contr.determinarPlan(t, tm); //on this line, there is an 
> unreported excep to be catched 
> planes.get(plan).add(t);
>  }
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2884) JDK 7 and earlier cannot be registered in Java Platform Manager

2019-07-30 Thread Benjamin Graf (JIRA)


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

Benjamin Graf commented on NETBEANS-2884:
-

Hi [~kovica],

This issue is a duplicate. Have a look at 
https://issues.apache.org/jira/browse/NETBEANS-2878 which already has a patch 
solving it.

Regards

Benjamin

> JDK 7 and earlier cannot be registered in Java Platform Manager
> ---
>
> Key: NETBEANS-2884
> URL: https://issues.apache.org/jira/browse/NETBEANS-2884
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Geertjan Wielenga
>Priority: Major
> Attachments: Captura de pantalla 2019-07-23 a las 17.55.52.png
>
>
> In 11.1, and not in 11.0, go to Tools | Java Platform Manager and try to 
> register a JDK earlier than JDK 8.
> See the discussion on the users mailing list here:
> https://lists.apache.org/thread.html/3d58770cde1095decec22864057657337345acfe895f0dae2b5d6d1c@%3Cusers.netbeans.apache.org%3E
> Registration will fail: "Cannot detect and install the selected platform. The 
> java or javac may not be executable."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2870) A java.lang.AssertionError exception has occurred

2019-07-30 Thread jose luis romero (JIRA)


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

jose luis romero commented on NETBEANS-2870:


same bug

> A java.lang.AssertionError exception has occurred
> -
>
> Key: NETBEANS-2870
> URL: https://issues.apache.org/jira/browse/NETBEANS-2870
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 11.1
> Environment: Windows 10
>Reporter: jose luis romero
>Priority: Major
> Attachments: messages.log
>
>
> After pressing CTRL SPACE to get the list on autocomplete on
> {code:java}
> TitularMutual tm = controller.; //between doc and semicolon{code}
> I select one to complete the method name and nothing happens, like if I were 
> pressed ESC instead.
> If I resolve the uncaught exception in the next line (below), the 
> autocomplete works fine
> Complete code case:
>  
> {code:java}
> for (Titulares t : tt) { 
>   TitularMutual tm = controller.; 
>   int plan = contr.determinarPlan(t, tm); //on this line, there is an 
> unreported excep to be catched 
> planes.get(plan).add(t);
>  }
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2476) Netbeans 11 EE Support Weblogic Server

2019-07-30 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2476:
-

The licensing problem is about various XSD, XML, and similar metadata.

> Netbeans 11 EE Support Weblogic Server
> --
>
> Key: NETBEANS-2476
> URL: https://issues.apache.org/jira/browse/NETBEANS-2476
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 11.0
>Reporter: Wayne Zhang
>Priority: Major
>
> Java EE don't support Weblogic server (Plugins > Servers > Add Server).
>  
> Please support Weblogic server as previous Netbeans does.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2917) Support for yield in Switch-Expression for JDK-13

2019-07-30 Thread ARUNAVA SINHA (JIRA)
ARUNAVA SINHA created NETBEANS-2917:
---

 Summary: Support for yield in Switch-Expression for JDK-13
 Key: NETBEANS-2917
 URL: https://issues.apache.org/jira/browse/NETBEANS-2917
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Editor
Affects Versions: Next
Reporter: ARUNAVA SINHA
Assignee: ARUNAVA SINHA






--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2857) Syntax highlighting for yield keyword inside switch-expression is not happening in JDK-13

2019-07-30 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA updated NETBEANS-2857:

Summary: Syntax highlighting for yield keyword inside switch-expression is 
not happening in JDK-13  (was: Syntax highlighting for yield keyword inside 
switch-expression is not happening)

> Syntax highlighting for yield keyword inside switch-expression is not 
> happening in JDK-13
> -
>
> Key: NETBEANS-2857
> URL: https://issues.apache.org/jira/browse/NETBEANS-2857
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 11.2
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> a= switch(a)
> {
> default : yield 1;
> };
> yield keyword  is not showing in blue color.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2884) JDK 7 and earlier cannot be registered in Java Platform Manager

2019-07-30 Thread JIRA


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

Gregor Kovač commented on NETBEANS-2884:


I found out that if I copy file 
config/Services/Platforms/org-netbeans-api-java-Platform/JDK_1.7.xml from 
userdir of NetBeans 11.0 to the same location in userdir 11.1, things work. I 
think that it is just the adding of 1.7 platform that is not behaving correctly.

> JDK 7 and earlier cannot be registered in Java Platform Manager
> ---
>
> Key: NETBEANS-2884
> URL: https://issues.apache.org/jira/browse/NETBEANS-2884
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Geertjan Wielenga
>Priority: Major
> Attachments: Captura de pantalla 2019-07-23 a las 17.55.52.png
>
>
> In 11.1, and not in 11.0, go to Tools | Java Platform Manager and try to 
> register a JDK earlier than JDK 8.
> See the discussion on the users mailing list here:
> https://lists.apache.org/thread.html/3d58770cde1095decec22864057657337345acfe895f0dae2b5d6d1c@%3Cusers.netbeans.apache.org%3E
> Registration will fail: "Cannot detect and install the selected platform. The 
> java or javac may not be executable."



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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



[jira] [Resolved] (NETBEANS-2887) Release installers

2019-07-30 Thread Neil C Smith (JIRA)


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

Neil C Smith resolved NETBEANS-2887.

Resolution: Done

> Release installers
> --
>
> Key: NETBEANS-2887
> URL: https://issues.apache.org/jira/browse/NETBEANS-2887
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Neil C Smith
>Assignee: Reema Taneja
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-2916) I can't copy and paste files inside project window

2019-07-30 Thread Ahmed (JIRA)
Ahmed  created NETBEANS-2916:


 Summary: I can't copy and paste files inside project window
 Key: NETBEANS-2916
 URL: https://issues.apache.org/jira/browse/NETBEANS-2916
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
 Environment: netbeans 11.1 on windows 10
Reporter: Ahmed 


I am using netbeans 11.1 on windows 10

I can't copy and paste files inside project window



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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