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

I do not have a chance to test this. It is just for supporting a mail on the dev list. This is removing the Windows OS specific code from ```NbClipboard```,...

os:windows

### Apache NetBeans version Apache NetBeans 13 ### What happened I use the IDE for a php project(PHP7.4 as PHP version). I am going to give you an example to...

kind:bug
PHP

### Description Support for PHP 8.2 https://wiki.php.net/rfc#php_82 - [ ] https://wiki.php.net/rfc/null-false-standalone-types - [ ] https://wiki.php.net/rfc/true-type - [ ] https://wiki.php.net/rfc/readonly_classes - [ ] https://wiki.php.net/rfc/constants_in_traits - [ ] https://wiki.php.net/rfc/fetch_property_in_const_expressions - [ ]...

PHP
kind:feature

Note: this is the last "feature" PR - it depends on #4729. This PR will be rebased on whatever version #4729 evolves into. The PR builds on top of `BuildPropertiesSupport`...

enhancement
Java
Gradle
Micronaut

### Apache NetBeans version Apache NetBeans 15 ### What happened Example Java source code: ```java public abstract class AbstractBase { abstract void method(); static { AbstractBase base = new Derived();...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened Example Java source code: ```java public final class Example { private final List items; // (*) public Example(List items) {...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 15 ### What happened When changing a file that is under Git control, and then changing it back to the original state in the...

kind:bug
needs:triage
os:windows
git

There are a few warnings related to an empty statement. [repeat] /home/bwalker/src/netbeans/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/actions/ConnectorPanel.java:204: warning: [empty] empty statement after if [repeat] if (e.getActionCommand ().equals ("SwitchMe!")); // NOI18N [repeat] ^ This change cleans...

Code cleanup

_Originally posted by @6PATyCb in https://github.com/apache/netbeans/issues/4710#issuecomment-1272557189_ When too much files is opened I like to use `documents list` format for manage it: ![image](https://user-images.githubusercontent.com/33724393/194762879-ea2250c6-222e-429d-8f59-c1b70390c588.png) but in that format would be good...

kind:feature
good first issue
Contribution welcome
UI

Attempt to fix an intermittent clipboard bug on Windows, where cut/paste with external applications would stop working until IDE was restarted. With this fix, the problem still occurs occasionally, but...

kind:bug
Platform