vivekkoya / classfiles

System.exit() should only be invoked within application entry points JAVA-W0060
Bug risk
Major
a year ago2 years old
System.exit should only be used in entrypoint methods
199					e.printStackTrace();
200				}
201				in.close();
202				System.exit(0);203			}
204			default: {
205				System.err.println("Invalid Input, please try again");