This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199209

Summary: Syntax checking should hint for switch without break
Product: java Reporter: kitfox <kitfox>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description kitfox 2011-06-06 17:42:04 UTC
It would be useful to have a syntax checking option that highlighted switch clauses that do not end in 'break' or 'return'.