Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
inspectionDescriptions
/
NumericOverflow.html
blob: aa4306acc0b2a218f4448a6c39679d0c95c6db54 [
file
] [
log
] [
blame
]
<html>
<body>
<font
face
=
"verdana"
size
=
"-1"
>
This inspection checks for expressions which overflow during computation, i.e.:
<br>
<b><font
color
=
"#000080"
>
a = 1.0/0.0;
</font></b>
</font>
</body>
</html>