-
Notifications
You must be signed in to change notification settings - Fork 246
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
cogross
wants to merge
5
commits into
integration
Choose a base branch
from
2261-fix-build-warning
base: integration
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keith-ratcliffe
requested changes
Feb 14, 2024
...vices/cached-results/src/main/java/datawave/webservice/results/cached/CachedResultsBean.java
Outdated
Show resolved
Hide resolved
...house/ingest-core/src/main/java/datawave/ingest/mapreduce/job/MultiRFileOutputFormatter.java
Outdated
Show resolved
Hide resolved
warehouse/ingest-json/src/main/java/datawave/ingest/json/config/helper/JsonDataTypeHelper.java
Outdated
Show resolved
Hide resolved
warehouse/ingest-json/src/main/java/datawave/ingest/json/config/helper/JsonDataTypeHelper.java
Outdated
Show resolved
Hide resolved
cogross
force-pushed
the
2261-fix-build-warning
branch
3 times, most recently
from
February 15, 2024 18:30
5c439b7
to
af88dc7
Compare
keith-ratcliffe
previously approved these changes
Feb 15, 2024
cogross
force-pushed
the
2261-fix-build-warning
branch
from
February 16, 2024 12:12
af88dc7
to
4428223
Compare
avgAGB
previously approved these changes
Feb 16, 2024
cogross
force-pushed
the
2261-fix-build-warning
branch
5 times, most recently
from
February 26, 2024 11:43
4fd7e94
to
280403a
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
2 times, most recently
from
February 26, 2024 20:21
57b4780
to
ee4b108
Compare
mineralntl
previously approved these changes
Feb 28, 2024
cogross
force-pushed
the
2261-fix-build-warning
branch
from
March 1, 2024 12:36
ee4b108
to
3336b96
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
6 times, most recently
from
March 11, 2024 13:38
2da441a
to
3609a63
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
3 times, most recently
from
March 13, 2024 15:28
8e9f7e7
to
af8c162
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
from
August 12, 2024 11:11
4112316
to
d110596
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
3 times, most recently
from
August 27, 2024 10:54
0f08be4
to
4cc8bac
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
5 times, most recently
from
September 3, 2024 14:55
94c4ab9
to
5ee5cca
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
4 times, most recently
from
September 16, 2024 15:45
c4c7329
to
b5478c2
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
4 times, most recently
from
October 2, 2024 18:38
aa2a2c1
to
86e37c2
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
2 times, most recently
from
October 7, 2024 18:52
1ca2f71
to
549994a
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
from
October 15, 2024 16:28
549994a
to
7d986cc
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
3 times, most recently
from
November 4, 2024 11:19
9343cdd
to
00cc540
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
from
November 6, 2024 18:03
00cc540
to
f80d403
Compare
cogross
force-pushed
the
2261-fix-build-warning
branch
from
November 14, 2024 15:29
f80d403
to
2ab7d81
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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)