Filename: AbstractLesson.java
Line: 599
CWE: 404 (Improper Resource Shutdown or Release ('Code Quality'))
The program fails to release or incorrectly releases the variable getSolution, which was previously allocated by a call to java.io.BufferedReader.!operator_javanewinit(). Ensure that all code paths properly release this resource. References: CWE
Filename: AbstractLesson.java
Line: 599
CWE: 404 (Improper Resource Shutdown or Release ('Code Quality'))
The program fails to release or incorrectly releases the variable getSolution, which was previously allocated by a call to java.io.BufferedReader.!operator_javanewinit(). Ensure that all code paths properly release this resource. References: CWE