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 e621f9f commit c4b8396Copy full SHA for c4b8396
java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql
@@ -3,7 +3,7 @@
3
* @previous-id java/do-not-use-finalizers
4
* @name Do not call `finalize()`
5
* @description Calling `finalize()` in application code may cause
6
- * inconsistent program state or unpredicatable behavior.
+ * inconsistent program state or unpredictable behavior.
7
* @kind problem
8
* @precision high
9
* @problem.severity error
0 commit comments