Skip to content
Prev Previous commit
Next Next commit
Update java/ql/src/Violations of Best Practice/Undesirable Calls/Call…
…sToSystemExit.ql

Co-authored-by: Michael Nebel <michaelnebel@github.com>
  • Loading branch information
Napalys and michaelnebel authored Aug 21, 2025
commit 46a2de69cdfeeae970d0826bf6ac3baf76dc31d4
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down