Robin Moss
Robin Moss
Just tried with RC32 and get the same problem; ``` 10:34:14.668 [mcl-9] DEBUG org.davidmoten.rx.jdbc.SqlInfo - sqlAfterSubs=SELECT TOP 1 table1.col AS "col", at.col1, at.col2, sa.col3 FROM schema.table2 AS at INNER JOIN...
Doesn't seem to have fixed our issue, however I've had a closer look and it appears the issue only occurs if we using a blocking call somewhere down the line....
Thanks.. trying to get all our blocking calls switched over.
I think the use spaces instead of tabs comes from the General editor (seems to be doing this now), just doesn't change them when i run the formatter, cheers
It seems odd to me to relax the null checking rule for `@CheckForNull` but then not to do so for the `@Nullable` which seems very much like the same use...
@ThrawnCA No part of the current documentation on `@Nullable` say it's equivalent to having no annotation. If you don't use it then why have it at all? From our point...
The documentation: > The annotated element could be null under some circumstances. In general, this means developers will have to read the documentation to determine when a null value is...