mixite icon indicating copy to clipboard operation
mixite copied to clipboard

Accessing boolean fields in Kotlin using `is` prefix: `isSomething()`

Open aaiezza opened this issue 5 years ago • 2 comments

Kotlin is not my forte, so this might not be possible. Boolean fields have getter methods prefixed with get and not is. But I'm currently in the process of implementing SatelliteData and Lombok is not playing nice with these methods since they break naming convention. (https://github.com/Hexworks/mixite/blob/master/mixite.core/core/src/main/kotlin/org/hexworks/mixite/core/api/contract/SatelliteData.kt#L20,L30).

On another note, awesome library! Excellent work.

aaiezza avatar Jan 06 '19 19:01 aaiezza

Yea, you are right, I'll fix this!

adam-arold avatar Jan 07 '19 08:01 adam-arold

@adam-arold you can close this one

drekbour avatar Nov 22 '19 22:11 drekbour