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 13 ### What happened Netbeans fails during startup in a corporate network with a proxy server with deep packet inspection. This is the stack...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened I upgraded to netbeans 15, changed from SVN to GIT, and imported modified sources from a third party. We are...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened When I resolve a conflict during a git rebase Netbeans "gets stuck" in the rebasing phase: I cannot switch the...

kind:bug
needs:triage
git

### Apache NetBeans version Apache NetBeans 15 ### What happened java.lang.IllegalArgumentException: len=-1 < 0 at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:949) at org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639) at java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79) at org.openide.text.CloneableEditorSupport$DocFilter.remove(CloneableEditorSupport.java:2360) at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935) at **org.netbeans.modules.lsp.client.Utils.lambda$applyEditsNoLock$1(Utils.java:182)** at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357)...

kind:bug
LSP
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened We have a gradle main project with subprojects. Some sub projects have an extra source set which is defined based...

kind:bug
Gradle
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened ```java Stream.of( new Student("Fred", 87, "Math", "Physics"), ).collect(Collectors.groupingBy(s-> letterGrade(s), Collectors.mapping(s->))) ``` For this particular code, everytime I add the lambda...

kind:bug
Java
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened When debugging Groovy code, in general, I can set breakpoints. However, I cannot set a breakpoint inside a forEach block....

kind:bug
Groovy
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened I've generated a remote profiler pack (`Setup Attach to Process...`) and mounted it into an OpenJDK 17 based Docker container...

kind:bug
needs:triage
profiler

### Description The `org.netbeans.beaninfo.editors.ColorEditor` class does not support the alpha channel. This `PropertyEditor` is used in various places. The color chooser UI allows to set the transparency but then it's...

kind:feature

### Apache NetBeans version Apache NetBeans 15 ### What happened NetBeans doesn't inherit docs for class properties, see example below. ### How to reproduce ```php

kind:bug
PHP
needs:triage