What about a code like this:
```
case 0: {
if (param) {
// something
break;
}
// continue processing
break;
```
Another possible case:
```
if (param) /* no block here */ break;
```[ Full content available at: https://github.com/apache/incubator-netbeans/pull/822 ] This message was relayed via gitbox.apache.org for [email protected]
