An empty initializer was found. Example :
public class Foo {

   static {} // Why ?

   {} // Again, why ?

}