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

Clean up nullness of Jira domain class properties #708

Open
Marcono1234 opened this issue Jul 2, 2021 · 0 comments
Open

Clean up nullness of Jira domain class properties #708

Marcono1234 opened this issue Jul 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Marcono1234
Copy link
Contributor

The Problem

Multiple properties of the Jira domain classes in io/github/mojira/arisa/domain are marked as nullable.
It would be good to verify whether all of properties are correctly marked as nullable / non-null to avoid NullPointerExceptions at runtime and to avoid redundant null checks.

Currently it appears for multiple properties marked as nullable, modules assume they are always non-null.

@Marcono1234 Marcono1234 added the enhancement New feature or request label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant