Skip to content

Conversation

@tonygermano
Copy link
Member

Extracted the first two commits from #175 to make it a more digestible chunk. No changes except to file headers.

The new files were missing headers, so I added them in SPDX format. I also updated the headers of the remaining files in the commits marking the copyright holders of each file as I felt appropriate. The changes in these commits I do not think warranted a copyright addition for file LoginPanel.java, however, I think previous changes to this file did, as noted in the commit message.

LoginPanel.java copyright change is based on 3954bc5

Signed-off-by: Mitch Gaffigan <[email protected]>
Copy link
Contributor

@mgaffigan mgaffigan left a comment

Choose a reason for hiding this comment

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

LGTM (obviously 😃)

@tonygermano tonygermano requested review from a team, gibson9583, jonbartels, kayyagari, kpalang, pacmano1 and ssrowe and removed request for a team November 15, 2025 02:24

if (args.length > 0) {
server = args[0];
}
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: new line between blocks

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm actually going to disagree on this. I don't think it would improve readability and would just add more scrolling. Is there a style guide that recommends separating consecutive if statements with blank lines? If we keep it this way, the blank line on line 33 should probably be removed for consistency.

}
if (args.length > 1) {
version = args[1];
}
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: new line between blocks

username = args[2];
if (args.length > 3) {
password = args[3];
}
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: new line between blocks

@kpalang kpalang self-requested a review November 15, 2025 16:13
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.

3 participants