mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Update java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
This commit is contained in:
@@ -17,6 +17,7 @@ import java
|
||||
|
||||
/**
|
||||
* A `Method` which, when called, causes the JVM to exit or halt.
|
||||
*
|
||||
* Explicitly includes these methods from the java standard library:
|
||||
* - `java.lang.System.exit`
|
||||
* - `java.lang.Runtime.halt`
|
||||
|
||||
Reference in New Issue
Block a user