1 <p> A pointer which is null on an exception path is dereferenced here.
2 This will lead to a <code>NullPointerException</code> when the code is executed.
3 Note that because FindBugs currently does not prune infeasible exception paths,
4 this may be a false warning.</p>
6 <p> Also note that FindBugs considers the default case of a switch statement to
7 be an exception path, since the default case is often infeasible.</p>