Skip to content

Commit b3f90bb

Browse files
Napalysowen-mc
andcommitted
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>
1 parent 6c51ba8 commit b3f90bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import java
1717

1818
/**
1919
* A `Method` which, when called, causes the JVM to exit or halt.
20+
*
2021
* Explicitly includes these methods from the java standard library:
2122
* - `java.lang.System.exit`
2223
* - `java.lang.Runtime.halt`

0 commit comments

Comments
 (0)