Unwritten Field
Status: Beta
Brought to you by:
ant-roy
I was doing a project for one of my courses, and I ran a program called "findbugs" on your software.
It found an error in which there was an unwritten field, this then caused 2 null pointer dereference errors, which can lead to null pointer exceptions.
The error is where FailedList is not assigned any values, yet is called in two of your methods.
The error is found in package uk.co.antroy.teachest.engine