...
This noncompliant code example consists of the PoolService
class that encapsulates a thread pool and a runnable Task
class. The Task.run()
method can throw runtime exceptions such as NullPointerException
.
...
...
This noncompliant code example consists of the PoolService
class that encapsulates a thread pool and a runnable Task
class. The Task.run()
method can throw runtime exceptions such as NullPointerException
.
...