Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.
In Eclipse, there is a nice feature to clean up Java code. First, you can change the Clean Up profile (Window – Preferences) and define, how you want the code should look like.
There are interesting clean ups like “Remove unnecessary casts” or to add missing Annotations like “@Override”.
After creating your profile, simply right click to the project and choose Source – Clean up.
Nice feature. If you want to know more about this feature, you will find here more information’s.
