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 1e0dd2a commit 1bd543aCopy full SHA for 1bd543a
java/ql/src/Likely Bugs/Concurrency/ScheduledThreadPoolExecutorZeroThread.ql
@@ -1,11 +1,12 @@
1
/**
2
- * @id java/javautilconcurrentscheduledthreadpoolexecutor
+ * @id java/java-util-concurrent-scheduledthreadpoolexecutor
3
* @name Zero threads set for `java.util.concurrent.ScheduledThreadPoolExecutor`
4
* @description Setting `java.util.concurrent.ScheduledThreadPoolExecutor` to have 0 threads serves
5
* no purpose and may indicate programmer error.
6
* @kind problem
7
* @precision very-high
8
* @problem.severity recommendation
9
+ * @previous-id java/javautilconcurrentscheduledthreadpoolexecutor
10
* @tags quality
11
* reliability
12
* correctness
0 commit comments