You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some compiler warnings that are not critical, but could count as "code smells". Not all of them are worth it solving (or can easily be solved), but I believe the ones of the following types can be:
BigDecimalDoubleConstructor
"reference to $x is ambiguous"
"match may not be exhaustive"
Furthermore, some deprecations (gzip, withFirstRecordAsHeader) could possibly be solved (although this might take some more tinkering).
The text was updated successfully, but these errors were encountered:
There's some compiler warnings that are not critical, but could count as "code smells". Not all of them are worth it solving (or can easily be solved), but I believe the ones of the following types can be:
Furthermore, some deprecations (gzip, withFirstRecordAsHeader) could possibly be solved (although this might take some more tinkering).
The text was updated successfully, but these errors were encountered: