[jira] [Created] (NETBEANS-4222) Open up more of APIs in Node and PropertySheet

2020-04-22 Thread Markus Sunela (Jira)
Markus Sunela created NETBEANS-4222:
---

 Summary: Open up more of APIs in Node and PropertySheet
 Key: NETBEANS-4222
 URL: https://issues.apache.org/jira/browse/NETBEANS-4222
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Explorer, platform - Nodes
Reporter: Markus Sunela


Currently it is hard to customize Node, Explorer and PropertySheet behavior, 
because there are too many private instead of protected methods, package 
private and final classes in the API.

Some examples I have stumbled on include
 * private doSetNodes method in PropertySheet (no way to override the use of 
ProxyNodes)
 * final and package private ProxyNode class
 * package private constructor in ProxyNode
 * package private getOriginalNodes method in ProxyNode
 * package private and final {color:#00}ProxyProperty{color} class in 
ProxyNode
 * final Sheet class and its inner class Sheet.Set
 * most private methods in Sheet and Sheet.Set should be protected instead
 * PropertySupport.Reflection class should have getters for read and write 
methods

I wonder, what is the rationale for so strict and static API design? I would 
assume the performance gains from these limitations are meager. Opening these 
classes for sub-classing and modifications would result in much more flexible 
system with much less code duplication.



--
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-4221) Cannot select function from suggested list

2020-04-22 Thread Eugene Pliskin (Jira)


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

Eugene Pliskin updated NETBEANS-4221:
-
Attachment: netbeans-crash.png
netbeans-crash.xml

> Cannot select function from suggested list
> --
>
> Key: NETBEANS-4221
> URL: https://issues.apache.org/jira/browse/NETBEANS-4221
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 11.3
> Environment: windows 10
>Reporter: Eugene Pliskin
>Priority: Minor
> Attachments: netbeans-crash.png, netbeans-crash.xml
>
>
> Crash when pressing Enter key to select a function from suggested completion 
> list. See attached screenshot. May be related to my non-ascii class and 
> variable names.
> Reproduced occasionally after extensive editing. Cannot reproduce with pure 
> ascii class and variable names.



--
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-4221) Cannot select function from suggested list

2020-04-22 Thread Eugene Pliskin (Jira)
Eugene Pliskin created NETBEANS-4221:


 Summary: Cannot select function from suggested list
 Key: NETBEANS-4221
 URL: https://issues.apache.org/jira/browse/NETBEANS-4221
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion & Templates
Affects Versions: 11.3
 Environment: windows 10
Reporter: Eugene Pliskin
 Attachments: netbeans-crash.png, netbeans-crash.xml

Crash when pressing Enter key to select a function from suggested completion 
list. See attached screenshot. May be related to my non-ascii class and 
variable names.

Reproduced occasionally after extensive editing. Cannot reproduce with pure 
ascii class and variable names.





--
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-3903) Netbeans 11.2 fails to detect successful startup of Tomcat 9.0.31

2020-04-22 Thread Francisco Grillo (Jira)


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

Francisco Grillo commented on NETBEANS-3903:


Hi Matthias, I understand your point. I've been doing this for more than 20 
years. I dedicate a significant time of my day coding in other projects like 
Netbeans. That's one of my passions. Here in Netbeans Community I'm just a 
user. I'll try to get some time to get involved here as well.

> Netbeans 11.2 fails to detect successful startup of Tomcat 9.0.31
> -
>
> Key: NETBEANS-3903
> URL: https://issues.apache.org/jira/browse/NETBEANS-3903
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java, serverplugins - Tomcat
>Affects Versions: 11.0, 11.1, 11.2, 11.3
> Environment: MacOS Catalina 10.15.3
> Netbeans 11.2 (using installer)
> Netbeans 11.0 (using binary download)
> Tomcat 9.0.31 (via brew and binary download)
> Tomcat 8.5.51 (via brew and binary download)
>Reporter: Rob
>Assignee: Nam Nguyen
>Priority: Blocker
>  Labels: ide, pull-request-available, server, tomcat, tomcat9
> Fix For: 12.0
>
> Attachments: Netbeans11.0-terminal-output.log, Screenshot 2020-02-20 
> at 21.17.36.png, apache-tomcat-9.0.31.zip, netbeans11-2-log.zip, 
> org-netbeans-modules-tomcat5.jar
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> * Example code - Not applicable 
>  * Example project - Not applicable
>  * Attachments...
>  * Screenshot 1) Console shows success whilst minutes later Netbeans error 
> appears
>  * Screenshot 2) Netbeans 11.0 terminal output included and I suspect it the 
> same error in Netbeans 11.2
>  * apache-tomcat-9.0.31.zip that includes the tomcat configuration and logs 
> for one attempt of running Tomcat (all looks good here) 
>  * netbeans11-2-log for the latest Netbeans 11.2 logs
>  * Exact steps 1. Add tomcat server 2. Run tomcat server, 3. Confirm it 
> starts (browser success and console logs success), 4. Minutes later error 
> appears to say "Starting of Tomcat Failed"
>  * Actual results - Tomcat should start than then Netbeans would usually 
> deploy the app, but Netbeans fails to detect Tomcat started successfully.  No 
> projects required to recreate this - starting Tomcat up from within the 
> Netbeans IDE shows success in the console <500ms but then reports as failed 
> minutes later
>  * Expected results - Netbeans should continue to deploy an application once 
> detecting tomcat has started
>  * NetBeans version - Multiple (11.0, 11.2)
>  * JDK version JDK 13 Open JDK and Sun JDK
>  * OS (Environment) Mac Catalina 10.15.3
> Deeper information follows...
> I installed the pre-requisite Open JDK 13 first.
> I had Netbeans 8.2 running on my iMac and decided to install the latest 
> version of Netbeans on my MacBook Pro running Mac OS Catalina 10.15.3, so I 
> opted for the latest NetBeans 11.2 installer.  
> I was surprised to see no 'customise' option during installation to choose 
> Tomcat (which is what used to happen in Netbeans 8.2).  Once Netbeans 11.2 
> was running I went to the server tab and added Tomcat 9.0.31 by pointing to 
> the Tomcat brew installation folder and added a private configuration folder, 
> I entered a new user 'ide' and password and ticked the 'Create user if does 
> not exist'.
> I can confirm it created the user in the tomcat-users.xml file correctly.
> ```
> 
> http://tomcat.apache.org/xml"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0" 
> xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd">
>  
>  
>  
>   username="ide"/>
> 
> ```
> When I right-click on the server and choose "Start", or "Start in debug mode" 
> tomcat starts and it is confirmed as starting within 317 milliseconds.
> I can load a browser manually and navigate to 
> [http://localhost:8084/manager/status] and confirm Tomcat is indeed running.
> ```
> NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED 
> --add-opens=java.base/java.io=ALL-UNNAMED 
> --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
> 20-Feb-2020 21:09:28.879 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version name: 
> Apache Tomcat/9.0.31
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server built: Feb 5 
> 2020 19:32:12 UTC
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log Server version number: 
> 9.0.31.0
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
> 20-Feb-2020 21:09:28.883 INFO [main] 
> org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.15.3
> 2

[jira] [Created] (NETBEANS-4220) Auto Completion not working properly on fields from the same class

2020-04-22 Thread Jaime David Daza Tovar (Jira)
Jaime David Daza Tovar created NETBEANS-4220:


 Summary: Auto Completion not working properly on fields from the 
same class
 Key: NETBEANS-4220
 URL: https://issues.apache.org/jira/browse/NETBEANS-4220
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion & Templates
Affects Versions: 11.3
Reporter: Jaime David Daza Tovar
Assignee: Jaime David Daza Tovar
 Fix For: 11.3
 Attachments: image-2020-04-22-19-04-37-025.png

The autocompletion feature fails in situations like the shown in the image 
below. The right-hand operand indicated had to be manually written in the 
source file.

!image-2020-04-22-19-04-37-025.png!

The log info is shown below:

-->Log
 Session: Wednesday, April 22, 2020 6:23:37 PM COT>System Info:   Product 
Version         = Apache NetBeans IDE 11.3  Operating System        = Windows 
10 version 10.0 running on amd64  Java; VM; Vendor        = 1.8.0_251; Java 
HotSpot(TM) 64-Bit Server VM 25.251-b08; Oracle Corporation  Runtime            
     = Java(TM) SE Runtime Environment 1.8.0_251-b08  Java Home               = 
D:\dev\Runners\Java\jdk1.8.0_251\jre  System Locale; Encoding = es_CO (nb); 
Cp1252  Home Directory          = C:\Users\jaime  Current Directory       = 
D:\dev\IDE\NetBeans-11.3  User Directory          = 
C:\Users\jaime\AppData\Roaming\NetBeans\11.3  Cache Directory         = 
C:\Users\jaime\AppData\Local\NetBeans\Cache\11.3  Installation            = 
D:\dev\IDE\NetBeans-11.3\netbeans\nb                            
D:\dev\IDE\NetBeans-11.3\netbeans\ergonomics                            
D:\dev\IDE\NetBeans-11.3\netbeans\ide                            
D:\dev\IDE\NetBeans-11.3\netbeans\extide                            
D:\dev\IDE\NetBeans-11.3\netbeans\java                            
D:\dev\IDE\NetBeans-11.3\netbeans\apisupport                            
D:\dev\IDE\NetBeans-11.3\netbeans\webcommon                            
D:\dev\IDE\NetBeans-11.3\netbeans\websvccommon                            
D:\dev\IDE\NetBeans-11.3\netbeans\enterprise                            
D:\dev\IDE\NetBeans-11.3\netbeans\profiler                            
D:\dev\IDE\NetBeans-11.3\netbeans\php                            
D:\dev\IDE\NetBeans-11.3\netbeans\harness                            
D:\dev\IDE\NetBeans-11.3\netbeans\groovy                            
D:\dev\IDE\NetBeans-11.3\netbeans\javafx                            
D:\dev\IDE\NetBeans-11.3\netbeans\platform  Boot & Ext. Classpath   = 
D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\resources.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\rt.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\sunrsasign.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\jsse.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\jce.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\charsets.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\jfr.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\classes;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\access-bridge-64.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\cldrdata.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\dnsns.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\jaccess.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\jfxrt.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\localedata.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\nashorn.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\sunec.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\sunjce_provider.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\sunmscapi.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\sunpkcs11.jar;D:\dev\Runners\Java\jdk1.8.0_251\jre\lib\ext\zipfs.jar
  Application Classpath   = 
D:\dev\IDE\NetBeans-11.3\netbeans\platform\lib\boot.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\lib\org-openide-modules.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\lib\org-openide-util-lookup.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\lib\org-openide-util-ui.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\lib\org-openide-util.jar;D:\dev\Runners\Java\jdk1.8.0_251\lib\dt.jar;D:\dev\Runners\Java\jdk1.8.0_251\lib\tools.jar
  Startup Classpath       = 
D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\asm-7.2.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\asm-commons-7.2.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\asm-tree-7.2.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\core-base.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\core.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\org-netbeans-libs-asm.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\org-openide-filesystems-compat8.jar;D:\dev\IDE\NetBeans-11.3\netbeans\platform\core\org-openide-filesystems.jar;D:\dev\IDE\NetBeans-11.3\netbeans\nb\core\org-netbeans

[jira] [Commented] (NETBEANS-3972) Unable to git commit changes with GPG signing

2020-04-22 Thread Kevin Andrews (Jira)


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

Kevin Andrews commented on NETBEANS-3972:
-

My findings so far are with the following set inside CommitCommand.java:


{code:java}
commit.setSign();
commit.setSigningKey();
commit.setCredentialsProvider(credentialsProvider);
{code}
and the following git config settings:


{code:java}
signingkey = 234567890
gpgsign = true
{code}

with the credentials provider providing my GPG key password directly for 
testing, the commit successfully goes through and is correctly signed:


{code:java}
   v1.3 ●  git log --show-signature

commit 123456789 (HEAD -> v1.3)
gpg: Signature made Wed 22 Apr 2020 20:38:07 BST
gpg: using RSA key 234567890
gpg: Good signature from "Kevin Andrews " [ultimate]
Author: Kevin Andrews 
Date: Wed Apr 22 20:36:28 2020 +0100
{code}
So i think i'm onto a successful implementation, however could do with some 
guidance, what would be the best way inside NetBeans to handle GPG private 
passphrases to use the signing key? I'm guessing a simple password prompt, but 
would this need to be cached for the session for example? Should there be an 
option to save the password, or use a password storage lookup like seahorse / 
gnome passwords?

 

 

> Unable to git commit changes with GPG signing
> -
>
> Key: NETBEANS-3972
> URL: https://issues.apache.org/jira/browse/NETBEANS-3972
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Git
>Affects Versions: 12.0, 11.3
>Reporter: Kevin Andrews
>Priority: Minor
>
> After setting up git GPG key signing on the repo config:
> {code:java}
> [user] 
> name = XX
> email =  XX
> signingkey = XX
> [commit] 
> gpgsign = true{code}
> I can commit in a terminal and commits are signed, however through NetBeans I 
> get the following error after entering a commit message and clicking commit:
> {code:java}
> 
>   2020-03-06T21:35:15
>   1583530515293
>   21894
>   org.netbeans.ui.focus
>   500
>   138
>   LOG_WINDOW_ACTIVATED
>   LOG_WINDOW_ACTIVATED
>   org.netbeans.core.ui.warmup.Bundle
>   25
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21895
>   org.netbeans.ui.actions
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   javax.swing.JMenuItem[Commit...]
>   javax.swing.JMenuItem
>   
> org.netbeans.modules.versioning.util.SystemActionBridge[Commit...]
>   org.netbeans.modules.versioning.util.SystemActionBridge
>   Commit...
> 
> 
>   2020-03-06T21:35:17
>   1583530517740
>   21896
>   org.netbeans.ui.SystemActionBridge
>   400
>   22
>   UI_ACTION_BUTTON_PRESS
>   UI_ACTION_BUTTON_PRESS
>   org.openide.awt.Bundle
>   
>   
>   
> org.netbeans.modules.git.ui.commit.CommitAction[Co&mmit...]
>   org.netbeans.modules.git.ui.commit.CommitAction
>   Co&mmit...
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21898
>   org.netbeans.ui.vcs
>   800
>   138
>   USG_VCS_CMD
>   USG_VCS_CMD
>   org.netbeans.modules.versioning.util.Bundle
>   GIT
>   11
>   0
>   commit
>   INTERNAL
> 
> 
>   2020-03-06T21:35:19
>   1583530519266
>   21899
>   org.netbeans.modules.git
>   800
>   138
>   org.eclipse.jgit.api.errors.JGitInternalException: missing 
> credentials provider
>   
> org.netbeans.libs.git.GitException: 
> org.eclipse.jgit.api.errors.JGitInternalException: missing credentials 
> provider
> 
>   org.netbeans.libs.git.jgit.commands.CommitCommand
>   run
>   153
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   57
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand$1
>   run
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   java.security.AccessController
>   doPrivileged
>   jrt:/java.base/java/security/AccessController.class
> 
> 
>   org.netbeans.libs.git.jgit.commands.GitCommand
>   execute
>   54
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.libs.git.GitClient
>   commit
>   480
>   ${netBeansDir}modules/org-netbeans-libs-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   297
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   org.netbeans.modules.git.client.GitClient$9
>   call
>   293
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modules.git.client.GitClient$CommandInvoker$1$1
>   call
>   933
>   ${netBeansDir}modules/org-netbeans-modules-git.jar
> 
> 
>   
> org.netbeans.modul

[jira] [Closed] (NETBEANS-2894) Warning - could not install some modules

2020-04-22 Thread Andreas Ernst (Jira)


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

Andreas Ernst closed NETBEANS-2894.
---
Resolution: Fixed

> Warning - could not install some modules
> 
>
> Key: NETBEANS-2894
> URL: https://issues.apache.org/jira/browse/NETBEANS-2894
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Andreas Ernst
>Priority: Major
>
> If i remember correcly, on some start of NetBeans, NetBeans wants to install 
> a module, this works.
> But after a new start of NetBeans i get this error:
>  
> Warning - could not install some modules:
>  Nashorn Integration - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>  27 further modules could not be installed due to the above problems.
> Warning - could not install some modules:
>      org.netbeans.libs.nashorn - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>      org.netbeans.modules.javascript2.doc - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.extdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.sdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.jsdoc - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.model - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.model - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.knockout - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.prototypejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.libs.nashorn would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.editor - The module 
> org.netbeans.modules.javascript2.doc would also need to be installed.
>      org.netbeans.modules.javascript2.jquery - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.jquery - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.extjs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.extjs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.nodejs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.nodejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.html.angular - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.html.angular - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.html.knockout - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.html.knockout - The module 
> org.netbeans.modules.javascript2.knockout would also need to be installed.
>      org.netbeans.modules.javascript2.source.query - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.requirejs - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.requirejs - The module 
> org.netbeans.modules.javascript2.model would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.prototypejs would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.editor would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.nodejs would also need to be installed.
>      org.netbeans.modules.javascript2.kit - The module 
> org.netbeans.modules.javascript2.requirejs would also need to be installed.
>      o

[jira] [Closed] (NETBEANS-4093) Absence of Pack200 in JDK 14 should not cause failure of NetBean installer

2020-04-22 Thread Bradley Willcott (Jira)


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

Bradley Willcott closed NETBEANS-4093.
--
Resolution: Duplicate

> Absence of Pack200 in JDK 14 should not cause failure of NetBean installer
> --
>
> Key: NETBEANS-4093
> URL: https://issues.apache.org/jira/browse/NETBEANS-4093
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 11.3
> Environment: Windows 10
>Reporter: Massimiliano Cuttini
>Priority: Blocker
>  Labels: windows
> Attachments: image-2020-03-31-15-35-30-583.png
>
>
> Pack200 was deprecated in JDK 13 ([https://openjdk.java.net/jeps/336])
>  with planned removal in JDK 14 ([https://openjdk.java.net/jeps/367])
>  which happened recently 
> ([http://hg.openjdk.java.net/jdk/jdk/rev/f236fd5d0c2c])
>  and supposed to be part of upcoming [JDK 14 Early 
> Access|http://jdk.java.net/14/] Build 27.
>  
> The ufficial Netbean 11.3 installer for windows fail to install with this 
> message and crash
> !image-2020-03-31-15-35-30-583.png!



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

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

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



[jira] [Commented] (NETBEANS-4093) Absence of Pack200 in JDK 14 should not cause failure of NetBean installer

2020-04-22 Thread Bradley Willcott (Jira)


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

Bradley Willcott commented on NETBEANS-4093:


Work around included.

> Absence of Pack200 in JDK 14 should not cause failure of NetBean installer
> --
>
> Key: NETBEANS-4093
> URL: https://issues.apache.org/jira/browse/NETBEANS-4093
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: 11.3
> Environment: Windows 10
>Reporter: Massimiliano Cuttini
>Priority: Blocker
>  Labels: windows
> Attachments: image-2020-03-31-15-35-30-583.png
>
>
> Pack200 was deprecated in JDK 13 ([https://openjdk.java.net/jeps/336])
>  with planned removal in JDK 14 ([https://openjdk.java.net/jeps/367])
>  which happened recently 
> ([http://hg.openjdk.java.net/jdk/jdk/rev/f236fd5d0c2c])
>  and supposed to be part of upcoming [JDK 14 Early 
> Access|http://jdk.java.net/14/] Build 27.
>  
> The ufficial Netbean 11.3 installer for windows fail to install with this 
> message and crash
> !image-2020-03-31-15-35-30-583.png!



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

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

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



[netbeans] branch enterprise_tests created (now 1286226)

2020-04-22 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

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


  at 1286226  [TRAVIS] RUn tests for enterprise modules

This branch includes the following new commits:

 new 1286226  [TRAVIS] RUn tests for enterprise modules

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.



-
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] 01/01: [TRAVIS] RUn tests for enterprise modules

2020-04-22 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch enterprise_tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 1286226e674594d19874e676194965b120f17e30
Author: Hector Espert 
AuthorDate: Wed Apr 22 20:33:23 2020 +0200

[TRAVIS] RUn tests for enterprise modules
---
 .travis.yml   | 2 ++
 enterprise/websvc.websvcapi/nbproject/project.properties  | 2 +-
 enterprise/websvc.wsstackapi/nbproject/project.properties | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 348e149..995bcc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -593,6 +593,8 @@ matrix:
 - ant $OPTS build
   script:
 - ant $OPTS -f enterprise/spring.webmvc test
+- ant $OPTS -f enterprise/websvc.websvcapi test
+- ant $OPTS -f enterprise/websvc.wsstackapi test
 
 - name: Test groovy modules on Java 8
   jdk: openjdk8
diff --git a/enterprise/websvc.websvcapi/nbproject/project.properties 
b/enterprise/websvc.websvcapi/nbproject/project.properties
index 62a0c39..ddd8d03 100644
--- a/enterprise/websvc.websvcapi/nbproject/project.properties
+++ b/enterprise/websvc.websvcapi/nbproject/project.properties
@@ -16,7 +16,7 @@
 # under the License.
 
 javac.compilerargs=-Xlint:unchecked
-javac.source=1.6
+javac.source=1.8
 javadoc.overview=${basedir}/overview.html
 javadoc.arch=${basedir}/arch.xml
 
diff --git a/enterprise/websvc.wsstackapi/nbproject/project.properties 
b/enterprise/websvc.wsstackapi/nbproject/project.properties
index 9d16890..cc4f166 100644
--- a/enterprise/websvc.wsstackapi/nbproject/project.properties
+++ b/enterprise/websvc.wsstackapi/nbproject/project.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-javac.source=1.6
+javac.source=1.8
 javac.compilerargs=-Xlint:unchecked
 javadoc.arch=${basedir}/arch.xml
 


-
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 apisupport-ant-tests updated (6913bca -> ed51d62)

2020-04-22 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch apisupport-ant-tests
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from 6913bca  Fix apisupport.ant tests
 add ed51d62  Disable test classes

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/apisupport/project/ui/ModuleLogicalViewTest.java  | 3 ++-
 .../netbeans/modules/apisupport/project/ui/SuiteOperationsTest.java| 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)


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

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



[jira] [Commented] (NETBEANS-2842) Using of deprecated pack200 tool in nbm packaging

2020-04-22 Thread Bradley Willcott (Jira)


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

Bradley Willcott commented on NETBEANS-2842:


As I have multiple versions of the JDK installed, I just created a symbolic 
link in the jdk-14/bin directory to 'pack200' from jdk-13/bin.

In linux:
{code:java}
$ cwd
/home/bwillcott/apps/jdk-14/bin
$ ln -s ../../jdk-13/bin/pack200
{code}

Alternatively, just copy it across.


> Using of deprecated pack200 tool in nbm packaging
> -
>
> Key: NETBEANS-2842
> URL: https://issues.apache.org/jira/browse/NETBEANS-2842
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Plugin Manager
>Affects Versions: 11.3
>Reporter: Benjamin Graf
>Priority: Critical
>
> Netbeans plugins are mostly compressed in size by the JDK internal pack200 
> tool which is deprecated since JDK 11 ([https://openjdk.java.net/jeps/336]). 
> It should be thought about an alternative as it might get removed in next JDK 
> releases.



--
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-4219) Release specific Source Package Folders

2020-04-22 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4219:
-

How would you do it in Maven? That’s how you do it in NetBeans. 

> Release specific Source Package Folders
> ---
>
> Key: NETBEANS-4219
> URL: https://issues.apache.org/jira/browse/NETBEANS-4219
> Project: NetBeans
>  Issue Type: New Feature
>Affects Versions: 11.3
>Reporter: Frank Tsiang
>Priority: Major
>  Labels: multi-release
>
> Currently I don't see any way to support multi-release projects. When loading 
> multiple source package folders netbeans assigns a single "Source/Binary 
> Format" for the entire project. What is needed is to be able to specify the 
> JDK version on a per Source Package Folder. Otherwise Netbeans complains 
> about syntax errors for source code that is not for the same JDK version as 
> the project.
>  
> Additional support to run the project as a specific JDK version would be 
> useful in this scenario (eg in Run under Project properties).



--
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-4219) Release specific Source Package Folders

2020-04-22 Thread Frank Tsiang (Jira)
Frank Tsiang created NETBEANS-4219:
--

 Summary: Release specific Source Package Folders
 Key: NETBEANS-4219
 URL: https://issues.apache.org/jira/browse/NETBEANS-4219
 Project: NetBeans
  Issue Type: New Feature
Affects Versions: 11.3
Reporter: Frank Tsiang


Currently I don't see any way to support multi-release projects. When loading 
multiple source package folders netbeans assigns a single "Source/Binary 
Format" for the entire project. What is needed is to be able to specify the JDK 
version on a per Source Package Folder. Otherwise Netbeans complains about 
syntax errors for source code that is not for the same JDK version as the 
project.

 

Additional support to run the project as a specific JDK version would be useful 
in this scenario (eg in Run under Project properties).



--
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-4218) PHP Debugger should display nicer tooltips

2020-04-22 Thread Czukowski (Jira)
Czukowski created NETBEANS-4218:
---

 Summary: PHP Debugger should display nicer tooltips
 Key: NETBEANS-4218
 URL: https://issues.apache.org/jira/browse/NETBEANS-4218
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Debugger
Affects Versions: 12.0
Reporter: Czukowski


Tooltips with variables values displayed when Watches and Balloon Evaluations 
is enabled, are very basic, in comparison with Java where objects can be 
expanded, view pinned, etc. This is what PHP Debugger could really use as well.



--
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-4217) PHP Requested Urls window show incorrect URLs

2020-04-22 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-4217:

Description: 
While following [PHP 
Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
 tests in Synergy, I ran into this issue.

If a built-in PHP server is used, the URL includes a port number, for example:
{code:java}
http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
Starting a debugging session or running the project opens the correct URL.

Yet the PHP Requested Urls output window (visible after activating option 
Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
{code:java}
http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code}

  was:
While following [PHP 
Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
 tests in Synergy, I ran into this issue.

If a built-in PHP server is used, the URL includes a port number, for example: 
{code:java}
http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
Yet the PHP Requested Urls output window (visible after activating option 
Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
{code:java}
http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{code}


> PHP Requested Urls window show incorrect URLs
> -
>
> Key: NETBEANS-4217
> URL: https://issues.apache.org/jira/browse/NETBEANS-4217
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 12.0
> Environment: PHP 7.4, XDebug 2.9.2
>Reporter: Czukowski
>Priority: Minor
>
> While following [PHP 
> Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
>  tests in Synergy, I ran into this issue.
> If a built-in PHP server is used, the URL includes a port number, for example:
> {code:java}
> http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
> Starting a debugging session or running the project opens the correct URL.
> Yet the PHP Requested Urls output window (visible after activating option 
> Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only 
> this:
> {code:java}
> http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{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] [Created] (NETBEANS-4217) PHP Requested Urls window show incorrect URLs

2020-04-22 Thread Czukowski (Jira)
Czukowski created NETBEANS-4217:
---

 Summary: PHP Requested Urls window show incorrect URLs
 Key: NETBEANS-4217
 URL: https://issues.apache.org/jira/browse/NETBEANS-4217
 Project: NetBeans
  Issue Type: Bug
  Components: php - Debugger
Affects Versions: 12.0
 Environment: PHP 7.4, XDebug 2.9.2
Reporter: Czukowski


While following [PHP 
Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
 tests in Synergy, I ran into this issue.

If a built-in PHP server is used, the URL includes a port number, for example: 
{code:java}
http://localhost:8000/?XDEBUG_SESSION_START=netbeans-xdebug{code}
Yet the PHP Requested Urls output window (visible after activating option 
Tools|Options|PHP|Debugging and check "Show Requested URLs") displays only this:
{code:java}
http://localhost/?XDEBUG_SESSION_START=netbeans-xdebug{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] [Commented] (NETBEANS-1442) Maximum Depth of Structures won't working

2020-04-22 Thread Czukowski (Jira)


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

Czukowski commented on NETBEANS-1442:
-

Just was testing [PHP 
Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
 tests in Synergy and found this issue. On the other hand, why would anybody 
want to limit the amount of debugging information? Maybe this feature should go 
away completely, along with Maximum Number of Children...

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0, 12.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-1442) Maximum Depth of Structures won't working

2020-04-22 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-1442:

Affects Version/s: 12.0

> Maximum Depth of Structures won't working
> -
>
> Key: NETBEANS-1442
> URL: https://issues.apache.org/jira/browse/NETBEANS-1442
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0, 12.0
> Environment: Windows 10 / Debian 9
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Major
>  Labels: debugging, php-debug
> Attachments: Max depth - Debian.PNG, Max depth - Windows.PNG, 
> NETBEANS-1442.png
>
>
> Realizing the case that tests the "Maximum Depth of Structures" Netbeans 
> ignores the maximum depth configured.
> As you can see in the attached image the property of the second class is 
> displayed even with the depth set to 1.
> The problem is occurring in both Windows and Linux.



--
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-4216) PHP Debugger not stopping at some breakpoints

2020-04-22 Thread Czukowski (Jira)


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

Czukowski commented on NETBEANS-4216:
-

Also, 1st time I tried, I've put a breakpoint at line 16 and it was 'valid', 
and the script even stopped there, but after that it did not stop at line 20. 
After restarting the debugging session and resetting breakpoints I was unable 
to reproduce it again, it behaves like described above now, not sure how I 
ended up there in the first place...

> PHP Debugger not stopping at some breakpoints
> -
>
> Key: NETBEANS-4216
> URL: https://issues.apache.org/jira/browse/NETBEANS-4216
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 12.0
> Environment: Windows, PHP 7.4.2, XDebug 2.9.2-7.4-VC15-NTS-x86_64
>Reporter: Czukowski
>Priority: Major
> Attachments: image-2020-04-22-16-28-58-345.png
>
>
> While following [PHP 
> Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
>  tests in Synergy, I ran into this issue, see image below. Lines 14, 16, 20 
> and 21 have breakpoints set, all deemed 'valid' except for line 16. Yet when 
> debugging this sample file, the only line the debugger stops at is 20, while 
> skipping other lines.
> The debugger should stop at all 'valid' breakpoints (that is, if it cannot 
> stop at some line, it should not be considered valid, otherwise it should 
> stop on it).
> !image-2020-04-22-16-28-58-345.png!



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

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

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



[jira] [Updated] (NETBEANS-4216) PHP Debugger not stopping at some breakpoints

2020-04-22 Thread Czukowski (Jira)


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

Czukowski updated NETBEANS-4216:

Environment: Windows, PHP 7.4.2, XDebug 2.9.2-7.4-VC15-NTS-x86_64

> PHP Debugger not stopping at some breakpoints
> -
>
> Key: NETBEANS-4216
> URL: https://issues.apache.org/jira/browse/NETBEANS-4216
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 12.0
> Environment: Windows, PHP 7.4.2, XDebug 2.9.2-7.4-VC15-NTS-x86_64
>Reporter: Czukowski
>Priority: Major
> Attachments: image-2020-04-22-16-28-58-345.png
>
>
> While following [PHP 
> Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
>  tests in Synergy, I ran into this issue, see image below. Lines 14, 16, 20 
> and 21 have breakpoints set, all deemed 'valid' except for line 16. Yet when 
> debugging this sample file, the only line the debugger stops at is 20, while 
> skipping other lines.
> The debugger should stop at all 'valid' breakpoints (that is, if it cannot 
> stop at some line, it should not be considered valid, otherwise it should 
> stop on it).
> !image-2020-04-22-16-28-58-345.png!



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

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

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



[jira] [Created] (NETBEANS-4216) PHP Debugger not stopping at some breakpoints

2020-04-22 Thread Czukowski (Jira)
Czukowski created NETBEANS-4216:
---

 Summary: PHP Debugger not stopping at some breakpoints
 Key: NETBEANS-4216
 URL: https://issues.apache.org/jira/browse/NETBEANS-4216
 Project: NetBeans
  Issue Type: Bug
  Components: php - Debugger
Affects Versions: 12.0
Reporter: Czukowski
 Attachments: image-2020-04-22-16-28-58-345.png

While following [PHP 
Debugging|https://netbeans-vm.apache.org/synergy/client/app/#/specification/303/v/2]
 tests in Synergy, I ran into this issue, see image below. Lines 14, 16, 20 and 
21 have breakpoints set, all deemed 'valid' except for line 16. Yet when 
debugging this sample file, the only line the debugger stops at is 20, while 
skipping other lines.

The debugger should stop at all 'valid' breakpoints (that is, if it cannot stop 
at some line, it should not be considered valid, otherwise it should stop on 
it).

!image-2020-04-22-16-28-58-345.png!



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

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

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



[jira] [Commented] (NETBEANS-4131) NetBeans Gradle support not using wrapper

2020-04-22 Thread Noel Grandin (Jira)


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

Noel Grandin commented on NETBEANS-4131:


I see this in the console:

   JAVA_HOME="C:\Program Files\Java\jdk1.8.0_151"
   cd C:\Work\Data_Files\Eclipse\PDFSLibs; ./gradlew --configure-on-demand -x 
check build

which you would think means it is using the script, but apparently not, because 
I can put complete junk into the script without seeing any failure in the 
console.

 

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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-4131) NetBeans Gradle support not using wrapper

2020-04-22 Thread Noel Grandin (Jira)


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

Noel Grandin commented on NETBEANS-4131:


Confirmed.

> NetBeans Gradle support not using wrapper
> -
>
> Key: NETBEANS-4131
> URL: https://issues.apache.org/jira/browse/NETBEANS-4131
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.3
>Reporter: Charles George
>Assignee: Laszlo Kishalmi
>Priority: Critical
>
> The NetBeans Gradle support is not actually using the wrapper despite the 
> "Prefer to use Gradle Wrapper that Comes with the Project" checkbox selected.



--
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-4215) Error message when stopping Profiler

2020-04-22 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-4215:
---
Description: 
Steps to reproduce
 # Start netbeans with clean user dir
 # Active Java SE from Tools | Plugins |Installed Plugins
 # Create a java project using the Anagram Sample
 # Click Main Menu | Profile |Profile Anagram
 # If not calibrated before, please do so when prompted
 # Click Configure session
 # Select methods from the drop down
 # Click profile (Green arrow)
 # Wait for application to start
 # Stop profiling

*Observed behaviour*

On clicking stop, in the output window following lines are shown
{code:java}
 NBProjects/12/AnagramGame/nbproject/build-impl.xml:1460: The following error 
occurred while executing this line:
 NBProjects/12/AnagramGame/nbproject/build-impl.xml:1330: The following error 
occurred while executing this line:
 NBProjects/12/AnagramGame/nbproject/build-impl.xml:968: Java returned: 255
{code}
 

It does not impact the profiling functionality

 

  was:
Steps to reproduce
 # Start netbeans with clean user dir
 # Active Java SE from Tools | Plugins |Installed Plugins
 # Create a java project using the Anagram Sample
 # Click Main Menu | Profile |Profile Anagram
 # If not calibrated before, please do so when prompted
 # Click Configure session
 # Select methods from the drop down
 # Click profile (Green arrow)
 # Wait for application to start
 # Stop profiling


*Observed behaviour*

On clicking stop, in the output window following lines are shown
NBProjects/12/AnagramGame/nbproject/build-impl.xml:1460: The following error 
occurred while executing this line:
NBProjects/12/AnagramGame/nbproject/build-impl.xml:1330: The following error 
occurred while executing this line:
/NBProjects/12/AnagramGame/nbproject/build-impl.xml:968: Java returned: 255

 

It does not impact the profiling functionality

 


> Error message when stopping Profiler
> 
>
> Key: NETBEANS-4215
> URL: https://issues.apache.org/jira/browse/NETBEANS-4215
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0-beta3
> Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
> Runtime: OpenJDK Runtime Environment 11.0.6+10
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
>Reporter: Manikantan Narender Nath
>Priority: Minor
>  Labels: netcat
>
> Steps to reproduce
>  # Start netbeans with clean user dir
>  # Active Java SE from Tools | Plugins |Installed Plugins
>  # Create a java project using the Anagram Sample
>  # Click Main Menu | Profile |Profile Anagram
>  # If not calibrated before, please do so when prompted
>  # Click Configure session
>  # Select methods from the drop down
>  # Click profile (Green arrow)
>  # Wait for application to start
>  # Stop profiling
> *Observed behaviour*
> On clicking stop, in the output window following lines are shown
> {code:java}
>  NBProjects/12/AnagramGame/nbproject/build-impl.xml:1460: The following error 
> occurred while executing this line:
>  NBProjects/12/AnagramGame/nbproject/build-impl.xml:1330: The following error 
> occurred while executing this line:
>  NBProjects/12/AnagramGame/nbproject/build-impl.xml:968: Java returned: 255
> {code}
>  
> It does not impact the profiling functionality
>  



--
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-4215) Error message when stopping Profiler

2020-04-22 Thread Manikantan Narender Nath (Jira)


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

Manikantan Narender Nath updated NETBEANS-4215:
---
Labels: netcat  (was: )

> Error message when stopping Profiler
> 
>
> Key: NETBEANS-4215
> URL: https://issues.apache.org/jira/browse/NETBEANS-4215
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - IDE
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0-beta3
> Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
> Runtime: OpenJDK Runtime Environment 11.0.6+10
> System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
>Reporter: Manikantan Narender Nath
>Priority: Minor
>  Labels: netcat
>
> Steps to reproduce
>  # Start netbeans with clean user dir
>  # Active Java SE from Tools | Plugins |Installed Plugins
>  # Create a java project using the Anagram Sample
>  # Click Main Menu | Profile |Profile Anagram
>  # If not calibrated before, please do so when prompted
>  # Click Configure session
>  # Select methods from the drop down
>  # Click profile (Green arrow)
>  # Wait for application to start
>  # Stop profiling
> *Observed behaviour*
> On clicking stop, in the output window following lines are shown
> NBProjects/12/AnagramGame/nbproject/build-impl.xml:1460: The following error 
> occurred while executing this line:
> NBProjects/12/AnagramGame/nbproject/build-impl.xml:1330: The following error 
> occurred while executing this line:
> /NBProjects/12/AnagramGame/nbproject/build-impl.xml:968: Java returned: 255
>  
> It does not impact the profiling functionality
>  



--
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-4215) Error message when stopping Profiler

2020-04-22 Thread Manikantan Narender Nath (Jira)
Manikantan Narender Nath created NETBEANS-4215:
--

 Summary: Error message when stopping Profiler
 Key: NETBEANS-4215
 URL: https://issues.apache.org/jira/browse/NETBEANS-4215
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - IDE
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0-beta3
Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
Runtime: OpenJDK Runtime Environment 11.0.6+10
System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
Reporter: Manikantan Narender Nath


Steps to reproduce
 # Start netbeans with clean user dir
 # Active Java SE from Tools | Plugins |Installed Plugins
 # Create a java project using the Anagram Sample
 # Click Main Menu | Profile |Profile Anagram
 # If not calibrated before, please do so when prompted
 # Click Configure session
 # Select methods from the drop down
 # Click profile (Green arrow)
 # Wait for application to start
 # Stop profiling


*Observed behaviour*

On clicking stop, in the output window following lines are shown
NBProjects/12/AnagramGame/nbproject/build-impl.xml:1460: The following error 
occurred while executing this line:
NBProjects/12/AnagramGame/nbproject/build-impl.xml:1330: The following error 
occurred while executing this line:
/NBProjects/12/AnagramGame/nbproject/build-impl.xml:968: Java returned: 255

 

It does not impact the profiling functionality

 



--
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-4214) Plataform app creation with maven only show dev-SNAPSHOT v12.0b3

2020-04-22 Thread Ricardo Pacheco (Jira)


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

Ricardo Pacheco updated NETBEANS-4214:
--
Summary: Plataform app creation with maven only show dev-SNAPSHOT v12.0b3  
(was: Module Options Nebeans version only show de-SNAPSHOT v12.0b3)

> Plataform app creation with maven only show dev-SNAPSHOT v12.0b3
> 
>
> Key: NETBEANS-4214
> URL: https://issues.apache.org/jira/browse/NETBEANS-4214
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Module System
>Affects Versions: 12.0
> Environment: Windows 10 for workstations 64bits 
>Reporter: Ricardo Pacheco
>Priority: Major
>  Labels: platform
> Attachments: NetbeansVersionsError.png
>
>
> While trying to create a netbeans maven app, the Netbeans version displayed 
> only the dev-SNAPSHOT version, while in version 8, several previos versions 
> are included in the selector. See attached image.



--
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-4214) Module Options Nebeans version only show de-SNAPSHOT v12.0b3

2020-04-22 Thread Ricardo Pacheco (Jira)
Ricardo Pacheco created NETBEANS-4214:
-

 Summary: Module Options Nebeans version only show de-SNAPSHOT 
v12.0b3
 Key: NETBEANS-4214
 URL: https://issues.apache.org/jira/browse/NETBEANS-4214
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Module System
Affects Versions: 12.0
 Environment: Windows 10 for workstations 64bits 
Reporter: Ricardo Pacheco
 Attachments: NetbeansVersionsError.png

While trying to create a netbeans maven app, the Netbeans version displayed 
only the dev-SNAPSHOT version, while in version 8, several previos versions are 
included in the selector. See attached image.



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