Incendo / cloud

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

Missing method generic type in kotlin extensions. #713

Closed portlek closed 6 months ago

portlek commented 7 months ago

ExceptionControllerExtensions file is importing C from checkerframework, and Command sender generic is missing for the methods.

https://github.com/Incendo/cloud/blob/master/cloud-kotlin/cloud-kotlin-extensions/src/main/kotlin/org/incendo/cloud/kotlin/extension/ExceptionControllerExtensions.kt#L26

https://github.com/Incendo/cloud/blob/master/cloud-kotlin/cloud-kotlin-extensions/src/main/kotlin/org/incendo/cloud/kotlin/extension/ExceptionControllerExtensions.kt#L40