Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Last active December 14, 2015 01:58
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 jcromartie/4753cd3304f340ea8b66 to your computer and use it in GitHub Desktop.
Save jcromartie/4753cd3304f340ea8b66 to your computer and use it in GitHub Desktop.
user=> (re-seq #"" nil)
NullPointerException java.util.regex.Matcher.getTextLength (Matcher.java:1140)
user=> (re-seq #"" nil)
NullPointerException [trace missing]
user=> (re-seq #"" nil)
NullPointerException [trace missing]
user=> (.printStackTrace *e)
java.lang.NullPointerException
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment