When renaming a non-inherited method of a private class with Ctrl+R, NetBeans correctly recognizes that it can be renamed in-place (because the class being private means that method can only be ...
Using Maven (but I suppose this is an issue for other build tools too) to build and run Java, the command line parameters and VM options of a runnable project cannot easily be specified before the ...