Standard Software Defects - Java Edition
NUT. No Unit Test Cases. Need I say more? If there are not unit tests, this isn't real programming.
MCF and NCF. Minimal/No Use of Collections Framework. The MCF defect occurs when someone uses only the Array or Vector classes. The NCF defect occurs when someone uses only primitive …
more ...