-
Notifications
You must be signed in to change notification settings - Fork 59
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
Eliminate compiler & lint warnings #97
Conversation
supress warning for comparing identical expressins in example test
Exception: serial version UIDs remain excluded Currently this gives no warnings on a clean build
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.
Do you want this to go in before or after your other change?
@@ -10,6 +11,7 @@ | |||
public class ExampleTest { | |||
|
|||
@Test | |||
@SuppressWarnings("all") |
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.
Let's just delete this test.
I don't have a preference for merge order. I expect having to do a manual merge either way. |
It's probably safest to do this one 2nd, as it's largely mechanical. |
Given that you requested more work put into the other PR, I'd rather see this one merged before more conflicting PRs are added. |
Sure. |
PR #97 had a regression that started setting an ID when reading in penalties from the autosave, causing them to get silently disgarded.
PR #97 had a regression that started setting an ID when reading in penalties from the autosave, causing them to get silently disgarded.
…by#137) PR rollerderby#97 had a regression that started setting an ID when reading in penalties from the autosave, causing them to get silently disgarded.
See the commit comments for details. I kept it to one type of warning per commit for easier review.