Skip to content

Commit 1bd543a

Browse files
committed
Improve readability of the ID
1 parent 1e0dd2a commit 1bd543a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/Likely Bugs/Concurrency/ScheduledThreadPoolExecutorZeroThread.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/**
2-
* @id java/javautilconcurrentscheduledthreadpoolexecutor
2+
* @id java/java-util-concurrent-scheduledthreadpoolexecutor
33
* @name Zero threads set for `java.util.concurrent.ScheduledThreadPoolExecutor`
44
* @description Setting `java.util.concurrent.ScheduledThreadPoolExecutor` to have 0 threads serves
55
* no purpose and may indicate programmer error.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity recommendation
9+
* @previous-id java/javautilconcurrentscheduledthreadpoolexecutor
910
* @tags quality
1011
* reliability
1112
* correctness

0 commit comments

Comments
 (0)