ToStringBuilder plugin for eclipse
May 20th, 2008
So at work, I am given the task to refactor a lot of DTO’s. It’s an unfortunate lump of busy work, but at least eclipse has a built in generate getters/setters option. However, it doesn’t have a ToStringBuilder generator and it is beyond a pain to type .append(“class1″,class1).append(“class2″,class2), etcetcetc.
Luckily I found a plugin that generates them for you. You can also customize how you want your class to be generated. Its a nice small plugin that could save you a lot of time.