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

Ensure Null Safety in GitLabConnectionProperty.java #1619

Merged
merged 10 commits into from
Jan 15, 2024

Conversation

shivajee98
Copy link
Contributor

@shivajee98 shivajee98 commented Jan 15, 2024

Fix: Handle null pointer errors using if-else statements

  • Addressed potential null pointer errors in the code with if-else blocks.
  • Added explicit checks to ensure objects are not null before performing operations, enhancing the code's
    robustness and preventing unexpected null pointer exceptions.

@shivajee98 shivajee98 requested a review from a team as a code owner January 15, 2024 13:08
@krisstern krisstern added the enhancement For changelog: Minor enhancement. Use 'major-rfe' for changes to be highlighted label Jan 15, 2024
Copy link
Member

@krisstern krisstern left a comment

Choose a reason for hiding this comment

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

LGTM

@krisstern krisstern merged commit 03d3fe7 into jenkinsci:master Jan 15, 2024
17 checks passed
@shivajee98 shivajee98 deleted the feature-branch branch January 16, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For changelog: Minor enhancement. Use 'major-rfe' for changes to be highlighted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants