Skip to content

Removes one unchecked warning and deletes deprecated PartialOracle#1524

Open
aschenzle wants to merge 4 commits intomasterfrom
pr/kotlin-warnings-2
Open

Removes one unchecked warning and deletes deprecated PartialOracle#1524
aschenzle wants to merge 4 commits intomasterfrom
pr/kotlin-warnings-2

Conversation

@aschenzle
Copy link
Copy Markdown
Collaborator

For reviewer: 1) Check if the way of avoiding the unchecked warning for List is overkill. 2) Let me know if deleting deprecated and unused classes is ok. 3) Some Java changes doing exactly the opposite (suppressing the warnings) are included and I know how ironic that looks like. Feel free to let me know if some of these changes need to be removed.

@aschenzle aschenzle requested a review from arcuri82 April 25, 2026 03:56
}
}

@SuppressWarnings("unchecked")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

shouldn't add @SuppressWarnings. as a rule of thumb, adding annotations just to remove warning messages from build is not something i like

}
}

@SuppressWarnings("unchecked")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

see previous comment

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