[jira] [Commented] (NETBEANS-2219) Netbeans IDE doesn't start

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2219:
--

C:\Program Files\* is the common path for any program that you install. For 
32bit it is C:\Program Files (x86). To make it here, my jdks are all inside of 
C:\Program Files\Java. So that would be very very absurd if NetBeans can't 
handle such a common case. It was never ever this case.

Other thing is it could be, that you don't have permissions for C:\* So please 
test whether you can change the path from C:\netbeans to 
C:\Users\yourUserName\Desktop\netbeans or C:\Program Files\netbeans. This could 
be sometimes a common problem. Or you don't have enough permissions. Try to 
start NetBeans as an administrator. [~proseiro]

> Netbeans IDE doesn't start
> --
>
> Key: NETBEANS-2219
> URL: https://issues.apache.org/jira/browse/NETBEANS-2219
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: Product Version = Apache NetBeans IDE 10.0 
> (Build incubator-netbeans-release-380-on-20181217)
> Operating System= Windows 10 version 10.0 running on amd64
> Java; VM; Vendor= 11.0.2; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.2+9-LTS; Oracle Corporation
> Runtime = Java(TM) SE Runtime Environment 11.0.2+9-LTS
> Java Home   = C:\Program Files\Java\jdk-11.0.2
> System Locale; Encoding = en_GB (nb); Cp1252
>Reporter: Pedro Roseiro
>Priority: Blocker
>  Labels: starter
> Attachments: output.log
>
>
> Netbeans doesn't start and show multiple Io.Exception errors in the console. 
>  



--
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-2219) Netbeans IDE doesn't start

2019-03-08 Thread Pedro Roseiro (JIRA)


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

Pedro Roseiro commented on NETBEANS-2219:
-

In fact, my user is an administrator. Nevertheless, I've reinstalled java
in c:\java\jdk and checked java environment variables to be in-line with
this changes.
>From what I could understand the IO problem is in  the settings folder but
netbeans started and created files and folders underneath.


-- 
--- Pedro Roseiro Mobile +351 939199030


> Netbeans IDE doesn't start
> --
>
> Key: NETBEANS-2219
> URL: https://issues.apache.org/jira/browse/NETBEANS-2219
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: Product Version = Apache NetBeans IDE 10.0 
> (Build incubator-netbeans-release-380-on-20181217)
> Operating System= Windows 10 version 10.0 running on amd64
> Java; VM; Vendor= 11.0.2; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.2+9-LTS; Oracle Corporation
> Runtime = Java(TM) SE Runtime Environment 11.0.2+9-LTS
> Java Home   = C:\Program Files\Java\jdk-11.0.2
> System Locale; Encoding = en_GB (nb); Cp1252
>Reporter: Pedro Roseiro
>Priority: Blocker
>  Labels: starter
> Attachments: output.log
>
>
> Netbeans doesn't start and show multiple Io.Exception errors in the console. 
>  



--
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-432) Context-sensitive keyboard accelerators

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-432:
-

I'm definetly for it. Afaik there is sometimes the possibility of that like 
Ctrl+B is for "Go to declaration" and the category is "Go To" and there is 
Ctrl+B for "Repository browser" and the category is "Git" (It could be, that I 
added it for this category manually) So you see, we have the same keybinding 
for different stuff. For go to, it will work, inside of the editor. For git, it 
will work, if you are in the project tab. So NetBeans can handle it in some 
ways, but not in all. You can see my attachment for that example.

Anyway, yes NetBeans needs a more flexible way to handle context sensitive keys 
maybe we need more categories or other stuff. It could be, that the current 
behaviour, with the categories is to generic. Only guessing, not knowing. But 
yes, I also wish to have same key in different context.

And the new version of VS Code 1.32 have such flexible way now too: 
https://code.visualstudio.com/updates/v1_32#_keyboard-shortcuts-editor
They have a "when" expression, where you can define, when this shortcut will be 
used.

[~cowwoc] are you fine with creating a spec for that issue/improvement? What 
you think what should be done here. No code, no technical knowledge of the apis 
or not, but we need a specific way of steps to reproduce, how should we achieve 
that, with proposals etc. pp. So that would be really nice to know, that no one 
else needs to think about before they want to implement it. You can add it 
here: 
https://cwiki.apache.org/confluence/display/NETBEANS/Feature+Request+Outlines

Will help a lot :)

> Context-sensitive keyboard accelerators
> ---
>
> Key: NETBEANS-432
> URL: https://issues.apache.org/jira/browse/NETBEANS-432
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Reporter: Gili
>Priority: Major
>
> Following up on [https://netbeans.org/bugzilla/show_bug.cgi?id=222843] the 
> IDE should be able to differentiate between users hitting ALT+A in the 
> Find/Replace Dialog and ALT+A while the editor has a focus. In the former 
> case I expect "Replace (A)ll" to get triggered. In the latter case, I expect 
> the Ref(a)ctor pulldown menu to get triggered.



--
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-432) Context-sensitive keyboard accelerators

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-432:

Attachment: same shortcuts for different categories.png

> Context-sensitive keyboard accelerators
> ---
>
> Key: NETBEANS-432
> URL: https://issues.apache.org/jira/browse/NETBEANS-432
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Reporter: Gili
>Priority: Major
> Attachments: same shortcuts for different categories.png
>
>
> Following up on [https://netbeans.org/bugzilla/show_bug.cgi?id=222843] the 
> IDE should be able to differentiate between users hitting ALT+A in the 
> Find/Replace Dialog and ALT+A while the editor has a focus. In the former 
> case I expect "Replace (A)ll" to get triggered. In the latter case, I expect 
> the Ref(a)ctor pulldown menu to get triggered.



--
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-432) Context-sensitive keyboard accelerators

2019-03-08 Thread Gili (JIRA)


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

Gili commented on NETBEANS-432:
---

Sorry Christian, I've moved off Netbeans so I'm no longer willing to spend any 
more time on this. 

> Context-sensitive keyboard accelerators
> ---
>
> Key: NETBEANS-432
> URL: https://issues.apache.org/jira/browse/NETBEANS-432
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Reporter: Gili
>Priority: Major
> Attachments: same shortcuts for different categories.png
>
>
> Following up on [https://netbeans.org/bugzilla/show_bug.cgi?id=222843] the 
> IDE should be able to differentiate between users hitting ALT+A in the 
> Find/Replace Dialog and ALT+A while the editor has a focus. In the former 
> case I expect "Replace (A)ll" to get triggered. In the latter case, I expect 
> the Ref(a)ctor pulldown menu to get triggered.



--
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-432) Context-sensitive keyboard accelerators

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-432:
-

It is a pity to hear that, maybe you can send me a mail to letting me know what 
are the biggest reasons. Not doing here, beacuse it is not the right way. 
christian.lenz [ at ] gmx.net

> Context-sensitive keyboard accelerators
> ---
>
> Key: NETBEANS-432
> URL: https://issues.apache.org/jira/browse/NETBEANS-432
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Key bindings
>Reporter: Gili
>Priority: Major
> Attachments: same shortcuts for different categories.png
>
>
> Following up on [https://netbeans.org/bugzilla/show_bug.cgi?id=222843] the 
> IDE should be able to differentiate between users hitting ALT+A in the 
> Find/Replace Dialog and ALT+A while the editor has a focus. In the former 
> case I expect "Replace (A)ll" to get triggered. In the latter case, I expect 
> the Ref(a)ctor pulldown menu to get triggered.



--
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-2221) ClassCastException when try to open class from not opened module

2019-03-08 Thread Tomas Huryn (JIRA)
Tomas Huryn created NETBEANS-2221:
-

 Summary: ClassCastException when try to open class from not opened 
module
 Key: NETBEANS-2221
 URL: https://issues.apache.org/jira/browse/NETBEANS-2221
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 11.0
Reporter: Tomas Huryn


When I try to open a class from project which has not been opened before I get 
the exception:

WARNING [org.openide.filesystems.Ordering]: Not all children in / marked with 
the position attribute: 
[org-netbeans-modules-lsp-client-bindings-HyperlinkProviderImpl.instance], but 
some are: [HyperlinkProviderImpl.instance, 
org-netbeans-modules-editor-url-HyperlinkImpl.instance]
WARNING [org.netbeans.modules.parsing.impl.TaskProcessor]: ParserManager.parse 
called in AWT event thread by: 
org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:152)
Even though the source level of  is set to: 11, java.util.zip.CRC32C cannot be 
found on the system module path: 
Changing source level to 1.8
SEVERE [global]
java.lang.ClassCastException: class com.sun.tools.javac.code.Type$ClassType 
cannot be cast to class com.sun.tools.javac.code.Type$ErrorType 
(com.sun.tools.javac.code.Type$ClassType and 
com.sun.tools.javac.code.Type$ErrorType are in unnamed module of loader 
org.netbeans.StandardModule$OneModuleClassLoader @4f09236a)
    at 
org.netbeans.modules.java.source.builder.TreeFactory.Type(TreeFactory.java:863)
    at org.netbeans.api.java.source.TreeMaker.Type(TreeMaker.java:1119)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeAnnotationTree(CodeGenerator.java:449)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.computeMods(CodeGenerator.java:411)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:373)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$TreeBuilder.visitType(CodeGenerator.java:285)
    at com.sun.tools.javac.code.Symbol$ClassSymbol.accept(Symbol.java:1473)
    at 
javax.lang.model.util.AbstractElementVisitor6.visit(AbstractElementVisitor6.java:106)
    at 
org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:275)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:232)
    at 
org.netbeans.modules.java.classfile.CodeGenerator$1.run(CodeGenerator.java:152)
    at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:672)
    at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:662)
    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
    at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
    at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
    at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
    at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
    at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
    at 
org.netbeans.api.java.source.JavaSource.runModificationTask(JavaSource.java:683)
    at 
org.netbeans.modules.java.classfile.CodeGenerator.generateCode(CodeGenerator.java:152)
    at 
org.netbeans.modules.java.classfile.BinaryElementOpenImpl.open(BinaryElementOpenImpl.java:44)
    at 
org.netbeans.api.java.source.ui.ElementOpen.binaryOpen(ElementOpen.java:118)
    at org.netbeans.api.java.source.ui.ElementOpen.open(ElementOpen.java:99)
    at 
org.netbeans.modules.java.source.ui.JavaTypeDescription.open(JavaTypeDescription.java:121)
    at 
org.netbeans.modules.jumpto.type.GoToTypeAction.actionPerformed(GoToTypeAction.java:153)
    at 
org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1151)
    at 
java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2962)
    at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862)
    at java.desktop/java.awt.Component.processEvent(Component.java:6409)
    at java.desktop/java.awt.Container.processEven

[jira] [Commented] (NETBEANS-1802) Problem with loading a project which has 2 different project files

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1802:
--

I will create a spec how it could work, hope for help of the others, that have 
a similar problem.

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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-1802) Problem with loading a project which has 2 different project files

2019-03-08 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1802:
--

It gets more and more, that I have this problem. Now we have a lib in our 
company, which is in general a JS project/lib with a gulpfile. But in it, there 
is a pom.xml file, beacuse some other teams needs this file to add this lib as 
a dependency into there maven repo to use the stuff inside (It's a sass lib, we 
created). So we can't change here until we talk to each team whether we can 
change smth here or not. So this will be not an option only due to NetBeans 
can't handle it, FYI.

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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-1802) Problem with loading a project which has 2 different project files

2019-03-08 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1802:
-

Write the spec, please. Thanks.

> Problem with loading a project which has 2 different project files
> --
>
> Key: NETBEANS-1802
> URL: https://issues.apache.org/jira/browse/NETBEANS-1802
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Infrastructure, projects - Generic 
> Projects UI
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: dasaa.7z
>
>
> Most of the comments are inside of the external ticket, but I will summerize 
> it:
> When I have a project, with 2 different project related files like pom.xml 
> and package.json. One is always winning. In my case, pom is winning.
> I had a html5 project, where NetBeans found package.json and everything was 
> fine, because it is a HTML5 project. After some infrastucture changes in my 
> company, using nexus to put artifacts on the repo, we had to add pom.xml 
> files for nexus. Now, after opening NetBeans, the project turns into a maven 
> based project, which is not correct. Only this one file and some 
> infrastructure files, which are not project sourcecode related are needed for 
> nexus.
> Now, because NetBeans things this is a maven project, I can't set the sass 
> compilation anymore or the folder structure is wrong.
> This always happen, if the project loader finds a project specific file and 
> will change the project for that. This happens for pom.xml for example and 
> for this plugin here: https://github.com/tropyx/NetBeansPuppet
> It turns a project into a puppet project and this is even more worse. Here is 
> another discussion about the problem: 
> https://github.com/tropyx/NetBeansPuppet/issues/27
> I know, that NetBeans acts like it was designed but this isn't nice and 
> created problems. I only have one solution which could be ok. Give the user a 
> notification that a project type were found, like for node support and let 
> the user choose whether I want to change the project type or not.
> So for me, I have a HTML5 Project with a package.json file and it should be 
> as it is. If NetBeans found the pom file it should give me the hint whether I 
> want to change it or not.
> If you open NetBeans with a project with two files, I want to choose as what 
> I want to treat the project and it should be saved. Like a project switcher.
> I added a sample project to it to make it clear.
> We can set it back to Major, but I think this is a big problem for multiple 
> project files.
> Cheers
> Chris



--
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-2222) Wildfly 14.0.0.Final not managed after start

2019-03-08 Thread Riccardo Prandini (JIRA)
Riccardo Prandini created NETBEANS-:
---

 Summary: Wildfly 14.0.0.Final not managed after start
 Key: NETBEANS-
 URL: https://issues.apache.org/jira/browse/NETBEANS-
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - WildFly
Affects Versions: 10.0
Reporter: Riccardo Prandini


Under fedora 14

0)Download and set alternatives as ORACLE JDK 11.0.2

1) Download ApacheNetbeans 10

2) Download WIDLFLY 14.0.0.FINAL

3) Unzip both in your home dir

3) Open Netbeans  from bash ./netbeans

4) Create new server and point to wildfly folder

5) Start the server

Result : server is started and can be managed via admin port  (if you need you 
can add users) in menu server can't be stopped plugin seems to not cumunicate 
with wildfly

Expected : server can be stopped



--
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] [Reopened] (NETBEANS-2109) Splash screens for 11.0 release

2019-03-08 Thread Eric Barboni (JIRA)


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

Eric Barboni reopened NETBEANS-2109:


Hi [~GeertjanWielenga],

I'm sorry but it seems that the splash file are still ugly

> Splash screens for 11.0 release
> ---
>
> Key: NETBEANS-2109
> URL: https://issues.apache.org/jira/browse/NETBEANS-2109
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: 11.0-vc1, pull-request-available
> Fix For: 11.0
>
> Attachments: image-2019-02-20-09-36-36-503.png, 
> image-2019-02-20-09-37-21-832.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Same idea as this:
> https://github.com/apache/incubator-netbeans/pull/911



--
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-1320) Could not debug node.js application from IDE

2019-03-08 Thread Petr Chmelar (JIRA)


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

Petr Chmelar updated NETBEANS-1320:
---
Affects Version/s: 10.0

> Could not debug node.js application from IDE
> 
>
> Key: NETBEANS-1320
> URL: https://issues.apache.org/jira/browse/NETBEANS-1320
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 9.0, 10.0
>Reporter: Apostolos Katranitsas
>Priority: Major
>
> Could not debug node.js application because option --debug[-brk] has changed 
> to --inspect[-brk] since node.js version 8.
> Also I don't know if the --inspect[-brk] options is working the same as the 
> --debug[-brk] option.
>  
> The file in question is the 
> [NodeExecutable.java|http://hg.netbeans.org/main/file/tip/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/exec/NodeExecutable.java].
> As the options is hard coded in the file, someone could alter the text of the 
> option or detect if node.js version is >= 8 then use the inspect option.



--
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-1320) Could not debug node.js application from IDE

2019-03-08 Thread Petr Chmelar (JIRA)


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

Petr Chmelar commented on NETBEANS-1320:


This concerns NB 10 as well. It is not possible to debug any JS code on Ubuntu 
18.04 (node v8.10.0):(

"/usr/bin/node" 
"--jvm.agentlib:jdwp=transport=dt_socket,address=43181,server=n,suspend=y" 
"/home/.../main.js"
/usr/bin/node: bad option: 
--jvm.agentlib:jdwp=transport=dt_socket,address=43181,server=n,suspend=y

Also, the debug doesn't stop itself (I must stop it by Shift+F5) and may cause 
NB to consume all CPU and ... xkill.

> Could not debug node.js application from IDE
> 
>
> Key: NETBEANS-1320
> URL: https://issues.apache.org/jira/browse/NETBEANS-1320
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 9.0, 10.0
>Reporter: Apostolos Katranitsas
>Priority: Major
>
> Could not debug node.js application because option --debug[-brk] has changed 
> to --inspect[-brk] since node.js version 8.
> Also I don't know if the --inspect[-brk] options is working the same as the 
> --debug[-brk] option.
>  
> The file in question is the 
> [NodeExecutable.java|http://hg.netbeans.org/main/file/tip/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/exec/NodeExecutable.java].
> As the options is hard coded in the file, someone could alter the text of the 
> option or detect if node.js version is >= 8 then use the inspect option.



--
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-2004) No real Support for Gradle Modular Projects.

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2004:
---

Unfortunately there is no trivial throw in solution to the problem, at least 
not one I know of, that support needs a proper implementation. 
 
I was trying to do something easy to provide classpath as module path to the 
IDE, but that did not really worked. Probably need to parse the Gradle created 
java command line arguments for that.

> No real Support for Gradle Modular Projects.
> 
>
> Key: NETBEANS-2004
> URL: https://issues.apache.org/jira/browse/NETBEANS-2004
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190127-unknown-revn)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+7
> Runtime: OpenJDK Runtime Environment 11.0.2+7
>Reporter: Jose Pereda
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Bildschirmfoto 2019-02-06 um 17.22.17.png, Captura de 
> pantalla 2019-01-27 a las 19.55.13.png, gradleJava.zip
>
>
> Opening a gradle non-modular project works fine, but when the project is 
> modular, it shows errors all over the place.
> However, Clean, Build, Run, or any of the gradle tasks work fine. 
> !Captura de pantalla 2019-01-27 a las 19.55.13.png|width=1328,height=789!
>  
> See OpenJFX samples 
> [non-modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle/hellofx]
>  and 
> [modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Modular/Gradle/hellofx].
>  



--
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-2004) No real Support for Gradle Modular Projects.

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2004:
---

>From Scott Palmer:

I just recently attempted to make a modular project.  
 
 
I’m using JavaFX so I tried the somewhat-official  javafx gradle plugin and 
used the modular gradle example from here: 
[https://github.com/openjfx/samples/tree/master/CommandLine/Modular/Gradle/hellofx]
 
NetBeans is not happy with this at all.
 
module-info.java claims the javafx.controls module cannot be found
 
The code editor complains about all the javafx imports stating that:
 
   "package javafx.scene is not visible
    (package javafx.scene is declared in the unnamed module, but module 
javafx.scene does not read it)"
 
 
Does anyone know the solution?
 
>From the command line ‘“gradle build” works without any complaints.
 
It looks like NetBeans sees the JavaFX stuff as added to the class path instead 
of the module path.
 
I can use JavaFX in a non-modular way, and I can hack the Gradle manually to 
insert —add-module and —module-path args to various build steps, but I was 
trying to do things based on the examples.
 
Scott

> No real Support for Gradle Modular Projects.
> 
>
> Key: NETBEANS-2004
> URL: https://issues.apache.org/jira/browse/NETBEANS-2004
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> 20190127-unknown-revn)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+7
> Runtime: OpenJDK Runtime Environment 11.0.2+7
>Reporter: Jose Pereda
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Bildschirmfoto 2019-02-06 um 17.22.17.png, Captura de 
> pantalla 2019-01-27 a las 19.55.13.png, gradleJava.zip
>
>
> Opening a gradle non-modular project works fine, but when the project is 
> modular, it shows errors all over the place.
> However, Clean, Build, Run, or any of the gradle tasks work fine. 
> !Captura de pantalla 2019-01-27 a las 19.55.13.png|width=1328,height=789!
>  
> See OpenJFX samples 
> [non-modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle/hellofx]
>  and 
> [modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Modular/Gradle/hellofx].
>  



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



[incubator-netbeans] branch master updated: [NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in master

2019-03-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4deb79a  [NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in 
master
4deb79a is described below

commit 4deb79abbe89a149ac3caa45db18c6b39df5ac4c
Author: arusinha 
AuthorDate: Thu Mar 7 11:37:46 2019 +0530

[NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in master
---
 .../src/org/netbeans/modules/updatecenters/resources/Bundle.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
index 8c5ec29..6e80834 100644
--- 
a/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
+++ 
b/nb/updatecenters/src/org/netbeans/modules/updatecenters/resources/Bundle.properties
@@ -32,7 +32,7 @@ 
URL_LatestBuild=http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuil
 #NOI18N
 
URL_Default_N=http://updates.netbeans.org/netbeans/updates/dev/uc/final/main/catalog.xml.gz?{$netbeans.hash.code}
 #NOI18N
-URL_PluginPortal=http://plugins.netbeans.org/nbpluginportal/updates/10.0/catalog.xml.gz
+URL_PluginPortal=http://plugins.netbeans.org/nbpluginportal/updates/11.0/catalog.xml.gz
 #NOI18N
 
URL_82PluginPortal=http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz
 


-
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



[incubator-netbeans] branch master updated: [NETBEANS-2220] Preventing NPE when there is no item at the specified cell in the table.

2019-03-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2fa2a71  [NETBEANS-2220] Preventing NPE when there is no item at the 
specified cell in the table.
2fa2a71 is described below

commit 2fa2a71edc8c2ce1d1597d0d0f9a0707cea4c45a
Author: Jan Lahoda 
AuthorDate: Fri Mar 8 08:32:43 2019 +0100

[NETBEANS-2220] Preventing NPE when there is no item at the specified cell 
in the table.
---
 .../src/org/netbeans/swing/tabcontrol/DocumentSwitcherTable.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/DocumentSwitcherTable.java
 
b/platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/DocumentSwitcherTable.java
index 422dcf7..11ee0ff 100644
--- 
a/platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/DocumentSwitcherTable.java
+++ 
b/platform/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/DocumentSwitcherTable.java
@@ -85,7 +85,7 @@ class DocumentSwitcherTable extends SwitcherTable {
 return false;
 Item item = ( Item ) getModel().getValueAt( selRow, selCol );
 // #268040 - check whether the item is closable
-if (isClosable(item)) {
+if (null != item && isClosable(item)) {
 Rectangle rect = getCellRect( selRow, selCol, false );
 if( rect.contains( p ) ) {
 Dimension size = btnClose.getPreferredSize();


-
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



[incubator-netbeans] branch release110 updated (ba174cf -> e0621c5)

2019-03-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from ba174cf  Update enterprise.properties
 new 8de1e15  Merge pull request #1048 from iajn/NETBEANS-1774
 new 2ba5c57  [NETBEANS-1780]:Fixed formatting issue in Switch 
Expression(JDK-12) (#1079)
 new e0621c5  [NETBEANS-1675]Java Hint to fix error :different case kinds 
used in s… (#1126)

The 2379 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/java/hints/errors/Bundle.properties|   2 +
 .../java/hints/errors/DifferentCaseKindsFix.java   | 143 
 .../modules/java/hints/errors/Utilities.java   | 195 +-
 .../java/hints/jdk/ConvertSwitchToRuleSwitch.java  | 185 +-
 .../modules/java/hints/resources/layer.xml |   1 +
 .../java/hints/errors/Bundle_test.properties   |   1 +
 .../hints/errors/DifferentCaseKindsFixTest.java| 397 +
 java/java.source.base/apichanges.xml   |  12 +
 java/java.source.base/nbproject/project.properties |   2 +-
 .../org/netbeans/api/java/source/TreeMaker.java|  14 +-
 .../org/netbeans/api/java/source/WorkingCopy.java  |   6 +
 .../netbeans/modules/java/source/TreeShims.java|  15 +
 .../modules/java/source/builder/TreeFactory.java   |   7 +-
 .../modules/java/source/matching/CopyFinder.java   |  11 +-
 .../modules/java/source/pretty/VeryPretty.java |  19 +-
 .../modules/java/source/save/CasualDiff.java   |  31 ++
 .../modules/java/source/save/Reformatter.java  | 160 ++---
 .../source/transform/ImmutableTreeTranslator.java  |  13 +
 .../api/java/source/gen/SwitchExpressionTest.java  | 215 +++
 .../modules/java/source/save/FormatingTest.java| 381 
 .../src/org/netbeans/core/netigso/Netigso.java |  16 +-
 .../org/netbeans/core/netigso/NetigsoLoader.java   |  10 +-
 .../netigso/NetigsoLoaderOSGiFragmentTest.java |  90 +
 23 files changed, 1676 insertions(+), 250 deletions(-)
 create mode 100644 
java/java.hints/src/org/netbeans/modules/java/hints/errors/DifferentCaseKindsFix.java
 create mode 100644 
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/errors/DifferentCaseKindsFixTest.java
 create mode 100644 
java/java.source.base/test/unit/src/org/netbeans/api/java/source/gen/SwitchExpressionTest.java
 create mode 100644 
platform/core.netigso/test/unit/src/org/netbeans/core/netigso/NetigsoLoaderOSGiFragmentTest.java


-
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-1675) Java Hint to fix error :different case kinds used in the switch in switch expressions

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1675.
---
   Resolution: Implemented
Fix Version/s: 11.0

> Java Hint to fix error :different case kinds used in the switch in switch 
> expressions
> -
>
> Key: NETBEANS-1675
> URL: https://issues.apache.org/jira/browse/NETBEANS-1675
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: NB-JDK12, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Code:
> int i=10;
>  final String val = 
>  switch (i) 
> { case 1 : break "one"; case 2 -> "two"; }
> ;
> Error will be displayed in editor 'different case kinds used in the switch' 
> Proposed fix:
> Scenario 1: Switch Statements
> int k = 1;
> switch(k) {
>  case 1 :
>          System.out.println( "one");
>          break;
>   case 2 -> System.out.println( "two");
> }
> After Fix:
> ink k = 1;
> switch (k){
>  case 1 -> System.out.println( "one");
>   case 2 -> System.out.println( "two");
> }
> Scenario 2: Switch Expression
> int k= 1;
> var  val = 
>  switch(k){
> case 1 :
>       break("one");
> case 2 -> "two";
> };
> After Fix:
> int k= 1;
> var  val = 
> switch(k){
> case 1 ->  "one";
> case 2 -> "two";
> };
>  



--
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-1774) Netigso tries to load classes from an OSGi fragment bundle instead of the host bundle

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1774:
--
Labels: 11.0-vc3 osgi pull-request-available  (was: osgi 
pull-request-available)

> Netigso tries to load classes from an OSGi fragment bundle instead of the 
> host bundle
> -
>
> Key: NETBEANS-1774
> URL: https://issues.apache.org/jira/browse/NETBEANS-1774
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Netigso
>Affects Versions: 9.0
>Reporter: Iiro Nykänen
>Priority: Major
>  Labels: 11.0-vc3, osgi, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We are using a library with fragmented OSGi bundles in our NetBeans Platform 
> application. The bundles resolve fine, but during runtime the NetigsoLoader 
> instance that was created for the bundle tries to load classes from the 
> fragment, instead of the host. This is not desirable, and e.g. Felix throws 
> an exception (see link 1).
> The issue is in Netigso, in the createLoader method, which doesn't handle the 
> caught BundleException correctly (thrown when trying to start the fragment, 
> see link 2).
> I have fixed this for our application by simply looking up the fragments host 
> bundle and substituting the fragment with its host in the created 
> NetigsoLoader.
> [Apache Felix, class Felix, line 
> 2062|https://github.com/apache/felix/blob/f4892ed21e68dc4c48d8932bb8f311436cfe8399/framework/src/main/java/org/apache/felix/framework/Felix.java#L2062]
> [Apache NetBeans, class Netigso, line 
> 329|https://github.com/apache/incubator-netbeans/blob/4e2b939d7d7f395a245cae6e2a10239e2175eee7/platform/core.netigso/src/org/netbeans/core/netigso/Netigso.java#L329]
>  



--
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-1675) Java Hint to fix error :different case kinds used in the switch in switch expressions

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1675:
--
Labels: 11.0-vc3 NB-JDK12 pull-request-available  (was: NB-JDK12 
pull-request-available)

> Java Hint to fix error :different case kinds used in the switch in switch 
> expressions
> -
>
> Key: NETBEANS-1675
> URL: https://issues.apache.org/jira/browse/NETBEANS-1675
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: ARUNAVA SINHA
>Assignee: vikas kumar prabhakar
>Priority: Major
>  Labels: 11.0-vc3, NB-JDK12, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Code:
> int i=10;
>  final String val = 
>  switch (i) 
> { case 1 : break "one"; case 2 -> "two"; }
> ;
> Error will be displayed in editor 'different case kinds used in the switch' 
> Proposed fix:
> Scenario 1: Switch Statements
> int k = 1;
> switch(k) {
>  case 1 :
>          System.out.println( "one");
>          break;
>   case 2 -> System.out.println( "two");
> }
> After Fix:
> ink k = 1;
> switch (k){
>  case 1 -> System.out.println( "one");
>   case 2 -> System.out.println( "two");
> }
> Scenario 2: Switch Expression
> int k= 1;
> var  val = 
>  switch(k){
> case 1 :
>       break("one");
> case 2 -> "two";
> };
> After Fix:
> int k= 1;
> var  val = 
> switch(k){
> case 1 ->  "one";
> case 2 -> "two";
> };
>  



--
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-1780) Formatting issue in Switch Expression(JDK-12)

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-1780:
--
Labels: 11.0-vc3 NB-JDK12 pull-request-available  (was: NB-JDK12 
pull-request-available)

> Formatting issue in Switch Expression(JDK-12)
> -
>
> Key: NETBEANS-1780
> URL: https://issues.apache.org/jira/browse/NETBEANS-1780
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: 11.0-vc3, NB-JDK12, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
>  
>  
> enum colors \{RED,BLUE};
> colors color = colors.RED;
> int i = switch(color)
> {
> case RED -> break 6;
> default -> break 7;
> };
> On Alt+Shft+F formatting should happen properly.
> Currently formatting is incorrect.
>  
>  
>  



--
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-2130) Add support to download/install/register GlassFish 5.1

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2130:
--
Labels: 11.0-vc3 Glassfish easy ee java pull-request-available  (was: 
Glassfish easy ee java pull-request-available)

> Add support to download/install/register GlassFish 5.1
> --
>
> Key: NETBEANS-2130
> URL: https://issues.apache.org/jira/browse/NETBEANS-2130
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: 11.0-vc3, Glassfish, easy, ee, java, 
> pull-request-available
> Fix For: 11.0
>
>   Original Estimate: 24h
>  Time Spent: 40m
>  Remaining Estimate: 23h 20m
>
> Eclipse Foundation have released GlassFish 5.1.  Netbeans should add support 
> to download, install and register, as per previous versions of GlassFish.
> Based on my work on GF 4.1.2 & GF 5.0, the steps need should be something 
> like:
>  
>  * Update Glassfish Tooling module so that NB will recognise GF 5.1 as a 
> distinct version (rather than reporting an instance of GF 5.1 as GF 5.0)
> Modify 
> *enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java*
> Add value for GF 5.1 to bottom of Enum values (below GF5.0 entry):
> {code:java}
> /** GlassFish 5. */
> GF_5 ((short) 5, (short) 0, (short) 0, (short) 0, GlassFishVersion.GF_5_STR);
> /** GlassFish 5.1 */
> GF_5_1 ((short) 5, (short) 1, (short) 0, (short) 0, 
> GlassFishVersion.GF_5_1_STR);
> {code}
> Add a constant for the string value of GF 5.1 (below GF 5.0 entry)
> {code:java}
> /** A String representation of GF_5 value. */
> static final String GF_5_STR = "5";
> /** Additional String representations of GF_5 value. */
> static final String GF_5_STR_NEXT[] = {"5.0", "5.0.0", "5.0.0.0"};
> /** A String representation of GF_5_1 value. */
> static final String GF_5_1_STR = "5.1";
> /** Additional String representations of GF_5_1 value. */
> static final String GF_5_1_STR_NEXT[] = {"5.1.0", "5.1.0.0"};
> {code}
> Add the above values to the Map (below GF 5.0 entry) :
> {code:java}
> initStringValuesMapFromArray(GF_5, GF_5_STR_NEXT);
> initStringValuesMapFromArray(GF_5_1, GF_5_1_STR_NEXT);
> {code}
>  * Update Glassfish Common module.  Add new string value to Bundle
> Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties*
>  to add a string value for GF 5.1 below GF 5.0
> {code:java}
> STR_50_SERVER_NAME=GlassFish Server 5.0
> STR_51_SERVER_NAME=GlassFish Server 5.1
> {code}
>  * Update Server Details so NB knows where to download GF 5.1 from
>  Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java*
>  and add an entry for GF5.1 below GF5.0
> {code:java}
> /**
> * details for an instance of GlassFish Server 5
> */
> GLASSFISH_SERVER_5_0(NbBundle.getMessage(ServerDetails.class, 
> "STR_50_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 500,
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip";, // 
> NOI18N
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip"; // 
> NOI18N
> );
> /**
> * details for an instance of GlassFish Server 5.1
> */
> GLASSFISH_SERVER_5_1(NbBundle.getMessage(ServerDetails.class, 
> "STR_51_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 510,
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip&mirror_id=492";,
>  // NOI18N
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip&mirror_id=492";
>  // NOI18N
> );
> {code}
> Add GF 5.1 to the top of the Server Details iterator (the "top half" should 
> be all supported GF versions, the bottom half is those that can be installed 
> via NB UI - OPTIONALLY remove GF 3.1.2.2 from the bottom half):
> {code:java}
> return new ServerWizardIterator(new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
> GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2,
> GLASSFISH_SERVER_3_1_2,
> GLASSFISH_SERVER_3_1_1,
> GLASSFISH_SERVER_3_1,
> GLASSFISH_SERVER_3_0_1,
> GLASSFISH_SERVER_3,},
> new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
>   GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2});
> }
> {code}
> Add GF5.1 version to list of recognised installed GF versions (below GF 5.0):
> {code:java}
> case

[jira] [Resolved] (NETBEANS-2130) Add support to download/install/register GlassFish 5.1

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2130.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Add support to download/install/register GlassFish 5.1
> --
>
> Key: NETBEANS-2130
> URL: https://issues.apache.org/jira/browse/NETBEANS-2130
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: Glassfish, easy, ee, java, pull-request-available
> Fix For: 11.0
>
>   Original Estimate: 24h
>  Time Spent: 40m
>  Remaining Estimate: 23h 20m
>
> Eclipse Foundation have released GlassFish 5.1.  Netbeans should add support 
> to download, install and register, as per previous versions of GlassFish.
> Based on my work on GF 4.1.2 & GF 5.0, the steps need should be something 
> like:
>  
>  * Update Glassfish Tooling module so that NB will recognise GF 5.1 as a 
> distinct version (rather than reporting an instance of GF 5.1 as GF 5.0)
> Modify 
> *enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/data/GlassFishVersion.java*
> Add value for GF 5.1 to bottom of Enum values (below GF5.0 entry):
> {code:java}
> /** GlassFish 5. */
> GF_5 ((short) 5, (short) 0, (short) 0, (short) 0, GlassFishVersion.GF_5_STR);
> /** GlassFish 5.1 */
> GF_5_1 ((short) 5, (short) 1, (short) 0, (short) 0, 
> GlassFishVersion.GF_5_1_STR);
> {code}
> Add a constant for the string value of GF 5.1 (below GF 5.0 entry)
> {code:java}
> /** A String representation of GF_5 value. */
> static final String GF_5_STR = "5";
> /** Additional String representations of GF_5 value. */
> static final String GF_5_STR_NEXT[] = {"5.0", "5.0.0", "5.0.0.0"};
> /** A String representation of GF_5_1 value. */
> static final String GF_5_1_STR = "5.1";
> /** Additional String representations of GF_5_1 value. */
> static final String GF_5_1_STR_NEXT[] = {"5.1.0", "5.1.0.0"};
> {code}
> Add the above values to the Map (below GF 5.0 entry) :
> {code:java}
> initStringValuesMapFromArray(GF_5, GF_5_STR_NEXT);
> initStringValuesMapFromArray(GF_5_1, GF_5_1_STR_NEXT);
> {code}
>  * Update Glassfish Common module.  Add new string value to Bundle
> Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/Bundle.properties*
>  to add a string value for GF 5.1 below GF 5.0
> {code:java}
> STR_50_SERVER_NAME=GlassFish Server 5.0
> STR_51_SERVER_NAME=GlassFish Server 5.1
> {code}
>  * Update Server Details so NB knows where to download GF 5.1 from
>  Modify 
> *enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ServerDetails.java*
>  and add an entry for GF5.1 below GF5.0
> {code:java}
> /**
> * details for an instance of GlassFish Server 5
> */
> GLASSFISH_SERVER_5_0(NbBundle.getMessage(ServerDetails.class, 
> "STR_50_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 500,
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip";, // 
> NOI18N
> "https://download.oracle.com/glassfish/5.0/release/glassfish-5.0.zip"; // 
> NOI18N
> );
> /**
> * details for an instance of GlassFish Server 5.1
> */
> GLASSFISH_SERVER_5_1(NbBundle.getMessage(ServerDetails.class, 
> "STR_51_SERVER_NAME", new Object[]{}), // NOI18N
> "deployer:gfv3ee6wc", // NOI18N
> 510,
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip&mirror_id=492";,
>  // NOI18N
> 
> "https://www.eclipse.org/downloads/download.php?file=/glassfish/glassfish-5.1.0.zip&mirror_id=492";
>  // NOI18N
> );
> {code}
> Add GF 5.1 to the top of the Server Details iterator (the "top half" should 
> be all supported GF versions, the bottom half is those that can be installed 
> via NB UI - OPTIONALLY remove GF 3.1.2.2 from the bottom half):
> {code:java}
> return new ServerWizardIterator(new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
> GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2,
> GLASSFISH_SERVER_3_1_2,
> GLASSFISH_SERVER_3_1_1,
> GLASSFISH_SERVER_3_1,
> GLASSFISH_SERVER_3_0_1,
> GLASSFISH_SERVER_3,},
> new ServerDetails[]{
> GLASSFISH_SERVER_5_1,
>   GLASSFISH_SERVER_5_0,
> GLASSFISH_SERVER_4_1_2,
> GLASSFISH_SERVER_4_1_1,
> GLASSFISH_SERVER_4_1,
> GLASSFISH_SERVER_4_0,
> GLASSFISH_SERVER_3_1_2_2});
> }
> {code}
> Add GF5.1 version to list of recognised installed GF versions (below GF 5.0):
> {code:java}
> case GF_5:   return GLASSFISH_SERVER_5_0.getVersion();
> case GF_5_1: return GLA

[jira] [Resolved] (NETBEANS-1780) Formatting issue in Switch Expression(JDK-12)

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1780.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Formatting issue in Switch Expression(JDK-12)
> -
>
> Key: NETBEANS-1780
> URL: https://issues.apache.org/jira/browse/NETBEANS-1780
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: NB-JDK12, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
>  
>  
> enum colors \{RED,BLUE};
> colors color = colors.RED;
> int i = switch(color)
> {
> case RED -> break 6;
> default -> break 7;
> };
> On Alt+Shft+F formatting should happen properly.
> Currently formatting is incorrect.
>  
>  
>  



--
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-2047) Highlight the fact that Maven/Java Application should be the first to use

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2047:
--
Labels: 11.0-vc3 pull-request-available  (was: 11.0-vc1 
pull-request-available)

> Highlight the fact that Maven/Java Application should be the first to use
> -
>
> Key: NETBEANS-2047
> URL: https://issues.apache.org/jira/browse/NETBEANS-2047
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
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] [Resolved] (NETBEANS-1774) Netigso tries to load classes from an OSGi fragment bundle instead of the host bundle

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-1774.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Netigso tries to load classes from an OSGi fragment bundle instead of the 
> host bundle
> -
>
> Key: NETBEANS-1774
> URL: https://issues.apache.org/jira/browse/NETBEANS-1774
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Netigso
>Affects Versions: 9.0
>Reporter: Iiro Nykänen
>Priority: Major
>  Labels: osgi, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> We are using a library with fragmented OSGi bundles in our NetBeans Platform 
> application. The bundles resolve fine, but during runtime the NetigsoLoader 
> instance that was created for the bundle tries to load classes from the 
> fragment, instead of the host. This is not desirable, and e.g. Felix throws 
> an exception (see link 1).
> The issue is in Netigso, in the createLoader method, which doesn't handle the 
> caught BundleException correctly (thrown when trying to start the fragment, 
> see link 2).
> I have fixed this for our application by simply looking up the fragments host 
> bundle and substituting the fragment with its host in the created 
> NetigsoLoader.
> [Apache Felix, class Felix, line 
> 2062|https://github.com/apache/felix/blob/f4892ed21e68dc4c48d8932bb8f311436cfe8399/framework/src/main/java/org/apache/felix/framework/Felix.java#L2062]
> [Apache NetBeans, class Netigso, line 
> 329|https://github.com/apache/incubator-netbeans/blob/4e2b939d7d7f395a245cae6e2a10239e2175eee7/platform/core.netigso/src/org/netbeans/core/netigso/Netigso.java#L329]
>  



--
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-2182) Display correct licence (Oracle / Eclipse Foundation) depending on version of GlassFish to download

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2182:
--
Labels: 11.0-vc3 api-change pull-request-available  (was: api-change 
pull-request-available)

> Display correct licence (Oracle / Eclipse Foundation) depending on version of 
> GlassFish to download
> ---
>
> Key: NETBEANS-2182
> URL: https://issues.apache.org/jira/browse/NETBEANS-2182
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: 11.0-vc3, api-change, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> A follow up to https://issues.apache.org/jira/browse/NETBEANS-2130
>  
> The link for "I have read and understand the license..." should change 
> dynamically between the Oracle license (GF <= 5.0) and EF license (GF >= 5.1)



--
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] [Resolved] (NETBEANS-2220) NullPointerException on empty space when documents pop-up has more than one column

2019-03-08 Thread Laszlo Kishalmi (JIRA)

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

Laszlo Kishalmi resolved NETBEANS-2220.
---
   Resolution: Fixed
Fix Version/s: 11.0

> NullPointerException on empty space when documents pop-up has more than one 
> column
> --
>
> Key: NETBEANS-2220
> URL: https://issues.apache.org/jira/browse/NETBEANS-2220
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Jan Lahoda
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When the document popup (triangle at the right top of editor) has more than 
> one column, and some cell is empty in the pop-up, placing the mouse cursor 
> over the empty cell leads to:
> ---
> java.lang.NullPointerException
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.isClosable(DocumentSwitcherTable.java:174)
>   
>   
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.onMouseEvent(DocumentSwitcherTable.java:88)
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.ButtonPopupSwitcher.mouseMoved(ButtonPopupSwitcher.java:196)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:338)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:337)
>   
>   
>     at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6677)  
>   
>   
>     at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   
>    
>     at java.desktop/java.awt.Component.processEvent(Component.java:6401)  
>   
>      
>     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.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
>   
>      
>     at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   
>   
>     at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>   
>   
>     at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>    

[jira] [Updated] (NETBEANS-2220) NullPointerException on empty space when documents pop-up has more than one column

2019-03-08 Thread Laszlo Kishalmi (JIRA)

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

Laszlo Kishalmi updated NETBEANS-2220:
--
Labels: 11.0-vc3 pull-request-available  (was: pull-request-available)

> NullPointerException on empty space when documents pop-up has more than one 
> column
> --
>
> Key: NETBEANS-2220
> URL: https://issues.apache.org/jira/browse/NETBEANS-2220
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Jan Lahoda
>Assignee: Jan Lahoda
>Priority: Minor
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When the document popup (triangle at the right top of editor) has more than 
> one column, and some cell is empty in the pop-up, placing the mouse cursor 
> over the empty cell leads to:
> ---
> java.lang.NullPointerException
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.isClosable(DocumentSwitcherTable.java:174)
>   
>   
>     at 
> org.netbeans.swing.tabcontrol.DocumentSwitcherTable.onMouseEvent(DocumentSwitcherTable.java:88)
>   
>      
>     at 
> org.netbeans.swing.tabcontrol.ButtonPopupSwitcher.mouseMoved(ButtonPopupSwitcher.java:196)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:338)
>   
>   
>     at 
> java.desktop/java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:337)
>   
>   
>     at 
> java.desktop/java.awt.Component.processMouseMotionEvent(Component.java:6677)  
>   
>   
>     at 
> java.desktop/javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3360)
>   
>    
>     at java.desktop/java.awt.Component.processEvent(Component.java:6401)  
>   
>      
>     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.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
>   
>      
>     at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4560)
>   
>   
>     at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>   
>   
>     at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>  

[incubator-netbeans] branch release110 updated (e0621c5 -> 23547ce)

2019-03-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from e0621c5  [NETBEANS-1675]Java Hint to fix error :different case kinds 
used in s… (#1126)
 new cffd711  [NETBEANS-2130] Add support to download/install/register 
GlassFish 5.1
 new df212cc  Merge pull request #1146 from apache/geertjanw-NETBEANS-2047
 new 47df788  [NETBEANS-2182] Display correct licence (Oracle / Eclipse 
Foundation) depending on version of GlassFish to download
 new d49cb33  [NETBEANS-2220] Preventing NPE when there is no item at the 
specified cell in the table.
 new 23547ce  [NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in 
master

The 2384 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 enterprise/glassfish.common/manifest.mf|  2 +-
 .../modules/glassfish/common/Bundle.properties |  1 +
 .../modules/glassfish/common/ServerDetails.java| 62 -
 .../wizards/AddServerLocationVisualPanel.form  | 78 +++--
 .../wizards/AddServerLocationVisualPanel.java  | 79 +++---
 .../glassfish/tooling/data/GlassFishVersion.java   | 13 +++-
 .../updatecenters/resources/Bundle.properties  |  2 +-
 nbbuild/default.xml|  1 +
 .../swing/tabcontrol/DocumentSwitcherTable.java|  2 +-
 9 files changed, 173 insertions(+), 67 deletions(-)


-
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-2212) Upgrade of Plugin portal to 11.0

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2212.
---
Resolution: Fixed

> Upgrade of Plugin portal to 11.0
> 
>
> Key: NETBEANS-2212
> URL: https://issues.apache.org/jira/browse/NETBEANS-2212
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently apache:master branch is pointing to NB-10 plugin portal, needs to 
> changes it to 11.0



--
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-2212) Upgrade of Plugin portal to 11.0

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2212:
--
Labels: 11.0-vc3 pull-request-available  (was: pull-request-available)

> Upgrade of Plugin portal to 11.0
> 
>
> Key: NETBEANS-2212
> URL: https://issues.apache.org/jira/browse/NETBEANS-2212
> Project: NetBeans
>  Issue Type: Task
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently apache:master branch is pointing to NB-10 plugin portal, needs to 
> changes it to 11.0



--
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] [Resolved] (NETBEANS-2009) Gradle Sub-Project Detection rely only on Heuristics

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2009.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Gradle Sub-Project Detection rely only on Heuristics
> 
>
> Key: NETBEANS-2009
> URL: https://issues.apache.org/jira/browse/NETBEANS-2009
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: pull-request-available
> Fix For: 11.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As of right now if a sub-project cannot be detected by heuristics it is 
> cannot be loaded in NetBeans even if the project can be fully loaded and the 
> sub-project information is available from Gradle.



--
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-2009) Gradle Sub-Project Detection rely only on Heuristics

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2009:
--
Labels: 11.0-vc3 pull-request-available  (was: pull-request-available)

> Gradle Sub-Project Detection rely only on Heuristics
> 
>
> Key: NETBEANS-2009
> URL: https://issues.apache.org/jira/browse/NETBEANS-2009
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As of right now if a sub-project cannot be detected by heuristics it is 
> cannot be loaded in NetBeans even if the project can be fully loaded and the 
> sub-project information is available from Gradle.



--
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-2223) ExplorerManager#setSelectedNodes(): Error in validation code for nodes not under root

2019-03-08 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2223:
-

 Summary: ExplorerManager#setSelectedNodes(): Error in validation 
code for nodes not under root
 Key: NETBEANS-2223
 URL: https://issues.apache.org/jira/browse/NETBEANS-2223
 Project: NetBeans
  Issue Type: Improvement
Affects Versions: 9.0, 8.2, 10.0
Reporter: Laszlo Kishalmi






--
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] [Resolved] (NETBEANS-2223) ExplorerManager#setSelectedNodes(): Error in validation code for nodes not under root

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2223.
---
   Resolution: Fixed
Fix Version/s: 11.0

> ExplorerManager#setSelectedNodes(): Error in validation code for nodes not 
> under root
> -
>
> Key: NETBEANS-2223
> URL: https://issues.apache.org/jira/browse/NETBEANS-2223
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>




--
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-2223) ExplorerManager#setSelectedNodes(): Error in validation code for nodes not under root

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2223:
--
Labels: 11.0-vc3 pull-request-available  (was: )

> ExplorerManager#setSelectedNodes(): Error in validation code for nodes not 
> under root
> -
>
> Key: NETBEANS-2223
> URL: https://issues.apache.org/jira/browse/NETBEANS-2223
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 8.2, 9.0, 10.0
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: 11.0-vc3, pull-request-available
>




--
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] [Resolved] (NETBEANS-2182) Display correct licence (Oracle / Eclipse Foundation) depending on version of GlassFish to download

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2182.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Display correct licence (Oracle / Eclipse Foundation) depending on version of 
> GlassFish to download
> ---
>
> Key: NETBEANS-2182
> URL: https://issues.apache.org/jira/browse/NETBEANS-2182
> Project: NetBeans
>  Issue Type: Improvement
>  Components: serverplugins - GlassFish
>Affects Versions: 11.0
>Reporter: Pete Whelpton
>Priority: Minor
>  Labels: api-change, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> A follow up to https://issues.apache.org/jira/browse/NETBEANS-2130
>  
> The link for "I have read and understand the license..." should change 
> dynamically between the Oracle license (GF <= 5.0) and EF license (GF >= 5.1)



--
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] [Resolved] (NETBEANS-2201) Unable to open GlassFish server output window

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2201.
---
Resolution: Fixed

> Unable to open GlassFish server output window 
> --
>
> Key: NETBEANS-2201
> URL: https://issues.apache.org/jira/browse/NETBEANS-2201
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: Glassfish, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running NetBeans on JDK 11, GlassFish server output window can't be 
> opened and throwing below exception :
> java.util.MissingResourceException: Can't find bundle for base name 
> sun.util.logging.resources.logging



--
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-2201) Unable to open GlassFish server output window

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2201:
--
Labels: 11.0-vc3 Glassfish pull-request-available  (was: Glassfish 
pull-request-available)

> Unable to open GlassFish server output window 
> --
>
> Key: NETBEANS-2201
> URL: https://issues.apache.org/jira/browse/NETBEANS-2201
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Reporter: Gaurav Gupta
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: 11.0-vc3, Glassfish, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When running NetBeans on JDK 11, GlassFish server output window can't be 
> opened and throwing below exception :
> java.util.MissingResourceException: Can't find bundle for base name 
> sun.util.logging.resources.logging



--
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] [Resolved] (NETBEANS-2179) Gradle project is not able to see modules with the same name in different submodules

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2179.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Gradle project is not able to see modules with the same name in different 
> submodules
> 
>
> Key: NETBEANS-2179
> URL: https://issues.apache.org/jira/browse/NETBEANS-2179
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Tomas Huryn
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.0
>
> Attachments: testProject.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I'm not able to see two  modules with same name in different submodules nor 
> the open both. I'm able to open just one of them. I can put test project to 
> see the problem, but Jira says:
> Test project attached. Try to open "car" modules.
>  



--
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-2179) Gradle project is not able to see modules with the same name in different submodules

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2179:
--
Labels: 11.0-vc3 pull-request-available  (was: pull-request-available)

> Gradle project is not able to see modules with the same name in different 
> submodules
> 
>
> Key: NETBEANS-2179
> URL: https://issues.apache.org/jira/browse/NETBEANS-2179
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Tomas Huryn
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
> Attachments: testProject.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> I'm not able to see two  modules with same name in different submodules nor 
> the open both. I'm able to open just one of them. I can put test project to 
> see the problem, but Jira says:
> Test project attached. Try to open "car" modules.
>  



--
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-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2126:
--
Labels: 11.0-vc3 pull-request-available  (was: pull-request-available)

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: 11.0-vc3, pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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-2219) Netbeans IDE doesn't start

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2219:
--
Priority: Minor  (was: Blocker)

> Netbeans IDE doesn't start
> --
>
> Key: NETBEANS-2219
> URL: https://issues.apache.org/jira/browse/NETBEANS-2219
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: Product Version = Apache NetBeans IDE 10.0 
> (Build incubator-netbeans-release-380-on-20181217)
> Operating System= Windows 10 version 10.0 running on amd64
> Java; VM; Vendor= 11.0.2; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.2+9-LTS; Oracle Corporation
> Runtime = Java(TM) SE Runtime Environment 11.0.2+9-LTS
> Java Home   = C:\Program Files\Java\jdk-11.0.2
> System Locale; Encoding = en_GB (nb); Cp1252
>Reporter: Pedro Roseiro
>Priority: Minor
>  Labels: starter
> Attachments: output.log
>
>
> Netbeans doesn't start and show multiple Io.Exception errors in the console. 
>  



--
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-2224) Add support for Broken Symlinks

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2224:
--
Affects Version/s: 11.0
   10.0
   8.2
   9.0

> Add support for Broken Symlinks
> ---
>
> Key: NETBEANS-2224
> URL: https://issues.apache.org/jira/browse/NETBEANS-2224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Laszlo Kishalmi
>Priority: Critical
>
> NetBeans behave very inconsistent/strange when it encounters a broken symlink 
> which can potentially lead to performance issues.
> This issue has been created as a heritage of NETBEANS-168



--
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-2219) Netbeans IDE doesn't start

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2219:
---

I have to demote this to minor as it seems to be an environment issue, not a 
general one make NetBeans not startable. Especially since it is for version 
10.0 not the new 11.0-vc1 or vc2. So after all this shall not block the 
NetBeans 11.0 release.

> Netbeans IDE doesn't start
> --
>
> Key: NETBEANS-2219
> URL: https://issues.apache.org/jira/browse/NETBEANS-2219
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 10.0
> Environment: Product Version = Apache NetBeans IDE 10.0 
> (Build incubator-netbeans-release-380-on-20181217)
> Operating System= Windows 10 version 10.0 running on amd64
> Java; VM; Vendor= 11.0.2; Java HotSpot(TM) 64-Bit Server VM 
> 11.0.2+9-LTS; Oracle Corporation
> Runtime = Java(TM) SE Runtime Environment 11.0.2+9-LTS
> Java Home   = C:\Program Files\Java\jdk-11.0.2
> System Locale; Encoding = en_GB (nb); Cp1252
>Reporter: Pedro Roseiro
>Priority: Minor
>  Labels: starter
> Attachments: output.log
>
>
> Netbeans doesn't start and show multiple Io.Exception errors in the console. 
>  



--
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-168) Background scanning process needs a rethink

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-168:
-
Labels: ca_survey  (was: ca_survey pull-request-available)

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-2224) Add support for Broken Symlinks

2019-03-08 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2224:
-

 Summary: Add support for Broken Symlinks
 Key: NETBEANS-2224
 URL: https://issues.apache.org/jira/browse/NETBEANS-2224
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Filesystems
Reporter: Laszlo Kishalmi


NetBeans behave very inconsistent/strange when it encounters a broken symlink 
which can potentially lead to performance issues.

This issue has been created as a heritage of NETBEANS-168



--
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] [Resolved] (NETBEANS-2126) Ant Web Application project - missing reference javaee-endorsed-api-7.0

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2126.
---
   Resolution: Fixed
Fix Version/s: 11.0

> Ant Web Application project - missing reference javaee-endorsed-api-7.0
> ---
>
> Key: NETBEANS-2126
> URL: https://issues.apache.org/jira/browse/NETBEANS-2126
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-384-on-20190213)
> Java: 12; OpenJDK 64-Bit Server VM 12+32
> Runtime: OpenJDK Runtime Environment 12+32
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Matthias Bläsing
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 11.0
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When you create ant web project with Java EE 7 profile it complains about 
> missing reference.
> javaee-endorsed-api-7.0



--
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] [Resolved] (NETBEANS-168) Background scanning process needs a rethink

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-168.
--
Resolution: Invalid

Resolving this one with invalid, as this issue became the Mos Aisley of 
NetBeans Performance bugs. Please open more specific ones with heapdumps and 
clear reproduction instruction attached.
I've linked a few issues which were identified here.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



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



[incubator-netbeans] branch release110 updated (23547ce -> 9a83e30)

2019-03-08 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch release110
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 23547ce  [NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in 
master
 new 3e4a9b9  [NETBEANS-2009] Improve Gradle sub-project Detection (#1150)
 new 55f7628  Fix ExplorerManager#setSelectedNodes()
 new 1ff9ae1  Merge pull request #1152 from jGauravGupta/GLASSFISH_JDK11
 new e5e6b22  [NETBEANS-2179] Fixed sub-project serialization and display 
name improvements.
 new f495978  [NETBEANS-2126] Use correct grammar for 
javaee-endorsed-api-7.0.xml
 new 9a83e30  Removing the version suffix (if present) to allow using dev 
versions of the command line SVN client.

The 2390 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/glassfish/common/LogViewMgr.java   |  6 +--
 .../glassfish/common/resources/logging.properties  | 12 -
 .../javaee7/api/javaee-endorsed-api-7.0.xml|  3 +-
 .../gradle/tooling/NbProjectInfoBuilder.groovy |  5 +-
 .../modules/gradle/GradleProjectCache.java | 28 --
 .../modules/gradle/NbGradleProjectFactory.java | 11 +++-
 .../modules/gradle/NbGradleProjectImpl.java|  2 +-
 .../modules/gradle/api/GradleBaseProject.java  | 60 --
 .../gradle/api/GradleBaseProjectBuilder.java   |  3 +-
 .../modules/gradle/api/GradleProjects.java | 14 ++---
 .../gradle/execute/GradleDaemonExecutor.java   |  2 +-
 .../modules/gradle/nodes/SubProjectsNode.java  |  4 +-
 .../org/netbeans/modules/gradle/queries/Info.java  |  8 +--
 .../netbeans/modules/gradle/spi/GradleFiles.java   | 12 +++--
 .../client/cli/commands/VersionCommand.java|  2 +-
 .../src/org/openide/explorer/ExplorerManager.java  |  2 +-
 16 files changed, 121 insertions(+), 53 deletions(-)
 copy 
apisupport/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/project.properties
 => 
enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/resources/logging.properties
 (85%)


-
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-2224) Add support for Broken Symlinks

2019-03-08 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2224:
---

Shall review the patch applied on NETBEANS-1845 when this is implemented.

> Add support for Broken Symlinks
> ---
>
> Key: NETBEANS-2224
> URL: https://issues.apache.org/jira/browse/NETBEANS-2224
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Affects Versions: 8.2, 9.0, 10.0, 11.0
>Reporter: Laszlo Kishalmi
>Priority: Critical
>
> NetBeans behave very inconsistent/strange when it encounters a broken symlink 
> which can potentially lead to performance issues.
> This issue has been created as a heritage of NETBEANS-168



--
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-168) Background scanning process needs a rethink

2019-03-08 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-168:
--

Were any of the items I mentioned previously related?

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Blocker
>  Labels: ca_survey
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>  Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



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