View | Details | Raw Unified | Return to bug 319378
Collapse All | Expand All

(-)reference/preferences/java/compiler/ref-preferences-errors-warnings.htm (-1 / +1 lines)
Lines 236-242 Link Here
236
		<p>'switch' case fall-through</p>
236
		<p>'switch' case fall-through</p>
237
		</td>
237
		</td>
238
		<td valign="top">
238
		<td valign="top">
239
		<p>When enabled, the compiler will issue an error or a warning whenever it encounters a switch case without a 'break' statement. Empty switch cases are allowed.</p>
239
		<p>When enabled, the compiler will issue an error or a warning when a case may be entered by falling through a preceding, non empty case.</p>
240
		</td>
240
		</td>
241
		<td valign="top">
241
		<td valign="top">
242
		<p>Ignore</p>
242
		<p>Ignore</p>

Return to bug 319378