Jump to content
IGNORED

Planet Bob - The Checkstyle Terrorist


RSS Bot

Recommended Posts

Hi there!

 

In my company we're now forced to use checkstyle for java projects in Eclipse. Amongst the ~100 mostly totally stupid checks it does, is also one forcing brackets to reside on the end of a line, as in:

 

if(bSomething) { doSomething(); }

 

Few things I hate more :mad:

Here's my tried & tested workaround:

 

if(bSomething ) { doSomething(); }

 

:P

 

Greetings,

Manuel

 

http://www.atariage.com/forums/blog/54/entry-7321-the-checkstyle-terrorist/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...