Incendo / cloud

Command framework & dispatcher for the JVM
https://cloud.incendo.org
MIT License
438 stars 54 forks source link

fix(kotlin-extensions): NPE in CloudKeyContainer.getOrNull(...) #754

Closed metabrixkt closed 4 months ago

metabrixkt commented 4 months ago

orElseGet(null) was probably meant to be orElse(null), because orElseGet expects a supplier which is null

github-actions[bot] commented 4 months ago

Test Results

 87 files  ±0   87 suites  ±0   10s :stopwatch: ±0s 427 tests ±0  427 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  472 runs  ±0  472 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit a6ebc940. ± Comparison against base commit 630c43c6.