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

This PR is based on prototype done by @lahodaj . I have just updated it to fit into the current codebase + integrated with the new JDK configuration command. -...

work-in-progress
Java
Gradle
Maven
VSCode Extension

### Apache NetBeans version Apache NetBeans 22 ### What happened This happens to me occasionally, usually when editing a fairly large java file. The icon in the tab will show...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 22 ### What happened Execute a Junit test. In the output, Netbeans (Maven) will show the stacktraces of the failed test. But it is...

kind:bug
Java
Maven

A prototype of patch to support Markdown javadoc (JEP-467). The upgrade to JDK 23's javadoc is a prerequisite for this: https://github.com/apache/netbeans/pull/7484 Note the patch here also includes changes form #7484

Java
Platform
ci:dev-build

### Apache NetBeans version Apache NetBeans 22 ### What happened ![Java Version 20](https://github.com/apache/netbeans/assets/10488821/51ec19c8-601c-4c3c-bb73-1a12066b5f99) I tried to open Netbeans 22 and it showed a strange message that it cannot run in...

kind:bug
needs:triage
installer
os:windows

This PR documents the process for drawing and installing scalable SVG versions of NetBeans icons, and commits the Illustrator File and script that was used to assemble icons in the...

Platform
UI

This warning was observed: ``` WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method org.netbeans.modules.terminal.ioprovider.TerminalInputOutput.removePropertyChangeListener from org.netbeans.modules.terminal.ioprovider.TerminalInputOutput@10efb8c9 WARNING [org.openide.util.WeakListenerImpl]: Can't remove java.beans.PropertyChangeListener using method org.netbeans.modules.terminal.ioprovider.TerminalInputOutput.removePropertyChangeListener from org.netbeans.modules.terminal.ioprovider.TerminalInputOutput@3a72784a ``` This was one of...

CI

### Apache NetBeans version Apache NetBeans 21 ### What happened I received this notification... ``` Annotation: An error occurred during parsing of 'C:\home\frank\NetBeansProjects\PdfTables\test\frankv\pdftables\test\MultipleTablesTest.java'. Please report a bug against java/source and...

kind:bug
Java
nb-javac
JDK bug

On Windows 10 and 11, I have observed various graphics bugs that appear after changes in the OS graphics configuration, such as connecting or disconnecting external monitors, or changing the...

Platform
os:windows

### Description in VSNetBeans we need to provide project JDK, separate from VSNetBeans runtime jdk. Currently when `netbeans.jdkhome` is set it is set also for Project JDK. It will be...

VSCode Extension
kind:feature