[jira] [Updated] (NETBEANS-722) Code Folding should respect mouse -click location

2019-12-29 Thread Thianchai Phromsuwan (Jira)


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

Thianchai Phromsuwan updated NETBEANS-722:
--
Affects Version/s: 11.1

> Code Folding should respect mouse -click location
> -
>
> Key: NETBEANS-722
> URL: https://issues.apache.org/jira/browse/NETBEANS-722
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Code folding
>Affects Versions: 9.0, 11.1
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202)
> Java: 10; Java HotSpot(TM) 64-Bit Server VM 10+46
> Runtime: Java(TM) SE Runtime Environment 10+46
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb)
> User directory: Z:\tmp\.other\user\netbeans\v09.00-beta\FourAbs
> Cache directory: Z:\tmp\.other\cache\netbeans\FourAbs-09
> Plugins:
>   * Netbeans Gradle plugin v1.4.3
>Reporter: will mason
>Priority: Critical
>  Labels: Regression, cursor, cursor-location, edit-location
>
> h2. context
> *  Editing Java source code
> *  Most Java method signatures are _folded_ (with the code-folding feature) 
> *  Scroll back or forward from the current editing line (previous cursor 
> position)
> *  The previous position has moved off the visible line of code
> h2. expected / desirable
> Based in Netbeans 8.2 behaviour
> *  Click on [*+*] icon to expand a method {code:java} [+] void abcd() { } 
> {code}
> *  Expand method body to this  {code:java} [+]
>   void abcd() { 
> // something something
>   } 
> {code}
> *  Cursor STAYS on the or near-by the {{abcd()}} method
> h2. actual
> *  Cursor appears to Jump rapidly to the last edit line "previous cursor 
> position"
> *  this is extremely disconcerting every time.
> * It has become extremely annoying in a very short time :(
> * The place -- Line of code or  method -- the user is _actually_ interested 
> in has vanished from the screen
> h2.  Impact
> *  I have not yet thrown my screen out the window
> * this requires NOT only going back to the place in the code you need.
> * You must also remember to click the mouse on that new position line 
> someplace or
> **  You will lose your place again 
> * It may have taken several minutes to find the specific few lines or method 
> you are seeking
> * One may need to scan 1,000-s of lines in collapsed code
> * All these effects are time wasting, unattractive, and off-putting
> * In addition time is money -- My bosses won't like Netbeans becoming less 
> productive.
> Furthermore...
> *  At least in the current Netbeans 9, the ALT-LeftArrow and ALT-RightArrow 
> don't alwasy jump to the context in the current file.  
> * They often skip about throudh recently edited files
> **  Which is Largely the function of the ALT-Tab _imho_.
> * In any case these arrow key functions don't look at were the mouse click 
> for code-unfolding / code-folding happened.



--
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-2913) Sugestion Code Folding

2019-12-29 Thread Thianchai Phromsuwan (Jira)


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

Thianchai Phromsuwan commented on NETBEANS-2913:


I feel that issue needs more attention from the devs, as I look through codes 
that are 3000-4000 long per script so this is a very needed feature to save 
time looking through long (if else, while, for, etc) conditions.

> Sugestion Code Folding
> --
>
> Key: NETBEANS-2913
> URL: https://issues.apache.org/jira/browse/NETBEANS-2913
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Samuel Placido da costa
>Priority: Major
>
> would be great if all conditions (if, while, for ...) have code folding, just 
> like other IDE's
> this would optimize the development and organization time of all code



--
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-2913) Sugestion Code Folding

2019-12-29 Thread Thianchai Phromsuwan (Jira)


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

Thianchai Phromsuwan updated NETBEANS-2913:
---
Priority: Major  (was: Critical)

> Sugestion Code Folding
> --
>
> Key: NETBEANS-2913
> URL: https://issues.apache.org/jira/browse/NETBEANS-2913
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Samuel Placido da costa
>Priority: Major
>
> would be great if all conditions (if, while, for ...) have code folding, just 
> like other IDE's
> this would optimize the development and organization time of all code



--
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-2913) Sugestion Code Folding

2019-12-29 Thread Thianchai Phromsuwan (Jira)


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

Thianchai Phromsuwan updated NETBEANS-2913:
---
Priority: Critical  (was: Minor)

> Sugestion Code Folding
> --
>
> Key: NETBEANS-2913
> URL: https://issues.apache.org/jira/browse/NETBEANS-2913
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Samuel Placido da costa
>Priority: Critical
>
> would be great if all conditions (if, while, for ...) have code folding, just 
> like other IDE's
> this would optimize the development and organization time of all code



--
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-2913) Sugestion Code Folding

2019-12-29 Thread Thianchai Phromsuwan (Jira)


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

Thianchai Phromsuwan updated NETBEANS-2913:
---
Issue Type: Improvement  (was: Task)

> Sugestion Code Folding
> --
>
> Key: NETBEANS-2913
> URL: https://issues.apache.org/jira/browse/NETBEANS-2913
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Samuel Placido da costa
>Priority: Minor
>
> would be great if all conditions (if, while, for ...) have code folding, just 
> like other IDE's
> this would optimize the development and organization time of all code



--
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] [Closed] (NETBEANS-3635) Incomplete font for project name

2019-12-29 Thread Kang-Chi Wu (Jira)


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

Kang-Chi Wu closed NETBEANS-3635.
-
Resolution: Fixed

> Incomplete font for project name
> 
>
> Key: NETBEANS-3635
> URL: https://issues.apache.org/jira/browse/NETBEANS-3635
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: CentOS 8 on Virtual box
>Reporter: Kang-Chi Wu
>Priority: Major
> Attachments: 擷取.PNG
>
>
> I am just downloaded and install Netbean 8.2 on CentOS 8 (virtual box), but 
> the fonts on the left side(toolbar, project and other files name) are not 
> complete. Its really hard to see the projects and other files name. How can I 
> do to fix this problem? !擷取.PNG|width=1315,height=911!



--
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-3650) Library classes of the same name cannot be opened

2019-12-29 Thread Andrew (Jira)
Andrew created NETBEANS-3650:


 Summary: Library classes of the same name cannot be opened
 Key: NETBEANS-3650
 URL: https://issues.apache.org/jira/browse/NETBEANS-3650
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: Windows 10
Reporter: Andrew


If adding a jar file to the library list, the jar file can contain classes with 
the same filename but with different letter casing within a single package.

Example:
com.path.to.Class
com.path.to.cLass
com.path.to.clAss
com.path.to.claSS

The problem is only one of the variations of letting casing will ever open in 
the source window. So for example only "clAss" will open when trying to open 
"Class", "cLass", and "claSS".

However, when clicking a class in the library window it does seem to show the 
member variables, methods, etc in the navigator window just fine. Only the 
source window seems to have a problem.



--
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-3586] : Same module name when created, breaks things. Showing null pointer exception on screen

2019-12-29 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 3755ec8  [NETBEANS-3586] : Same module name when created, breaks 
things. Showing null pointer exception on screen
3755ec8 is described below

commit 3755ec85188457effa3aa9f8de1644b2c5ed7559
Author: singh-akhilesh 
AuthorDate: Mon Dec 16 12:29:39 2019 +0530

[NETBEANS-3586] : Same module name when created, breaks things. Showing 
null pointer exception on screen
---
 .../modules/java/j2semodule/ui/wizards/Bundle.properties | 1 +
 .../java/j2semodule/ui/wizards/ModuleTargetChooserPanel.java | 9 +
 2 files changed, 10 insertions(+)

diff --git 
a/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/Bundle.properties
 
b/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/Bundle.properties
index 35e32c3..bf7ab20 100644
--- 
a/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/Bundle.properties
+++ 
b/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/Bundle.properties
@@ -76,6 +76,7 @@ LBL_ModuleTargetChooserPanelGUI_CreatedModule_Label= 
Module\:
 LBL_ModuleTargetChooserPanelGUI_NewModulePrefix=new
 ERR_ModuleTargetChooser_InvalidModule=The Module Name is not valid
 ERR_ModuleTargetChooser_InvalidFolder=The Module is not a folder
+ERR_ModuleTargetChooser_AlreadyExistModule=The Module Name already exists
 INFO_ModuleTargetChooser_ProvideModuleName=Provide valid Module name
 
 AD_documentNameTextField=N/A
diff --git 
a/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanel.java
 
b/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanel.java
index d061372..aafaa46 100644
--- 
a/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanel.java
+++ 
b/java/java.j2semodule/src/org/netbeans/modules/java/j2semodule/ui/wizards/ModuleTargetChooserPanel.java
@@ -20,6 +20,7 @@ package org.netbeans.modules.java.j2semodule.ui.wizards;
 
 import java.awt.Component;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.List;
 import java.util.StringTokenizer;
 import javax.swing.event.ChangeEvent;
@@ -121,6 +122,10 @@ public class ModuleTargetChooserPanel implements 
WizardDescriptor.Panel 
module.getName().equalsIgnoreCase(newModuleName));
+}
 
 private void setErrorMessage(String key) {
 if (key == null) {


-
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-3322) org.gradle.jvmargs does not handle quotes

2019-12-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3322:
---

Resolved as result of fixing NETBEANS-3041 and NETBEANS-3638

> org.gradle.jvmargs does not handle quotes
> -
>
> Key: NETBEANS-3322
> URL: https://issues.apache.org/jira/browse/NETBEANS-3322
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.2
>Reporter: Eugene Pliskin
>Assignee: Laszlo Kishalmi
>Priority: Major
> Fix For: 11.3
>
>
> Just installed new 11.2 NetBeans with Windows 64 installer. During 
> installation I have agreed to importing plugins and settings from my old 
> NetBeans version 11.1. Workspace contains a Gradle project. This project is 
> in healthy state, and I can build it with old NetBeans 11.1.
> But in the new version NetBeans 11.2 I have the following error messages when 
> opening or building this project:
>  
> org.gradle.api.GradleException: Unable to start the daemon process.
> This problem might be caused by incorrect configuration of the daemon.
> For example, an unrecognized jvm option is used.
> Please refer to the User Manual chapter on the daemon at 
> https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html
> Please read the following process output to find out more:
> ---
> **Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> Error: Could not find or load main class '-Dfile.encoding=UTF-8'**
> Caused by: java.lang.ClassNotFoundException: '-Dfile.encoding=UTF-8'
> ...



--
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-3322) org.gradle.jvmargs does not handle quotes

2019-12-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3322.
---
Fix Version/s: 11.3
   Resolution: Fixed

> org.gradle.jvmargs does not handle quotes
> -
>
> Key: NETBEANS-3322
> URL: https://issues.apache.org/jira/browse/NETBEANS-3322
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.2
>Reporter: Eugene Pliskin
>Assignee: Laszlo Kishalmi
>Priority: Major
> Fix For: 11.3
>
>
> Just installed new 11.2 NetBeans with Windows 64 installer. During 
> installation I have agreed to importing plugins and settings from my old 
> NetBeans version 11.1. Workspace contains a Gradle project. This project is 
> in healthy state, and I can build it with old NetBeans 11.1.
> But in the new version NetBeans 11.2 I have the following error messages when 
> opening or building this project:
>  
> org.gradle.api.GradleException: Unable to start the daemon process.
> This problem might be caused by incorrect configuration of the daemon.
> For example, an unrecognized jvm option is used.
> Please refer to the User Manual chapter on the daemon at 
> https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html
> Please read the following process output to find out more:
> ---
> **Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> Error: Could not find or load main class '-Dfile.encoding=UTF-8'**
> Caused by: java.lang.ClassNotFoundException: '-Dfile.encoding=UTF-8'
> ...



--
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-3648) BaseUtilities.parseParam does not handle single quotes

2019-12-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3648.
---
Fix Version/s: 11.3
   Resolution: Fixed

> BaseUtilities.parseParam does not handle single quotes
> --
>
> Key: NETBEANS-3648
> URL: https://issues.apache.org/jira/browse/NETBEANS-3648
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 11.1, 11.2
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.3
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The command argument parser in BaseUtilities.parseParams does not handle 
> single quotes and empty parameters.



--
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-3648] Support single quotes in parameter parsing

2019-12-29 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 0d9e6cc  [NETBEANS-3648] Support single quotes in parameter parsing
0d9e6cc is described below

commit 0d9e6cc6dfc456a40a5cd9d335c92f5820d81b3b
Author: Laszlo Kishalmi 
AuthorDate: Sun Dec 29 09:24:57 2019 -0800

[NETBEANS-3648] Support single quotes in parameter parsing
---
 .../src/org/openide/util/BaseUtilities.java| 172 -
 .../src/org/openide/util/BaseUtilitiesTest.java|  61 +++-
 2 files changed, 121 insertions(+), 112 deletions(-)

diff --git a/platform/openide.util/src/org/openide/util/BaseUtilities.java 
b/platform/openide.util/src/org/openide/util/BaseUtilities.java
index 9dfb1f7..2fda5b5 100644
--- a/platform/openide.util/src/org/openide/util/BaseUtilities.java
+++ b/platform/openide.util/src/org/openide/util/BaseUtilities.java
@@ -1036,12 +1036,11 @@ widthcheck:  {
 * @return an array of parameters
 */
 public static String[] parseParameters(String s) {
-int NULL = 0x0; // STICK + whitespace or NULL + non_"
-int INPARAM = 0x1; // NULL + " or STICK + " or INPARAMPENDING + "\ // 
NOI18N
-int INPARAMPENDING = 0x2; // INPARAM + \
-int STICK = 0x4; // INPARAM + " or STICK + non_" // NOI18N
-int STICKPENDING = 0x8; // STICK + \
-ArrayList params = new ArrayList(5);
+final int NULL = 0x0;
+final int IN_PARAM = 0x1;
+final int IN_DOUBLE_QUOTE = 0x2;
+final int IN_SINGLE_QUOTE = 0x3;
+ArrayList params = new ArrayList<>(5);
 char c;
 
 int state = NULL;
@@ -1050,117 +1049,72 @@ widthcheck:  {
 
 for (int i = 0; i < slength; i++) {
 c = s.charAt(i);
-
-if (Character.isWhitespace(c)) {
-if (state == NULL) {
-if (buff.length() > 0) {
-params.add(buff.toString());
-buff.setLength(0);
+switch (state) {
+case NULL:
+switch (c) {
+case '\'':
+state = IN_SINGLE_QUOTE;
+break;
+case '"':
+state = IN_DOUBLE_QUOTE;
+break;
+default:
+if (!Character.isWhitespace(c)) {
+buff.append(c);
+state = IN_PARAM;
+}
 }
-} else if (state == STICK) {
-params.add(buff.toString());
-buff.setLength(0);
-state = NULL;
-} else if (state == STICKPENDING) {
-buff.append('\\');
-params.add(buff.toString());
-buff.setLength(0);
-state = NULL;
-} else if (state == INPARAMPENDING) {
-state = INPARAM;
-buff.append('\\');
-buff.append(c);
-} else { // INPARAM
-buff.append(c);
-}
-
-continue;
-}
-
-if (c == '\\') {
-if (state == NULL) {
-++i;
-
-if (i < slength) {
-char cc = s.charAt(i);
-
-if ((cc == '"') || (cc == '\\')) {
-buff.append(cc);
-} else if (Character.isWhitespace(cc)) {
-buff.append(c);
---i;
-} else {
-buff.append(c);
-buff.append(cc);
-}
+break;
+case IN_SINGLE_QUOTE:
+if (c != '\'') {
+buff.append(c);
 } else {
-buff.append('\\');
-
-break;
+state = IN_PARAM;
 }
-
-continue;
-} else if (state == INPARAM) {
-state = INPARAMPENDING;
-} else if (state == INPARAMPENDING) {
-buff.append('\\');
-state = INPARAM;
-} else if (state == STICK) {
-state = STICKPENDING;
-} else if (state == STICKPENDING) {
-buff.append('\\');
-state = STICK;
-}
-
-continue;
-}
-
-if (c == '"') {
-if (state == NULL) {
-state = INPARAM;
-  

[jira] [Updated] (NETBEANS-3649) Update jruby libraries joni & jcodings

2019-12-29 Thread ASF GitHub Bot (Jira)


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

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

> Update jruby libraries joni & jcodings
> --
>
> Key: NETBEANS-3649
> URL: https://issues.apache.org/jira/browse/NETBEANS-3649
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Libraries
>Affects Versions: 11.2
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.0, 11.3
>
>
> Notes:
> - Update jcodings from 1.0.18 to 1.0.46
> - Update joni from 2.1.11 to 2.1.30
> [jcodings Web Page|https://github.com/jruby/jcodings]
> [joni Web Page|https://github.com/jruby/joni]



--
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-3649) Update jruby libraries joni & jcodings

2019-12-29 Thread Jose (Jira)
Jose created NETBEANS-3649:
--

 Summary: Update jruby libraries joni & jcodings
 Key: NETBEANS-3649
 URL: https://issues.apache.org/jira/browse/NETBEANS-3649
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Libraries
Affects Versions: 11.2
Reporter: Jose
Assignee: Jose
 Fix For: 12.0, 11.3


Notes:
- Update jcodings from 1.0.18 to 1.0.46
- Update joni from 2.1.11 to 2.1.30

[jcodings Web Page|https://github.com/jruby/jcodings]
[joni Web Page|https://github.com/jruby/joni]



--
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-3041) NetBeans gradle invoker not honouring org.gradle.jvmargs

2019-12-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3041:
---

The new PR got merged, I hope it works good now.

> NetBeans gradle invoker not honouring org.gradle.jvmargs
> 
>
> Key: NETBEANS-3041
> URL: https://issues.apache.org/jira/browse/NETBEANS-3041
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available, pull-requests-available
> Fix For: 11.3
>
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> cat .gradle/gradle.properties
> org.gradle.jvmargs=-Xmx8192m -XX:+PreserveFramePointer
> This property is not honoured by NetBeans when it starts a Gradle daemon, so 
> I end up with a Gradle daemon using the "default" amount of RAM, which on 
> some machines is too little, and on some is too much (it's 25% of system RAM).
> I'm guessing this is because it's loaded by the wrapper, not the daemon, 
> because other properties like org.gradle.daemon.idletimeout=36 are 
> honoured by NB's gradle daemon.
> The other effect of not loading that property is that I get multiple gradle 
> dameons running, each consuming 16Gb of RAM, because they're "incompatible", 
> so fixing this will save me about 16Gb of RAM per system.
> I'm a bit shaky on this bug report, but ... I think this is what's going on.
> (footnote: oh dear, Shevek broke something again, what on earth is that idiot 
> doing with NetBeans and why can't Shevek just behave like a "normal" 
> developer :D :D)



--
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-3041) NetBeans gradle invoker not honouring org.gradle.jvmargs

2019-12-29 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi resolved NETBEANS-3041.
---
Fix Version/s: (was: 11.2)
   11.3
   Resolution: Fixed

> NetBeans gradle invoker not honouring org.gradle.jvmargs
> 
>
> Key: NETBEANS-3041
> URL: https://issues.apache.org/jira/browse/NETBEANS-3041
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available, pull-requests-available
> Fix For: 11.3
>
>  Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> cat .gradle/gradle.properties
> org.gradle.jvmargs=-Xmx8192m -XX:+PreserveFramePointer
> This property is not honoured by NetBeans when it starts a Gradle daemon, so 
> I end up with a Gradle daemon using the "default" amount of RAM, which on 
> some machines is too little, and on some is too much (it's 25% of system RAM).
> I'm guessing this is because it's loaded by the wrapper, not the daemon, 
> because other properties like org.gradle.daemon.idletimeout=36 are 
> honoured by NB's gradle daemon.
> The other effect of not loading that property is that I get multiple gradle 
> dameons running, each consuming 16Gb of RAM, because they're "incompatible", 
> so fixing this will save me about 16Gb of RAM per system.
> I'm a bit shaky on this bug report, but ... I think this is what's going on.
> (footnote: oh dear, Shevek broke something again, what on earth is that idiot 
> doing with NetBeans and why can't Shevek just behave like a "normal" 
> developer :D :D)



--
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 (f112079 -> ec314fd)

2019-12-29 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 f112079  A simple UI to register new languages using TextMate grammars 
and Language Servers
 add ec314fd  [NETBEANS-3041] Honor gradle.properties processing order for 
JVM args.

No new revisions were added by this update.

Summary of changes:
 .../gradle/api/execute/GradleCommandLine.java  | 42 +++---
 .../gradle/execute/GradleDaemonExecutor.java   |  6 ++--
 .../gradle/api/execute/GradleCommandLineTest.java  | 29 +++
 3 files changed, 55 insertions(+), 22 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] [Commented] (NETBEANS-2552) Fail to install nb-javac Library on NetBeans 11

2019-12-29 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2552:
-

11.2 is the latest release.

> Fail to install nb-javac Library on NetBeans 11
> ---
>
> Key: NETBEANS-2552
> URL: https://issues.apache.org/jira/browse/NETBEANS-2552
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment:   Product Version : Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>   Operating System : Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor : 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12; 
> Oracle Corporation
>   Runtime : Java(TM) SE Runtime Environment 12.0.1+12
>   System Locale; Encoding = fr_FR (nb); Cp1252
>Reporter: Jimmy Jeunemaître
>Priority: Minor
>  Labels: nbjavac, reporting
> Attachments: nb-javac Impl problem.PNG
>
>
> Got a notification titled "Install nb-javac Library" in the "Notifications" 
> window.
> > Priority : SILENT Category : Info
> There is a blue link that tell something like : _It is recommended to install 
> nb-javac Library to improve Java editing experience and enable compile on 
> save._
> I clicked on it, it tried to do something but then send the following 
> exception :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>     at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>     at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>     at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>     at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> I closed the window and tried again and got this one (slightly different I 
> guess) :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1721)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getModulesToEnable(OperationValidator.java:340)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getRequiredElementsImpl(OperationValidator.java:376)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator.getRequiredElements(OperationValidator.java:108)
>     at 
> org.netbeans.modules.autoupdate.services.OperationContainerImpl$OperationInfoImpl.getRequiredElements(OperationContainerImpl.java:441)
>     at 
> org.netbeans.api.autoupdate.OperationContainer$OperationInfo.getRequiredElements(OperationContainer.java:371)
>     at 
> org.netbeans.modules.autoupdate.ui.ModuleInstallerSupport.installPlugins(ModuleInstallerSupport.java:201)
>     at 
> 

[jira] [Commented] (NETBEANS-2552) Fail to install nb-javac Library on NetBeans 11

2019-12-29 Thread Ma Derkse (Jira)


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

Ma Derkse commented on NETBEANS-2552:
-

I just tried with 11.0 and this is still present. See attached.

> Fail to install nb-javac Library on NetBeans 11
> ---
>
> Key: NETBEANS-2552
> URL: https://issues.apache.org/jira/browse/NETBEANS-2552
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment:   Product Version : Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
>   Operating System : Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor : 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12; 
> Oracle Corporation
>   Runtime : Java(TM) SE Runtime Environment 12.0.1+12
>   System Locale; Encoding = fr_FR (nb); Cp1252
>Reporter: Jimmy Jeunemaître
>Priority: Minor
>  Labels: nbjavac, reporting
> Attachments: nb-javac Impl problem.PNG
>
>
> Got a notification titled "Install nb-javac Library" in the "Notifications" 
> window.
> > Priority : SILENT Category : Info
> There is a blue link that tell something like : _It is recommended to install 
> nb-javac Library to improve Java editing experience and enable compile on 
> save._
> I clicked on it, it tried to do something but then send the following 
> exception :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
>     at org.netbeans.core.startup.ModuleList.access$2400(ModuleList.java:93)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.stepEnable(ModuleList.java:1384)
>     at 
> org.netbeans.core.startup.ModuleList$Listener.access$1400(ModuleList.java:982)
>     at 
> org.netbeans.core.startup.ModuleList$Listener$1.run(ModuleList.java:1206)
>     at 
> org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:102)
>     at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:494)
>     at org.netbeans.core.startup.ModuleList$Listener.run(ModuleList.java:1182)
>     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
>     at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
>     at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> {code}
> I closed the window and tried again and got this one (slightly different I 
> guess) :
> {code:java}
> java.lang.IllegalStateException: Host module 
> StandardModule:org.netbeans.libs.javacimpl jarFile: C:\NetBeans 
> 11\netbeans\java\modules\org-netbeans-libs-javacimpl.jar was enabled before, 
> will not accept fragment StandardModule:org.netbeans.modules.nbjavac.impl 
> jarFile: 
> C:\Users\Username\AppData\Roaming\NetBeans\11.0\modules\org-netbeans-modules-nbjavac-impl.jar
>     at 
> org.netbeans.ModuleManager.attachModuleFragment(ModuleManager.java:1104)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1708)
>     at 
> org.netbeans.ModuleManager.maybeAddToEnableList(ModuleManager.java:1721)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1632)
>     at org.netbeans.ModuleManager.simulateEnable(ModuleManager.java:1605)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getModulesToEnable(OperationValidator.java:340)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator$EnableValidator.getRequiredElementsImpl(OperationValidator.java:376)
>     at 
> org.netbeans.modules.autoupdate.services.OperationValidator.getRequiredElements(OperationValidator.java:108)
>     at 
> org.netbeans.modules.autoupdate.services.OperationContainerImpl$OperationInfoImpl.getRequiredElements(OperationContainerImpl.java:441)
>     at 
> org.netbeans.api.autoupdate.OperationContainer$OperationInfo.getRequiredElements(OperationContainer.java:371)
>     at 
> org.netbeans.modules.autoupdate.ui.ModuleInstallerSupport.installPlugins(ModuleInstallerSupport.java:201)
>     at 
> 

[jira] [Created] (NETBEANS-3648) BaseUtilities.parseParam does not handle single quotes

2019-12-29 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-3648:
-

 Summary: BaseUtilities.parseParam does not handle single quotes
 Key: NETBEANS-3648
 URL: https://issues.apache.org/jira/browse/NETBEANS-3648
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2, 11.1, 11.0, 10.0, 9.0, 8.2
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


The command argument parser in BaseUtilities.parseParams does not handle single 
quotes and empty parameters.



--
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 (fd974d2 -> f112079)

2019-12-29 Thread jlahoda
This is an automated email from the ASF dual-hosted git repository.

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


from fd974d2  [NETBEANS-3634] Use default colors in Gracle CLI Code 
completion
 add f112079  A simple UI to register new languages using TextMate grammars 
and Language Servers

No new revisions were added by this update.

Summary of changes:
 ide/lsp.client/manifest.mf |   2 +-
 ide/lsp.client/nbproject/project.properties|   1 +
 ide/lsp.client/nbproject/project.xml   |  40 +++
 .../netbeans/modules/lsp/client/LSPBindings.java   |  43 ++-
 .../modules/lsp/client/options/Bundle.properties   |  35 +++
 .../lsp/client/options/GenericDataObject.java  | 148 +
 .../lsp/client/options/GenericLanguageServer.java  | 139 +
 .../client/options/LanguageDescriptionPanel.form   | 225 ++
 .../client/options/LanguageDescriptionPanel.java   | 330 +
 .../LanguageServersOptionsPanelController.java | 100 +++
 .../lsp/client/options/LanguageServersPanel.form   | 128 
 .../lsp/client/options/LanguageServersPanel.java   | 230 ++
 .../lsp/client/options/LanguageStorage.java| 265 +
 .../modules/lsp/client/options/MimeTypeInfo.java   |  29 ++
 .../lsp/client/options/ServerRestarter.java|  25 ++
 .../netbeans/modules/lsp/client/options/Utils.java |  46 +++
 .../lsp/client/options/LanguageStorageTest.java| 118 
 ide/textmate.lexer/manifest.mf |   2 +-
 ide/textmate.lexer/nbproject/project.properties|   1 +
 .../modules/textmate/lexer/TextmateTokenId.java|  89 +-
 20 files changed, 1973 insertions(+), 23 deletions(-)
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/Bundle.properties
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/GenericDataObject.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/GenericLanguageServer.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageDescriptionPanel.form
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageDescriptionPanel.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageServersOptionsPanelController.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageServersPanel.form
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageServersPanel.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/LanguageStorage.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/MimeTypeInfo.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/ServerRestarter.java
 create mode 100644 
ide/lsp.client/src/org/netbeans/modules/lsp/client/options/Utils.java
 create mode 100644 
ide/lsp.client/test/unit/src/org/netbeans/modules/lsp/client/options/LanguageStorageTest.java


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

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



[jira] [Created] (NETBEANS-3647) FTP upload stops when uploading to IIS FTP service "550 "

2019-12-29 Thread Oli4 (Jira)
Oli4 created NETBEANS-3647:
--

 Summary: FTP upload stops when uploading to IIS FTP service "550 "
 Key: NETBEANS-3647
 URL: https://issues.apache.org/jira/browse/NETBEANS-3647
 Project: NetBeans
  Issue Type: Bug
  Components: php - FTP Support
Affects Versions: 11.2, 11.1, 11.0
Reporter: Oli4


Hi

when uploading to a Microsoft IIS FTP server there are some cases, when IIS FTP 
server does not conform strictly to RFC 959. For example when uploading to a 
non-existing subfolder Microsoft IIS responds with "550 ", giving the return 
code but omitting the reason.

This throws a MalformedServerReplyException in Netbeans. (Please see the 
complete error log underneath).

I believe, that this behaviour can be optimized by using the function 
[https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTP.html#setStrictReplyParsing(boolean)]
 .

I understand, that this is strictly a Microsoft bug, but hopefully this can be 
updated in Netbeans since I do not see any chance of Microsoft changing this 
bug any time soon.

I would really apreciate it, if this can be "fixed" in the next version.

Thanks and Greetings from Germany

Oli4

 

Full error log:

FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Command 
listener: CWD /test/test
FINE [org.netbeans.modules.php.project.connections.ftp.FtpClient]: Error while 
changing directory /test/test
org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
'550 '
 at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
 at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
 at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
 at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
 at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
 at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
 at 
org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
[catch] at 
org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.cdBaseRemoteDirectory(RemoteClient.java:1195)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.uploadFileInternal(RemoteClient.java:382)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.uploadFile(RemoteClient.java:347)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.upload(RemoteClient.java:328)
 at 
org.netbeans.modules.php.project.ui.actions.UploadCommand.upload(UploadCommand.java:150)
 at 
org.netbeans.modules.php.project.ui.actions.UploadCommand.uploadFiles(UploadCommand.java:98)
 at 
org.netbeans.modules.php.project.ui.actions.UploadCommand.invokeActionImpl(UploadCommand.java:82)
 at 
org.netbeans.modules.php.project.ui.actions.UploadCommand$1.run(UploadCommand.java:69)
 at 
org.netbeans.modules.php.project.ui.actions.RemoteCommand$1.run(RemoteCommand.java:84)
 at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
 at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
 at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
INFO [org.netbeans.modules.php.project.connections.RemoteClient]
org.apache.commons.net.MalformedServerReplyException: Truncated server reply: 
'550 '
 at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:374)
 at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:300)
 at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:523)
 at org.apache.commons.net.ftp.FTPSClient.sendCommand(FTPSClient.java:568)
 at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:648)
 at org.apache.commons.net.ftp.FTP.cwd(FTP.java:868)
 at 
org.apache.commons.net.ftp.FTPClient.changeWorkingDirectory(FTPClient.java:1167)
[catch] at 
org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:468)
Caused: org.netbeans.modules.php.project.connections.RemoteException: Cannot 
change directory to /test/test.
 at 
org.netbeans.modules.php.project.connections.ftp.FtpClient.changeWorkingDirectory(FtpClient.java:472)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.cdRemoteDirectory(RemoteClient.java:1200)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.cdBaseRemoteDirectory(RemoteClient.java:1195)
 at 
org.netbeans.modules.php.project.connections.RemoteClient.uploadFileInternal(RemoteClient.java:382)
[catch] at 
org.netbeans.modules.php.project.connections.RemoteClient.uploadFile(RemoteClient.java:347)at
 
org.netbeans.modules.php.project.connections.RemoteClient.upload(RemoteClient.java:328)
 at