Call to 'Thread.run()'
Reports calls to run()
on java.lang.Thread
or any of its subclasses.
While occasionally intended, this is usually a mistake, because run()
doesn't start a new thread. To execute the code in a separate thread, start()
should be used.
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023