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

codebase: - https://github.com/apache/netbeans/blob/3ebd6cb396842f212bd09011d689941884dd649d/ide/libs.lucene/external/binaries-list#L17 - https://github.com/search?q=repo%3Aapache%2Fnetbeans+org.netbeans.libs.lucene+language%3AXML&type=code&l=XML runtime: Lucene 3.x is making misc.Unsafe calls, this was resolved in 5.x. https://github.com/apache/lucene/issues/7301 ``` sun/misc/Unsafe#addressSize org.apache.lucene.util.Constants.(Line:79) sun/misc/Unsafe#arrayBaseOffset org.apache.lucene.util.RamUsageEstimator.(Line:210) sun/misc/Unsafe#arrayIndexScale org.apache.lucene.util.RamUsageEstimator.(Line:171) sun/misc/Unsafe#objectFieldOffset org.apache.lucene.util.RamUsageEstimator.(Line:191) ``` those warnings...

Upgrade Library
priority:high

### Apache NetBeans version Apache NetBeans 26 ### What happened The program in IDE debug will not launch. using JDK-24 [messages.log](https://github.com/user-attachments/files/20738298/messages.log)\ ``` java.lang.ClassCastException: class org.netbeans.spi.debugger.ActionsProvider$ContextAware cannot be cast to class...

kind:bug
needs:triage
pending-response

### Apache NetBeans version Apache NetBeans 25 ### What happened Pretty difficult to title this one or succinctly describe it. Easier to just look at the before/after... ...But basically if...

kind:bug
Java

### Apache NetBeans version Apache NetBeans 26 ### What happened ```

kind:bug
PHP
needs:triage

Here are a couple of smaller improvements, relating to keyboard shortcuts in various platform components. I have left each improvement as a separate commit since they are technically unrelated: *...

Platform
UI

### Apache NetBeans version Apache NetBeans 16 ### What happened Consider the following code: ```java class Bar { static void bar() { class Foo { static void foo() {} }...

kind:bug
VSCode Extension
needs:triage

This PR adds support for configurable commit characters in the Java LSP server. Users can now define which characters (e.g., ., ,) trigger the acceptance of a code completion suggestion...

Java
LSP
VSCode Extension

https://openjdk.org/jeps/504 https://github.com/openjdk/jdk/pull/25698 looks like removal might happen in JDK 26. ### Committer - [x] I acknowledge that I am a maintainer/committer in the Apache NetBeans project.

Code cleanup
Java
Upgrade JDK

### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened When rerunning a failed test with netbeans IDE and maven, using junit5, the ide composes a command...

kind:bug
Maven
needs:triage

### Apache NetBeans version Apache NetBeans 25 ### What happened When using the `JSF Pages from Entity Classes` feature in NetBeans, if **GlassFish** is selected as the application server, the...

kind:bug
needs:triage