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

deeper the spotsbugs checks #302

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pushker001
Copy link

Increase the efficiency of finding a bugs

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did

pushker001 and others added 2 commits March 29, 2023 15:16
@jglick jglick added the chore label Jun 7, 2023
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

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

Introduces lots of violations. They would need to be either fixed or suppressed.

Also, some of these are not valuable. For example the first one I see

Exception is caught when Exception is not thrown in org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.start()

is deliberate. Could change the catch clause to, e.g., IOException | InterruptedException | RuntimeException but this is just more to read and does not improve quality at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants