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
But assert is disabled by default. I'm sure, that it's enabled for the pipeline in helidon, but it can be forgotten in some cases (some migrations, for example).
Will it be better to use Objects.requireNonNull or other enabled by default assertions for these cases?
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
There are many usages assert keyword.
But
assert
is disabled by default. I'm sure, that it's enabled for the pipeline in helidon, but it can be forgotten in some cases (some migrations, for example).Will it be better to use
Objects.requireNonNull
or otherenabled by default
assertions for these cases?The text was updated successfully, but these errors were encountered: