introduce new method in interface

When adding a new method to an interface it would be nice to autogenerate implementation stubs to all implementing classes.
Is there already something like this in IDEA or planned?

Keep up the good work

0
2 comments

Hello Michael,

When adding a new method to an interface it would be nice to
autogenerate implementation stubs to all implementing classes. Is
there already something like this in IDEA or planned?


You can write one implementation and then use the "Use existing implementation"
quickfix on the interface method to copy it to the rest of the classes.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

does this feature work in 7.0.4 (could not get it to work there) or only in 8?

0

Please sign in to leave a comment.