| Detector: | MuDetectXPOn |
| Target: | project ' synthetic ' versionmaybenull |
| Misuse: | misuse ' maybenull ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | Checks that an object is null before calling a method on it. |
| Fix Description: | Check for not null instead of null. |
| Violation Types: |
|
| In File: | FlippedNull.java |
| In Method: | misuse(Object) |
| Code with Misuse: |
|