Skip to content

Instantly share code, notes, and snippets.

@pokle
Created May 29, 2010 02:10
Show Gist options
  • Save pokle/417962 to your computer and use it in GitHub Desktop.
Save pokle/417962 to your computer and use it in GitHub Desktop.
Don't catch this!
try {
x = you.getKnife().getRun().getCut();
} catch (NullPointerException e) {
x = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment