Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
BreakStatement.html
blob: 77e94f6c3879ddda8fd4d83372fa8c8c8ac1dbc0 [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
break
</b>
statements,
other than at the end of a
<b>
switch
</b>
statement branch.
<b>
break
</b>
statements complicate refactoring, and can be confusing.
<!-- tooltip end -->
<p>
</body>
</html>