-
Notifications
You must be signed in to change notification settings - Fork 76
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
Code cleanup #109
Code cleanup #109
Conversation
Error was: {noformat} This doesn't seem related to my changes. Trying another build. |
Trying another build. |
The most recent run passed the Docker portion, but failed in Javadoc generation. I can't reproduce the error on my local machine with OpenJDK 1.8.0_222 running |
I think I figured it out. Some imports I removed in |
Windows agent is still broken, will try again tomorrow. |
I believe for java 11 it'll actually fail if the javadoc is there but isn't correct. It'll be fine if not there. Or is correct. |
A series of code cleanup changes for this repository. Most of these changes fix IntelliJ or Error Prone warnings. I kept each commit separate. Each commit message should be self-explanatory, but if anything is unclear I am happy to provide further explanation. Also, feel free to revert any specific cleanup commits that are unwanted.
CC: @jenkinsci/hacktoberfest