Detector: | GrouMiner |
Target: | project ' aclang ' version587 |
Misuse: | misuse ' 2 ' |
Tags: |
Details about the known misuse from the MUBench dataset.
Description: | StrBuilder.getNullText() may return null. |
Fix Description: | Check for null before using. (see diff) |
Violation Types: |
|
In File: | org/apache/commons/lang/text/StrBuilder.java |
In Method: | appendFixedWidthPadRight(Object, int, char) |
Code with Misuse: |
|
Code with Pattern(s): |
|