| <html> | |
| <body> | |
| Reports code blocks which are unnecessary to the semantics of the program, and can | |
| be replaced by their contents. Code blocks which are the bodies of <b>if</b>, <b>do</b>, | |
| <b>while</b> or <b>for</b> statements will not be reported by this | |
| inspection. | |
| <!-- tooltip end --> | |
| <p> | |
| Use the checkbox below if you wish this inspection to ignore code blocks which are used as branches of switch statements. | |
| <p> | |
| </body> | |
| </html> |