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

fix Bad Smells in io.quarkiverse.githubapp.command.airline.deployment.GitHubAppCommandAirlineProcessor #365

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

MartinWitt
Copy link
Contributor

Repairing Code Style Issues

SizeReplaceableByIsEmpty

Checking if a something is empty should be done by Object#isEmpty instead of Object.size==0

Changes:

  • Replaced collection.size empty check with collection.isEmpty

@gsmet gsmet merged commit 725ac52 into quarkiverse:main Sep 12, 2022
@gsmet
Copy link
Member

gsmet commented Sep 12, 2022

Merged, thanks.

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

Successfully merging this pull request may close these issues.

None yet

2 participants