Improve readability of the ID

This commit is contained in:
Tamas Vajk
2025-06-26 11:36:32 +02:00
parent 1e0dd2a935
commit 1bd543a8a2

View File

@@ -1,11 +1,12 @@
/**
* @id java/javautilconcurrentscheduledthreadpoolexecutor
* @id java/java-util-concurrent-scheduledthreadpoolexecutor
* @name Zero threads set for `java.util.concurrent.ScheduledThreadPoolExecutor`
* @description Setting `java.util.concurrent.ScheduledThreadPoolExecutor` to have 0 threads serves
* no purpose and may indicate programmer error.
* @kind problem
* @precision very-high
* @problem.severity recommendation
* @previous-id java/javautilconcurrentscheduledthreadpoolexecutor
* @tags quality
* reliability
* correctness