Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
StringBufferField.html
blob: a66e77b99639f25951185eff70f579a77e414272 [
file
] [
log
] [
blame
]
<html>
<body>
Reports fields with type
<b>
java.lang.StringBuffer
</b>
or
<b>
java.lang.StringBuilder
</b>
.
StringBuffer fields can grow without limit, and are often the cause of
memory leaks.
<!-- tooltip end -->
<p>
</body>
</html>