Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 352 Bytes

SystemExit.md

File metadata and controls

11 lines (6 loc) · 352 Bytes

Pattern: Call to System.exit()

Issue: -

Description

Web applications should never call System.exit(). A call to System.exit() is probably part of leftover debug code or code imported from a non-J2EE application.

Further Reading