Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
SwitchStatementWithConfusingDeclaration.html
blob: e205502d55792c397ffb35a4cdc1b085f5d8a3ec [
file
] [
log
] [
blame
]
<html>
<body>
Reports local variables declared in one branch of a
<b>
switch
</b>
statement
and used in a different branch. Such declarations can be extremely confusing.
<!-- tooltip end -->
<p>
</body>
</html>