netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

Results 708 netbeans issues
Sort by recently updated
recently updated
newest added

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

kind:bug
needs:triage

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

Editor

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

kind:bug
PHP
needs:triage

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

Java
LSP
VSCode Extension

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

Java
kind:feature
Contribution welcome

### 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) {}...

kind:bug
Java
JavaDoc

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

kind:bug
Java
hints

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

kind:bug
Java
needs:triage

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

kind:bug
needs:triage

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

kind:bug
Java
needs:triage
tests
Ant