Skip to content

Instantly share code, notes, and snippets.

@bradleybeddoes
Created May 11, 2010 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleybeddoes/396753 to your computer and use it in GitHub Desktop.
Save bradleybeddoes/396753 to your computer and use it in GitHub Desktop.
groovy> [null, ""].sort
Exception thrown: null
java.lang.NullPointerException
at ConsoleScript31.run(ConsoleScript31:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment