WARNING 1! NPE when calling an instance method via a null object Consider the following code written by a client of ChainSaw: ChainSaw cs = ChainSaw.initChainSaw(“QW-T650”); cs.start(); // ‘cs’ is null The client passes a chainsaw model that is not supported by this class, so the initChainSaw() method returns null. This is really bad because […]