Tag Archives: defect

Beware of Uninitialized Primitive boolean Instance Variables

In Java, uninitialized primitive boolean instance variables, or member variables, have the value of false by default. This would seem harmless until we fall into the trap of always-resulting-to-false-condition-and-i-dont-know-goddam-why bug..whew! that was long T_T Imagine you have this quite big … Continue reading

Posted in Software Development | Tagged , , , , , , , | 6 Comments