Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
eclipse: change toString to prettyPrint
The task looks ridiculously simple, but I could not find a way of doing it but manually.
I have a class with a @Override ... toString() method.
I want to diversify this to a more specialized method that takes parameters to specify what should show up.
Eclipse failed to simply rename it, very probably because this toString() is called implicitly, so no chance to find the call by text search either.
I cannot think of any way to do it at all.

1 comment thread