I'm using Netbeans 9.0 for developing Java applications.
If use the "Fix-Code" functionality (Alt + Enter) for creating missing methods, netbeans creates the new method in my case every time at the top of the class file (even before the declarations of the variables).
Is there a way to change the placement of new generated methods (e.g. behind the currently edited method)?
EDIT
@skomisa: Here is a animated GIF which demonstrate this effect. But I found yesterday also other files where new methods was placed to the end of the file.