ThomasBassa / qa-team-voltron

Repository for Team Voltron's work for SE 420 @ ERAU
3 stars 0 forks source link

LightControllerStateMachine.signalAction doesn't use its stateChange variable #30

Closed ThomasBassa closed 9 years ago

ThomasBassa commented 9 years ago

Another compiler warning, this one looks like a significant issue. Looks like line 291 of the class uses = instead of == for a Boolean comparison.

Should probably remove the equals comparison altogether since it's a Boolean variable anyway.