Skip to content

Eliminate most unchecked and unsafe operation warnings#108

Merged
wumpz merged 1 commit intojava-diff-utils:masterfrom
jamesjer:unchecked
Dec 17, 2020
Merged

Eliminate most unchecked and unsafe operation warnings#108
wumpz merged 1 commit intojava-diff-utils:masterfrom
jamesjer:unchecked

Conversation

@jamesjer
Copy link
Copy Markdown
Contributor

This commit eliminates all but one javac warning about unchecked code or unsafe operations. The final warning is due to the cast on line 71 of java-diff-utils/src/test/java/com/github/difflib/patch/PatchTest.java, but that seems difficult to eliminate.

@wumpz wumpz merged commit ab76d72 into java-diff-utils:master Dec 17, 2020
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.

2 participants