[jira] [Commented] (NETBEANS-1146) Freeze when building the dependency graph of a maven project.

2018-08-20 Thread Andres Bel Alonso (JIRA)


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

Andres Bel Alonso commented on NETBEANS-1146:
-

I make a new try deleting the user directory ( the directory described here 
[http://wiki.netbeans.org/FaqWhatIsUserdir] ), with an interesting result :
 * The the buggy pom I gave you worked in windows 10 but not in Ubuntu 16.04 
(both with Netbeans 9.0 and same computer specs)
 * The company project did not work both in windows 10 and Ubuntu 16.04

The user directory does not seem to be the problem but it seems to be a 
performance problem, with windows 10 working better than Ubuntu 16.04. Maybe 
adding more dependences to the provided could replicate the bug?

I am not allow to provide my company pom, which is the same than the provided 
one except in one dependence (an without the build section).  

> Freeze when building the dependency graph of a maven project.
> -
>
> Key: NETBEANS-1146
> URL: https://issues.apache.org/jira/browse/NETBEANS-1146
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andres Bel Alonso
>Priority: Major
>  Labels: graph, maven
> Attachments: netbeans_freeze_snapshot.png, pom.xml
>
>
> Hi,
> I have a medium sized java maven project ( near 25.000 code lines), with many 
> dependencies. When i go to the pom file and I click to "Graph" button to 
> compute the project dependecy graph, the message "Loading and constructing 
> graph (this can take a while) with a freeze progress bar. All the IDE freeze, 
> and and I can not click on nothing.
> This functionality works fine in Netbeans 8.2, it only takes 5/10 seconds to 
> be computed, in the same project.
> This functionality also works with smaller projects (in other words, with 
> less dependencies)
> There are not log messages in the shell that I use to run the IDE.
> When running the sampler I found that spends all his computing time on the 
> method isThereFreeSpaceNonFixedSpace() of the package 
> org.netbeans.modules.java.graph. (see attach image)



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

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

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



[jira] [Commented] (NETBEANS-1146) Freeze when building the dependency graph of a maven project.

2018-08-20 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1146:
-

For me, the graph of that POM is shown within seconds, both in 8.2 and 9.0. 
Maybe start with a fresh user directory, i.e., restart without a user directory 
and a new one will be created for you, that's all I can think could be a 
problem.

> Freeze when building the dependency graph of a maven project.
> -
>
> Key: NETBEANS-1146
> URL: https://issues.apache.org/jira/browse/NETBEANS-1146
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andres Bel Alonso
>Priority: Major
>  Labels: graph, maven
> Attachments: netbeans_freeze_snapshot.png, pom.xml
>
>
> Hi,
> I have a medium sized java maven project ( near 25.000 code lines), with many 
> dependencies. When i go to the pom file and I click to "Graph" button to 
> compute the project dependecy graph, the message "Loading and constructing 
> graph (this can take a while) with a freeze progress bar. All the IDE freeze, 
> and and I can not click on nothing.
> This functionality works fine in Netbeans 8.2, it only takes 5/10 seconds to 
> be computed, in the same project.
> This functionality also works with smaller projects (in other words, with 
> less dependencies)
> There are not log messages in the shell that I use to run the IDE.
> When running the sampler I found that spends all his computing time on the 
> method isThereFreeSpaceNonFixedSpace() of the package 
> org.netbeans.modules.java.graph. (see attach image)



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

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

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



[jira] [Commented] (NETBEANS-1146) Freeze when building the dependency graph of a maven project.

2018-08-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1146:
-

Interesting. If you have a way to make the project or at least the POM 
available so that these comparisons can be done on different systems to see 
whether it can be reproduced that would help.

> Freeze when building the dependency graph of a maven project.
> -
>
> Key: NETBEANS-1146
> URL: https://issues.apache.org/jira/browse/NETBEANS-1146
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andres Bel Alonso
>Priority: Major
>  Labels: graph, maven
> Attachments: netbeans_freeze_snapshot.png
>
>
> Hi,
> I have a medium sized java maven project ( near 25.000 code lines), with many 
> dependencies. When i go to the pom file and I click to "Graph" button to 
> compute the project dependecy graph, the message "Loading and constructing 
> graph (this can take a while) with a freeze progress bar. All the IDE freeze, 
> and and I can not click on nothing.
> This functionality works fine in Netbeans 8.2, it only takes 5/10 seconds to 
> be computed, in the same project.
> This functionality also works with smaller projects (in other words, with 
> less dependencies)
> There are not log messages in the shell that I use to run the IDE.
> When running the sampler I found that spends all his computing time on the 
> method isThereFreeSpaceNonFixedSpace() of the package 
> org.netbeans.modules.java.graph. (see attach image)



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

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

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



[jira] [Commented] (NETBEANS-1146) Freeze when building the dependency graph of a maven project.

2018-08-17 Thread Andres Bel Alonso (JIRA)


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

Andres Bel Alonso commented on NETBEANS-1146:
-

I used the same JDK in both cases : a java 8 OpenJDK.

> Freeze when building the dependency graph of a maven project.
> -
>
> Key: NETBEANS-1146
> URL: https://issues.apache.org/jira/browse/NETBEANS-1146
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andres Bel Alonso
>Priority: Major
>  Labels: graph, maven
> Attachments: netbeans_freeze_snapshot.png
>
>
> Hi,
> I have a medium sized java maven project ( near 25.000 code lines), with many 
> dependencies. When i go to the pom file and I click to "Graph" button to 
> compute the project dependecy graph, the message "Loading and constructing 
> graph (this can take a while) with a freeze progress bar. All the IDE freeze, 
> and and I can not click on nothing.
> This functionality works fine in Netbeans 8.2, it only takes 5/10 seconds to 
> be computed, in the same project.
> This functionality also works with smaller projects (in other words, with 
> less dependencies)
> There are not log messages in the shell that I use to run the IDE.
> When running the sampler I found that spends all his computing time on the 
> method isThereFreeSpaceNonFixedSpace() of the package 
> org.netbeans.modules.java.graph. (see attach image)



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

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

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



[jira] [Commented] (NETBEANS-1146) Freeze when building the dependency graph of a maven project.

2018-08-17 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1146:
-

Potentially related to the JDK you're using -- I'd experiment if possible using 
the same JDK as you were using in 8.2, when it worked without a problem, just 
to see if it is related to that.

> Freeze when building the dependency graph of a maven project.
> -
>
> Key: NETBEANS-1146
> URL: https://issues.apache.org/jira/browse/NETBEANS-1146
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Andres Bel Alonso
>Priority: Major
>  Labels: graph, maven
> Attachments: netbeans_freeze_snapshot.png
>
>
> Hi,
> I have a medium sized java maven project ( near 25.000 code lines), with many 
> dependencies. When i go to the pom file and I click to "Graph" button to 
> compute the project dependecy graph, the message "Loading and constructing 
> graph (this can take a while) with a freeze progress bar. All the IDE freeze, 
> and and I can not click on nothing.
> This functionality works fine in Netbeans 8.2, it only takes 5/10 seconds to 
> be computed, in the same project.
> This functionality also works with smaller projects (in other words, with 
> less dependencies)
> There are not log messages in the shell that I use to run the IDE.
> When running the sampler I found that spends all his computing time on the 
> method isThereFreeSpaceNonFixedSpace() of the package 
> org.netbeans.modules.java.graph. (see attach image)



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

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

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