Skip to content
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

fix build warning messages #2277

Open
wants to merge 2 commits into
base: integration
Choose a base branch
from
Open

Conversation

cogross
Copy link
Collaborator

@cogross cogross commented Feb 14, 2024

clears up a number of simple warnings that occur during the build.
(another ticket will cover more of the complex ones that would need a bit of refactoring)

@cogross cogross self-assigned this Feb 14, 2024
@cogross cogross force-pushed the 2261-fix-build-warning branch 3 times, most recently from 5c439b7 to af88dc7 Compare February 15, 2024 18:30
avgAGB
avgAGB previously approved these changes Feb 16, 2024
@cogross cogross force-pushed the 2261-fix-build-warning branch 5 times, most recently from 4fd7e94 to 280403a Compare February 26, 2024 11:43
@cogross cogross dismissed stale reviews from avgAGB and keith-ratcliffe via 9acf46e February 26, 2024 15:04
@cogross cogross force-pushed the 2261-fix-build-warning branch 2 times, most recently from 57b4780 to ee4b108 Compare February 26, 2024 20:21
mineralntl
mineralntl previously approved these changes Feb 28, 2024
@cogross cogross force-pushed the 2261-fix-build-warning branch 6 times, most recently from 2da441a to 3609a63 Compare March 11, 2024 13:38
@cogross cogross force-pushed the 2261-fix-build-warning branch 3 times, most recently from 8e9f7e7 to af8c162 Compare March 13, 2024 15:28
@cogross cogross force-pushed the 2261-fix-build-warning branch 5 times, most recently from 7550e13 to 02cda16 Compare April 5, 2024 15:56
@@ -43,6 +43,8 @@ public abstract class UID implements Comparable<UID>, Comparator<UID>, Writable,

private static final Logger LOGGER = Logger.getLogger(UID.class);

private static final long serialVersionUID = 0L;
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we be computing a more reasonable serial version UID ? Same comment for everywhere else we use 0L

@cogross cogross force-pushed the 2261-fix-build-warning branch 2 times, most recently from 6885261 to 6e5037c Compare April 17, 2024 13:14
@cogross cogross force-pushed the 2261-fix-build-warning branch 4 times, most recently from c3a6e8f to 6a40151 Compare April 23, 2024 10:51
@cogross cogross force-pushed the 2261-fix-build-warning branch 3 times, most recently from 16a6e2c to be5edc4 Compare May 6, 2024 11:09
@cogross cogross force-pushed the 2261-fix-build-warning branch 5 times, most recently from 48d2c18 to a630599 Compare May 13, 2024 15:31
@cogross cogross force-pushed the 2261-fix-build-warning branch 4 times, most recently from a1f8e95 to 2af1681 Compare May 21, 2024 16:07
@cogross cogross requested a review from jwomeara as a code owner May 21, 2024 16:07
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.

None yet

6 participants