Home / Vulnerability Database / Scala : Calling Thread.run()
Scala

Scala : Calling Thread.run()

Classification

Overview

The Thread.run() method is often called by mistake instead of Thread.start() with an intent to start a new thread. Unlike Thread.start(), Thread.run() method continues running in the thread of the process that called this method.

LOW

DerScanner Severity Score

Do you want to fix Scala : Calling Thread.run() in your application?

See also

Scala

Scala : Unreleased resource stream

Scala

Scala : Multiple loggers in same class

Scala

Scala : Insufficient encryption key length