Revealing a common mistake with Strings 2 – Objects, Immutability, Switch Expressions, and Pattern Matching

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 […]

© 2024 nickshade Please read our Terms and Privacy Policy. We also use Cookies.