-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Glenn Lee] iP #246
base: master
Are you sure you want to change the base?
[Glenn Lee] iP #246
Conversation
Add Level 7 Features.
Added Level-8 Features.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very well done! I believe you have adhered to almost all of the Java Coding Standards!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code is easy to read and largely follows coding standards. Nice work!
/** | ||
* | ||
*/ | ||
private static final long serialVersionUID = 4447981462872622989L; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be 'SERIAL_VERSION_UID' as it is a constant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also thought so but apparently this is some optional requirement by java and is meant to be spelled like this? I'm not too sure because my IDE (vscode) added it in automatically.
Improve Code Quality
Branch a assertions
No description provided.