netbeans
netbeans copied to clipboard
Apache NetBeans
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. -...
### 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...
### 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...
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
### Apache NetBeans version Apache NetBeans 22 ### What happened  I tried to open Netbeans 22 and it showed a strange message that it cannot run in...
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...
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...
### 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...
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...
### 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...