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:
Napalys Klicius
2025-08-26 15:19:48 +02:00
parent 6c51ba80c7
commit b3f90bbdfc

View File

@@ -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`