Pattern: Call to System.exit()
Issue: -
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.
Pattern: Call to System.exit()
Issue: -
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.