We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41665b commit 3b31f0bCopy full SHA for 3b31f0b
.config/pmd/java/ruleset.xml
@@ -226,7 +226,7 @@
226
Trying to manually manage threads usually gets quickly out of control and may result in various problems like uncontrollable spawning of threads.
227
Threads can also not be cancelled properly.
228
229
- Use managed Thread services like ``ExecutorService`` and ``CompletableFuture`` instead.
+ Use managed Thread services like `ExecutorService` and `CompletableFuture` instead.
230
</description>
231
<priority>3</priority>
232
<properties>
0 commit comments