By nivanov
via java.dzone.com
Published: Apr 09 2008 / 07:54
We recently were faced with a problem - how to make our toString() methods refactor-safe. Up until recently we were using simple toString() plugins for IDEA and Eclipse (Jutils) which generated toString() method automatically based on class fields. Then developer would have to tweak the generated code to remove fields that should not be included.
Add your comment
Voters For This Link (15)
-
nivanov -
dsetrakyan -
magdenko_alex -
sbob -
skh -
rick -
srt -
yardena -
mostlyharmless -
vladocar -
dr_gonzo -
thinkingserious -
mvandoornik -
geertjan -
davneter


