[jira] [Created] (NETBEANS-1156) Testcase broken with nb-javac 11 uptake : in j.s.b TypeMirrorHandleTest

2018-08-20 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1156:
--

 Summary: Testcase broken with nb-javac 11 uptake : in j.s.b 
TypeMirrorHandleTest
 Key: NETBEANS-1156
 URL: https://issues.apache.org/jira/browse/NETBEANS-1156
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja
Assignee: Reema Taneja


[junit] Testcase: 
testTypeMirrorHandle196070(org.netbeans.api.java.source.TypeMirrorHandleTest): 
FAILED

In this test,

assertTrue(info.getTypes().isSameType(tm, 
TypeMirrorHandle.create(tm).resolve(info)));

fails because of change in isSameType(Type t, Type s) in 
jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java

In JDK 10 for t.getTag() == TypeTag.TypeVar, this method reurned true (return 
tv1.tsym == tv2.tsym && checkSameBounds(tv1, tv2))
In JDK 11, this method returns false because above check is replaced by return 
t == s;

Sent mail to JDK team for confirming if it's JDK issue.





--
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] [Closed] (NETBEANS-863) Refactor rename of var type Lambda parameter is not proper

2018-08-20 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA closed NETBEANS-863.
--
Resolution: Fixed

With nb-javac for jdk-11 , refactor rename of lambda var type parameter is 
working fine

> Refactor rename of var type Lambda parameter is not proper
> --
>
> Key: NETBEANS-863
> URL: https://issues.apache.org/jira/browse/NETBEANS-863
> Project: NetBeans
>  Issue Type: Bug
>Reporter: ARUNAVA SINHA
>Assignee: ARUNAVA SINHA
>Priority: Minor
>  Labels: JDK11-VarInLambda
>
> Refactor-->Rename of var type lambda parameter not proper.
> e.g.,
> IntBinaryOperator calc5 = (var x, var y) -> x + y;
> Refactor-->Rename of 'y' identifier leads to an error statement.
> Actual result:
>  IntBinaryOperator calc5 = (var x, y1) -> x + y1;
> Expected Result:
>  IntBinaryOperator calc5 = (var x, var y1) -> x + y1;



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

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

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



[incubator-netbeans] branch master updated: [NETBEANS-1074] Module Review php.editor (#720)

2018-08-20 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1fc7924  [NETBEANS-1074] Module Review php.editor (#720)
1fc7924 is described below

commit 1fc79242360ac88c1f7ebe4b7d226bbf8011df96
Author: Junichi Yamamoto 
AuthorDate: Tue Aug 21 08:13:11 2018 +0900

[NETBEANS-1074] Module Review php.editor (#720)

- Change the license header of Bundle.properties and PrintASTVisitor.java
- Add licenseinfo.xml
- Disable unit tests because test data are removed 
https://hg.netbeans.org/releases/rev/c08284c26be3
---
 php.editor/licenseinfo.xml | 60 ++
 .../modules/php/editor/codegen/Bundle.properties   | 53 ++-
 .../php/editor/codegen/ui/Bundle.properties| 53 ++-
 .../modules/php/editor/sql/ui/Bundle.properties| 53 ++-
 .../php/editor/actions/ImportDataCreatorTest.java  | 48 -
 .../php/editor/indent/PHPFormatterHtmlTest.java|  8 +--
 .../php/editor/parser/ASTPHP5ParserTest.java   |  8 +--
 .../php/editor/parser/ParserPerformanceTest.java   | 26 +-
 .../modules/php/editor/parser/PrintASTVisitor.java | 51 +-
 .../modules/php/editor/verification/HintsTest.java |  6 +--
 10 files changed, 167 insertions(+), 199 deletions(-)

diff --git a/php.editor/licenseinfo.xml b/php.editor/licenseinfo.xml
new file mode 100644
index 000..cde52a7
--- /dev/null
+++ b/php.editor/licenseinfo.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
src/org/netbeans/modules/php/editor/indent/ui/BlankLines.php
+src/org/netbeans/modules/php/editor/indent/ui/Braces.php
+src/org/netbeans/modules/php/editor/indent/ui/Spaces.php
+
src/org/netbeans/modules/php/editor/indent/ui/TabsIndents.php
+src/org/netbeans/modules/php/editor/indent/ui/Uses.php
+src/org/netbeans/modules/php/editor/indent/ui/Wrapping.php
+src/org/netbeans/modules/php/editor/resources/PHP5Example
+
+
+
+
+tools/skeleton.netbeans
+tools/skeletonParser.netbeans
+
src/org/netbeans/modules/php/editor/resources/annotation.png
+src/org/netbeans/modules/php/editor/resources/catalog.png
+src/org/netbeans/modules/php/editor/resources/class.png
+
src/org/netbeans/modules/php/editor/resources/connection.gif
+src/org/netbeans/modules/php/editor/resources/constant.png
+
src/org/netbeans/modules/php/editor/resources/error-glyph.gif
+
src/org/netbeans/modules/php/editor/resources/fieldPrivate.png
+
src/org/netbeans/modules/php/editor/resources/fieldProtected.png
+
src/org/netbeans/modules/php/editor/resources/fieldPublic.png
+src/org/netbeans/modules/php/editor/resources/function.png
+
src/org/netbeans/modules/php/editor/resources/interface.png
+
src/org/netbeans/modules/php/editor/resources/methodProtected.png
+
src/org/netbeans/modules/php/editor/resources/methodStaticProtected.png
+
src/org/netbeans/modules/php/editor/resources/methodStaticPublic.png
+src/org/netbeans/modules/php/editor/resources/php16.png
+src/org/netbeans/modules/php/editor/resources/php16Key.png
+src/org/netbeans/modules/php/editor/resources/refresh.png
+
src/org/netbeans/modules/php/editor/resources/subtypehierarchy.gif
+
src/org/netbeans/modules/php/editor/resources/supertypehierarchy.gif
+src/org/netbeans/modules/php/editor/resources/trait.png
+
+
+
+
diff --git 
a/php.editor/src/org/netbeans/modules/php/editor/codegen/Bundle.properties 
b/php.editor/src/org/netbeans/modules/php/editor/codegen/Bundle.properties
index e849d7a..c6e0cef 100644
--- a/php.editor/src/org/netbeans/modules/php/editor/codegen/Bundle.properties
+++ b/php.editor/src/org/netbeans/modules/php/editor/codegen/Bundle.properties
@@ -1,42 +1,19 @@
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-
-# Copyright 2010 Oracle and/or its affiliates. All rights reserved.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-
-# The contents of this file are subject to the terms of either the GNU
-# General Public License Version 2 only ("GPL") or the Common
-# Development and Distribution License("CDDL") (collectively, 

[incubator-netbeans] branch netbeans-1074-2nd-review-javascript2-nodejs deleted (was 53f7d2c)

2018-08-20 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a change to branch netbeans-1074-2nd-review-javascript2-nodejs
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


 was 53f7d2c  [NETBEANS-1074] Review Module javascript2.nodejs

This change permanently discards the following revisions:

 discard 53f7d2c  [NETBEANS-1074] Review Module javascript2.nodejs


-
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-1152) Move modules from groovy cluster into a subdirectory

2018-08-20 Thread ASF GitHub Bot (JIRA)


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

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

> Move modules from groovy cluster into a subdirectory
> 
>
> Key: NETBEANS-1152
> URL: https://issues.apache.org/jira/browse/NETBEANS-1152
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> Follow the steps here and apply to groovy cluster:
> https://github.com/apache/incubator-netbeans/pull/719



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

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

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



[jira] [Created] (NETBEANS-1155) Support comment lines in javascript models

2018-08-20 Thread Svatopluk Dedic (JIRA)
Svatopluk Dedic created NETBEANS-1155:
-

 Summary: Support comment lines in javascript models
 Key: NETBEANS-1155
 URL: https://issues.apache.org/jira/browse/NETBEANS-1155
 Project: NetBeans
  Issue Type: Improvement
  Components: Javascript - Model
Reporter: Svatopluk Dedic


The model format does not seem to support comments. Found during licenses 
review, the models can't include license notice. But comments in model files 
could be useful in general, too.



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

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

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



[jira] [Created] (NETBEANS-1154) DatabaseException Error

2018-08-20 Thread Kenny Coltharp (JIRA)
Kenny Coltharp created NETBEANS-1154:


 Summary: DatabaseException Error
 Key: NETBEANS-1154
 URL: https://issues.apache.org/jira/browse/NETBEANS-1154
 Project: NetBeans
  Issue Type: Bug
  Components: db - Code
Affects Versions: 8.2
 Environment: Windows 10 Professional, Netbeans IDE 8.2
Reporter: Kenny Coltharp


This is the error I am getting each time I attempt to connect to the local 
mysql server.

 

org.netbeans.api.DatabaseException: java.sql.SQLExeption: 
java.lang.ClassCastException: java.math.BigInteger cannot be cast to 
Java.lang.Long



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

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

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



[jira] [Updated] (NETBEANS-1153) JavaFX CSS property suggestion inconsistent with directories of Maven project.

2018-08-20 Thread Narayan (JIRA)


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

Narayan updated NETBEANS-1153:
--
Description: 
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion .

 *Steps to produce the bug:*
 # Create javafx maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

*CSS Suggestion works on /Styles directory:*
 # Create javafx maven project 
 # Create new css file inside the src/main/resources/Styles
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter . It will now show suggestion

  was:
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion .

 *Steps to produce the bug:*
 # Create java maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

 Issue Type: Bug  (was: Improvement)
Summary: JavaFX CSS property suggestion inconsistent with directories 
of Maven project.  (was: JavaFX CSS property suggestion)

> JavaFX CSS property suggestion inconsistent with directories of Maven project.
> --
>
> Key: NETBEANS-1153
> URL: https://issues.apache.org/jira/browse/NETBEANS-1153
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 9.0
> Environment: Processor:  AMD FX(tm)-8350 Eight-Core Processor
> RAM: 24 GB
> Ubuntu x64 18.04.1 LTS
> Java 1.8.0_181
>Reporter: Narayan
>Priority: Major
>  Labels: usability
> Attachments: Screenshot from 2018-08-20 13-49-56.png
>
>
> Hi, 
> I have been using Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
> application. I started to use the css editor and try to add some property 
> like "-fx-background-color" and I do not get any suggestion .
>  *Steps to produce the bug:*
>  # Create javafx maven project 
>  # Create new css file inside the src/main/resources
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter
>  
> *CSS Suggestion works on /Styles directory:*
>  # Create javafx maven project 
>  # Create new css file inside the src/main/resources/Styles
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter . It will now show suggestion



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

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

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



[jira] [Updated] (NETBEANS-1153) JavaFX CSS property suggestion

2018-08-20 Thread Narayan (JIRA)


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

Narayan updated NETBEANS-1153:
--
Description: 
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion .

 *Steps to produce the bug:*
 # Create java maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

  was:
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion unlike the one I used to 
get on Netbeans 8.1. 

 *Steps to produce the bug:*
 # Create java maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

 Issue Type: Improvement  (was: Bug)

> JavaFX CSS property suggestion
> --
>
> Key: NETBEANS-1153
> URL: https://issues.apache.org/jira/browse/NETBEANS-1153
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Code Completion
>Affects Versions: 9.0
> Environment: Processor:  AMD FX(tm)-8350 Eight-Core Processor
> RAM: 24 GB
> Ubuntu x64 18.04.1 LTS
> Java 1.8.0_181
>Reporter: Narayan
>Priority: Major
>  Labels: usability
> Attachments: Screenshot from 2018-08-20 13-49-56.png
>
>
> Hi, 
> I have been using Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
> application. I started to use the css editor and try to add some property 
> like "-fx-background-color" and I do not get any suggestion .
>  *Steps to produce the bug:*
>  # Create java maven project 
>  # Create new css file inside the src/main/resources
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter
>  



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

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

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



[jira] [Updated] (NETBEANS-1153) JavaFX CSS property suggestion

2018-08-20 Thread Narayan (JIRA)


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

Narayan updated NETBEANS-1153:
--
Description: 
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion unlike the one I used to 
get on Netbeans 8.1. 

 *Steps to produce the bug:*
 # Create java maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

  was:
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion unlike the one I used to 
get on Netbeans 8.1. 

 *Steps to produce the bug:*
 # Create javafx maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 


> JavaFX CSS property suggestion
> --
>
> Key: NETBEANS-1153
> URL: https://issues.apache.org/jira/browse/NETBEANS-1153
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 9.0
> Environment: Processor:  AMD FX(tm)-8350 Eight-Core Processor
> RAM: 24 GB
> Ubuntu x64 18.04.1 LTS
> Java 1.8.0_181
>Reporter: Narayan
>Priority: Major
>  Labels: usability
> Attachments: Screenshot from 2018-08-20 13-49-56.png
>
>
> Hi, 
> I have been using Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
> application. I started to use the css editor and try to add some property 
> like "-fx-background-color" and I do not get any suggestion unlike the one I 
> used to get on Netbeans 8.1. 
>  *Steps to produce the bug:*
>  # Create java maven project 
>  # Create new css file inside the src/main/resources
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter
>  



--
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 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] [Updated] (NETBEANS-1153) JavaFX CSS property suggestion

2018-08-20 Thread Narayan (JIRA)


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

Narayan updated NETBEANS-1153:
--
Description: 
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion unlike the one I used to 
get on Netbeans 8.1. 

 *Steps to produce the bug:*
 # Create javafx maven project 
 # Create new css file inside the src/main/resources
 # Edit that file to check for the css property suggestion 
 # Type "-fx" and Hit Ctrl+Enter

 

  was:
Hi, 

I have been using Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
application. I started to use the css editor and try to add some property like 
"-fx-background-color" and I do not get any suggestion unlike the one I used to 
get on Netbeans 8.1. 

 

 


> JavaFX CSS property suggestion
> --
>
> Key: NETBEANS-1153
> URL: https://issues.apache.org/jira/browse/NETBEANS-1153
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 9.0
> Environment: Processor:  AMD FX(tm)-8350 Eight-Core Processor
> RAM: 24 GB
> Ubuntu x64 18.04.1 LTS
> Java 1.8.0_181
>Reporter: Narayan
>Priority: Major
>  Labels: usability
> Attachments: Screenshot from 2018-08-20 13-49-56.png
>
>
> Hi, 
> I have been using Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
> application. I started to use the css editor and try to add some property 
> like "-fx-background-color" and I do not get any suggestion unlike the one I 
> used to get on Netbeans 8.1. 
>  *Steps to produce the bug:*
>  # Create javafx maven project 
>  # Create new css file inside the src/main/resources
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter
>  



--
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] [Comment Edited] (NETBEANS-1152) Move modules from groovy cluster into a subdirectory

2018-08-20 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-1152 at 8/20/18 7:39 AM:
--

print-selected-modules:
 [echo] modules=
groovy.antproject,
groovy.editor,
groovy.grails,
groovy.grailsproject,
groovy.gsp,
groovy.kit,
groovy.refactoring,
groovy.samples,
groovy.support,
libs.groovy,
maven.groovy


was (Author: geertjanwielenga):
print-selected-modules:
 [echo] modules=
groovy.antproject,
groovy.editor,
groovy.grails,
groovy.grailsproject,
groovy.gsp,
groovy.kit,
groovy.refactoring,
groovy.samples,
groovy.support,
libs.groovy,
maven.groovy

> Move modules from groovy cluster into a subdirectory
> 
>
> Key: NETBEANS-1152
> URL: https://issues.apache.org/jira/browse/NETBEANS-1152
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>
> Follow the steps here and apply to groovy cluster:
> https://github.com/apache/incubator-netbeans/pull/719



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

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

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



[jira] [Updated] (NETBEANS-1152) Move modules from groovy cluster into a subdirectory

2018-08-20 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga updated NETBEANS-1152:

Description: 
Follow the steps here and apply to groovy cluster:

https://github.com/apache/incubator-netbeans/pull/719

> Move modules from groovy cluster into a subdirectory
> 
>
> Key: NETBEANS-1152
> URL: https://issues.apache.org/jira/browse/NETBEANS-1152
> Project: NetBeans
>  Issue Type: Task
>Reporter: Geertjan Wielenga
>Priority: Major
>
> Follow the steps here and apply to groovy cluster:
> https://github.com/apache/incubator-netbeans/pull/719



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

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

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



[jira] [Created] (NETBEANS-1152) Move modules from groovy cluster into a subdirectory

2018-08-20 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-1152:
---

 Summary: Move modules from groovy cluster into a subdirectory
 Key: NETBEANS-1152
 URL: https://issues.apache.org/jira/browse/NETBEANS-1152
 Project: NetBeans
  Issue Type: Task
Reporter: Geertjan Wielenga






--
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] [Updated] (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:all-tabpanel
 ]

Andres Bel Alonso updated NETBEANS-1146:

Attachment: pom.xml

> 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



[incubator-netbeans] branch master updated (d830d76 -> 91d9451)

2018-08-20 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from d830d76  Merge pull request #687 from 
junichi11/module-review-libs.javacup
 add 6fc23c8  [NETBEANS-938] When browsing JDK sources, need to use 
--patch-module to parse as-if the source is part of the appropriate modules.
 add f54c213  [NETBEANS-938] Supporting (-XD)-Xmodule via a secret 
FileManager option.
 new 91d9451  Merge pull request #599 from jlahoda/NETBEANS-938

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


Summary of changes:
 .../netbeans/api/java/source/ClasspathInfo.java|  1 +
 .../modules/java/source/parsing/JavacParser.java   |  9 ++-
 .../java/source/parsing/ModuleOraculum.java|  5 +-
 .../source/parsing/PatchModuleFileManager.java | 39 ++
 .../java/source/parsing/ProxyFileManager.java  | 11 ++-
 .../java/source/parsing/ModuleOraculumTest.java| 84 --
 6 files changed, 88 insertions(+), 61 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #599 from jlahoda/NETBEANS-938

2018-08-20 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 91d94516c76ab50e8b420f70633694c025ca516e
Merge: d830d76 f54c213
Author: Geertjan Wielenga 
AuthorDate: Mon Aug 20 08:36:06 2018 +0200

Merge pull request #599 from jlahoda/NETBEANS-938

[NETBEANS-938] When browsing JDK sources, need to use --patch-module …

 .../netbeans/api/java/source/ClasspathInfo.java|  1 +
 .../modules/java/source/parsing/JavacParser.java   |  9 ++-
 .../java/source/parsing/ModuleOraculum.java|  5 +-
 .../source/parsing/PatchModuleFileManager.java | 39 ++
 .../java/source/parsing/ProxyFileManager.java  | 11 ++-
 .../java/source/parsing/ModuleOraculumTest.java| 84 --
 6 files changed, 88 insertions(+), 61 deletions(-)



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

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



[jira] [Resolved] (NETBEANS-1043) Refactor -> Move method does not update method::references

2018-08-20 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA resolved NETBEANS-1043.
-
Resolution: Fixed

Fix merged to Apache:master through below PR

https://github.com/apache/incubator-netbeans/pull/653

> Refactor -> Move method does not update method::references
> --
>
> Key: NETBEANS-1043
> URL: https://issues.apache.org/jira/browse/NETBEANS-1043
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Given the following code (was done inside a class for simplicity):
> {code:java}
>     public static class Baz{
>         public static void doStuff(BooleanSupplier source){
>             boolean val = source.getAsBoolean();
>         }
>         public static void prepareStuff(){
>             doStuff(Bar::moveThis);
>         }
>     }
>     public static class Bar {
>         public static boolean moveThis(){
>             return true;
>         }
>     }
>     public static class Foo{
>     
>     }
> {code}
> If you Refactor Move `moveThis` from `Bar` to `Foo`, the reference in 
> Baz.prepareStuff() does not get updated.



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

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

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



[jira] [Resolved] (NETBEANS-691) Cannot undo conversion of constructor to factory when refactoring in calling class.

2018-08-20 Thread ARUNAVA SINHA (JIRA)


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

ARUNAVA SINHA resolved NETBEANS-691.

Resolution: Fixed

Fix merged in Apache:master through below PR

https://github.com/apache/incubator-netbeans/pull/639

> Cannot undo conversion of constructor to factory when refactoring in calling 
> class. 
> 
>
> Key: NETBEANS-691
> URL: https://issues.apache.org/jira/browse/NETBEANS-691
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Manikantan Narender Nath
>Assignee: ARUNAVA SINHA
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Test Spec: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
> Test Suite: 
> [http://netbeans-vm.apache.org/synergy/client/app/#/suite/2034/v/1]
> Test Case: 
> http://netbeans-vm.apache.org/synergy/client/app/#/case/5158/suite/2034/v/1
> Environment
> *Product Version:* Apache NetBeans IDE Dev (Build 
> incubator-netbeans-linux-408-on-20180417)
> *Java:* 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> *Runtime:* Java(TM) SE Runtime Environment 10+46
> *System:* Mac OS X version 10.12.6 running on x86_64; UTF-8; en_IN (nb)
>  
>  
> Steps to reproduce
>  # OPen Project Java refactoring (attached to test spec)
>  # Open replace_constructor.ClassB
>  # Place caret on constructor call on  line ClassA ca2 = new Clas|sA(10, 5) 
> (| is caret position)
>  # From menu choose Refactor|Replace Constructor With Factory
>  # Provide name for factory
>  # Click Refactor
>  # Click undo-redo-undo
> Expected results
>    Able to run step 7   Undo/Redo button is enabled and clickable
> Actual Result
>    Cannot run Step 7 as  Undo button is disabled.



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