Skip to content

Refactorings 28#3328

Merged
lbownik merged 6 commits into
developfrom
refactorings_28
Jul 15, 2026
Merged

Refactorings 28#3328
lbownik merged 6 commits into
developfrom
refactorings_28

Conversation

@lbownik

@lbownik lbownik commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@lbownik
lbownik requested a review from rscipien July 8, 2026 10:20
public void setBottom(IPv4Address aNewBottom) {
setTopAsLong(aNewBottom.toBigInteger());
public void setBottom(final IPv4Address address) {
setTopAsLong(address.toBigInteger());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks like a bug setTopAsLong set in setBottom

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fixed

@Override
public String toString() {
return "[AuthenticatedUsers " + getIdentifier() + "]";
return "Group authenticated-users";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why Group should be AuthenticatedUsers ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

becuase getIdentifier() returns ":authenticated-users" co i simplified the implementation.

@rscipien rscipien assigned lbownik and unassigned rscipien Jul 14, 2026
@lbownik
lbownik requested a review from rscipien July 15, 2026 09:35
@lbownik lbownik assigned rscipien and unassigned lbownik Jul 15, 2026
@rscipien rscipien assigned lbownik and unassigned rscipien Jul 15, 2026
@lbownik
lbownik merged commit 4ad1cfe into develop Jul 15, 2026
1 check passed
@lbownik
lbownik deleted the refactorings_28 branch July 15, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants