| <html> | |
| <body> | |
| Reports <b>StringBuffer.toString()</b> | |
| or <b>StringBuilder.toString()</b> in String concatenations. | |
| In addition to being confusing, this code performs String allocation and copying, which is unnecessary | |
| as of JDK1.4. | |
| <!-- tooltip end --> | |
| <p> | |
| <small>Powered by InspectionGadgets</small> | |
| </body> | |
| </html> |