Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Conversation

open-schnick
Copy link
Member

No description provided.

@open-schnick open-schnick requested a review from a team November 25, 2020 10:19
boolean userIdIsFree = false;

while(!userIdIsFree){
possibleUserId = new SecureRandom().nextInt(UserBusinessService.USER_ID_MAX);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O(who knows?)

@open-schnick open-schnick merged commit 9b71491 into master Nov 26, 2020
@open-schnick open-schnick deleted the feature/FF-174 branch November 26, 2020 12:35
Gimleux pushed a commit that referenced this pull request May 20, 2021
* FF-174 Create UserId generation

* Rewrote decoding exception catch.

* Rearranged Code

* Fixed Security Issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants