(no title)
equalsione | 1 year ago
I confess I’m not fond of checker framework. I find the error messages can be obtuse but it is very effective.
equalsione | 1 year ago
I confess I’m not fond of checker framework. I find the error messages can be obtuse but it is very effective.
a57721|1 year ago
The problem with nullability annotations in Java is that they are not enforced, and there is no commonly adopted standard. There are like ten competing libraries with similar annotations. There was JSR 305 ("Annotations for Software Defect Detection"), but it has been dormant. When you import a third party library, you never know what kind of nullability annotations it uses and if it uses them at all.