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

### Add try-with-resources abbreviation `tryr` to Java code templates ### This pull request introduces a new code template abbreviation `tryr` for Java source files in NetBeans. It expands to a...

Java
Editor

### Description I found the quickly blinking cursor stressing/disturbing. I found on the internet that setting `0` can make it non blinking but it makes it disappear entirely. ### Use...

Editor
kind:feature
needs:triage
UI

### Apache NetBeans version Apache NetBeans 12.6 ### What happened I am developing large projects using Apache netbeans 12.6. When using debugger in netbeans 8.2, everything worked fine, but starting...

kind:bug
Java
debugger

### Apache NetBeans version Apache NetBeans 25 ### What happened ![Image](https://github.com/user-attachments/assets/f7091b9e-d288-4c39-b9e3-52a3804dbc2f) table alias error UPDATE "isms"."TSOSOA1 t" ### Language / Project Type / NetBeans Component _No response_ ### How to...

kind:bug
SQL

### Apache NetBeans version Apache NetBeans 25 ### What happened NetBeans IDE ends up deadlocked randomly, while editing layer.xml using the Projects view while the file is open in the...

kind:bug
Editor
Platform
needs:triage

(Some) support for module imports in unused imports, import analysis, and codegen.

Java
LSP
VSCode Extension

Consider code like: ``` package javaapplication1; public class JavaApplication1 { public static void main(String[] args) { String str = switch (args.length) { case 0 -> { System.err.println("3"); yield ""; }...

Java
ci:dev-build

Quick search is the little search bar that pops up when you start typing in various NetBeans explorer view components: This PR unifies the search bar behavior in OutlineView, TreeTable,...

Platform
UI

- convert EOL characters on checkout as set in git config wip just for tests for now

work-in-progress
git
ci:dev-build

### Apache NetBeans version Latest release ### What happened 1. Deploy Java web application to Tomcat (run from Netbeans). 2. Stop Tomcat (e.g. from Netbeans). 3. Wait (for Tomcat to...

kind:bug
needs:triage
enterprise