Menu

#1 Unwritten Field

v1.0_(example)
open
nobody
None
5
2008-04-30
2008-04-30
Anonymous
No

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

Discussion


Log in to post a comment.