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

URF_UNREAD_FIELD Error causes the build to fail #31

Closed
lakshya8066 opened this issue Jun 29, 2022 · 1 comment
Closed

URF_UNREAD_FIELD Error causes the build to fail #31

lakshya8066 opened this issue Jun 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@lakshya8066
Copy link
Contributor

What feature do you want to see added?

There are a few fields that are declared and initialized but never read like transport and keyPath. The fields should not be left unread according to the findbugs linter. This causes the build to fail.

We should find a way to handle these fields or consider refactoring the fields depending on their usage.

Upstream changes

The errors below refer to the code in this PR

image

@lakshya8066 lakshya8066 added the enhancement New feature or request label Jun 29, 2022
@lakshya8066 lakshya8066 changed the title URF_UNREAD_FIELD Error coauses the build to fail URF_UNREAD_FIELD Error causes the build to fail Jun 29, 2022
@adityasaky
Copy link
Collaborator

Moved to in-toto#2

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

2 participants