mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
When dealing with Java APIs (Java reflection in case of ClassToAPI), one should always go through Option.apply that performs null check. This is supposed to fix NPE reported in #1617. We don't have a reproduction so this is just an educated guess.