| Detector: | MuDetectOPAL_180320 |
| Target: | project ' synthetic_directives ' versionjsl |
| Misuse: | misuse ' callondte ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | Creates swing UI component on the main thread. |
| Fix Description: | Use invokeLater() to displatch UI creation to the EDT. |
| Violation Types: |
|
| In File: | mubench/examples/directives/CallOnDTE.java |
| In Method: | main(String[]) |
| Code with Misuse: |
|
| Code with Pattern(s): |
|