Skip to content

IllegalStateException

Compare
Choose a tag to compare
@GlenKPeterson GlenKPeterson released this 05 Jul 23:47
  • Merged kmark's changes to ues IllegalStateException (extends RuntimeException) instead of IllegalAccessError (extends Error) in PersistentHashMap.
    IllegalAccessError was a holdover from the original Clojure source code and may have made sense in an earlier Java version, but IllegalStateException is a better choice today.
    Thank you, Kevin!
  • Updated test and plugin dependencies
  • Compiled with Java 11 (hence updating middle version number).
  • Fixed warnings