mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Update java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql
Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class ExitOrHaltMethodCall extends MethodCall {
|
||||
|
||||
/**
|
||||
* An intentional `MethodCall` to a system or runtime "exit" method, such as for
|
||||
* functions which exist for the purpose of exiting the program. Assumes that a an exit method
|
||||
* functions which exist for the purpose of exiting the program. Assumes that an exit method
|
||||
* call within a method is intentional if the exit code is passed from a parameter of the
|
||||
* enclosing method.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user