[jira] [Assigned] (NETBEANS-1962) Java 11: Opening Java source files from the JDK takes minutes

2020-03-19 Thread Arunava Sinha (Jira)


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

Arunava Sinha reassigned NETBEANS-1962:
---

Assignee: (was: Arunava Sinha)

> Java 11: Opening Java source files from the JDK takes minutes
> -
>
> Key: NETBEANS-1962
> URL: https://issues.apache.org/jira/browse/NETBEANS-1962
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Platform, java - Source
>Affects Versions: 11.0
> Environment: Debian GNU/Linux 9, OpenJDK 11.0.1
>Reporter: Michael Groß
>Priority: Critical
> Attachments: 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_fast.png, 
> 2019-01-19_Netbeans10_Java11_JavaPlatformManager_Sources_verySLOW.png, 
> 2019-01-20_Netbeans10_Java8_JavaPlatformManager_Sources.png
>
>
> For Java 8 it is enough to provide the path to the 
> /usr/lib/jvm/openjdk-8/src.zip with the source files of the JDK with the Java 
> Platform Manager/Sources. The I can click on a class like java.lang.String 
> the source file for it is opened almost immediately.
> For Java 11 providing the /usr/lib/jvm/openjdk-11/src.zip does not bring the 
> source. There is no error message in the IDE log (View > IDE Log).
> Unpacking the src.zip and then including each folder herein, from java.base 
> to java.xml.crypto works - but it took minutes on my machine at high CPU load 
> (Intel(R) Pentium(R) CPU B940 @ 2.00GHz, SSD drive).
> Then I merged all sub-directories from the direcories java.base to 
> java.xml.crypto together. The resulting structure is
> com/
> java/
> javax/
> jdk/
> org/
> sun/
> (such as the structure before Java 9). Now I can open the Java sources for 
> Java 11 as fast as before.
>  # Could you please adapt the program such that I can provide a src.zip for 
> the JDK and it opens the sources from where?
>  # Could you please write an error in the IDE log when the source file was 
> not found (including the absolute path of that file)?



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

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

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



[jira] [Resolved] (NETBEANS-3955) Identified redundant code in nb-javac

2020-03-19 Thread Arunava Sinha (Jira)


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

Arunava Sinha resolved NETBEANS-3955.
-
Resolution: Fixed

> Identified redundant code in nb-javac
> -
>
> Key: NETBEANS-3955
> URL: https://issues.apache.org/jira/browse/NETBEANS-3955
> Project: NetBeans
>  Issue Type: Bug
>  Components: third-party - Other
>Reporter: SARILLA MOHANARAO
>Assignee: Arunava Sinha
>Priority: Major
> Fix For: Next
>
>
> Below are the redundant code present in nb-javac, which are not getting 
> called by any other java classes in nb-javac and netbeans code:
> *src/jdk.compiler/share/classes/com/sun/tools/hc/LambdaMetafactory.java class*
> *src/jdk.compiler/share/classes/com/sun/source/util/JavacTask.java :*
>               identified *instance()* method in *JavacTask.java* class which 
> is not called by any other class.
>  



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

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

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



[jira] [Commented] (NETBEANS-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3957:
---

I can now confirm that the problem is caused by PR 
[https://github.com/apache/netbeans/pull/1990]

When I checkout the commit before PR 1990 was merged (and compile the "UI 
Utilities API" project) it works fine.

When I checkout the commit where PR 1990 was merged it shows HTML text.

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



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

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

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



[jira] [Commented] (NETBEANSINFRA-183) nbm-maven-plugin false reports NetBeans dependency verification

2020-03-19 Thread Jira


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17062834#comment-17062834
 ] 

Patrik Karlström commented on NETBEANSINFRA-183:


Sure, tried to do one right now but that works just fine.

Will tweak it a bit to make it resemble my case, and fail.

> nbm-maven-plugin false reports NetBeans dependency verification
> ---
>
> Key: NETBEANSINFRA-183
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-183
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans NBM maven plugin
>Affects Versions: NBM Maven Plugin 4.5
>Reporter: Patrik Karlström
>Priority: Major
>
> This is a long over due report since my first ping on the ML
> [http://mail-archives.apache.org/mod_mbox/netbeans-dev/201906.mbox/%3CCAArD4mAMKOXQtxCwcMdB2tVEXCNirEfKT4%2Bc%3D0-rUm6YDg8EHg%40mail.gmail.com%3E]
> I got too comfortable with false and forgot 
> about it.
> Today I started to do some spring cleaning and stumbled upon it again.
> It fails when I have calls like
>  * {{ Actions.forID("View", 
> "org.netbeans.core.actions.LogAction").actionPerformed(null);}}
>  * {{Actions.forID("Window", 
> "org.netbeans.modules.options.OptionsWindowAction").actionPerformed(null);}}{{
>  }}
> {{but not}}
>  * {{Actions.forID("Window", 
> "org.netbeans.core.io.ui.IOWindowAction").actionPerformed(null);}}
> BUILD
>  
> FAILURETotal
>  time: 6.424 sFinished at: 2020-03-19T17:42:13+01:00Final Memory: 
> 30M/128MFailed
>  to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] -> [Help 
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566) at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) 
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused
>  by: org.apache.maven.plugin.MojoFailureException: Uncategorized problems 
> with NetBeans dependency verification (maybe MNBMODULE-102 or wrong maven 
> dependency metadata). Supposedly external classes are used in the project's 
> binaries but the classes are not 

[jira] [Commented] (NETBEANS-4037) Debugger slow - taken profiler snapshots

2020-03-19 Thread Martin Entlicher (Jira)


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

Martin Entlicher commented on NETBEANS-4037:


One thing that could help in debugger could be to prevent from running 
{{org.netbeans.modules.debugger.jpda.ui.models.DebuggingNodeModel$2.run ()}} 
(at {{DebuggingNodeModel.loadFrameDescription()}}) multiple times in parallel. 
Parallel runs are more efficient when everything is cached, but when it's not, 
it seems to cause extra work that is being done repeatedly.

> Debugger slow - taken profiler snapshots
> 
>
> Key: NETBEANS-4037
> URL: https://issues.apache.org/jira/browse/NETBEANS-4037
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 11.1, 11.2, 11.3
>Reporter: matteodg
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: performance
> Fix For: 12.0
>
> Attachments: 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate.npss, 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when the debugger reaches the first breakpoint it got stuck: the 
> tabs Debugging, Variables, Breakpoints, etc. are all with a "Please wait..." 
> node and with the NetBeans sampler I took a few snapshots highlighting it is 
> spending a lot of time on calls like:
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL()}}
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate()}}
> which at the end boil down to a lot of calls like:
>  * java.util.concurrent.CopyOnWriteArrayList.remove()
>  * java.io.File.isFile()
> Attached the snapshots.
> Then if I press Continue the debugger remain stuck: now Pause and Continue 
> buttons in the toolbar are disabled...
> I kept close and restarting NetBeans but no luck... I remember got this 
> behavior even with NB 8.2, sometimes though it goes through and I'm able to 
> debug, but very rarely!
>  



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

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

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



[jira] [Assigned] (NETBEANS-4037) Debugger slow - taken profiler snapshots

2020-03-19 Thread Martin Entlicher (Jira)


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

Martin Entlicher reassigned NETBEANS-4037:
--

Assignee: Jan Lahoda  (was: Martin Entlicher)

> Debugger slow - taken profiler snapshots
> 
>
> Key: NETBEANS-4037
> URL: https://issues.apache.org/jira/browse/NETBEANS-4037
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 11.1, 11.2, 11.3
>Reporter: matteodg
>Assignee: Jan Lahoda
>Priority: Major
>  Labels: performance
> Fix For: 12.0
>
> Attachments: 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate.npss, 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when the debugger reaches the first breakpoint it got stuck: the 
> tabs Debugging, Variables, Breakpoints, etc. are all with a "Please wait..." 
> node and with the NetBeans sampler I took a few snapshots highlighting it is 
> spending a lot of time on calls like:
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL()}}
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate()}}
> which at the end boil down to a lot of calls like:
>  * java.util.concurrent.CopyOnWriteArrayList.remove()
>  * java.io.File.isFile()
> Attached the snapshots.
> Then if I press Continue the debugger remain stuck: now Pause and Continue 
> buttons in the toolbar are disabled...
> I kept close and restarting NetBeans but no luck... I remember got this 
> behavior even with NB 8.2, sometimes though it goes through and I'm able to 
> debug, but very rarely!
>  



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

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

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



[jira] [Commented] (NETBEANS-4037) Debugger slow - taken profiler snapshots

2020-03-19 Thread Martin Entlicher (Jira)


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

Martin Entlicher commented on NETBEANS-4037:


I don't think this is a debugger issue. It spends all the time at 
{{org.netbeans.api.java.classpath.GlobalPathRegistry.findResource()}}

> Debugger slow - taken profiler snapshots
> 
>
> Key: NETBEANS-4037
> URL: https://issues.apache.org/jira/browse/NETBEANS-4037
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 8.2, 11.1, 11.2, 11.3
>Reporter: matteodg
>Assignee: Martin Entlicher
>Priority: Major
>  Labels: performance
> Fix For: 12.0
>
> Attachments: 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate.npss, 
> org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL.npss
>
>
> We have a pretty big NetBeans Platform Application (~180 modules and 5 
> suites) and when the debugger reaches the first breakpoint it got stuck: the 
> tabs Debugging, Variables, Breakpoints, etc. are all with a "Please wait..." 
> node and with the NetBeans sampler I took a few snapshots highlighting it is 
> spending a lot of time on calls like:
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.getURL()}}
>  * {{org.netbeans.modules.debugger.jpda.ui.SourcePath.annotate()}}
> which at the end boil down to a lot of calls like:
>  * java.util.concurrent.CopyOnWriteArrayList.remove()
>  * java.io.File.isFile()
> Attached the snapshots.
> Then if I press Continue the debugger remain stuck: now Pause and Continue 
> buttons in the toolbar are disabled...
> I kept close and restarting NetBeans but no luck... I remember got this 
> behavior even with NB 8.2, sometimes though it goes through and I'm able to 
> debug, but very rarely!
>  



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

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

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



[jira] [Commented] (NETBEANSINFRA-183) nbm-maven-plugin false reports NetBeans dependency verification

2020-03-19 Thread Eric Barboni (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANSINFRA-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17062788#comment-17062788
 ] 

Eric Barboni commented on NETBEANSINFRA-183:


Would be good to a a minimal reproductible case.

> nbm-maven-plugin false reports NetBeans dependency verification
> ---
>
> Key: NETBEANSINFRA-183
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-183
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans NBM maven plugin
>Affects Versions: NBM Maven Plugin 4.5
>Reporter: Patrik Karlström
>Priority: Major
>
> This is a long over due report since my first ping on the ML
> [http://mail-archives.apache.org/mod_mbox/netbeans-dev/201906.mbox/%3CCAArD4mAMKOXQtxCwcMdB2tVEXCNirEfKT4%2Bc%3D0-rUm6YDg8EHg%40mail.gmail.com%3E]
> I got too comfortable with false and forgot 
> about it.
> Today I started to do some spring cleaning and stumbled upon it again.
> It fails when I have calls like
>  * {{ Actions.forID("View", 
> "org.netbeans.core.actions.LogAction").actionPerformed(null);}}
>  * {{Actions.forID("Window", 
> "org.netbeans.modules.options.OptionsWindowAction").actionPerformed(null);}}{{
>  }}
> {{but not}}
>  * {{Actions.forID("Window", 
> "org.netbeans.core.io.ui.IOWindowAction").actionPerformed(null);}}
> BUILD
>  
> FAILURETotal
>  time: 6.424 sFinished at: 2020-03-19T17:42:13+01:00Final Memory: 
> 30M/128MFailed
>  to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] -> [Help 
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566) at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) 
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused
>  by: org.apache.maven.plugin.MojoFailureException: Uncategorized problems 
> with NetBeans dependency verification (maybe MNBMODULE-102 or wrong maven 
> dependency metadata). Supposedly external classes are used in the project's 
> binaries but the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 

[jira] [Updated] (NETBEANSINFRA-183) nbm-maven-plugin false reports NetBeans dependency verification

2020-03-19 Thread Eric Barboni (Jira)


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

Eric Barboni updated NETBEANSINFRA-183:
---
Affects Version/s: NBM Maven Plugin 4.5

> nbm-maven-plugin false reports NetBeans dependency verification
> ---
>
> Key: NETBEANSINFRA-183
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-183
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans NBM maven plugin
>Affects Versions: NBM Maven Plugin 4.5
>Reporter: Patrik Karlström
>Priority: Major
>
> This is a long over due report since my first ping on the ML
> [http://mail-archives.apache.org/mod_mbox/netbeans-dev/201906.mbox/%3CCAArD4mAMKOXQtxCwcMdB2tVEXCNirEfKT4%2Bc%3D0-rUm6YDg8EHg%40mail.gmail.com%3E]
> I got too comfortable with false and forgot 
> about it.
> Today I started to do some spring cleaning and stumbled upon it again.
> It fails when I have calls like
>  * {{ Actions.forID("View", 
> "org.netbeans.core.actions.LogAction").actionPerformed(null);}}
>  * {{Actions.forID("Window", 
> "org.netbeans.modules.options.OptionsWindowAction").actionPerformed(null);}}{{
>  }}
> {{but not}}
>  * {{Actions.forID("Window", 
> "org.netbeans.core.io.ui.IOWindowAction").actionPerformed(null);}}
> BUILD
>  
> FAILURETotal
>  time: 6.424 sFinished at: 2020-03-19T17:42:13+01:00Final Memory: 
> 30M/128MFailed
>  to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] -> [Help 
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566) at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) 
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused
>  by: org.apache.maven.plugin.MojoFailureException: Uncategorized problems 
> with NetBeans dependency verification (maybe MNBMODULE-102 or wrong maven 
> dependency metadata). Supposedly external classes are used in the project's 
> binaries but the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 
> 

[jira] [Moved] (NETBEANSINFRA-183) nbm-maven-plugin false reports NetBeans dependency verification

2020-03-19 Thread Eric Barboni (Jira)


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

Eric Barboni moved NETBEANS-4041 to NETBEANSINFRA-183:
--

Component/s: (was: projects - Maven)
 MU - Apache NetBeans NBM maven plugin
Key: NETBEANSINFRA-183  (was: NETBEANS-4041)
   Workflow: Default workflow, editable Closed status  (was: jira)
Project: Apache NetBeans Infra  (was: NetBeans)

> nbm-maven-plugin false reports NetBeans dependency verification
> ---
>
> Key: NETBEANSINFRA-183
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-183
> Project: Apache NetBeans Infra
>  Issue Type: Bug
>  Components: MU - Apache NetBeans NBM maven plugin
>Reporter: Patrik Karlström
>Priority: Major
>
> This is a long over due report since my first ping on the ML
> [http://mail-archives.apache.org/mod_mbox/netbeans-dev/201906.mbox/%3CCAArD4mAMKOXQtxCwcMdB2tVEXCNirEfKT4%2Bc%3D0-rUm6YDg8EHg%40mail.gmail.com%3E]
> I got too comfortable with false and forgot 
> about it.
> Today I started to do some spring cleaning and stumbled upon it again.
> It fails when I have calls like
>  * {{ Actions.forID("View", 
> "org.netbeans.core.actions.LogAction").actionPerformed(null);}}
>  * {{Actions.forID("Window", 
> "org.netbeans.modules.options.OptionsWindowAction").actionPerformed(null);}}{{
>  }}
> {{but not}}
>  * {{Actions.forID("Window", 
> "org.netbeans.core.io.ui.IOWindowAction").actionPerformed(null);}}
> BUILD
>  
> FAILURETotal
>  time: 6.424 sFinished at: 2020-03-19T17:42:13+01:00Final Memory: 
> 30M/128MFailed
>  to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] -> [Help 
> 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
> (default-manifest) on project core-nb: Uncategorized problems with NetBeans 
> dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
> metadata). Supposedly external classes are used in the project's binaries but 
> the classes are not found on classpath. Class usages: 
> [org.netbeans.core.actions.LogAction] at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>  at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>  at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>  at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
> org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>  at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  at java.base/java.lang.reflect.Method.invoke(Method.java:566) at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) 
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>  at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused
>  by: org.apache.maven.plugin.MojoFailureException: Uncategorized problems 
> with NetBeans dependency verification (maybe MNBMODULE-102 or wrong maven 
> 

[jira] [Created] (NETBEANS-4041) nbm-maven-plugin false reports NetBeans dependency verification

2020-03-19 Thread Jira
Patrik Karlström created NETBEANS-4041:
--

 Summary: nbm-maven-plugin false reports NetBeans dependency 
verification
 Key: NETBEANS-4041
 URL: https://issues.apache.org/jira/browse/NETBEANS-4041
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Reporter: Patrik Karlström


This is a long over due report since my first ping on the ML

[http://mail-archives.apache.org/mod_mbox/netbeans-dev/201906.mbox/%3CCAArD4mAMKOXQtxCwcMdB2tVEXCNirEfKT4%2Bc%3D0-rUm6YDg8EHg%40mail.gmail.com%3E]

I got too comfortable with false and forgot 
about it.

Today I started to do some spring cleaning and stumbled upon it again.

It fails when I have calls like
 * {{ Actions.forID("View", 
"org.netbeans.core.actions.LogAction").actionPerformed(null);}}
 * {{Actions.forID("Window", 
"org.netbeans.modules.options.OptionsWindowAction").actionPerformed(null);}}{{ 
}}

{{but not}}
 * {{Actions.forID("Window", 
"org.netbeans.core.io.ui.IOWindowAction").actionPerformed(null);}}

BUILD
 
FAILURETotal
 time: 6.424 sFinished at: 2020-03-19T17:42:13+01:00Final Memory: 
30M/128MFailed
 to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
(default-manifest) on project core-nb: Uncategorized problems with NetBeans 
dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
metadata). Supposedly external classes are used in the project's binaries but 
the classes are not found on classpath. Class usages: 
[org.netbeans.core.actions.LogAction] -> [Help 
1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.netbeans.utilities:nbm-maven-plugin:4.5:manifest 
(default-manifest) on project core-nb: Uncategorized problems with NetBeans 
dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
metadata). Supposedly external classes are used in the project's binaries but 
the classes are not found on classpath. Class usages: 
[org.netbeans.core.actions.LogAction] at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) 
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) 
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) 
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
 at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
 at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
 at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at 
org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at 
org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at 
org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566) at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) 
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
 at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)Caused 
by: org.apache.maven.plugin.MojoFailureException: Uncategorized problems with 
NetBeans dependency verification (maybe MNBMODULE-102 or wrong maven dependency 
metadata). Supposedly external classes are used in the project's binaries but 
the classes are not found on classpath. Class usages: 
[org.netbeans.core.actions.LogAction] at 
org.apache.netbeans.nbm.NetBeansManifestUpdateMojo.checkModuleClassPath(NetBeansManifestUpdateMojo.java:755)
 at 
org.apache.netbeans.nbm.NetBeansManifestUpdateMojo.execute(NetBeansManifestUpdateMojo.java:550)
 at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) 
... 20 more

 



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


[jira] [Commented] (NETBEANS-2986) Relative URL not saved in Project Properties

2020-03-19 Thread Jan Walkotte (Jira)


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

Jan Walkotte commented on NETBEANS-2986:


The bug is still reproducable in Netbeans 11.3 (i think on any operating system)
 * Start a fresh installed Netbeans 11.3
 * Add a server in "Services" view (server type does not matter at all, Tomcat, 
Glassfish, Payara, or Wildfly will do)
 * Open an arbitary Maven war project
 * Open Project Properties dialog
 ** navigate to "Run" category
 ** choose "Server" just added
 ** fill in "Relative URL"
 ** click "OK" button

The relative URL will not be stored.

This is because of {{CustomizerRunWeb.isRunCompatible=false}}, see 
{{./enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/customizer/impl/CustomizerRunWeb.java}}
 line 250

This is because of the 0th element of 
{{ActionToGoalUtils#actionProviders(Project)}} result is of type 
{{MicroActionsProvider}}, see 
{{./java/maven/src/org/netbeans/modules/maven/execute/ActionToGoalUtils.java}} 
line 99

MicroActionsProvider does not define property 
{{MavenJavaEEConstants.ACTION_PROPERTY_DEPLOY="netbeans.deploy"}} for any of 
its actions, see
{{./enterprise/payara.micro/src/org/netbeans/modules/fish/payara/micro/project/MicroActionsProvider.java}}
which reads action mappings from
{{./enterprise/payara.micro/src/org/netbeans/modules/fish/payara/micro/project/resources/action-mapping.xml}}

Same holds for {{CustomizerRunWeb.isDebugCompatible}} and 
{{CustomizerRunWeb.isProfileCompatible}}

I'm not sure how to solve the issue. Maybe MicroActionsProvider actions should 
define property "netbeans.deploy"="true", or 
ActionToGoalUtils#actionProviders(Project) should filter out 
MicroActionsProvider types.

> Relative URL not saved in Project Properties
> 
>
> Key: NETBEANS-2986
> URL: https://issues.apache.org/jira/browse/NETBEANS-2986
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Maven
>Affects Versions: 11.1
> Environment:   Netbeans 11.1
>   Operating System: Debian GNU/Linux 9 (stretch)
>   Kernel: Linux 4.9.0-9-amd64
>   Architecture: x86-64
>Reporter: Dave Hutira
>Priority: Major
> Attachments: Screenshot at 2019-08-14 19-53-53.png, dukesAge.zip
>
>
> Right click on a project in the Projects list, and select Properties. From 
> the Categories list, select Run and enter a Relative URL. Select OK; go back, 
> and the Relative URL is blank.
> A similar or identical issue appears in the 'old' Netbeans Bugzilla system as 
> Bug 146672 and 178650.



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

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

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



[jira] [Created] (NETBEANS-4040) Text editor - pressing enter doesn't work

2020-03-19 Thread Artur (Jira)
Artur created NETBEANS-4040:
---

 Summary: Text editor - pressing enter doesn't work
 Key: NETBEANS-4040
 URL: https://issues.apache.org/jira/browse/NETBEANS-4040
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Other
Affects Versions: 11.2
 Environment: Windows 10
Reporter: Artur


In editor while pressing enter sometimes there is no reaction. Cursor doesn't 
go to new line. Any other text can be written. When it happens enter doesn't 
want to work again in the edited file.  The file can be deleted, downloaded for 
editing but it doesn't help. Recreating netbeans project  doesn't help too. All 
other files are not affected and one can work on them normally.

I don't know where to put logs so I put it here.

---
>Log Session: Thursday, March 19, 2020 at 11:27:37 AM Central European Standard 
>Time
>System Info: 
 Product Version = Apache NetBeans IDE 11.2
 Operating System = Windows 10 version 10.0 running on amd64
 Java; VM; Vendor = 13.0.1; Java HotSpot(TM) 64-Bit Server VM 13.0.1+9; Oracle 
Corporation
 Runtime = Java(TM) SE Runtime Environment 13.0.1+9
 Java Home = C:\Program Files\Java\jdk-13.0.1
 System Locale; Encoding = pl_PL (nb); Cp1250
 Home Directory = C:\Users\Artur
 Current Directory = C:\Program Files\NetBeans-11.2
 User Directory = C:\Users\Artur\AppData\Roaming\NetBeans\11.2
 Cache Directory = C:\Users\Artur\AppData\Local\NetBeans\Cache\11.2
 Installation = C:\Program Files\NetBeans-11.2\netbeans\nb
 C:\Program Files\NetBeans-11.2\netbeans\ergonomics
 C:\Program Files\NetBeans-11.2\netbeans\ide
 C:\Program Files\NetBeans-11.2\netbeans\extide
 C:\Program Files\NetBeans-11.2\netbeans\java
 C:\Program Files\NetBeans-11.2\netbeans\apisupport
 C:\Program Files\NetBeans-11.2\netbeans\webcommon
 C:\Program Files\NetBeans-11.2\netbeans\websvccommon
 C:\Program Files\NetBeans-11.2\netbeans\enterprise
 C:\Program Files\NetBeans-11.2\netbeans\profiler
 C:\Program Files\NetBeans-11.2\netbeans\php
 C:\Program Files\NetBeans-11.2\netbeans\harness
 C:\Program Files\NetBeans-11.2\netbeans\groovy
 C:\Program Files\NetBeans-11.2\netbeans\javafx
 C:\Program Files\NetBeans-11.2\netbeans\platform
 Boot & Ext. Classpath = 
 Application Classpath = C:\Program 
Files\NetBeans-11.2\netbeans\platform\lib\boot.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
 Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\lib\org-openide-util.jar
 Startup Classpath = C:\Program 
Files\NetBeans-11.2\netbeans\platform\core\asm-all-5.0.1.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\core\core-base.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\core\core.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program 
Files\NetBeans-11.2\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
 
Files\NetBeans-11.2\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
 Files\NetBeans-11.2\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
Files\NetBeans-11.2\netbeans\nb\core\locale\core_nb.jar
---
INFO [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
Files/NetBeans-11.2/netbeans/
WARNING [org.netbeans.core.modules]: the modules 
[org.netbeans.modules.xml.text] use 
org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
WARNING [org.netbeans.core.modules]: the modules [org.netbeans.modules.ide.kit, 
org.netbeans.modules.xml.text] use org.netbeans.modules.editor.structure which 
is deprecated.
WARNING [org.openide.filesystems.Ordering]: Found same position 127 for both 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-PackageLockJsonDataObject-Registration.xml
 and 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-NpmDebugLogDataObject-Registration.xml
WARNING [org.openide.filesystems.Ordering]: Found same position 127 for both 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-PackageLockJsonDataObject-Registration.xml
 and 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-PackageJsonDataObject-Registration.xml
WARNING [org.openide.filesystems.Ordering]: Found same position 127 for both 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-NpmDebugLogDataObject-Registration.xml
 and 
Services/MIMEResolver/org-netbeans-modules-javascript-nodejs-file-PackageJsonDataObject-Registration.xml
WARNING [null]: Last record repeated again.
WARNING [org.openide.filesystems.Ordering]: Found same position 127 for both 

[jira] [Updated] (NETBEANS-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread ASF GitHub Bot (Jira)


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

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

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



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

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

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



[jira] [Assigned] (NETBEANS-3957) "opened documents list" show HTML code instead of rich text

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3957:
-

Assignee: Karl Tauber

> "opened documents list" show HTML code instead of rich text
> ---
>
> Key: NETBEANS-3957
> URL: https://issues.apache.org/jira/browse/NETBEANS-3957
> Project: NetBeans
>  Issue Type: Bug
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> Java: 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> Runtime: OpenJDK Runtime Environment 15-ea+12-431
> System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> User directory: /Users/rami/Library/Application Support/NetBeans/dev
> Cache directory: /Users/rami/Library/Caches/NetBeans/dev
>Reporter: Rami Swailem
>Assignee: Karl Tauber
>Priority: Trivial
> Attachments: Doc1.png, Doc2.png, Doc3.png
>
>
> "opened documents list" show HTML code instead of rich text when selected
> show attached screenshots
>  
> Mac OSX LaF and FlatLaf
>  
>  
> *Product Version:* Apache NetBeans IDE DEV (Build 
> dev-18162641609d1768897ecfa37954fe2e94287cec)
> *Java:* 15-ea; OpenJDK 64-Bit Server VM 15-ea+12-431
> *Runtime:* OpenJDK Runtime Environment 15-ea+12-431
> *System:* Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
> *User directory:* /Users/rami/Library/Application Support/NetBeans/dev
> *Cache directory:* /Users/rami/Library/Caches/NetBeans/dev



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

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

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



[jira] [Updated] (NETBEANS-3746) [FlatLaF] Change theme for FlatLaF

2020-03-19 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-3746:
-
Component/s: FlatLaf

> [FlatLaF] Change theme for FlatLaF
> --
>
> Key: NETBEANS-3746
> URL: https://issues.apache.org/jira/browse/NETBEANS-3746
> Project: NetBeans
>  Issue Type: New Feature
>  Components: FlatLaf, ide - UI, platform - OptionsSettings
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>  Labels: Look, theme
> Attachments: flat-laf-changing-theme.gif
>
>
> As far as I know, there ia theming option for FlatLaF inside the FlatLaF 
> demo. See my screencapture for more info. So it is possible via JSON to theme 
> the LaF easy and restartless. IntelliJ is doing that and it works like a 
> charm.
> The problem of NetBeans changing LaF is you often need to restart, because 
> not all components are repainted correctly. But it seems that theming of 
> FlatLaF is independent from NetBeans.
> So it would be nice, if we can switch the FlatLaF theme easy via NetBeans as 
> it is possible in the FlatLaF demo which is located here: 
> https://github.com/JFormDesigner/FlatLaf
> I already asked here: https://github.com/JFormDesigner/FlatLaf/issues/29



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

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

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



[jira] [Updated] (NETBEANS-3870) Smooth scrolling for FlatLaF inside the editor is hacky/lacky

2020-03-19 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-3870:
-
Component/s: FlatLaf

> Smooth scrolling for FlatLaF inside the editor is hacky/lacky
> -
>
> Key: NETBEANS-3870
> URL: https://issues.apache.org/jira/browse/NETBEANS-3870
> Project: NetBeans
>  Issue Type: Improvement
>  Components: FlatLaf, ide - UI
>Affects Versions: 11.3
> Environment: Product Version: Apache NetBeans IDE 11.3-beta2
> Updates: Updates available to version NetBeans 8.2 Patch 2
> Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
> Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
> System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
> User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.3-beta2
> Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.3-beta2
>Reporter: Christian Lenz
>Assignee: Karl Tauber
>Priority: Major
>
> I use the latest 11.3 beta 2 with the new Flat LaF. The smooth scrolling 
> works perfect inside of those UI elements:
> - Navigator
> - Options (tested with Editor and Team tab)
> - Project View
> - Files View 
> - Services View
> But the smooth scrolling is hacky/lacky in the editor. I use Windows 10 64 
> bit with a Surface Book and the touchpad on it, no extra mouse.
> We can make a skype session or I will try to make a little video, a 
> screencapture (gif) will not work well here. I already commented about the 
> problem here: https://issues.apache.org/jira/browse/NETBEANS-49. The problem 
> happens with the implementation of [~ebakke] for the default NetBeans LaF.
> Please let me know, what you need from my site :)



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

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

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



[jira] [Updated] (NETBEANS-3881) FlatLaf Light minor gui issue

2020-03-19 Thread ASF GitHub Bot (Jira)


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

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

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



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

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

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



[jira] [Assigned] (NETBEANS-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber reassigned NETBEANS-3881:
-

Assignee: Karl Tauber

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Assignee: Karl Tauber
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



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

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

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



[jira] [Commented] (NETBEANS-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3881:
---

!image-2020-03-19-09-56-04-856.png!

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



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

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

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



[jira] [Updated] (NETBEANS-3881) FlatLaf Light minor gui issue

2020-03-19 Thread Karl Tauber (Jira)


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

Karl Tauber updated NETBEANS-3881:
--
Attachment: image-2020-03-19-09-56-04-856.png

> FlatLaf Light minor gui issue
> -
>
> Key: NETBEANS-3881
> URL: https://issues.apache.org/jira/browse/NETBEANS-3881
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
> Environment: Product Version: Apache NetBeans IDE DEV (Build 
> dev-e198d0dade337c1dbc27adbbdfd5d12f621a7712)
> Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9
> Runtime: OpenJDK Runtime Environment 13.0.1+9
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_GB (nb)
>Reporter: Vedran
>Priority: Minor
> Attachments: image-2020-03-19-09-56-04-856.png
>
>
> I am experiencing a minor issue when i try to execute Find Usages action.
> I can't upload attachments to show this. I have read that i need admin to 
> grant me permission to do so but i do not know how to ask admin for that.
> Issue is that scope defining button is under some warning box which says:
> {color:#FF}Warning: {color}Disclaimer: Searching for usages in compiled 
> dependencies has certain limitations. [Find out more. 
> |http://wiki.netbeans.org/Find_Usages_in_Compiled_Dependencies]
> It is hard to click that button and when you click on it, Maven project icons 
> have dark background.



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

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

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