| Detector: | MuDetectOPAL_180217 |
| Target: | project 'synthetic' version unsynchronized |
| Misuse: | misuse 'unsynchronized' |
Details about the known misuse from the MUBench dataset.
| Description: | Updates a HashMap concurrently without ensuring synchonziation. |
| Fix Description: | synchonize on the map. |
| Violation Types: |
|
| In File: | Unsynchronized.java |
| In Method: | onEvent(String, String) |
| Code with Misuse: |
|
| Code with Pattern(s): |
|