Open Source Contributions

We love using open source code at Gaia Resources and want to give as much back as possible.

It had been annoying me for a while that Checkstyle would report a warning for code like

 

@Override
public void someOverriddenMethod() {
}

 

claiming that the { should be a new line. I duely submitted a patch for the LeftCurlyCheck check and was pleased to receive an e-mail on Sunday that it has been merged into the Checkstyle code base.

Comments are closed.