Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
SubstringZero.html
blob: 0b432027975a367edf2864ad0616c19eacaa297c [
file
] [
log
] [
blame
]
<html>
<body>
Reports any call to
<b>
String.substring()
</b>
with a constant argument equal to zero. Such calls are completely redundant, and may be removed.
<!-- tooltip end -->
<p>
</body>
</html>