[jira] [Closed] (NETBEANS-4996) Hints in VSCode editor aren't refreshed after successful build
[ https://issues.apache.org/jira/browse/NETBEANS-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaroslav Tulach closed NETBEANS-4996. - Fix Version/s: 12.3 Resolution: Fixed [PR-2648 |https://github.com/apache/netbeans/pull/2648/]has been integrated and is available in 12.2 u1 as well as 12.3. > Hints in VSCode editor aren't refreshed after successful build > -- > > Key: NETBEANS-4996 > URL: https://issues.apache.org/jira/browse/NETBEANS-4996 > Project: NetBeans > Issue Type: Bug > Components: vscode >Affects Versions: 12.2 >Reporter: Jaroslav Tulach >Assignee: Martin Entlicher >Priority: Minor > Labels: pull-request-available > Fix For: 12.3 > > Time Spent: 0.5h > Remaining Estimate: 0h > > After successful Gradle build the hint on {{package}} statement should > disappear. It doesn't right now. One needs to perform edit (press Enter?) in > the editor to refresh the hints. To reproduce: > Create new Gradle project with some (not downloaded) dependencies. Open it in > VSCode Apache NetBeans Language Server 12.2. There should be hint "Missing > mandatory classpath entries" on {{package}} statement. Select fix, the build > is started and finishes successfully. However the hint still remains. -- 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] [Assigned] (NETBEANS-4996) Hints in VSCode editor aren't refreshed after successful build
[ https://issues.apache.org/jira/browse/NETBEANS-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaroslav Tulach reassigned NETBEANS-4996: - Assignee: Martin Entlicher (was: Jan Lahoda) > Hints in VSCode editor aren't refreshed after successful build > -- > > Key: NETBEANS-4996 > URL: https://issues.apache.org/jira/browse/NETBEANS-4996 > Project: NetBeans > Issue Type: Bug > Components: vscode >Affects Versions: 12.2 >Reporter: Jaroslav Tulach >Assignee: Martin Entlicher >Priority: Minor > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > After successful Gradle build the hint on {{package}} statement should > disappear. It doesn't right now. One needs to perform edit (press Enter?) in > the editor to refresh the hints. To reproduce: > Create new Gradle project with some (not downloaded) dependencies. Open it in > VSCode Apache NetBeans Language Server 12.2. There should be hint "Missing > mandatory classpath entries" on {{package}} statement. Select fix, the build > is started and finishes successfully. However the hint still remains. -- 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-5245) Show and change the PHP Version of project properties on the status bar
[ https://issues.apache.org/jira/browse/NETBEANS-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5245: - Labels: pull-request-available (was: ) > Show and change the PHP Version of project properties on the status bar > --- > > Key: NETBEANS-5245 > URL: https://issues.apache.org/jira/browse/NETBEANS-5245 > Project: NetBeans > Issue Type: New Feature > Components: php - Project >Affects Versions: 12.2 >Reporter: Junichi Yamamoto >Assignee: Junichi Yamamoto >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > Show and change the PHP Version of project properties on the status bar if an > active file(editor) is in a PHP project. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Created] (NETBEANS-5251) NPE when opening js file
Roman Ciloci created NETBEANS-5251: -- Summary: NPE when opening js file Key: NETBEANS-5251 URL: https://issues.apache.org/jira/browse/NETBEANS-5251 Project: NetBeans Issue Type: Bug Components: javascript - Editor Affects Versions: 12.2 Environment: Windows 10 OpenJDK 11 Reporter: Roman Ciloci Attachments: IDELog.txt, UILog.txt # Installed NetBeans 12.2 # Started NetBeans # Go to File -> Open File... # Selected a js file to open # Got a NullPointerException Note: The file was somewhat big ~3MB. I did get the prompt about the file being too large and it could cause memory issues. Eventually the file opened and I was able to edit it but I did get the dialog about reporting the exception so I'm creating this issue with the information from the issue reporting dialog. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5244: - Labels: pull-request-available (was: ) > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Assignee: Junichi Yamamoto >Priority: Minor > Labels: pull-request-available > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > Time Spent: 10m > Remaining Estimate: 0h > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5250) Find in projects scope
Jayce created NETBEANS-5250: --- Summary: Find in projects scope Key: NETBEANS-5250 URL: https://issues.apache.org/jira/browse/NETBEANS-5250 Project: NetBeans Issue Type: Wish Components: php - Editor Affects Versions: 12.3 Reporter: Jayce It seems Find in projects scope is now excluding sub-git projects. It used to be possible to search in ALL sub projects. The scope menu should include a "Current project and sub projects". The Browse is not an option as it opens in user directory and it's a pain to navigate to the project path. As an alternative solution i have to select the vendor folder (in a composer project for example) and user the Scope->Selection. Otherwise, searching a an existing string is not found in sub vendor directory. (Note. vendor directory is in gitignore) And it's very annoying... -- 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] [Assigned] (NETBEANS-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junichi Yamamoto reassigned NETBEANS-5244: -- Assignee: Junichi Yamamoto > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Assignee: Junichi Yamamoto >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265658#comment-17265658 ] Junichi Yamamoto commented on NETBEANS-5244: Will fix it. > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5249) Update help for Xdebug logging
[ https://issues.apache.org/jira/browse/NETBEANS-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka updated NETBEANS-5249: -- Attachment: netbeans-5249-after.png > Update help for Xdebug logging > -- > > Key: NETBEANS-5249 > URL: https://issues.apache.org/jira/browse/NETBEANS-5249 > Project: NetBeans > Issue Type: Improvement > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Minor > Labels: pull-request-available > Attachments: netbeans-5249-after.png, netbeans-5249-before.png > > Time Spent: 10m > Remaining Estimate: 0h > > Xdebug 3 changed name of option for logging from {{xdebug.remote_log}} in > Xdebug 2 to {{xdebug.log}}. > For reference see [upgrade guide|https://xdebug.org/docs/upgrade_guide]. > When PHP debugger in NetBeans encounters unexpected communication problem, it > displays dialog window with hint to enable Xdebug log. > It is good to update it for Xdebug 3. -- 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-5249) Update help for Xdebug logging
[ https://issues.apache.org/jira/browse/NETBEANS-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265430#comment-17265430 ] Tomáš Procházka commented on NETBEANS-5249: --- Dialog before PR: !netbeans-5249-before.png! After: !netbeans-5249-after.png! > Update help for Xdebug logging > -- > > Key: NETBEANS-5249 > URL: https://issues.apache.org/jira/browse/NETBEANS-5249 > Project: NetBeans > Issue Type: Improvement > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Minor > Labels: pull-request-available > Attachments: netbeans-5249-after.png, netbeans-5249-before.png > > Time Spent: 10m > Remaining Estimate: 0h > > Xdebug 3 changed name of option for logging from {{xdebug.remote_log}} in > Xdebug 2 to {{xdebug.log}}. > For reference see [upgrade guide|https://xdebug.org/docs/upgrade_guide]. > When PHP debugger in NetBeans encounters unexpected communication problem, it > displays dialog window with hint to enable Xdebug log. > It is good to update it for Xdebug 3. -- 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-5249) Update help for Xdebug logging
[ https://issues.apache.org/jira/browse/NETBEANS-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka updated NETBEANS-5249: -- Attachment: netbeans-5249-before.png > Update help for Xdebug logging > -- > > Key: NETBEANS-5249 > URL: https://issues.apache.org/jira/browse/NETBEANS-5249 > Project: NetBeans > Issue Type: Improvement > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Minor > Labels: pull-request-available > Attachments: netbeans-5249-after.png, netbeans-5249-before.png > > Time Spent: 10m > Remaining Estimate: 0h > > Xdebug 3 changed name of option for logging from {{xdebug.remote_log}} in > Xdebug 2 to {{xdebug.log}}. > For reference see [upgrade guide|https://xdebug.org/docs/upgrade_guide]. > When PHP debugger in NetBeans encounters unexpected communication problem, it > displays dialog window with hint to enable Xdebug log. > It is good to update it for Xdebug 3. -- 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-5249) Update help for Xdebug logging
[ https://issues.apache.org/jira/browse/NETBEANS-5249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5249: - Labels: pull-request-available (was: ) > Update help for Xdebug logging > -- > > Key: NETBEANS-5249 > URL: https://issues.apache.org/jira/browse/NETBEANS-5249 > Project: NetBeans > Issue Type: Improvement > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Minor > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > Xdebug 3 changed name of option for logging from {{xdebug.remote_log}} in > Xdebug 2 to {{xdebug.log}}. > For reference see [upgrade guide|https://xdebug.org/docs/upgrade_guide]. > When PHP debugger in NetBeans encounters unexpected communication problem, it > displays dialog window with hint to enable Xdebug log. > It is good to update it for Xdebug 3. -- 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-5249) Update help for Xdebug logging
Tomáš Procházka created NETBEANS-5249: - Summary: Update help for Xdebug logging Key: NETBEANS-5249 URL: https://issues.apache.org/jira/browse/NETBEANS-5249 Project: NetBeans Issue Type: Improvement Components: php - Debugger Affects Versions: 12.2 Reporter: Tomáš Procházka Assignee: Tomáš Procházka Xdebug 3 changed name of option for logging from {{xdebug.remote_log}} in Xdebug 2 to {{xdebug.log}}. For reference see [upgrade guide|https://xdebug.org/docs/upgrade_guide]. When PHP debugger in NetBeans encounters unexpected communication problem, it displays dialog window with hint to enable Xdebug log. It is good to update it for Xdebug 3. -- 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-5248) Autocompletion broken in main context
Laurent Carlier created NETBEANS-5248: - Summary: Autocompletion broken in main context Key: NETBEANS-5248 URL: https://issues.apache.org/jira/browse/NETBEANS-5248 Project: NetBeans Issue Type: Bug Components: cnd - Code Completion Affects Versions: 12.2 Reporter: Laurent Carlier Attachments: idelog.txt, uilog.txt When using the C++ plugin from netbeans 8.2, the autocompletion fails by show the "please wait..." popup when hitting control-space outside any function. See log attached to this ticket -- 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-5133) On MACOS Big Sur a normal user can not open Preferences or Plugins
[ https://issues.apache.org/jira/browse/NETBEANS-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265321#comment-17265321 ] Craig H commented on NETBEANS-5133: --- Running as a super user allows it to work : sudo "/Applications/NetBeans/Apache NetBeans 12.2.app/Contents/Resources/NetBeans/netbeans/bin/netbeans" > On MACOS Big Sur a normal user can not open Preferences or Plugins > -- > > Key: NETBEANS-5133 > URL: https://issues.apache.org/jira/browse/NETBEANS-5133 > Project: NetBeans > Issue Type: Bug > Components: editor - Settings, platform - Plugin Manager >Affects Versions: 12.1, 12.2 > Environment: macOS Big Sur 11.0.1 >Reporter: Jose Medeiros >Priority: Critical > Attachments: Screen Recording 2020-12-11 at 22.09.26.mov, Screen > Recording 2020-12-11 at 22.10.15.mov > > > When running as a normal user, if you click on Netbeans->Preferences the > window will open, shake, freeze and not let you do anything. The same thing > happens with the Tools->Plugins. Running as super user it works perfectly. > Could it be trying to pop up an authentication window that never shows up? > See my answer at Stackoverflow > [https://stackoverflow.com/questions/61904617/access-to-root-application-support-macos-java/61994057#61994057] > if that's the case. -- 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-5133) On MACOS Big Sur a normal user can not open Preferences or Plugins
[ https://issues.apache.org/jira/browse/NETBEANS-5133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265320#comment-17265320 ] Craig H commented on NETBEANS-5133: --- I suspect this is a permissions issue. I tried giving both the netbeans app and java 'all disk access', but still get the problem. > On MACOS Big Sur a normal user can not open Preferences or Plugins > -- > > Key: NETBEANS-5133 > URL: https://issues.apache.org/jira/browse/NETBEANS-5133 > Project: NetBeans > Issue Type: Bug > Components: editor - Settings, platform - Plugin Manager >Affects Versions: 12.1, 12.2 > Environment: macOS Big Sur 11.0.1 >Reporter: Jose Medeiros >Priority: Critical > Attachments: Screen Recording 2020-12-11 at 22.09.26.mov, Screen > Recording 2020-12-11 at 22.10.15.mov > > > When running as a normal user, if you click on Netbeans->Preferences the > window will open, shake, freeze and not let you do anything. The same thing > happens with the Tools->Plugins. Running as super user it works perfectly. > Could it be trying to pop up an authentication window that never shows up? > See my answer at Stackoverflow > [https://stackoverflow.com/questions/61904617/access-to-root-application-support-macos-java/61994057#61994057] > if that's the case. -- 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-4606) Regenerate signature files for PHP 8.0
[ https://issues.apache.org/jira/browse/NETBEANS-4606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-4606: - Labels: pull-request-available (was: ) > Regenerate signature files for PHP 8.0 > -- > > Key: NETBEANS-4606 > URL: https://issues.apache.org/jira/browse/NETBEANS-4606 > Project: NetBeans > Issue Type: Task > Components: php - Code >Reporter: Junichi Yamamoto >Assignee: Junichi Yamamoto >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Updated] (NETBEANS-5247) java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary
[ https://issues.apache.org/jira/browse/NETBEANS-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mario René Arias Gómez updated NETBEANS-5247: - Description: No permite almacenar contraseñas de servidores > java.lang.NoClassDefFoundError: Could not initialize class > org.netbeans.modules.keyring.mac.SecurityLibrary > --- > > Key: NETBEANS-5247 > URL: https://issues.apache.org/jira/browse/NETBEANS-5247 > Project: NetBeans > Issue Type: Bug > Components: ide - UI >Affects Versions: 8.2, 9.0 > Environment: Mac OS High Sierra, jdk8 >Reporter: Mario René Arias Gómez >Priority: Major > > No permite almacenar contraseñas de servidores -- 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-5247) java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary
Mario René Arias Gómez created NETBEANS-5247: Summary: java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.keyring.mac.SecurityLibrary Key: NETBEANS-5247 URL: https://issues.apache.org/jira/browse/NETBEANS-5247 Project: NetBeans Issue Type: Bug Components: ide - UI Affects Versions: 9.0, 8.2 Environment: Mac OS High Sierra, jdk8 Reporter: Mario René Arias Gómez -- 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-5195) Change icon for JSON files
[ https://issues.apache.org/jira/browse/NETBEANS-5195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17265156#comment-17265156 ] Tomáš Procházka commented on NETBEANS-5195: --- [~mhalachev] Thank you for PR. > Change icon for JSON files > -- > > Key: NETBEANS-5195 > URL: https://issues.apache.org/jira/browse/NETBEANS-5195 > Project: NetBeans > Issue Type: Improvement > Components: projects - Generic Projects UI >Reporter: Martin H. >Priority: Minor > Labels: pull-request-available > Fix For: 12.3 > > Attachments: ide-dark.png, ide-inverted.png, ide-light.png, > image-2021-01-04-21-17-27-709.png, image-2021-01-09-18-22-01-198.png, > json-icon-only.png, json-logo.png, outline-braces.png, outline-icon-only.png, > regular-braces.png, regular-icon-only.png > > Time Spent: 2h 20m > Remaining Estimate: 0h > > I would like to suggest an alternate icon for the JSON file type, as it is > currently denoted by the same icon as JavaScript files. Below are some > variants. > # The graphical logo for JSON. > (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg) > !json-logo.png! > # Curly braces, as in some other IDEs. > !regular-braces.png! > # Outlined curly braces, matching the style of some other NetBeans file > icons. > !outline-braces.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-5246) incorrect Unresolved Ambiguous Dependency warning
Stephen Brooksbank created NETBEANS-5246: Summary: incorrect Unresolved Ambiguous Dependency warning Key: NETBEANS-5246 URL: https://issues.apache.org/jira/browse/NETBEANS-5246 Project: NetBeans Issue Type: Bug Components: javaee - CDI Affects Versions: 12.2 Environment: Windonws / Netbeans 12.2 / Java OpenJDK 11 / Wildfly 21 / Weld / Mojarra 2.3.14.SP01 Reporter: Stephen Brooksbank Attachments: Car.java, CarCatalog.java, CodeCompletion1.png, CodeCompletion2.png, EL lookup failing.png, IndexController.java, Unresolved Ambiguous Dependency.png, index.xhtml I'm getting an "Unresolved ambiguous dependency" warning when I inject a CDI bean. !Unresolved Ambiguous Dependency.png! If I simply ignore the warning message. The application runs correctly and WELD does not report any issues when the application is deployed. This issue does not happen always. It appears to be when generics are being used. In the example above Car.class is a simple POJO. I've got a SessionScoped CarCatalog.class that @Produces a List. This reference is sufficient to make it unique to CDI and should not be causing a warning in NetBeans. There is a related issue in EL code completion: !EL lookup failing.png! If I reference the same CDI object in EL, no code completion is available, presumably implying no match has been found. Again, if I manually complete the field and ignore the warning triangles, the code deploys and runs OK. The suggestions it is generics related, if I use code completion on h:datatable, I get this for the CDI bean: !CodeCompletion1.png! and this if I have a similar field in the backing bean for the page (when code completion works ok): !CodeCompletion2.png! Code samples are attached. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5230) "Entity class from database" generates empty classes
[ https://issues.apache.org/jira/browse/NETBEANS-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264909#comment-17264909 ] Stephen Brooksbank commented on NETBEANS-5230: -- Same as https://issues.apache.org/jira/browse/NETBEANS-5127 ? > "Entity class from database" generates empty classes > > > Key: NETBEANS-5230 > URL: https://issues.apache.org/jira/browse/NETBEANS-5230 > Project: NetBeans > Issue Type: Bug > Components: javaee - Persistence >Affects Versions: 12.2 >Reporter: Hans Abbink >Priority: Major > > Empty classes are generated by "Entity classes from database". > It happens if I select "add all" in the wizard's 2nd step "Database tables" > to generate classes for all tables in one action. However, if I generate > classes one by one, proper non-empty classes are generated. > I've tested the same project and database with NetBeans 11.2 and that works > properly. -- 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-5195) Change icon for JSON files
[ https://issues.apache.org/jira/browse/NETBEANS-5195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin H. resolved NETBEANS-5195. - Fix Version/s: 12.3 Resolution: Fixed PR has been merged. Thank you all for your feedback and suggestions! > Change icon for JSON files > -- > > Key: NETBEANS-5195 > URL: https://issues.apache.org/jira/browse/NETBEANS-5195 > Project: NetBeans > Issue Type: Improvement > Components: projects - Generic Projects UI >Reporter: Martin H. >Priority: Minor > Labels: pull-request-available > Fix For: 12.3 > > Attachments: ide-dark.png, ide-inverted.png, ide-light.png, > image-2021-01-04-21-17-27-709.png, image-2021-01-09-18-22-01-198.png, > json-icon-only.png, json-logo.png, outline-braces.png, outline-icon-only.png, > regular-braces.png, regular-icon-only.png > > Time Spent: 2h 20m > Remaining Estimate: 0h > > I would like to suggest an alternate icon for the JSON file type, as it is > currently denoted by the same icon as JavaScript files. Below are some > variants. > # The graphical logo for JSON. > (See https://en.wikipedia.org/wiki/JSON#/media/File:JSON_vector_logo.svg) > !json-logo.png! > # Curly braces, as in some other IDEs. > !regular-braces.png! > # Outlined curly braces, matching the style of some other NetBeans file > icons. > !outline-braces.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-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264783#comment-17264783 ] Abnilson Rafael commented on NETBEANS-3424: --- [~patrick.schulz] , I did it, nothing changed. NB still doesn't find the missing client driver, in derbytools.jar. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug > Components: db - Code >Affects Versions: 12.0, 11.2, 12.1, 12.0.1, 12.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-5245) Show and change the PHP Version of project properties on the status bar
Junichi Yamamoto created NETBEANS-5245: -- Summary: Show and change the PHP Version of project properties on the status bar Key: NETBEANS-5245 URL: https://issues.apache.org/jira/browse/NETBEANS-5245 Project: NetBeans Issue Type: New Feature Components: php - Project Affects Versions: 12.2 Reporter: Junichi Yamamoto Assignee: Junichi Yamamoto Show and change the PHP Version of project properties on the status bar if an active file(editor) is in a PHP project. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264724#comment-17264724 ] Trashtoy commented on NETBEANS-5244: Thank you for the information. For example, I need this feature when the project is created by putting NetBeans metadata into a separate directory. I put phpdoc.xml in not the root of *project folder* but the root of *sources folder* due to some git management issue. In another case, someone may want to use common phpdoc configuration file in multiple PHP projects. > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264700#comment-17264700 ] Tomáš Procházka commented on NETBEANS-5244: --- According to documentation phpDocumentor should automatically use {{phpdoc.xml}} or {{phpdoc.dist.xml}} in project root. Is this config file used when you run phpDocumentor from command line? > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka updated NETBEANS-5244: -- Component/s: php - PHPDoc > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement > Components: php - PHPDoc >Reporter: Trashtoy >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5238) Incorrect macOS version
[ https://issues.apache.org/jira/browse/NETBEANS-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264681#comment-17264681 ] Jayce commented on NETBEANS-5238: - if it helps, you can simply parse /System/Library/CoreServices/SystemVersion.plist: {code:java} http://www.apple.com/DTDs/PropertyList-1.0.dtd;> ProductBuildVersion 20C69 ProductCopyright 1983-2020 Apple Inc. ProductName macOS ProductUserVisibleVersion 11.1 ProductVersion 11.1 iOSSupportVersion 14.3 {code} > Incorrect macOS version > --- > > Key: NETBEANS-5238 > URL: https://issues.apache.org/jira/browse/NETBEANS-5238 > Project: NetBeans > Issue Type: Wish > Components: editor - Other >Affects Versions: Next >Reporter: Jayce >Priority: Minor > Attachments: image-2021-01-13-08-10-09-764.png > > > Netbeans is reporting in About box and log version 10.16 instead of 11.1 > !image-2021-01-13-08-10-09-764.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-5244) Cannot specify XML configuration for phpDocumentor
[ https://issues.apache.org/jira/browse/NETBEANS-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trashtoy updated NETBEANS-5244: --- Description: phpDocumentor supports XML configuration: [phpDocumentor - configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] However documentation tool of NetBeans cannot specify custom XML file. How to fix: # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The same UI is also used in PHPUnit) # Modify command line arguments Command line arguments: * Current: {noformat} "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework"{noformat} * Expected (if XML Configuration checked): {noformat} "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework" "--config" "/private/path/to/myproject/phpdoc.xml"{noformat} was: phpDocumentor support XML configuration: [phpDocumentor - configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] However documentation tool of NetBeans cannot specify custom XML file. How to fix: # Add optional {{Use XML configuration}} UI (The same UI is also used in PHPUnit) # Modify command line arguments Command line arguments: * Current: ** {{"/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework"}} * Expected (if XML Configuration checked): ** {{"/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework" {color:#FF}*"--config" "/private/path/to/myproject/phpdoc.xml"*{color} }} > Cannot specify XML configuration for phpDocumentor > -- > > Key: NETBEANS-5244 > URL: https://issues.apache.org/jira/browse/NETBEANS-5244 > Project: NetBeans > Issue Type: Improvement >Reporter: Trashtoy >Priority: Minor > Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png > > > phpDocumentor supports XML configuration: [phpDocumentor - > configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] > However documentation tool of NetBeans cannot specify custom XML file. > How to fix: > # Add optional {{"Use XML configuration"}} UI in phpDocumentor settings (The > same UI is also used in PHPUnit) > # Modify command line arguments > Command line arguments: > * Current: > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework"{noformat} > * Expected (if XML Configuration checked): > {noformat} > "/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" > "--directory" "/private/path/to/myproject" "--target" > "/private/path/to/documents" "--title" "My Framework" "--config" > "/private/path/to/myproject/phpdoc.xml"{noformat} -- 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-5244) Cannot specify XML configuration for phpDocumentor
Trashtoy created NETBEANS-5244: -- Summary: Cannot specify XML configuration for phpDocumentor Key: NETBEANS-5244 URL: https://issues.apache.org/jira/browse/NETBEANS-5244 Project: NetBeans Issue Type: Improvement Reporter: Trashtoy Attachments: phpdoc-20210114-01.png, phpdoc-20210114-02b.png phpDocumentor support XML configuration: [phpDocumentor - configuration|https://docs.phpdoc.org/3.0/guide/references/configuration.html] However documentation tool of NetBeans cannot specify custom XML file. How to fix: # Add optional {{Use XML configuration}} UI (The same UI is also used in PHPUnit) # Modify command line arguments Command line arguments: * Current: ** {{"/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework"}} * Expected (if XML Configuration checked): ** {{"/path/to/php" "/usr/local/phpdoc/phpDocumentor.phar" "run" "--ansi" "--directory" "/private/path/to/myproject" "--target" "/private/path/to/documents" "--title" "My Framework" {color:#FF}*"--config" "/private/path/to/myproject/phpdoc.xml"*{color} }} -- 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-5228) Enable 'return' breakpoint support in PHP debugger
[ https://issues.apache.org/jira/browse/NETBEANS-5228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264349#comment-17264349 ] Tomáš Procházka commented on NETBEANS-5228: --- Steps to create beakpoint for method: - Open Breakpoints window. - Click Create new breakpoint icon or select Debug > New Breakpoint - In New Breakpoint dialog select Breakpoint Type "Method" - Type method name - Select if breakpoint is for method entry or exit > Enable 'return' breakpoint support in PHP debugger > -- > > Key: NETBEANS-5228 > URL: https://issues.apache.org/jira/browse/NETBEANS-5228 > Project: NetBeans > Issue Type: Improvement > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > PHP debugger in NetBeans supports both [function > breakpoints|https://xdebug.org/docs/dbgp#breakpoints] - 'call' and 'return'. > Breakpoint for exit from function (Xdebug type 'return' ) can't be created, > because it is now disabled in New Breakpoint dialog. > This commit disabled type selection: > https://github.com/emilianbold/netbeans-releases/commit/90e2eb44c419469688b33a1a1eb88bde783abc6a > NetBeans bug record https://bz.apache.org/netbeans/show_bug.cgi?id=132062 > states that it is because of bug in Xdebug. > I was able find related Xdebug issue https://bugs.xdebug.org/view.php?id=378 > Xdebug issue was marked marked as fixed/not reproducible in year 2009. > So I think it is now safe to enable 'return' breakpoints again. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-5239) java.io.IOException: No space left on device downloading Maven Central
[ https://issues.apache.org/jira/browse/NETBEANS-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264245#comment-17264245 ] Lukas Theussl edited comment on NETBEANS-5239 at 1/13/21, 4:46 PM: --- Are you sure it is downloaded into that location? How did you set that? By default, the Maven repo is downloaded into $java.io.tmpdir, which on (my) Linux (Fedora) defaults to /tmp, which is mounted on a tempfs filesystem (try: df -h) with a default size of 4G. Which is just a bit too small for the current Maven repo... My workaround (since years...) is to edit the netbeans_default_options variable in netbeans.conf like: {color:#00}netbeans_default_options="-J-Djava.io.{color}{color:#ff5454}tmp{color}{color:#00}dir=/home/ltheussl/.netbeans.{color}{color:#ff5454}tmp{color}{color:#00}dir/ ..."{color} and restart netbeans. HTH was (Author: ltheussl): Are you sure it is downloaded into that location? How did you set that? By default, the Maven repo is downloaded into $java.io.tmp, which on (my) Linux (Fedora) defaults to /tmp, which is mounted on a tempfs filesystem (try: df -h) with a default size of 4G. Which is just a bit too small for the current Maven repo... My workaround (since years...) is to edit the netbeans_default_options variable in netbeans.conf like: {color:#00}netbeans_default_options="-J-Djava.io.{color}{color:#ff5454}tmp{color}{color:#00}dir=/home/ltheussl/.netbeans.{color}{color:#ff5454}tmp{color}{color:#00}dir/ ..."{color} and restart netbeans. HTH > java.io.IOException: No space left on device downloading Maven Central > -- > > Key: NETBEANS-5239 > URL: https://issues.apache.org/jira/browse/NETBEANS-5239 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.2 > Environment: >System Info: > Product Version = Apache NetBeans IDE 12.2 > Operating System= Linux version 5.4.0-58-generic running on amd64 > Java; VM; Vendor= 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10; > Flathub > Runtime = OpenJDK Runtime Environment 11.0.8+10 > Java Home = /app/jdk > System Locale; Encoding = en_ZA (nb); UTF-8 > Home Directory = /home/tony > Current Directory = /home/tony > User Directory = /home/tony/.netbeans/12.2 > Cache Directory = /home/tony/.cache/netbeans/12.2 > Installation= /app/netbeans/nb > /app/netbeans/ergonomics > /app/netbeans/ide > /app/netbeans/extide > /app/netbeans/java > /app/netbeans/apisupport > /app/netbeans/webcommon > /app/netbeans/websvccommon > /app/netbeans/enterprise > /app/netbeans/profiler > /app/netbeans/php > /app/netbeans/harness > /app/netbeans/cpplite > /app/netbeans/groovy > /app/netbeans/javafx > /app/netbeans/platform > Boot & Ext. Classpath = > Application Classpath = > /app/netbeans/platform/lib/boot.jar:/app/netbeans/platform/lib/org-openide-modules.jar:/app/netbeans/platform/lib/org-openide-util.jar:/app/netbeans/platform/lib/org-openide-util-lookup.jar:/app/netbeans/platform/lib/org-openide-util-ui.jar > Startup Classpath = > /app/netbeans/platform/core/core.jar:/app/netbeans/platform/core/org-netbeans-libs-asm.jar:/app/netbeans/platform/core/core-base.jar:/app/netbeans/platform/core/asm-commons-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems-compat8.jar:/app/netbeans/platform/core/asm-tree-8.0.1.jar:/app/netbeans/platform/core/asm-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems.jar:/app/netbeans/nb/core/org-netbeans-upgrader.jar:/app/netbeans/nb/core/locale/core_nb.jar >Reporter: Tony Clifford >Priority: Minor > > Hi > Using Netbeans 12.2 running on Linux Mint 20, I created a new Maven project > so I assume the IDE started downloading the Maven Central Repository. (I'm > new to Maven and Netbeans). > I got an error telling me there is not enough space to download the > repository into my /home/tony/.cache location. I currently have 445 Gb free > in that location. > I did a search and found issues relating to older versions of Netbeans but > those issues referenced problems with the /tmp directory. >
[jira] [Commented] (NETBEANS-5239) java.io.IOException: No space left on device downloading Maven Central
[ https://issues.apache.org/jira/browse/NETBEANS-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264245#comment-17264245 ] Lukas Theussl commented on NETBEANS-5239: - Are you sure it is downloaded into that location? How did you set that? By default, the Maven repo is downloaded into $java.io.tmp, which on (my) Linux (Fedora) defaults to /tmp, which is mounted on a tempfs filesystem (try: df -h) with a default size of 4G. Which is just a bit too small for the current Maven repo... My workaround (since years...) is to edit the netbeans_default_options variable in netbeans.conf like: {color:#00}netbeans_default_options="-J-Djava.io.{color}{color:#ff5454}tmp{color}{color:#00}dir=/home/ltheussl/.netbeans.{color}{color:#ff5454}tmp{color}{color:#00}dir/ ..."{color} and restart netbeans. HTH > java.io.IOException: No space left on device downloading Maven Central > -- > > Key: NETBEANS-5239 > URL: https://issues.apache.org/jira/browse/NETBEANS-5239 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.2 > Environment: >System Info: > Product Version = Apache NetBeans IDE 12.2 > Operating System= Linux version 5.4.0-58-generic running on amd64 > Java; VM; Vendor= 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10; > Flathub > Runtime = OpenJDK Runtime Environment 11.0.8+10 > Java Home = /app/jdk > System Locale; Encoding = en_ZA (nb); UTF-8 > Home Directory = /home/tony > Current Directory = /home/tony > User Directory = /home/tony/.netbeans/12.2 > Cache Directory = /home/tony/.cache/netbeans/12.2 > Installation= /app/netbeans/nb > /app/netbeans/ergonomics > /app/netbeans/ide > /app/netbeans/extide > /app/netbeans/java > /app/netbeans/apisupport > /app/netbeans/webcommon > /app/netbeans/websvccommon > /app/netbeans/enterprise > /app/netbeans/profiler > /app/netbeans/php > /app/netbeans/harness > /app/netbeans/cpplite > /app/netbeans/groovy > /app/netbeans/javafx > /app/netbeans/platform > Boot & Ext. Classpath = > Application Classpath = > /app/netbeans/platform/lib/boot.jar:/app/netbeans/platform/lib/org-openide-modules.jar:/app/netbeans/platform/lib/org-openide-util.jar:/app/netbeans/platform/lib/org-openide-util-lookup.jar:/app/netbeans/platform/lib/org-openide-util-ui.jar > Startup Classpath = > /app/netbeans/platform/core/core.jar:/app/netbeans/platform/core/org-netbeans-libs-asm.jar:/app/netbeans/platform/core/core-base.jar:/app/netbeans/platform/core/asm-commons-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems-compat8.jar:/app/netbeans/platform/core/asm-tree-8.0.1.jar:/app/netbeans/platform/core/asm-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems.jar:/app/netbeans/nb/core/org-netbeans-upgrader.jar:/app/netbeans/nb/core/locale/core_nb.jar >Reporter: Tony Clifford >Priority: Minor > > Hi > Using Netbeans 12.2 running on Linux Mint 20, I created a new Maven project > so I assume the IDE started downloading the Maven Central Repository. (I'm > new to Maven and Netbeans). > I got an error telling me there is not enough space to download the > repository into my /home/tony/.cache location. I currently have 445 Gb free > in that location. > I did a search and found issues relating to older versions of Netbeans but > those issues referenced problems with the /tmp directory. > Apologies if this is a know problem. > Regards > Tony > > SEVERE [global] > java.io.IOException: No space left on device > at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) > at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62) > at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113) > at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79) > at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280) > at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74) > at java.base/java.nio.channels.Channels.writeFully(Channels.java:97) > at java.base/java.nio.channels.Channels$1.wr
[jira] [Created] (NETBEANS-5243) error que aparece esporadicamente
eduardo poma virrueta created NETBEANS-5243: --- Summary: error que aparece esporadicamente Key: NETBEANS-5243 URL: https://issues.apache.org/jira/browse/NETBEANS-5243 Project: NetBeans Issue Type: Bug Reporter: eduardo poma virrueta -- 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-5242) refractoring is crashing, method renamig is causing stack overflow
Radoslaw Jocz created NETBEANS-5242: --- Summary: refractoring is crashing, method renamig is causing stack overflow Key: NETBEANS-5242 URL: https://issues.apache.org/jira/browse/NETBEANS-5242 Project: NetBeans Issue Type: Bug Affects Versions: 12.2 Reporter: Radoslaw Jocz Attachments: bug nb 12.2.gif, messages.log.1, messages.log.2 renaming the method causing stack overflow and I see null pointer in the messages also -- 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-5238) Incorrect macOS version
[ https://issues.apache.org/jira/browse/NETBEANS-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264166#comment-17264166 ] Christian Oyarzun commented on NETBEANS-5238: - [https://developer.apple.com/forums/thread/664943] > Incorrect macOS version > --- > > Key: NETBEANS-5238 > URL: https://issues.apache.org/jira/browse/NETBEANS-5238 > Project: NetBeans > Issue Type: Wish > Components: editor - Other >Affects Versions: Next >Reporter: Jayce >Priority: Minor > Attachments: image-2021-01-13-08-10-09-764.png > > > Netbeans is reporting in About box and log version 10.16 instead of 11.1 > !image-2021-01-13-08-10-09-764.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-5241) Opening a project gives an error
JW created NETBEANS-5241: Summary: Opening a project gives an error Key: NETBEANS-5241 URL: https://issues.apache.org/jira/browse/NETBEANS-5241 Project: NetBeans Issue Type: Bug Affects Versions: 12.0 Environment: Windows 10, NetBeans 12.0 Reporter: JW Fix For: 12.0 Attachments: Error.txt, IDELog.txt, UserConfiguration.txt When I try to open a project, my NetBeans gives me an error. See the attached files for the errors and my user configuration. I am not really sure what goes wrong, but I feel like the problem lies in accessing the file system. I hope someone can make more sense of the errors I received. -- 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-5238) Incorrect macOS version
[ https://issues.apache.org/jira/browse/NETBEANS-5238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17264150#comment-17264150 ] Rami Swailem commented on NETBEANS-5238: Its definitely a JDK bug. The version information of the operating system comes from Java VM {code:java} System.getProperty("os.version", "unknown") public static String getOperatingSystemValue () { return NbBundle.getMessage(ProductInformationPanel.class, "Format_OperatingSystem_Value", System.getProperty("os.name", "unknown"), System.getProperty("os.version", "unknown"), System.getProperty("os.arch", "unknown")); } {code} you can find this information in the ProductInformationPanel.java file: {code:bash} platform/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java {code} > Incorrect macOS version > --- > > Key: NETBEANS-5238 > URL: https://issues.apache.org/jira/browse/NETBEANS-5238 > Project: NetBeans > Issue Type: Wish > Components: editor - Other >Affects Versions: Next >Reporter: Jayce >Priority: Minor > Attachments: image-2021-01-13-08-10-09-764.png > > > Netbeans is reporting in About box and log version 10.16 instead of 11.1 > !image-2021-01-13-08-10-09-764.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-5240) Exception in formatter
Dominik Derwiński created NETBEANS-5240: --- Summary: Exception in formatter Key: NETBEANS-5240 URL: https://issues.apache.org/jira/browse/NETBEANS-5240 Project: NetBeans Issue Type: Bug Components: editor - Formatting Indentation Affects Versions: 12.2 Reporter: Dominik Derwiński {noformat} java.lang.NullPointerException at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:587) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCase(Reformatter.java:2938) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCase(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCase.accept(JCTree.java:1258) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82) at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:601) at org.netbeans.modules.java.source.save.Reformatter$Pretty.handleSwitch(Reformatter.java:2889) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitSwitch(Reformatter.java:2790) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitSwitch(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCSwitch.accept(JCTree.java:1229) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82) at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:601) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:1986) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitBlock(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1032) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82) at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:601) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitMethod(Reformatter.java:1559) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitMethod(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:898) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82) at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:601) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitClass(Reformatter.java:1052) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitClass(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:808) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:82) at org.netbeans.modules.java.source.save.Reformatter$Pretty.scan(Reformatter.java:601) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCompilationUnit(Reformatter.java:648) at org.netbeans.modules.java.source.save.Reformatter$Pretty.visitCompilationUnit(Reformatter.java:397) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:591) at jdk.compiler/com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:56) at org.netbeans.modules.java.source.save.Reformatter$Pretty.reformat(Reformatter.java:514) at org.netbeans.modules.java.source.save.Reformatter.reformatImpl(Reformatter.java:228) at org.netbeans.modules.java.source.save.Reformatter.reformat(Reformatter.java:101) at org.netbeans.modules.editor.indent.TaskHandler$MimeItem.runTask(TaskHandler.java:550) at org.netbeans.modules.editor.indent.TaskHandler.runTasks(TaskHandler.java:309) at org.netbeans.modules.editor.indent.IndentImpl.reformat(IndentImpl.java:349) at org.netbeans.modules.editor.indent.api.Reformat.reformat(Reformat.java:129) [catch] at org.netbeans.modules.editor.impl.ReformatBeforeSaveTask.reformat(ReformatBeforeSaveTask.java:245) at org.netbeans.modules.editor.impl.ReformatBeforeSaveTask.performTask(ReformatBeforeSaveTask.java:80) at org.netbeans.modules.editor.lib.BeforeSaveTasks$TaskRunnable$1.run(BeforeSaveTasks.java:148) at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:333) at org.netbeans.modules.editor.lib.BeforeSaveTasks$TaskRunnable.run(BeforeSaveTasks.java:131) at com.junichi11.netbeans.changelf.ChangeLFImpl.runLocked(ChangeLFImpl.java:156) at org.netbeans.modules.editor.lib.BeforeSaveTasks$TaskRunnable.run(BeforeSaveTasks.java:128) at org.netbeans.modules.editor.lib.TrailingWhitespaceRemove.runLocked(TrailingWhitespaceRemove.java:77
[jira] [Created] (NETBEANS-5239) java.io.IOException: No space left on device downloading Maven Central
Tony Clifford created NETBEANS-5239: --- Summary: java.io.IOException: No space left on device downloading Maven Central Key: NETBEANS-5239 URL: https://issues.apache.org/jira/browse/NETBEANS-5239 Project: NetBeans Issue Type: Bug Affects Versions: 12.2 Environment: >System Info: Product Version = Apache NetBeans IDE 12.2 Operating System= Linux version 5.4.0-58-generic running on amd64 Java; VM; Vendor= 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10; Flathub Runtime = OpenJDK Runtime Environment 11.0.8+10 Java Home = /app/jdk System Locale; Encoding = en_ZA (nb); UTF-8 Home Directory = /home/tony Current Directory = /home/tony User Directory = /home/tony/.netbeans/12.2 Cache Directory = /home/tony/.cache/netbeans/12.2 Installation= /app/netbeans/nb /app/netbeans/ergonomics /app/netbeans/ide /app/netbeans/extide /app/netbeans/java /app/netbeans/apisupport /app/netbeans/webcommon /app/netbeans/websvccommon /app/netbeans/enterprise /app/netbeans/profiler /app/netbeans/php /app/netbeans/harness /app/netbeans/cpplite /app/netbeans/groovy /app/netbeans/javafx /app/netbeans/platform Boot & Ext. Classpath = Application Classpath = /app/netbeans/platform/lib/boot.jar:/app/netbeans/platform/lib/org-openide-modules.jar:/app/netbeans/platform/lib/org-openide-util.jar:/app/netbeans/platform/lib/org-openide-util-lookup.jar:/app/netbeans/platform/lib/org-openide-util-ui.jar Startup Classpath = /app/netbeans/platform/core/core.jar:/app/netbeans/platform/core/org-netbeans-libs-asm.jar:/app/netbeans/platform/core/core-base.jar:/app/netbeans/platform/core/asm-commons-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems-compat8.jar:/app/netbeans/platform/core/asm-tree-8.0.1.jar:/app/netbeans/platform/core/asm-8.0.1.jar:/app/netbeans/platform/core/org-openide-filesystems.jar:/app/netbeans/nb/core/org-netbeans-upgrader.jar:/app/netbeans/nb/core/locale/core_nb.jar Reporter: Tony Clifford Hi Using Netbeans 12.2 running on Linux Mint 20, I created a new Maven project so I assume the IDE started downloading the Maven Central Repository. (I'm new to Maven and Netbeans). I got an error telling me there is not enough space to download the repository into my /home/tony/.cache location. I currently have 445 Gb free in that location. I did a search and found issues relating to older versions of Netbeans but those issues referenced problems with the /tmp directory. Apologies if this is a know problem. Regards Tony SEVERE [global] java.io.IOException: No space left on device at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79) at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280) at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74) at java.base/java.nio.channels.Channels.writeFully(Channels.java:97) at java.base/java.nio.channels.Channels$1.write(Channels.java:172) at org.apache.lucene.store.FSDirectory$FSIndexOutput$1.write(FSDirectory.java:278) at java.base/java.util.zip.CheckedOutputStream.write(CheckedOutputStream.java:74) at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81) at java.base/java.io.BufferedOutputStream.write(BufferedOutputStream.java:127) at org.apache.lucene.store.OutputStreamIndexOutput.writeBytes(OutputStreamIndexOutput.java:53) at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73) at org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52) at org.apache.lucene.store.RAMOutputStream.writeTo(RAMOutputStream.java:86) at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter$TermsWriter.writeBlock(BlockTreeTermsWriter.java:997) at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter$TermsWriter.writeBlocks(BlockTreeTermsWriter.java:766) at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter$TermsWriter.pushTerm(BlockTreeTermsWriter.java:1085) at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter$TermsWriter.write(BlockTreeTermsWriter.java:1046) at org.apache.lucene.codecs.blocktree.BlockTreeTermsWriter.write(BlockTreeTermsWriter.j
[jira] [Commented] (NETBEANS-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263976#comment-17263976 ] Jayce commented on NETBEANS-5166: - Good catch i had different versions of xdebug (cli/http). All updated to xdebug 3.0.2, seems to work fine. Thanks ! > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Assignee: Tomáš Procházka >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka closed NETBEANS-5166. - Assignee: Tomáš Procházka Resolution: Invalid > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Assignee: Tomáš Procházka >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263960#comment-17263960 ] Tomáš Procházka commented on NETBEANS-5166: --- You are using Xdebug version 3.0.0 (indicated by {{}} in {{xdebug.log}}) and not 3.0.1 as stated in Environment. [Xdebug changelog|https://xdebug.org/updates#x_3_0_1] contains fix for bug 1899 - Crash when removing a breakpoint. Updating Xdebug to 3.0.1 or newer will solve the issue. > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka updated NETBEANS-5166: -- Issue Type: Bug (was: Wish) > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5238) Incorrect macOS version
Jayce created NETBEANS-5238: --- Summary: Incorrect macOS version Key: NETBEANS-5238 URL: https://issues.apache.org/jira/browse/NETBEANS-5238 Project: NetBeans Issue Type: Wish Components: editor - Other Affects Versions: Next Reporter: Jayce Attachments: image-2021-01-13-08-10-09-764.png Netbeans is reporting in About box and log version 10.16 instead of 11.1 !image-2021-01-13-08-10-09-764.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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263925#comment-17263925 ] Jayce commented on NETBEANS-5166: - Netbeans log: {code:java} Classes: loaded=13948 total loaded=13949 unloaded 1 INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 17 179 869 184 INFO [org.netbeans.modules.php.dbgp.models.VariablesModel]: Max value length set to 2 000 INFO [org.netbeans.modules.parsing.impl.TaskProcessor]: Task: org.netbeans.modules.csl.hints.GsfHintsProvider@6292cb30 : class org.netbeans.modules.csl.hints.GsfHintsProvider ignored cancel for 3 422 ms. log4j:WARN No appenders could be found for logger (nu.validator.source.LocationRecorder). log4j:WARN Please initialize the log4j system properly. INFO [org.netbeans.modules.mercurial]: version: null INFO [org.netbeans.modules.subversion]: Cache not yet initialized, showing default actions INFO [org.netbeans.modules.subversion]: Finished indexing svn cache with 0 entries. Elapsed time: 1 ms. WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.XMLDataObject@2faa9037[MultiFileObject@3b5ed234[Actions/Help/master-help.xml]] WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@312532ac[MultiFileObject@534122cf[Keymaps/NetBeans/D-BACK_QUOTE.shadow]] WARNING [null]: Last record repeated again.{code} xdebug.log {code:java} [64517] [Step Debug] <- breakpoint_remove -i 17 -d 645170001 [64524] Log opened at 2021-01-13 06:53:30.241224 [64524] [Step Debug] INFO: Connecting to configured address/port: localhost:9003. [64524] [Step Debug] INFO: Connected to debugging client: localhost:9003 (through xdebug.client_host/xdebug.client_port). :-) [64524] [Step Debug] -> https://xdebug.org/dbgp/xdebug; fileuri="file:///something/httpd/NetbeansBugReport/index.php" language="PHP" xdebug:language_version="8.0.0" protocol_version="1.0" appid="64524" idekey="netbeans-xdebug">{code} Can't find lines you are referring. Please find above test lines when the problem occurred. Maybe the null logged line? > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laszlo Kishalmi resolved NETBEANS-5177. --- Fix Version/s: 12.3 Resolution: Fixed > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Fix For: 12.3 > > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 50m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- 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-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263609#comment-17263609 ] Geertjan Wielenga commented on NETBEANS-3424: - Take a look at netbeans.apache.org. Also join the dev mailing list as described there, start a new thread, propose your solution and let's discuss as a community. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug > Components: db - Code >Affects Versions: 12.0, 11.2, 12.1, 12.0.1, 12.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Schulz updated NETBEANS-3424: - Component/s: db - Code Affects Version/s: 12.0 12.1 12.0.1 12.2 Whoever it reads, I hope the assignment to the "db - Code" component is correct to get it addressed. Is there any documentation available on how to correctly proceed with issues? Is there any documentation for new contributors? > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug > Components: db - Code >Affects Versions: 12.0, 11.2, 12.1, 12.0.1, 12.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263605#comment-17263605 ] Patrick Schulz commented on NETBEANS-3424: -- [~Atomix] did you try the workaround of my comment above? It should work pretty well. Unfortunately the maintainers did not yet recognize this issue, so an out-of-the-box solution is still missing. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-587) Netbeans php debugger crash anonymous function use by reference
[ https://issues.apache.org/jira/browse/NETBEANS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka closed NETBEANS-587. Resolution: Cannot Reproduce Thanks for your report. Attached xdebug.log indicates Xdebug 2.4.0RC2 and ends by sending {{context_get}} without logged response. It seems that Xdebug crashed. I was not able to reproduce the issue in NetBeans 12.2 with PHP 8.0 and Xdebug 3.0.1. > Netbeans php debugger crash anonymous function use by reference > --- > > Key: NETBEANS-587 > URL: https://issues.apache.org/jira/browse/NETBEANS-587 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: 8.2 > Environment: Linux Ubuntu 16.04LTS > php --version: PHP 7.0.28-0ubuntu0.16.04.1 (cli) ( NTS ) > Netbeans 8.2 >Reporter: Veda >Priority: Minor > Attachments: bug.tgz > > > How to reproduce: > Take the files from the attachment and load the project in netbeans. > Put a breakpoint on the last line (the "echo $var;" line) > Click the "Debug Project" button in netbeans > I run this script from the command line like so: > {code:java} > export XDEBUG_CONFIG="idekey=netbeans-xdebug" > php -d xdebug.remote_enable=1 index.php > {code} > Press the green "play" button. > Actual output "Socket Exception occured" > Expected output: not to get this error but to have normal debugging output. > Actual output in the console: Segmentation fault (core dumped) > Expected output in the console: "1" > > Now look at line 3. Remove the & in front of $var to make the line look like > this: > {code:java} > $anon_function = function() use ($var) > {code} > Try this how to reproduce again. > Actual output: no error, everything works fine. > Actual output in the console: "0" > Note: The xdebug.log is included in the tarball, as requested from the error > dialog from netbeans. > If you can't get the attachment from this issue: > Create a new netbeans php project (I choose "php project with existing > sources"). > Have this php script as index.php: > {code:java} > $var = 0; > $anon_function = function() use (&$var) > { > $var++; > }; > $anon_function(); > echo $var; > {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-2271) Problem with putting breakpoint at a php source when "stop at first line" is disabled
[ https://issues.apache.org/jira/browse/NETBEANS-2271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomáš Procházka closed NETBEANS-2271. - Resolution: Duplicate > Problem with putting breakpoint at a php source when "stop at first line" is > disabled > - > > Key: NETBEANS-2271 > URL: https://issues.apache.org/jira/browse/NETBEANS-2271 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: 10.0, 11.0 > Environment: Windows 10 64-bit >Reporter: Daes Mond >Priority: Minor > > When PHP debugging "stop at first line" is disabled when netbeans just loaded > and opened/create a php project, breakpoints cannot be set, > until enabling "stop at first line" and run the project in debug mode. > Breakpoint can be set without enabling "stop at first line" after sometime > (a few minutes or more). It seems that x-debug loading is being delayed when > "stop at first line" is disabled.. -- 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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263553#comment-17263553 ] Tomáš Procházka commented on NETBEANS-5166: --- Thanks for the video, it confirms that I was testing the same thing. I'm still not able to reproduce it using Java 8, 14 and 15 on Ubuntu 20.10. The dialog is displayed if unexpected data were received from Xdebug and this error is also logged ([source file|https://github.com/apache/netbeans/blob/master/php/php.dbgp/src/org/netbeans/modules/php/dbgp/packets/DbgpMessage.java]). It can be one of - Got ??? as data size - Read ??? bytes from socket input stream, but expected ??? bytes Please try to find this messages in NetBeans log. > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5237) Mouse pointer size is not correct
[ https://issues.apache.org/jira/browse/NETBEANS-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] whut hey vr updated NETBEANS-5237: -- Attachment: (was: NETBEANS-5237.big) > Mouse pointer size is not correct > - > > Key: NETBEANS-5237 > URL: https://issues.apache.org/jira/browse/NETBEANS-5237 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2, 12.2 > Environment: Ubuntu 20.04.1 LTS. > Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. >Reporter: whut hey vr >Priority: Minor > Attachments: NETBEANS-5237.big.png, NETBEANS-5237.small.png > > > When the mouse pointer is over Netbeans window, the mouse pointer becomes > tiny on my display. > No other application show this behaviour. > Please look at attached pictures. You'll be able to compare what is the > expected size (« big ») and what is actually displayed (« small »). > > This looks like a minor problem to me and no even less because it makes the > pointer near invisible and it's hard to work with it. -- 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-5237) Mouse pointer size is not correct
[ https://issues.apache.org/jira/browse/NETBEANS-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] whut hey vr updated NETBEANS-5237: -- Attachment: NETBEANS-5237.big.png NETBEANS-5237.small.png > Mouse pointer size is not correct > - > > Key: NETBEANS-5237 > URL: https://issues.apache.org/jira/browse/NETBEANS-5237 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2, 12.2 > Environment: Ubuntu 20.04.1 LTS. > Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. >Reporter: whut hey vr >Priority: Minor > Attachments: NETBEANS-5237.big.png, NETBEANS-5237.small.png > > > When the mouse pointer is over Netbeans window, the mouse pointer becomes > tiny on my display. > No other application show this behaviour. > Please look at attached pictures. You'll be able to compare what is the > expected size (« big ») and what is actually displayed (« small »). > > This looks like a minor problem to me and no even less because it makes the > pointer near invisible and it's hard to work with it. -- 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-5237) Mouse pointer size is not correct
[ https://issues.apache.org/jira/browse/NETBEANS-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] whut hey vr updated NETBEANS-5237: -- Attachment: (was: NETBEANS-5237.small) > Mouse pointer size is not correct > - > > Key: NETBEANS-5237 > URL: https://issues.apache.org/jira/browse/NETBEANS-5237 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2, 12.2 > Environment: Ubuntu 20.04.1 LTS. > Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. >Reporter: whut hey vr >Priority: Minor > Attachments: NETBEANS-5237.big.png, NETBEANS-5237.small.png > > > When the mouse pointer is over Netbeans window, the mouse pointer becomes > tiny on my display. > No other application show this behaviour. > Please look at attached pictures. You'll be able to compare what is the > expected size (« big ») and what is actually displayed (« small »). > > This looks like a minor problem to me and no even less because it makes the > pointer near invisible and it's hard to work with it. -- 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-5237) Mouse pointer size is not correct
[ https://issues.apache.org/jira/browse/NETBEANS-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] whut hey vr updated NETBEANS-5237: -- Description: When the mouse pointer is over Netbeans window, the mouse pointer becomes tiny on my display. No other application show this behaviour. Please look at attached pictures. You'll be able to compare what is the expected size (« big ») and what is actually displayed (« small »). This looks like a minor problem to me and no even less because it makes the pointer near invisible and it's hard to work with it. was: When the mouse pointer is over Netbeans window, the mouse pointer becomes tiny on my display. No other application show this behaviour. This looks like a minor problem to me and no even less because it makes the pointer near invisible and it's hard to work with it. > Mouse pointer size is not correct > - > > Key: NETBEANS-5237 > URL: https://issues.apache.org/jira/browse/NETBEANS-5237 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2, 12.2 > Environment: Ubuntu 20.04.1 LTS. > Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. >Reporter: whut hey vr >Priority: Minor > Attachments: NETBEANS-5237.big, NETBEANS-5237.small > > > When the mouse pointer is over Netbeans window, the mouse pointer becomes > tiny on my display. > No other application show this behaviour. > Please look at attached pictures. You'll be able to compare what is the > expected size (« big ») and what is actually displayed (« small »). > > This looks like a minor problem to me and no even less because it makes the > pointer near invisible and it's hard to work with it. -- 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-5237) Mouse pointer size is not correct
[ https://issues.apache.org/jira/browse/NETBEANS-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] whut hey vr updated NETBEANS-5237: -- Attachment: NETBEANS-5237.big NETBEANS-5237.small > Mouse pointer size is not correct > - > > Key: NETBEANS-5237 > URL: https://issues.apache.org/jira/browse/NETBEANS-5237 > Project: NetBeans > Issue Type: Bug >Affects Versions: 8.2, 12.2 > Environment: Ubuntu 20.04.1 LTS. > Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. >Reporter: whut hey vr >Priority: Minor > Attachments: NETBEANS-5237.big, NETBEANS-5237.small > > > When the mouse pointer is over Netbeans window, the mouse pointer becomes > tiny on my display. > No other application show this behaviour. > > This looks like a minor problem to me and no even less because it makes the > pointer near invisible and it's hard to work with it. -- 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-5237) Mouse pointer size is not correct
whut hey vr created NETBEANS-5237: - Summary: Mouse pointer size is not correct Key: NETBEANS-5237 URL: https://issues.apache.org/jira/browse/NETBEANS-5237 Project: NetBeans Issue Type: Bug Affects Versions: 12.2, 8.2 Environment: Ubuntu 20.04.1 LTS. Dual monitor. Attached monitor is UHD (4k) with a 200% zoom. Reporter: whut hey vr When the mouse pointer is over Netbeans window, the mouse pointer becomes tiny on my display. No other application show this behaviour. This looks like a minor problem to me and no even less because it makes the pointer near invisible and it's hard to work with it. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263443#comment-17263443 ] Paul Ponec commented on NETBEANS-5069: -- [~singh-akhilesh] ?? There is nothing that can be fixed in the nbjavac, so closing this defect.?? However, the Netbeans IDE displays undoubtedly behaving incorrectly, what is the solution? > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263320#comment-17263320 ] Alex lewis commented on NETBEANS-5177: -- Looks good. The dev build has been running all morning and I've been running builds without any issue. Normally it would manifest pretty quickly. > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 50m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- 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-5148) JavaFX and Maven- no links in output to source during exception
[ https://issues.apache.org/jira/browse/NETBEANS-5148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263307#comment-17263307 ] Heiko Wenzel commented on NETBEANS-5148: The links are now in place. But they don't work. The message appears: "Source file not found for ..." > JavaFX and Maven- no links in output to source during exception > --- > > Key: NETBEANS-5148 > URL: https://issues.apache.org/jira/browse/NETBEANS-5148 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Maven >Affects Versions: 12.2 >Reporter: Heiko Wenzel >Assignee: John McDonnell >Priority: Major > Labels: pull-request-available > Attachments: image-2020-12-30-10-27-50-261.png, mavenproject1.tar.gz > > Time Spent: 40m > Remaining Estimate: 0h > > A Maven JavFX project does not make links to source in output when a > exception throws -- 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-5236) NullPointerException: "this.discoveredProcs" is null
Sérgio Siegrist created NETBEANS-5236: - Summary: NullPointerException: "this.discoveredProcs" is null Key: NETBEANS-5236 URL: https://issues.apache.org/jira/browse/NETBEANS-5236 Project: NetBeans Issue Type: Bug Components: projects - Maven Affects Versions: 12.2 Reporter: Sérgio Siegrist NullPointerException on Maven build. 2021-01-12T09:18:39 1610453919671 425 700 62 UI_USER_CONFIGURATION UI_USER_CONFIGURATION org.netbeans.modules.uihandler.Bundle FreeBSD, 12.2-RELEASE-p1, amd64 OpenJDK 64-Bit Server VM, 15.0.1+9-1, OpenJDK Runtime Environment, 15.0.1+9-1 Apache NetBeans IDE 12.2 NullPointerException: Cannot invoke "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()" because "this.discoveredProcs" is null Please provide a description of the problem or the steps to reproduce * java.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()" because "this.discoveredProcs" is nulljava.lang.NullPointerException: Cannot invoke "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()" because "this.discoveredProcs" is null at com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914) at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113) at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298) at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380) at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350) at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240) at com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$3(JavaCompiler.java:930) at com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:330) at com.sun.tools.javac.code.Symbol.complete(Symbol.java:683) at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1434) at com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:689) at com.sun.tools.javac.code.Symbol$TypeSymbol.getEnclosedElements(Symbol.java:863) at com.sun.tools.javac.code.Symbol$TypeSymbol.getEnclosedElements(Symbol.java:798) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethod(NPECheck.java:1160) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.visitMethod(NPECheck.java:546) at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:940) at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86) at org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:546) at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:90) at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105) at org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:78) at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113) at com.sun.source.util.TreeScanner.visitClass(TreeScanner.java:189) at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:846) at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86) at org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:546) at com.sun.source.util.TreeScanner.scan(TreeScanner.java:105) at org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:78) at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:113) at com.sun.source.util.TreeScanner.visitCompilationUnit(TreeScanner.java:144) at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:605) at com.sun.source.util.TreeScanner.scan(TreeScanner.java:86) at org.netbeans.api.java.source.support.CancellableTreeScanner.scan(CancellableTreeScanner.java:69) at org.netbeans.modules.java.hints.bugs.NPECheck$VisitorImpl.scan(NPECheck.java:653) at org.netbeans.modules.java.hints.bugs.NPECheck.computeExpressionsState(NPECheck.java:503) at org.netbeans.modules.java.hints.bugs.NPECheck.methodInvocation(NPECheck.java:308) at jdk.internal.reflect.GeneratedMethodAccessor66.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43
[jira] [Created] (NETBEANS-5235) simple refractoring hangs up the inferface
Radoslaw Jocz created NETBEANS-5235: --- Summary: simple refractoring hangs up the inferface Key: NETBEANS-5235 URL: https://issues.apache.org/jira/browse/NETBEANS-5235 Project: NetBeans Issue Type: Bug Components: editor - Refactoring Affects Versions: 12.2 Environment: Windows 7, Java 1.8.0_271 Reporter: Radoslaw Jocz Attachments: bug nb 12.2.gif interface hangs up when refractoring - renaming field in simple class there is not possible to close popup windows to cancel it or anything else, howerver aplication is responding to mouse events, but no effect, the pupup window repaining open -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262509#comment-17262509 ] Jayce edited comment on NETBEANS-5166 at 1/12/21, 10:50 AM: Tested just now with with latest dev build: *Product Version:* Apache NetBeans IDE DEV (Build dev-efe872f6ac6e7ffaa3e2ea8e4b3061ea78158157) *Java:* 15.0.1; Java HotSpot(TM) 64-Bit Server VM 15.0.1+9-18 *Runtime:* Java(TM) SE Runtime Environment 15.0.1+9-18 *System:* Mac OS X version 11.1 running on x86_64; UTF-8; fr_FR (nb) Same problem. If you want me to upload a video re-open the ticket was (Author: fft): Tested just now with with latest dev build: *Product Version:* Apache NetBeans IDE DEV (Build dev-efe872f6ac6e7ffaa3e2ea8e4b3061ea78158157) *Java:* 15.0.1; Java HotSpot(TM) 64-Bit Server VM 15.0.1+9-18 *Runtime:* Java(TM) SE Runtime Environment 15.0.1+9-18 *System:* Mac OS X version 10.16 running on x86_64; UTF-8; fr_FR (nb) Same problem. If you want me to upload a video re-open the ticket > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5143) NetBeans 12.2 deploys webapps twice
[ https://issues.apache.org/jira/browse/NETBEANS-5143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263228#comment-17263228 ] Vincent Bataille commented on NETBEANS-5143: Same issue here. I managed to deploy war only once by checking "Build/Compile/Compile on Save" in project properties (with netbeans-12.2). > NetBeans 12.2 deploys webapps twice > --- > > Key: NETBEANS-5143 > URL: https://issues.apache.org/jira/browse/NETBEANS-5143 > Project: NetBeans > Issue Type: Bug > Components: core >Affects Versions: 12.2 > Environment: Windows 10 20H2/AMD Ryzen 7 4800H/32GB RAM > java: build 11.0.9.1+1, maven 3.6.3 > Netbeans versions tested: 12.1, 12.2 (only 12.2 is effected) > Tomcat (new installs): 8.5.60, 9.0.40, Payara (per Patrick Musembi) >Reporter: Vlad Palnik >Priority: Major > Labels: webapp, webapp-deployment > > To whomever it concerns, > > I've come across a possible bug in NetBeans 12.2. Netbeans seems to interfere > with the deployment of apps somehow and apps are deployed twice. > > While deploying an app it follows this pattern: deploy => undeploy => deploy > (see build log below). I tried solving this issue by undeployed any previous > versions of the app manually and restarted Tomcat, the same error occurs. The > issue only appears when using NB 12.2 > > When tested on NetBeans 12.1 using the same Java/Tomcat installation/config > no errors occur and deployment proceeds correctly. > > Steps to replicate: > 1: Create maven webapp (Java EE7, Java 11) in NetBeans 12.1 > 2 Set Tomcat Server in Properties > Run > 3. Build/Run project in 12.1, you will get a "Hello World" basic site. > 4. Check build log, only a single deploy should show up. > 5 Close 12.1 and open same project in 12.2 > 6 Before run/build make sure same server and java versions are selected > 7 Build/Run project > 8 Check build log, you will see two deploys of webapp > > > BUILD SUCCESS > > Total time: 18.211 s > Finished at: 2020-12-11T17:27:08-08:00 > > Deploying on Tomcat 8.5.60 > profile mode: false > debug mode: false > force redeploy: true > Starting Tomcat process... > Waiting for Tomcat... > Tomcat server started. > In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 > Deployment is in progress... > deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext6407158500266578550.xml=/myapp > OK - Deployed application at context path [/myapp] > Start is in progress... > start?path=/myapp > OK - Started application at context path [/myapp] > Deploying on Tomcat 8.5.60 > profile mode: false > debug mode: false > force redeploy: true > Undeploying ... > undeploy?path=/myapp > OK - Undeployed application at context path [/myapp] > In-place deployment at C:\Users\username\Desktop\myapp\target\myapp##1.2.5 > Deployment is in progress... > deploy?config=file%3A%2FC%3A%2FUsers%2Fusername%2FAppData%2FLocal%2FTemp%2Fcontext3519987589623367889.xml=/myapp > OK - Deployed application at context path [/myapp] > Start is in progress... > start?path=/myapp > OK - Started application at context path [/myapp] > > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262881#comment-17262881 ] Abnilson Rafael edited comment on NETBEANS-3424 at 1/12/21, 8:12 AM: - Nearly same thing on NB 12.2, what's going on... I want to use newer Java releases. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. was (Author: atomix): Same thing on NB 12.2, what's going on... I want to use newer Java releases. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262881#comment-17262881 ] Abnilson Rafael edited comment on NETBEANS-3424 at 1/12/21, 8:10 AM: - Same thing on NB 12.2, what's going on... I want to use newer Java releases. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. was (Author: atomix): Same thing on NB 12.2, what's going on... I want to use newer Java versions. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh closed NETBEANS-5069. Resolution: Fixed > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17263119#comment-17263119 ] Akhilesh Singh commented on NETBEANS-5069: -- There is nothing that can be fixed in the nbjavac, so closing this defect. > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5234) PHP debugger does not display content of long string
[ https://issues.apache.org/jira/browse/NETBEANS-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262886#comment-17262886 ] Tomáš Procházka commented on NETBEANS-5234: --- Proposed PR fixes handling of response from Xdebug. Response to {{property_value}} contains data in base node and variable name is not included in response and has to be copied from request. [Xdebug documentation|https://xdebug.org/docs/dbgp#property-get-property-set-property-value] > PHP debugger does not display content of long string > > > Key: NETBEANS-5234 > URL: https://issues.apache.org/jira/browse/NETBEANS-5234 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > PHP debugger does not display content of variable if it contains string > longer than maximum data length set in PHP debugging options. > Steps to reproduce: > # In PHP file create variable with long content like {{$longString = > str_repeat('A', 3000);}} > # Verify that Maximum Data Length setting is set to lower value than length > of {{$longString}} > # Run debugger and step over previous statement. > # Open Variables tab. > Expected result - content of {{$longString}} will be displayed - > {{"AA"}}. > Actual result - "Evaluating..." is displayed as content of {{$longString}} -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262881#comment-17262881 ] Abnilson Rafael edited comment on NETBEANS-3424 at 1/11/21, 7:17 PM: - Same thing on NB 12.2, what's going on... I want to use newer Java versions. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. was (Author: atomix): Same thing on NB 12.2, what's going on... I want to use newer Java version. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-3424) Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2
[ https://issues.apache.org/jira/browse/NETBEANS-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262881#comment-17262881 ] Abnilson Rafael commented on NETBEANS-3424: --- Same thing on NB 12.2, what's going on... I want to use newer Java version. I get "Driver Class is missing" or "{{java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver}}", every time I try to create a new DB. > Unable to use Derby DB version 10.15.1.3 in Netbeans 11.2 > - > > Key: NETBEANS-3424 > URL: https://issues.apache.org/jira/browse/NETBEANS-3424 > Project: NetBeans > Issue Type: Bug >Affects Versions: 11.2 > Environment: Product Version: Apache NetBeans IDE 11.2 > Java: 13.0.1; OpenJDK 64-Bit Server VM 13.0.1+9 > Runtime: OpenJDK Runtime Environment 13.0.1+9 > System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) >Reporter: Stephen Brooksbank >Priority: Major > Attachments: Connect to Sample Database - Derby15.png, JavaDB > Properties - Derby15.png, image-2020-05-28-00-08-43-882.png, > image-2020-05-28-00-13-29-860.png, image-2020-05-28-00-22-52-928.png > > > If you assign Derby version 10.15.1.3 as the Java DB installation, as soon as > you try and connect to the sample database, or as soon as you try and create > a new database, you get an error dialog box "_Unable to connect. Cannot > establish connection to jdbc:derby://localhost:1527/sample using > org.apache.derby.jdbc.ClientDriver (unable to find a suitable driver)._" > If instead you use Derby version 10.14.2.0, it all works OK. > Note: please refer to the release notes for the new version of Derby DB here > : [http://db.apache.org/derby/releases/release-10.15.1.3.cgi] > This indicates that some "JPMS modularization" has taken place - I wonder if > this will be the root cause of the issue - and in which case it will impact > all versions of NetBeans > > To reproduce the issue: > 1. In the Services window, expand Databases, click right on Java DB and set > the properties to point to the installation folder for Derby 10.15.1.3 > 2. Click right on the sample database and select Connect... > > -- 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-5234) PHP debugger does not display content of long string
[ https://issues.apache.org/jira/browse/NETBEANS-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated NETBEANS-5234: - Labels: pull-request-available (was: ) > PHP debugger does not display content of long string > > > Key: NETBEANS-5234 > URL: https://issues.apache.org/jira/browse/NETBEANS-5234 > Project: NetBeans > Issue Type: Bug > Components: php - Debugger >Affects Versions: 12.2 >Reporter: Tomáš Procházka >Assignee: Tomáš Procházka >Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > PHP debugger does not display content of variable if it contains string > longer than maximum data length set in PHP debugging options. > Steps to reproduce: > # In PHP file create variable with long content like {{$longString = > str_repeat('A', 3000);}} > # Verify that Maximum Data Length setting is set to lower value than length > of {{$longString}} > # Run debugger and step over previous statement. > # Open Variables tab. > Expected result - content of {{$longString}} will be displayed - > {{"AA"}}. > Actual result - "Evaluating..." is displayed as content of {{$longString}} -- 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
[ https://issues.apache.org/jira/browse/NETBEANS-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262851#comment-17262851 ] Tomáš Procházka commented on NETBEANS-4216: --- Valid/invalid breakpoint is decided by NetBeans only on position in statement. PHP decides how it compiles source code and so there is no way for NetBeans to know where breakpoint can be. > 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] [Commented] (NETBEANS-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262762#comment-17262762 ] Ulrich Mayring commented on NETBEANS-5177: -- Looks good here as well. Thank you! > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 40m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262749#comment-17262749 ] Onno Molenkamp commented on NETBEANS-5177: -- The merged change solves the problem for me. > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 40m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: (was: image-2021-01-11-18-46-46-572.png) > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: (was: image-2021-01-11-18-47-57-876.png) > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: (was: image-2021-01-11-18-45-54-202.png) > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-46-46-572.png, image-2021-01-11-18-47-57-876.png, > image-2021-01-11-18-50-15-153.png, image-2021-01-11-18-54-02-495.png, > image-2021-01-11-18-57-31-301.png, image-2021-01-11-19-09-26-260.png, > image-2021-01-11-19-11-33-670.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262741#comment-17262741 ] Laszlo Kishalmi commented on NETBEANS-5177: --- Well the proposed patch has been merged into the master branch. Could someone take a chance with the current build? [https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/NetBeans-dev-Netbeans/] Yes, it is a Linux build, but could run on Windows and MacOS as well, just download and unzip. > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 40m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262652#comment-17262652 ] Akhilesh Singh edited comment on NETBEANS-5069 at 1/11/21, 2:31 PM: After analysis and complete investigation found the issue is with the latest release of lombok(i.e. 1.18.16), this release unable to resolve the correct owner-kind for any variable(defined by the annotation @RequiredArgsConstructor and @setter) on the fly. *Problematic area* Consider the below code snippet {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_}_{color} Will convert to the following after process the annotation @Setter {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_void setId(final Integer id){_{color} {color:#0747a6}_this.id = id;_{color} {color:#0747a6}_}_{color} {color:#0747a6}_}_{color} As per the compilation process, the owner for the method param variable "final Integer id" is the method "setId" of type MTH. But lombok(1.18.16) processing this as a null of type NIL. PFB screenshots !image-2021-01-11-18-50-15-153.png! !image-2021-01-11-18-54-02-495.png! Due to the problem of incorrect owner-kind(NIL) the variable "final Integer id" is not trackable via nbjavac-15 and its setting the address -1 for this variable. And the compilation of class *Bean* is not successful. The classes that's uses the Bean class showing compilation error. The example attached in this defect used @RequiredArgsConstructor annotation, for this owner-kind for the variable "final Integer id" is Constructor of type MTH coming as a NIL. Same is not happening with the lombok versions below 1.18.16. Below analysis performed using lombok 1.18.12 !image-2021-01-11-19-09-26-260.png! !image-2021-01-11-19-11-33-670.png! As lombok 1.18.12 processing the annotation @Setter correctly the owner-kind as MTH for the variable "final Integer id", so there is no problem with the compilation. Tested some other annotations also like @Getter and @toString that's working fine with this version 1.18.16 because there no parameter required to pass for the method signature *getId(){}* & *toString(){},* so no owner-kind variable concept exist here. was (Author: singh-akhilesh): After analysis and complete investigation found the issue is with the latest release of lombok(i.e. 1.18.16), this release unable to resolve the correct owner-kind for any variable(defined by the annotation @RequiredArgsConstructor and @setter) on the fly. *Problematic area* Consider the below code snippet {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_}_{color} Will convert to the following after process the annotation @Setter {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_void setId(final Integer id){_{color} {color:#0747a6}_this.setId = id;_{color} {color:#0747a6}_}_{color} {color:#0747a6}_}_{color} As per the compilation process, the owner for the method param variable "final Integer id" is the method "setId" of type MTH. But lombok(1.18.16) processing this as a null of type NIL. PFB screenshots !image-2021-01-11-18-50-15-153.png! !image-2021-01-11-18-54-02-495.png! Due to the problem of incorrect owner-kind(NIL) the variable "final Integer id" is not trackable via nbjavac-15 and its setting the address -1 for this variable. And the compilation of class *Bean* is not successful. The classes that's uses the Bean class showing compilation error. The example attached in this defect used @RequiredArgsConstructor annotation, for this owner-kind for the variable "final Integer id" is Constructor of type MTH coming as a NIL. Same is not happening with the lombok versions below 1.18.16. Below analysis performed using lombok 1.18.12 !image-2021-01-11-19-09-26-260.png! !image-2021-01-11-19-11-33-670.png! As lombok 1.18.12 processing the annotation @Setter correctly the owner-kind as MTH for the variable "final Integer id", so there is no problem with the compilation. Tested some other annotations a
[jira] [Comment Edited] (NETBEANS-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262652#comment-17262652 ] Akhilesh Singh edited comment on NETBEANS-5069 at 1/11/21, 2:01 PM: After analysis and complete investigation found the issue is with the latest release of lombok(i.e. 1.18.16), this release unable to resolve the correct owner-kind for any variable(defined by the annotation @RequiredArgsConstructor and @setter) on the fly. *Problematic area* Consider the below code snippet {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_}_{color} Will convert to the following after process the annotation @Setter {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_void setId(final Integer id){_{color} {color:#0747a6}_this.setId = id;_{color} {color:#0747a6}_}_{color} {color:#0747a6}_}_{color} As per the compilation process, the owner for the method param variable "final Integer id" is the method "setId" of type MTH. But lombok(1.18.16) processing this as a null of type NIL. PFB screenshots !image-2021-01-11-18-50-15-153.png! !image-2021-01-11-18-54-02-495.png! Due to the problem of incorrect owner-kind(NIL) the variable "final Integer id" is not trackable via nbjavac-15 and its setting the address -1 for this variable. And the compilation of class *Bean* is not successful. The classes that's uses the Bean class showing compilation error. The example attached in this defect used @RequiredArgsConstructor annotation, for this owner-kind for the variable "final Integer id" is Constructor of type MTH coming as a NIL. Same is not happening with the lombok versions below 1.18.16. Below analysis performed using lombok 1.18.12 !image-2021-01-11-19-09-26-260.png! !image-2021-01-11-19-11-33-670.png! As lombok 1.18.12 processing the annotation @Setter correctly the owner-kind as MTH for the variable "final Integer id", so there is no problem with the compilation. Tested some other annotations also like @Getter and @toString that's working fine with this version 1.18.16 because there no parameter required to pass for the method signature *getId(){}* & *toString(){},* so no owner-kind variable concept exist here. was (Author: singh-akhilesh): After analysis and complete investigation found the issue is with the latest release of lombok(i.e. 1.18.16), this release unable to resolve the correct owner-kind for any variable(defined by the annotation @RequiredArgsConstructor and @setter) on the fly. *Problematic area* Consider the below code snippet {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_}_{color} Will convert to the following after process the annotation @Setter {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_void setId(final Integer id){_{color} {color:#0747a6}_this.setId = id;_{color} {color:#0747a6}_}_{color} {color:#0747a6}_}_{color} As per the compilation process, the owner for the method param variable "final Integer id" is the method "setId" of type MTH. But lombok(1.18.16) considering this as a null of type NIL. PFB screenshots !image-2021-01-11-18-50-15-153.png! !image-2021-01-11-18-54-02-495.png! Due to the problem of incorrect owner-kind(NIL) the variable "final Integer id" is not trackable via nbjavac-15 and its setting the address -1 for this variable. And the compilation of class *Bean* is not successful. The classes that's uses the Bean class showing compilation error. The example attached in this defect used @RequiredArgsConstructor annotation, for this owner-kind for the variable "final Integer id" is Constructor of type MTH coming as a NIL. Same is not happening with the lombok versions below 1.18.16. Below analysis performed using lombok 1.18.12 !image-2021-01-11-19-09-26-260.png! !image-2021-01-11-19-11-33-670.png! As lombok 1.18.12 processing the annotation @Setter correctly the owner-kind as MTH for the variable "final Integer id", so there is no problem with the compilation. Tested some other annotations a
[jira] [Commented] (NETBEANS-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262652#comment-17262652 ] Akhilesh Singh commented on NETBEANS-5069: -- After analysis and complete investigation found the issue is with the latest release of lombok(i.e. 1.18.16), this release unable to resolve the correct owner-kind for any variable(defined by the annotation @RequiredArgsConstructor and @setter) on the fly. *Problematic area* Consider the below code snippet {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_}_{color} Will convert to the following after process the annotation @Setter {color:#0747a6}_package net.ponec.junitlombok;_{color} {color:#0747a6}_import lombok.Setter;_{color} {color:#0747a6} _@Setter_ {color} {color:#0747a6}_public class Bean {_{color} {color:#0747a6} _private Integer id;_{color} {color:#0747a6}_void setId(final Integer id){_{color} {color:#0747a6}_this.setId = id;_{color} {color:#0747a6}_}_{color} {color:#0747a6}_}_{color} As per the compilation process, the owner for the method param variable "final Integer id" is the method "setId" of type MTH. But lombok(1.18.16) considering this as a null of type NIL. PFB screenshots !image-2021-01-11-18-50-15-153.png! !image-2021-01-11-18-54-02-495.png! Due to the problem of incorrect owner-kind(NIL) the variable "final Integer id" is not trackable via nbjavac-15 and its setting the address -1 for this variable. And the compilation of class *Bean* is not successful. The classes that's uses the Bean class showing compilation error. The example attached in this defect used @RequiredArgsConstructor annotation, for this owner-kind for the variable "final Integer id" is Constructor of type MTH coming as a NIL. Same is not happening with the lombok versions below 1.18.16. Below analysis performed using lombok 1.18.12 !image-2021-01-11-19-09-26-260.png! !image-2021-01-11-19-11-33-670.png! As lombok 1.18.12 processing the annotation @Setter correctly the owner-kind as MTH for the variable "final Integer id", so there is no problem with the compilation. Tested some other annotations also like @Getter and @toString that's working fine with this version 1.18.16 because there no parameter required to pass for the method signature *getId(){}* & *toString(){},* so no owner-kind variable concept exist here. > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > image-2021-01-11-18-54-02-495.png, image-2021-01-11-18-57-31-301.png, > image-2021-01-11-19-09-26-260.png, image-2021-01-11-19-11-33-670.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-19-11-33-670.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > image-2021-01-11-18-54-02-495.png, image-2021-01-11-18-57-31-301.png, > image-2021-01-11-19-09-26-260.png, image-2021-01-11-19-11-33-670.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-19-09-26-260.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > image-2021-01-11-18-54-02-495.png, image-2021-01-11-18-57-31-301.png, > image-2021-01-11-19-09-26-260.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-57-31-301.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > image-2021-01-11-18-54-02-495.png, image-2021-01-11-18-57-31-301.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-54-02-495.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > image-2021-01-11-18-54-02-495.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-50-15-153.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, image-2021-01-11-18-50-15-153.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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
[ https://issues.apache.org/jira/browse/NETBEANS-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262637#comment-17262637 ] Czukowski commented on NETBEANS-4216: - [~Kacer] a part of the problem reported was that NetBeans treated some lines of as 'valid' for breakpoints, even though in fact they were not. In my opinion that would definitely count as a bug. But since you went all the way to implement breakpoints resolution support, it should take care of this issue as well, so I think it's an even better solution. Much appreciated! > 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-47-57-876.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > image-2021-01-11-18-47-57-876.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-46-46-572.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, image-2021-01-11-18-46-46-572.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh updated NETBEANS-5069: - Attachment: image-2021-01-11-18-45-54-202.png > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > image-2021-01-11-18-45-54-202.png, lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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] [Assigned] (NETBEANS-5069) Wrong rendering of Lombok classes
[ https://issues.apache.org/jira/browse/NETBEANS-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akhilesh Singh reassigned NETBEANS-5069: Assignee: Akhilesh Singh (was: Akshay Gupta) > Wrong rendering of Lombok classes > - > > Key: NETBEANS-5069 > URL: https://issues.apache.org/jira/browse/NETBEANS-5069 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.1 > Environment: Product Version: Apache NetBeans IDE 12.1 > Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+12-LTS > Runtime: OpenJDK Runtime Environment 11.0.9.1+12-LTS > System: Linux version 5.4.0-54-generic running on amd64; UTF-8; cs_CZ (nb) > openjdk version "11.0.8" 2020-07-14 LTS > OpenJDK Runtime Environment Corretto-11.0.8.10.1 (build 11.0.8+10-LTS) > OpenJDK 64-Bit Server VM Corretto-11.0.8.10.1 (build 11.0.8+10-LTS, mixed > mode) > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 20.04.1 LTS > Release: 20.04 > Codename: focal >Reporter: Paul Ponec >Assignee: Akhilesh Singh >Priority: Critical > Attachments: JUnitLombok.zip, Snímek > obrazovky_2020-11-25_19-49-52_NetBeans-12.1.jpg, > VirtualBox_2020-12-10_nb12-about.png, VirtualBox_2020-12-10_nb12-about.png, > VirtualBox_2020-12-10_nb12-bug.png, VirtualBox_2020-12-10_nb12-bug.png, > lombok.png > > > The IDE displays false errors in classes affected by Lombok framework. I have > attached a screenshot and a sample project. Although it might seem that this > is only a cosmetic mistake, the NetBeans is practically unusable on larger > projects, and this situation has forced me to temporarily switch to competing > IDE. -- 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-5132) Netbeans 12.2 NPE in background scanning of project
[ https://issues.apache.org/jira/browse/NETBEANS-5132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262592#comment-17262592 ] Yordan Gigov commented on NETBEANS-5132: Issue is not limited to Maven. It happens in Gradle projects as well. > Netbeans 12.2 NPE in background scanning of project > --- > > Key: NETBEANS-5132 > URL: https://issues.apache.org/jira/browse/NETBEANS-5132 > Project: NetBeans > Issue Type: Bug >Affects Versions: 12.2 > Environment: OS: Ubuntu 20.04 > JDK: Oracle 1.8_271 >Reporter: Davide Villa >Priority: Critical > Attachments: netbeans-ide-log.txt, netbeans.log, ui.log > > > the background scanning of my project throws a NPE in the version 12.2. > no problems on the previous version 12.1 > > may be the same problem reported NETBEANS-5125 > > -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262569#comment-17262569 ] Alex lewis commented on NETBEANS-5177: -- I see _Too many open files_ issue. I'm on: MacOS Catalina: 10.15.7 (19H114) openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+10, mixed mode) The projects are Gradle. Netbeans 12.1 works fine with the same projects. Let me know if you want me to send in logs, etc. > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 40m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- 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-5177) Crash: cannot get exclusive access to uihandler.properties
[ https://issues.apache.org/jira/browse/NETBEANS-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262533#comment-17262533 ] Ulrich Mayring commented on NETBEANS-5177: -- I can confirm the finding by Onno Molenkamp, I'm on a Gradle project as well. lsof takes about 40 seconds to even start outputting anything and then it's basically every directory in {color:#00}.gradle/caches/modules-2/files-2.1/{color} Memory consumption of NB increases steadily, even if I don't do anything in the IDE and just watch (having my Gradle project open). The number of open file handles increases at a rate of about 200 per minute. If I then click on "forced garbage collection", memory usage is brought back to where I started, but the number of open files handles just keeps on increasing. Stopping the IDE brings it back down immediately. There are no stack traces in the log file, the only interesting messages are a bunch of those: {color:#00}Even though the source level of [... some directory in my Grade project ...]{color} is set to: 11, java.util.zip.CRC32C cannot be found on the system module path: Changing source level to 1.8 > Crash: cannot get exclusive access to uihandler.properties > -- > > Key: NETBEANS-5177 > URL: https://issues.apache.org/jira/browse/NETBEANS-5177 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle >Affects Versions: 12.2 >Reporter: Ulrich Mayring >Assignee: Laszlo Kishalmi >Priority: Blocker > Labels: pull-request-available > Attachments: messages.log, sc.png, screenshot2.png, thread_dump.rtf > > Time Spent: 40m > Remaining Estimate: 0h > > I experienced a number of total freezes after installing NB 12.2 (have been > using 12.0 before), but could not get an error message of any sort, since NB > was completely unresponsive to keystrokes or mouse. This changed today, I got > an error popup, which I attach. NB was again totally unresponsive, but I > could make a screenshot of the popup message. > The black shadow around the error dialog actually is tens or hundreds of the > same popup windows behind the first one. They keep piling up at CPU speed > until the app runs out of memory or is killed. For a while I could close a > few of them, but they kept coming up faster than I could click. > The file in question (see screenshot) looks normal to me. It has the correct > owner and permissions and its content is this: > count=1000 > MTTF=71985 > uihandler.preferences.writable.check=1608633016127 > The crash happened directly after starting the IDE, while it was reading in > the last project I worked on. No user interaction was involved. > Fedora 29 / KDE. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Comment Edited] (NETBEANS-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17262499#comment-17262499 ] Jayce edited comment on NETBEANS-5166 at 1/11/21, 9:21 AM: --- -I can't attach a video because the ticket is closed?- See attached video was (Author: fft): I can't attach a video because the ticket is closed? > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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-5166) Error occurred during communication with Xdebug
[ https://issues.apache.org/jira/browse/NETBEANS-5166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayce updated NETBEANS-5166: Attachment: NetbeansBug.mov > Error occurred during communication with Xdebug > --- > > Key: NETBEANS-5166 > URL: https://issues.apache.org/jira/browse/NETBEANS-5166 > Project: NetBeans > Issue Type: Wish > Components: php - Debugger >Affects Versions: Next > Environment: Netbeans-dev, Php8, Xdebug 3.0.1 >Reporter: Jayce >Priority: Minor > Attachments: NetbeansBug.mov > > > Hi. > With dev build: > 1) Create a break point > 2) Run Xdebug and wait for the breakpoint to stop Xdebug. > 3) While stopped (green Xdebug line on the breakpoint line), remove the > breakpoint by clicking on the red square in the gutter (line number) > ==> Error message > -- 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