1 <p> This method contains a useless control flow statement in which control
2 flow follows to the same or following line regardless of whether or not
4 Often, this is caused by inadvertently using an empty statement as the
5 body of an <code>if</code> statement, e.g.:</p>
8 System.out.println("Hello, " + argv[0]);