-
Notifications
You must be signed in to change notification settings - Fork 5
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
Delombok #9
base: main
Are you sure you want to change the base?
Delombok #9
Conversation
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.
A number of unrelated commits seem to have crept in with this one.
Also, by removing the @DaTa tag some of the classes have lost toString, dashcode and equals. In hindsight, at least one of those should have not have had the new password in the toString() (@ToString.Exclude), but a toString() method would be useful when checking logs.
src/main/java/org/jivesoftware/openfire/plugin/passwordreset/PasswordResetTokenManager.java
Show resolved
Hide resolved
src/main/java/org/jivesoftware/openfire/plugin/passwordreset/PasswordResetTokenManager.java
Show resolved
Hide resolved
...g/jivesoftware/openfire/plugin/passwordreset/servlet/admin/PasswordResetSettingsServlet.java
Outdated
Show resolved
Hide resolved
...g/jivesoftware/openfire/plugin/passwordreset/servlet/admin/PasswordResetSettingsServlet.java
Show resolved
Hide resolved
@GregDThomas Sorry, I forgot to mention: I made the changes on top of the previous PR. SO in fact you may check only the last two commits. |
I added toString() to all DTOs with all fields except of passwords |
OK - but the pipeline is failing with check style issues |
fixed, force pushed, build passed |
The Lombok on a such small codebase is not so helpful but makes build process more complicated.
The code reporting tools like Checkstyle and Spotbugs seems to report lines incorrectly.
I upgraded the Checkstyle to latest version that works on Java 8. Also the Spotbugs may be upgraded but... it then reports even more warnings that breaks a build.