mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Java: update qhelp implementation notes for more clarity
This commit is contained in:
@@ -48,8 +48,7 @@ void main() {
|
||||
|
||||
# Implementation Notes
|
||||
|
||||
This rule ignores `super.finalize()` calls that occur within `finalize()` overrides since calling the superclass finalizer is required when overriding `finalize()`. Also, although overriding `finalize()` is not recommended, this rule only alerts on direct calls to `finalize()` and does not alert on overrides of `finalize()`.
|
||||
|
||||
This rule ignores `super.finalize()` calls that occur within `finalize()` overrides since calling the superclass finalizer is required when overriding `finalize()`. Also, although overriding `finalize()` is not recommended, this rule only alerts on direct calls to `finalize()` and does not alert on method overrides of `finalize()`.
|
||||
|
||||
## References
|
||||
|
||||
|
||||
Reference in New Issue
Block a user