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
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
🤔 strange. In the meantime, a workaround would be to not set the defaults in the constructor directly but in a static builder() method (subsequently decreasing the constructor's visibility)
Hello,
while preparing a codebase for the migration to Java 21, we noticed that when you use Freebuilder with default values as described in the README
the Java 21 compiler now throws a warning, failing the compilation if the
-Werror
flag is set.This can be suppressed with
@SuppressWarnings("this-escape")
, but having a cleaner solution would be preferable.The text was updated successfully, but these errors were encountered: