This rule is defined by the following XPath expression:
//Initializer[@Static='true']/Block[count(*)=0]
Example:
public class Foo { static { // empty } }