I got a class which implements three interfaces. Is it possbile with a shortcut, like the format-shortcut (SHIFT-ALT-F), to import all mandatory methods into the implementing class ???
There should be an error auto-correct suggestion, one of which would be "add unimplemented methods" or something, no? There is in Eclipse and IntelliJ, and although I haven't used NetBeans in some time, I thought there was in NB as well.
frank braunstein
Ranch Hand
Joined: Dec 17, 2009
Posts: 60
posted
0
David Newton wrote:There should be an error auto-correct suggestion, one of which would be "add unimplemented methods" or something, no? There is in Eclipse and IntelliJ, and although I haven't used NetBeans in some time, I thought there was in NB as well.
Thanks for your answer, but it is of no help. As I requested i need a shortcut to do all the writing for me in a second, not just the error-msg.