Method names should always begin with a lower case character, and should not contain underscores. Example :
public class Foo { public void fooStuff() { } }
This rule is deprecated, use {rule:squid:S00100} instead.