netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 23 ### What happened ``` java.lang.NullPointerException: Cannot invoke "org.json.simple.JSONArray.iterator()" because "array" is null at org.netbeans.modules.web.webkit.debugging.api.Runtime.getRemoteObjectProperties(Runtime.java:77) at org.netbeans.modules.web.webkit.debugging.api.debugger.RemoteObject.getProperties(RemoteObject.java:192) at org.netbeans.modules.web.webkit.debugging.api.console.RemoteObjectMessage.getSubMessages(RemoteObjectMessage.java:69) at org.netbeans.modules.web.webkit.tooling.console.BrowserConsoleLogger.logMessage(BrowserConsoleLogger.java:316) at org.netbeans.modules.web.webkit.tooling.console.BrowserConsoleLogger.logMessage(BrowserConsoleLogger.java:210) at...
### Description: This is a draft pull request designed to facilitate the migration of keybindings from VSCode to NetBeans, aiming to ensure a smooth transition for users without altering their...
### Apache NetBeans version Apache NetBeans 23 ### What happened **Expected Behaviour** When typing class names and their namespaces netbeans should propose method names, class names from open project and...
Java LSP server: Associate a single source file with an available workspace with no client workspace folders in order to obtain the configured options # Issue 1. When a single-source...
### Apache NetBeans version Apache NetBeans 22 ### What happened When the "fieldToRename" field is selected for the rename field refactoring, it causes a refactoring bug because the new field...
### Apache NetBeans version Apache NetBeans latest daily build ### What happened As noted in: https://github.com/apache/netbeans/pull/7491#issuecomment-2391587885 ```java /// /// @param str /// public static void foo(String str, int i) {}...
### Apache NetBeans version Apache NetBeans 13 ### What happened Using a `@NonNull` or `@Nullable` annotation that has \@[Target][java.lang.annotation.Target]\([TYPE_USE][java.lang.annotation.ElementType#TYPE_USE]\) causes the “Null Pointer Dereference” hint to not work. ### How...
### Apache NetBeans version Apache NetBeans 18 ### What happened There is a notification that is a bug. when I compile a Java code. I thinks the program itself suggest...
### Apache NetBeans version Apache NetBeans 23 ### What happened When editing a swing form, applying a JInternalFrame with TitledBorder generated incorrect properties. A closer look on provided properties shows...
### Apache NetBeans version Apache NetBeans 23 ### What happened I created a simple unit test, but it generates the following error when running the test: /home/ajvelez/.cache/netbeans/23/executor-snippets/junit.xml:184: The following error...