Checkstyle enforcer 47/447/2
authorGiovanni Meo <gmeo@cisco.com>
Fri, 7 Jun 2013 21:17:55 +0000 (23:17 +0200)
committerEd Warnicke <eaw@cisco.com>
Sat, 8 Jun 2013 05:24:20 +0000 (22:24 -0700)
Started to enforce checkstyle, if the code style doesn't match the
checkstyle settings build will break. This is needed in order to make
sure folks comply to one code style and don't start diverging.

For now the enforcement is only limited to:
- make sure no TABS are present in the java files
- make sure that no trailing whitespaces are present

Along with code style enforcement updates all the files that didn't
comply else compilation would not be successful.

Added new exclusion in .gitignore

Change-Id: Ic95da373575cec3cfe0c99b31fce92f66bc41263
Signed-off-by: Giovanni Meo <gmeo@cisco.com>

No differences found