Eclipse plugin for maintaining copyright text in source code

Wondering how to maintain copyright or disclaimer text on source files. Specially when you have a number of files in your project, and you probably want to add some sort of info text or say copyright text as header in each and every file.

Recently I found a easy simple to use eclipse plugin http://www.wdev91.com/update/ which can be used easily to add or even replace existing header information text from source files.

Since adding the text in each file is manually is very error prone and takes lots of effort, this plugin is very useful.
You can find more information here http://www.wdev91.com/

Comments

Popular posts from this blog

Converting Java Map to String

Difference between volatile and synchronized

Invoking EJB deployed on a remote machine