You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Moved from jenkinsci#31
What feature do you want to see added?
There are a few fields that are declared and initialized but never read like
transport
andkeyPath
. 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
The text was updated successfully, but these errors were encountered: