[jira] [Commented] (NETBEANS-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3329:
---

Well I've tried with Java 8 and 13, and now with 12 as well. It fails at the 
buildSRC
{code:java}
Script '/home/lkishalmi/NetBeansProjects/jfx/buildSrc/linux.gradle' line: 112
{code}
 * What went wrong:
A problem occurred evaluating script.
> GTK2 development packages not found. If GTK2 packages are installed, please 
> remove the build directory and try again.

I have no idea why it is failing. I've executed the scripts that the mentioned 
part of the build executed. For me those pkg-config calls gave reasonable 
output. Though it seems to be missing from the property defs.

 

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3302) Non-modular Gradle project fails to recognize Javadoc

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3302:
---

Well, we did nit have too much time to experiment with Gradle 6.0. Upon the 
attached picture its behavior seems a bit weird.

Though even with 5.6.3 seems that we have an issue we try to search the sources 
and javadoc for the linux jars which is obviously missing. Right now the lookup 
is binary -> source and binary -> javadoc. I'm going to test if an binary -> 
module -> source/javadoc would help.

> Non-modular Gradle project fails to recognize Javadoc
> -
>
> Key: NETBEANS-3302
> URL: https://issues.apache.org/jira/browse/NETBEANS-3302
> Project: NetBeans
>  Issue Type: Sub-task
>Affects Versions: 11.2
> Environment: OpenJDK 13.0.1 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Minor
> Attachments: compile-classpath.png, javadoc-window.png
>
>
> In the description below, I'm using the JavaFX sample project for NetBeans 
> defined in the [Non-Modular 
> Gradle|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle]
>  directory of the [openjfx/samples|https://github.com/openjfx/samples] 
> repository.
> Set up the project as explained in the [parent 
> issue|https://issues.apache.org/jira/browse/NETBEANS-3296] under the section 
> _Gradle Non-Modular_. In particular, you'll need to install and use Gradle 
> version 6.0, and you'll need to copy the JavaFX Javadoc and Sources archives 
> in the Gradle cache so that their names include the platform qualifier.
> After those changes, Gradle lists the following items in the Compile 
> Classpath.
> !compile-classpath.png!
> The source navigation works, and the Javadoc comments in the Sources are 
> displayed correctly, but the Javadoc artifacts are not recognized. The button 
> in the Javadoc Window to show the documentation in an external Web browser is 
> disabled, and the _Show Javadoc (Alt-F1)_ item in the context menu does 
> nothing.
> !javadoc-window.png!



--
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-3321) NB11.2 freezes and does not respond

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi updated NETBEANS-3321:
--
Component/s: (was: cnd - Editor)
 php - Project

> NB11.2 freezes and does not respond 
> 
>
> Key: NETBEANS-3321
> URL: https://issues.apache.org/jira/browse/NETBEANS-3321
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Project
>Affects Versions: 11.2
> Environment: i5 3470, 32Gb Ram, SSD, 2 x FULL HD MONITORS
> Windows 7:  Microsoft Windows [Version 6.1.7601]
> java version "1.8.0_201"
> Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
> Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
>Reporter: fgh
>Priority: Major
> Attachments: ide-log.txt, ui-log.txt
>
>
> Netbeans 11.2 freezes and does not respond when opening php project
> 1) unzip netbeans-11.2-bin.zip
> 2) run netbeans
> 3) try to open php project
>  



--
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-2717) Resolve Oracle JET support

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2717:
---

[~GeertjanWielenga] could you specify more properly what shall be in what shall 
go?

> Resolve Oracle JET support
> --
>
> Key: NETBEANS-2717
> URL: https://issues.apache.org/jira/browse/NETBEANS-2717
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Geertjan Wielenga
>Priority: Major
>
> Oracle JET apps are created on the command line via ojet-cli command line 
> interface. The only feature that is relevant to NetBeans is to have editor 
> support for code completion, templates, etc, all other features need to be 
> removed, e.g., in the Project Properties dialog.



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)


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

Scott Palmer commented on NETBEANS-3329:


Info from the NetBEans About dialog, for the record:

Product Version: Apache NetBeans IDE 11.2
Java: 12.0.2; OpenJDK 64-Bit Server VM 12.0.2+10
Runtime: OpenJDK Runtime Environment 12.0.2+10
System: Mac OS X version 10.15.1 running on x86_64; UTF-8; en_CA (nb)
User directory: /Users/scott/Library/Application Support/NetBeans/11.2
Cache directory: /Users/scott/Library/Caches/NetBeans/11.2


> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3327) Netbeans 11.2 gradle multi project resource issue

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3327.
---
Resolution: Duplicate

Well, if you have something to share between projects it would be better to 
share it via dependency mechanism.

Though I may revisit NETBEANS-2629 and allow the creation of such nodes with 
stating that the ownership of that mode is in a different project.

> Netbeans 11.2 gradle multi project resource issue
> -
>
> Key: NETBEANS-3327
> URL: https://issues.apache.org/jira/browse/NETBEANS-3327
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
>Reporter: Andrea Paternesi
>Priority: Critical
> Attachments: netbeans11.2-gradle-error.png
>
>
> *I am using latest java 8 version and gradle 5.6.3 wrapper in both netbeans 
> 8.2 and 11.2*
> If you have a multiproject configuration similar to this:
> parent Project -> sub project 1, sub project2
> And subproject 2 resources are bounded to a sub project 1 directory,
> *+sub project 2 won't find resources+*.
> It works correctly in netbeans 8.2 (same configuration). And it does not 
> depend from gradle version since i used latest (5.6.3) in both IDEs.
> I attach a picture of what IDE says about error.
> You can see from the picture that "*sourceSets.main.resources.srcDirs*" 
> command cause the error in the project "*Error Node: Resources ...*"
> Do you have any clue? Is there a place i can see the stacktrace of the 
> problem in the ide?
> Thank a lot.
> Andrea.



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

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

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



[jira] [Comment Edited] (NETBEANS-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)


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

Scott Palmer edited comment on NETBEANS-3329 at 11/3/19 2:12 AM:
-

[~GeertjanWielenga]  This has nothing to do with developing *with* OpenJFX .   
I'm not talking about making an OpenJFX-based application.  I'm talking about 
building the JavaFX framework itself, from the existing project sources.  The 
OpenJFX project uses Gradle. 
This issue involves using NetBeans to work on existing Gradle-based projects. 
In this context, OpenJFX is just representative of a large open-source project 
that uses Gradle that I would like to work on with an IDE, like NetBeans.  
It's a publicly available project that can be used to reproduce issues with 
NetBeans + Gradle.  I believe many of the issues are already known, but I don't 
think this particular exception was reported earlier.

[~lkishalmi] What issue did you encounter building from the command line?  Did 
you use gradlew?  The JDK must be JDK 12 as OpenJFX does not build with JDK 13 
yet.


was (Author: swpalmer):
[~GeertjanWielenga]  This has nothing to do with developing *with* OpenJFX .   
I'm not talking about making an OpenJFX-based application.  I'm talking about 
building the JavaFX framework itself, from the existing project sources.  The 
OpenJFX project uses Gradle. 
This issue involves using NetBeans to work on existing Gradle-based projects. 
In this context, OpenJFX is just representative of a large open-source project 
that uses Gradle that I would like to work on with an IDE, like NetBeans.  
It's a publicly available project that can be used to reproduce issues with 
NetBeans + Gradle.  I believe many of the issues are already known, but I don't 
think this particular exception was reported earlier.

[~lkishalmi] What issue did you encounter building from the command line?  Did 
you using gradlew?  The JDK must be JDK 12 as OpenJFX does not build with JDK 
13 yet.

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)


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

Scott Palmer commented on NETBEANS-3329:


[~GeertjanWielenga]  This has nothing to do with developing *with* OpenJFX .   
I'm not talking about making an OpenJFX-based application.  I'm talking about 
building the JavaFX framework itself, from the existing project sources.  The 
OpenJFX project uses Gradle. 
This issue involves using NetBeans to work on existing Gradle-based projects. 
In this context, OpenJFX is just representative of a large open-source project 
that uses Gradle that I would like to work on with an IDE, like NetBeans.  
It's a publicly available project that can be used to reproduce issues with 
NetBeans + Gradle.  I believe many of the issues are already known, but I don't 
think this particular exception was reported earlier.

[~lkishalmi] What issue did you encounter building from the command line?  Did 
you using gradlew?  The JDK must be JDK 12 as OpenJFX does not build with JDK 
13 yet.

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3329:
---

Well, I tried to reproduce your issue, I cannot even set the project building 
even without netbeans. Can you be more specific on your exceptions? What I see 
from the logs it is not aGradle support issue rather than some weird 
nb-javac/javac assertions.

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3289) Find Usages caused AssertionError while parsing a Java file

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3289:
-

We’re working on a new release of nb-javac that solves the problem.

The best thing you can do is to become active and let your voice be heard on 
the mailing lists, see netbeans.apache.org.

> Find Usages caused AssertionError while parsing a Java file
> ---
>
> Key: NETBEANS-3289
> URL: https://issues.apache.org/jira/browse/NETBEANS-3289
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: matteodg
>Priority: Major
> Attachments: EclipseStreamlinesDataProvider.dump
>
>
> Trying to use Find Usages in NB 11.2beta3 and I got this error that stops the 
> whole list of usages
> This works fine in NB 11.1



--
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-3323) "Compile on Save" not working in Gradle Project, Config Option disabled

2019-11-02 Thread Ulrich Mayring (Jira)


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

Ulrich Mayring updated NETBEANS-3323:
-
Affects Version/s: 11.2

> "Compile on Save" not working in Gradle Project, Config Option disabled
> ---
>
> Key: NETBEANS-3323
> URL: https://issues.apache.org/jira/browse/NETBEANS-3323
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1, 11.2
> Environment: Fedora 30, nb-javac installed
>Reporter: Ulrich Mayring
>Priority: Major
> Attachments: screen-11.1.png, screen-8.2.png
>
>
> In NB 11.1 the "Compile on Save" feature stopped working for Gradle Projects. 
> The option is not selected in the configuration and cannot be selected due to 
> being greyed out (see screenshot). The 11.2beta3 exhibits the same behavior.
> When I open the exact same project in NB 8.2 the feature works as expected. 
> There is a global configuration option that can be enabled and disabled as 
> well (see other screenshot).



--
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-3289) Find Usages caused AssertionError while parsing a Java file

2019-11-02 Thread Hendi (Jira)


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

Hendi commented on NETBEANS-3289:
-

I'm having the same problem even after the 11.2 release (with NB 11.2/JDK 13). 
Uninstalling nb-javac fixes it, however then finding usages for big classes 
takes like half a minute. I can't say that this makes the IDE usable.

> Find Usages caused AssertionError while parsing a Java file
> ---
>
> Key: NETBEANS-3289
> URL: https://issues.apache.org/jira/browse/NETBEANS-3289
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: matteodg
>Priority: Major
> Attachments: EclipseStreamlinesDataProvider.dump
>
>
> Trying to use Find Usages in NB 11.2beta3 and I got this error that stops the 
> whole list of usages
> This works fine in NB 11.1



--
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-2950) Cannot finish app by stopping debugging

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-2950:
---

[~srexi] NETBEANS-3279 hit the master. Now it is really trivial to implement 
the changes required for this issue. It is a good one for a first contribution. 
Your PR for this one is welcome!

> Cannot finish app by stopping debugging
> ---
>
> Key: NETBEANS-2950
> URL: https://issues.apache.org/jira/browse/NETBEANS-2950
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
>Reporter: Jaroslav Tulach
>Assignee: Steven Ingram
>Priority: Minor
>  Labels: EasyFix
>
> When I create Gradle/Java Application and try to debug it, it doesn't stop 
> when I press the "Finish Debugging" button. That is weird and certainly 
> different to behavior of Maven and Ant projects. Example:
> {code:java}
> public class Main {
>     public static void main(String[] args) throws Exception {
>     int cnt = 0;
>     while (true) {
>     Thread.sleep(1000);
>     System.out.println("counting " + ++cnt);
>     }
>     }
>     
> }{code}
> Debug the project. Then press the big red button in the debugger toolbar. The 
> debugger disconnects, but immediately reconnects again and the application 
> continues. I find this unexpected. Output of one of my executions:
> {code:java}
> > Task :compileJava
> > Task :processResources NO-SOURCE
> > Task :classes
> > Task :run
> Listening for transport dt_socket at address: 5005
> counting 1
> counting 2
> counting 3
> counting 4
> counting 5
> Listening for transport dt_socket at address: 5005
> counting 6
> Listening for transport dt_socket at address: 5005
> Listening for transport dt_socket at address: 5005
> counting 7
> counting 8
> BUILD ABORTED{code}
> At the end I pressed the "small red" button in on the left side of the output 
> window and that one terminates the app - e.g. workaround exists.



--
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-3279) Provide a way for Plugins to Cancel a Gradle Execution

2019-11-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3279.
---
Fix Version/s: 11.3
   Resolution: Implemented

The corresponding PR got merged.

> Provide a way for Plugins to Cancel a Gradle Execution
> --
>
> Key: NETBEANS-3279
> URL: https://issues.apache.org/jira/browse/NETBEANS-3279
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Right now it is possible for plugins to execute Gradle task via RunUtils, 
> thoug these tasks cannot be cancelled. Provide a RunUtils.cancelGradle method 
> for that.



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

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

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



[netbeans] branch master updated: [NETBEANS-3279] Added RunUtils.cancelGradle() implementation

2019-11-02 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new bc8cf30  [NETBEANS-3279] Added RunUtils.cancelGradle() implementation
bc8cf30 is described below

commit bc8cf3071667b7606f7be0e361602229e5160507
Author: Laszlo Kishalmi 
AuthorDate: Tue Oct 22 23:00:14 2019 -0700

[NETBEANS-3279] Added RunUtils.cancelGradle() implementation
---
 groovy/gradle/apichanges.xml   | 15 +
 .../modules/gradle/api/execute/RunUtils.java   | 38 ++
 .../gradle/execute/AbstractGradleExecutor.java |  4 +--
 .../gradle/execute/GradleDaemonExecutor.java   |  5 +--
 .../modules/gradle/execute/GradleExecutor.java |  3 +-
 5 files changed, 59 insertions(+), 6 deletions(-)

diff --git a/groovy/gradle/apichanges.xml b/groovy/gradle/apichanges.xml
index c717f54..39eea23 100644
--- a/groovy/gradle/apichanges.xml
+++ b/groovy/gradle/apichanges.xml
@@ -83,6 +83,21 @@ is the proper place.
 
 
 
+
+
+Added RunUtils.cancelGradle(RunConfig) to 
allow plugins to cancel an executed Gradle process.
+
+
+
+
+
+
+Added RunUtils.cancelGradle(RunConfig) to 
allow plugins to cancel an executed Gradle process.
+
+
+
+
+
 
 
 
diff --git 
a/groovy/gradle/src/org/netbeans/modules/gradle/api/execute/RunUtils.java 
b/groovy/gradle/src/org/netbeans/modules/gradle/api/execute/RunUtils.java
index 3de0e54..8ab22fd 100644
--- a/groovy/gradle/src/org/netbeans/modules/gradle/api/execute/RunUtils.java
+++ b/groovy/gradle/src/org/netbeans/modules/gradle/api/execute/RunUtils.java
@@ -47,6 +47,7 @@ import java.util.Collections;
 import java.util.EnumSet;
 import java.util.Map;
 import java.util.Set;
+import java.util.WeakHashMap;
 import java.util.prefs.Preferences;
 import org.netbeans.api.java.platform.JavaPlatform;
 import org.netbeans.api.java.platform.JavaPlatformManager;
@@ -77,6 +78,7 @@ public final class RunUtils {
 public static final String PROP_DEFAULT_CLI = "gradle.cli"; //NOI18N
 
 private RunUtils() {}
+private static final Map GRADLE_TASKS = new 
WeakHashMap<>();
 
 public static FileObject extractFileObjectfromLookup(Lookup lookup) {
 FileObject[] fos = extractFileObjectsfromLookup(lookup);
@@ -99,15 +101,37 @@ public final class RunUtils {
 return files.toArray(new FileObject[files.size()]);
 }
 
+/**
+ * Executes a Gradle build with the given configuration. It can also take 
an
+ * initial message, which is printed to the output tab before the actual
+ * execution takes over the output handling.
+ *
+ * @param config the configuration of the Gradle execution
+ * @param initialOutput the initial message to be displayed,
+ *can be {@code null} for no message.
+ * @return The Gradle Execution task
+ */
 public static ExecutorTask executeGradle(RunConfig config, String 
initialOutput) {
 LifecycleManager.getDefault().saveAll();
 
 GradleExecutor exec = new GradleDaemonExecutor(config);
 ExecutorTask task = executeGradleImpl(config.getTaskDisplayName(), 
exec, initialOutput);
+GRADLE_TASKS.put(config, exec);
 
 return task;
 }
 
+/**
+ * Create Gradle execution configuration (context). It applies the default
+ * setting from the project and the Global Gradle configuration on the
+ * command line.
+ *
+ * @param project The Gradle project
+ * @param action The name of the IDE action that's going to be executed
+ * @param displayName The display name of the output tab
+ * @param args Gradle command line arguments
+ * @return the Gradle execution configuration.
+ */
 public static RunConfig createRunConfig(Project project, String action, 
String displayName, String[] args) {
 GradleBaseProject gbp = GradleBaseProject.get(project);
 
@@ -129,6 +153,20 @@ public final class RunUtils {
 return ret;
 }
 
+/**
+ * Enable plugins to Cancel a currently running Gradle execution.
+ * 
+ * @param config the RunConfig with which the Gradle execution has been 
started.
+ * @return {@code true} if the current execution was cancelled 
successfully,
+ * {@code false} if the execution was already cancelled or it 
cannot
+ * be cancelled for some reason.
+ * @since 1.4
+ */
+public static boolean cancelGradle(RunConfig config) {
+GradleExecutor exec = GRADLE_TASKS.get(config);
+return exec != null ? exec.cancel() : false;
+}
+
 private static ExecutorTask executeGradleImpl(String runtimeName, final 
GradleExecutor exec, String initialOu

[jira] [Commented] (NETBEANS-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3329:
-

Can you start by working with the two OpenJFX samples that are part of 11.2? 
They’re in the “Java with Maven” category in the New Project dialog.

Change the Run action to “javafx:run”, after you create either of the two 
projects and you should be good to go.

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



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

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

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



[jira] [Comment Edited] (NETBEANS-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)


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

Scott Palmer edited comment on NETBEANS-3329 at 11/2/19 9:04 PM:
-

OpenJFX is where JavaFX lives since being separated from the JDK.  
https://openjfx.io


Specifically, clone this: https://github.com/openjdk/jfx.git

Then open the root project in NetBeans

Expand the subprojects folder in the projects pane and double click on 
jfx:controls or jfx:graphics to open the sub-projects.


Scott


was (Author: swpalmer):
OpenJFX is where JavaFX lives since being separated from the JDK.  
https://openjfx.io


Specifically, clone this: https://github.com/openjdk/jfx.git

Then open the root project in NetBeans

Expand the subprojects folder in the projects pane and double click on 
jfx:control or jfx:graphics to open the sub-projects.


Scott

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)


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

Scott Palmer commented on NETBEANS-3329:


OpenJFX is where JavaFX lives since being separated from the JDK.  
https://openjfx.io


Specifically, clone this: https://github.com/openjdk/jfx.git

Then open the root project in NetBeans

Expand the subprojects folder in the projects pane and double click on 
jfx:control or jfx:graphics to open the sub-projects.


Scott

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3329:
-

What is “the OpenJFX project” and what is ‘the “controls” sub-project’?

Best to simply respond with precise steps to reproduce this, each step 
beginning with a number followed by a verb.

> Exception loading OpenJFX gradle project
> 
>
> Key: NETBEANS-3329
> URL: https://issues.apache.org/jira/browse/NETBEANS-3329
> Project: NetBeans
>  Issue Type: Bug
> Environment: macOS 10.15
> JDK 12.0.2
>Reporter: Scott Palmer
>Priority: Major
> Attachments: messages.log
>
>
> Loading the OpenJFX project and then the "controls" sub-project lead to 
> exceptions and the controls project showing red error markers.
>  IDE log attached.
>  



--
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-3329) Exception loading OpenJFX gradle project

2019-11-02 Thread Scott Palmer (Jira)
Scott Palmer created NETBEANS-3329:
--

 Summary: Exception loading OpenJFX gradle project
 Key: NETBEANS-3329
 URL: https://issues.apache.org/jira/browse/NETBEANS-3329
 Project: NetBeans
  Issue Type: Bug
 Environment: macOS 10.15
JDK 12.0.2
Reporter: Scott Palmer
 Attachments: messages.log

Loading the OpenJFX project and then the "controls" sub-project lead to 
exceptions and the controls project showing red error markers.
 IDE log attached.
 



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Note 11.2 supports JDK 8 and 11 (which are LTS releases) and 13 (the current 
non-LTS release).

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

If all you’re doing is PHP, you could run the installer and click Customize in 
it and then only install the parts needed for PHP, which is possibly why things 
have slowed down for you since 8.x, when you were probably only using the 
PHP-specific IDE. 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread flexJoly (Jira)


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

flexJoly commented on NETBEANS-2409:


[~geertjan] thanks for your reply,



I do need the import, because I have a lot of settings. In the past I did 
install without importing the user-dir, indeed to be sure Netbeans started 
clean. But i find netbeans getting slower the last years. Say after version 8 
or so. 

The virusscanner from windows is disabled. windows-firewall is enabled. I am a 
noob on the firewall, so I don't like to mess with it ;). 

I don't know what I can do in the netbeans.conf to finetune netbeans. I dare 
not mess with it ;) except the jdk-dir-setting. 

I have a lot of plugins disabled. Since I use almost plain-vanilla php. 

 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



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

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

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



[netbeans] branch master updated (37fa789 -> 0d1d701)

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

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


from 37fa789  Must ensure javac is initialized before attempting any 
lookups.
 add 0d1d701  The NetBeans Snap can be stable from now.

No new revisions were added by this update.

Summary of changes:
 nbbuild/packaging/netbeans_snap/snap/snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

org.netbeans.modules.welcome.Installer seems to take a long time. Some 
networking issue or maybe we could simplify the Welcome screen even further to 
not load any external content at all.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Some of the slowness in that file is about DTDs not being found. That’s an area 
you could investigate further.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-3311) Providing support for converting Text Blocks to String

2019-11-02 Thread ASF GitHub Bot (Jira)


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

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

> Providing support for converting Text Blocks to String
> --
>
> Key: NETBEANS-3311
> URL: https://issues.apache.org/jira/browse/NETBEANS-3311
> Project: NetBeans
>  Issue Type: New Feature
>  Components: java - Hints
>Affects Versions: 11.3
>Reporter: Akshay Gupta
>Priority: Major
>  Labels: pull-request-available
>
> Gives a hint when ever a Text block is written. Gives a warning that text 
> block may not be supported in versions of java older then JDK13. It 
> recommends a fix named "Convert to String" which converts the text block to 
> String.



--
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-3325) problems with maven-archetype projects

2019-11-02 Thread Jorge (Jira)


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

Jorge commented on NETBEANS-3325:
-

After turning *Show Resources as Packages* off and then on, 
*archetype-resources* are shown in *Projects* window as packages. I can close 
and open the project and *archetype-resources* will still be shown as packages. 
But after restarting NetBeans they are once again hidden, until I turn *Show 
Resources as Packages* off and on.

> problems with maven-archetype projects
> --
>
> Key: NETBEANS-3325
> URL: https://issues.apache.org/jira/browse/NETBEANS-3325
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 11.1, 11.2
> Environment: Windows 10
>Reporter: Jorge
>Priority: Minor
>
> NetBeans is validating and reporting errors in java resources of maven 
> archetypes (files in src/main/resources/archetype-resources) as it does for 
> java files in a standard project.
>  
> Additionally, *archetype-resources* is shown in *Projects* window only if 
> *Show Resources as Packages* of *Other Sources* is turned off. Perhaps the 
> hyphen in its name is causing this behavior.
>  
> The problem is not a big deal but it is annoying. The project is built anyway 
> and the resulting archetype works just fine.



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

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

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



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 2:31 PM:
---

If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a threshold 
>= 10ms later. [^messages.log] 


was (Author: chrizzly):
If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

I added a file "Details info.txt". It is only a minimized messages file. I 
copied the potential packages with a threshold >= 10ms. If you think the times 
inside of the file are fine then ok. In comparison of 80% of the other packages 
from 0ms - 2ms and < 10ms, I thought that this is not fast enough.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-2409:
-
Attachment: Details info.txt

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: Details info.txt, NB11_autocomplete.nps, 
> NB11_getHint.nps, WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-3328) Copy Static Resources on Save does not work on 11.2

2019-11-02 Thread Joern (Jira)
Joern created NETBEANS-3328:
---

 Summary: Copy Static Resources on Save does not work on 11.2
 Key: NETBEANS-3328
 URL: https://issues.apache.org/jira/browse/NETBEANS-3328
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - WildFly
Affects Versions: 11.2
 Environment: Ubuntu 19.10, openjdk 11.2, WIldfly 17, Wildfly plugin 
(see NETBEANS-2415)
Reporter: Joern


Changed static content files (e.g. html / xhtml / css / js) should be copied to 
wildfly wihout redeploy. Works on 11.1, stopped working in 11.2. AutoDeploy on 
Save (changing a java file) works and then also the changed static content is 
available. Also a forced  manual redploy works. 



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

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

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



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 2:09 PM:
---

If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

right after it starts importing and it finishes importing.

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 


was (Author: chrizzly):
If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-2409:
-
Attachment: messages.log

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

If I can import settings, then I still have a fresh user dir.
Unfortunately no usable info at all on the importing settings just this info:
INFO [org.netbeans.upgrade.AutoUpgrade]: Importing from 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.1 to 
C:\Users\Chrl\AppData\Roaming\NetBeans\11.2

I attached my messages log while starting NetBeans with these parameters: 
-J-Dorg.netbeans.log.startup=print -J-Dnetbeans.logger.console=true

No Windows Defender active, JDK 11.0.2 Windows 10.
Will add the infos where I think they are performance problems with a freshhold 
>= 10ms later. [^messages.log] 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png, messages.log
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Read “if” again a few times above.

Plus, maybe this way you can analyze the problem, with fresh userdir and doing 
import settings during startup:

https://m.youtube.com/watch?v=-VnTUEtD5QM

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Can you read my responses above again, please?

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

I'm very sry to make this ticket off topic again, I will start a thread about 
this topic.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

If we would talk about 1 or 2 persons, that I would say, fine just start with a 
fresh new user dir and thats it. In 70-80% of the tickets I see you saying: 
start with a fresh user dir, if that helps, fine. This is not the case in so 
many environments.

Ok I can tell you my case which is a real world case. I installed 9.0, started 
fresh and installed plugins and made my settings. It took maybe 30min maybe 
more to set up that IDE for my needs. Now I want to download 10.0, import 
settings from 9.0 because I didn't do that w/o any reason. Smth breaks, now 
cleaning user dir and everything else from 10.0 and start new. (Why? I did that 
for 9.0). Ok, I do that the same for 10.0 deleting everything and using 10.0 as 
my daily work IDE and set it up again like 30-45min. Now I want to use 11.0 
same thing... then 11.1... same thing.

Does it make more sense to investigate into the problem and not saying use a 
fresh dir, again and again? Or not using an option which is intended to work?

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Forcing? Just stop this, please. I am advising that if you don’t need to import 
settings, you shouldn’t do it. Only if you actually have settings you know you 
need to import, should you import them. 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



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

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

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



[jira] [Comment Edited] (NETBEANS-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-2409 at 11/2/19 1:33 PM:
---

I know that you pointed at everytime and as you may noticed, I pointed it 
everytime too, that not importing settings, if this is possible from the IDE, 
doesn't make sense at all. And if importing makes problem than the solution is 
to fix it and not to force people to not doing an option which is possible. If 
the option to import options is broken from NetBeans and can't handle cases 
which a lot of people have and not only one or two, that it is a problem of 
NetBeans not of the Users.


was (Author: chrizzly):
I know that you pointed at everytime and as you may noticed, I pointed it 
everytime too, that not importing settings, if this is possible from the IDE, 
doesn't make sense at all. And if importing makes problem than the solution is 
to fix it and not to force people to not doing an option which is possible.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

I know that you pointed at everytime and as you may noticed, I pointed it 
everytime too, that not importing settings, if this is possible from the IDE, 
doesn't make sense at all. And if importing makes problem than the solution is 
to fix it and not to force people to not doing an option which is possible.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Actually, not “oder”. “Wenn”, I think.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Was waiting for you to pop up here. Just save time and skip the next few times 
on this topic because, as I point out every time: if you don’t need to import 
settings, then don’t import settings, especially if doing so causes problems. 
If means “oder”, if that helps.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2500) Palette needed for Java Source files

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2500:
-

It’s been in NetBeans probably 5 years longer than that. But focused on HTML 
files, not Java files. 

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2409:
--

> And if you don’t need to import settings from 11.1, best to avoid doing that.

Do you want to tell us, that everytime you download a fresh copy of NetBeans or 
any other IDE or any other program, where you set options/settings to fit your 
needs (Which takes a lot of time to set every option for every language), that 
everytime you set the settings again and again and again? How does that make 
sense?

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2500) Palette needed for Java Source files

2019-11-02 Thread Alex O'Ree (Jira)


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

Alex O'Ree commented on NETBEANS-2500:
--

That's a different use case IMO. i want to create a new singleton class, or 
interface, etc. For the code palette, it's more a snippet of code, like a 
frequently used palette for code that is always needed and tedious to retype 
that is project specific, such as getting a database connection, loading a user 
preference, etc. This has been in visual studio for probably 15 years

> Palette needed for Java Source files
> 
>
> Key: NETBEANS-2500
> URL: https://issues.apache.org/jira/browse/NETBEANS-2500
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

And if you don’t need to import settings from 11.1, best to avoid doing that.

Look in etc/netbeans.conf in the install dir for the place to tune NetBeans.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2409:
-

Indeed, you may need to tune NetBeans.

Also, maybe the Windows Defender is blocking something, see if switching it off 
helps.

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



--
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-2409) Very Slow Operations on Windows

2019-11-02 Thread flexJoly (Jira)


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

flexJoly commented on NETBEANS-2409:


Hi,

I just installed v11.2. And Netbeans performs indeed nicely, but only AFTER a 
very slow install. 



I noticed the following:
 * importing the userdir from 11.1 took more then 10 minutes. I thought it was 
hanging/crashed, but in explorer i saw the new user-dir growing 
 * when starting netbeans, it started with a new background scanning of the 
projects. For our framework-project and 5 normal projects it took more then 20 
minutes. 
 * memory-usage is over 60% according to win-taskmanager (at background 
scanning)

I cán understand that it takes so long to copy the userdir.

But why then does it need to do a new background scanning of the projects?? 
Is that not inside the (imported) user dir? Or inside the projects-dir?
Maybe here things can be done to get this better.

Greetz, flexJoly

Some specs:
Win10, x64, i3 (year: 2009), upgraded memory to 7gb, and new ssd harddisk (this 
year)
All my projects are PHP, with smarty, gulp, nodejs, npm etc. We have a central 
in-house framework project.
This framework project is always open in netbeans (I am the maintainer of it). 

I installed 11.2 from: 
[https://www.apache.org/dyn/closer.cgi/netbeans/netbeans/11.2/netbeans-11.2-bin.zip]
Because the .exe could not find c:/jdk-12

 

 

> Very Slow  Operations on Windows
> 
>
> Key: NETBEANS-2409
> URL: https://issues.apache.org/jira/browse/NETBEANS-2409
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0, 11.0
> Environment: Windows
>Reporter: Laszlo Kishalmi
>Priority: Critical
>  Labels: Performance, Windows
> Attachments: NB11_autocomplete.nps, NB11_getHint.nps, 
> WinFilesystemSlow.png
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> What is the best course of action for reporting slowness?  I can’t share my 
> project.
> I’m not certain how to give step-by-step instructions when the problem is 
> basically one step in most cases.  E.g. invoke auto-complete - nothing 
> happens for several seconds.  Invoke rename - dialog doesn’t appear for 
> several seconds.  Find usages - extremely slow > 5 second delay on a private 
> member of a class less than 100 lines.
> In general it seems NB 11 is noticeably slower than NB 8.2. Not good 
> considering slowness was already my #1 complaint about NB 8.2.  I have so far 
> found the benefits of NB outweigh the fact that it is much slower than other 
> IDEs for the same operations, but the slowness of NB 11 is tipping the scale. 
>  I don’t want to switch IDEs, pease don’t interpret this as some sort of 
> threat to do so. I would like to help find the issues in NB.  But I don’t 
> have the bandwidth to debug NB and not being about to share my project makes 
> it difficult to provide helpful reports :-(
> Are others seeing the slowness?
> Find usages, renames, call-hierarchy, auto-complete… things I use all the 
> time, I often have to wait 5 to 10 seconds for a response from the IDE, 
> sometimes more.
> I’ve already deleted user dir and cache and restarted. 
> I’m using Gradle-based Java projects, running NB 11.0 with JDK 8u202.



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