Detector: | MuDetectOPAL_180330 |
Target: | project ' synthetic_directives ' versionjsl |
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: | mubench/examples/directives/MayBeNull.java |
In Method: | misuse(Object) |
Code with Misuse: |
|
Code with Pattern(s): |
|