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
Should not have different names for functions that essentially do the same thing, so RandomService#nextString and RandomService#randomAlphanumeric should both be renamed to randomString
nextString will need to be handled gradually, first by adding a deprecation warning and then removing in some future release
Should not have different names for functions that essentially do the same thing, so
RandomService#nextString
andRandomService#randomAlphanumeric
should both be renamed torandomString
nextString
will need to be handled gradually, first by adding a deprecation warning and then removing in some future releaselength
param #98randomAlphanumeric
, which was added in Add randomAlphanumeric function to RandomService #92, can be simply renamed since it hasn't gotten out of a1.9.0-SNAPSHOT
yetThe text was updated successfully, but these errors were encountered: