gzdwsu / RaiderSMA

Murphy's Wrestling Tournament Manager. Design of Info Tech Sys. Secondary Project.
1 stars 17 forks source link

Resource leaks in the driver (Claimed) #9

Open davis1206 opened 4 years ago

davis1206 commented 4 years ago

Location: src/wrestlingtournamentcli/Main.java - Lines: 14,21

Deficiency: A few scanners are a resource leak due to the scanners never being closed.

Purpose: Leaving the scanners open will allow the program to float string literals when not needed.

Completion Criteria: Handling scanners in a way where there is not a resource leak.

davis1206 commented 4 years ago

I, Brandon Davis, claim this issue for either a current or future project. Currently, there are no other issues regarding this issue in src/wrestlingtournamentcli/Main.java.