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

Refactor bad smell UnnecessaryToStringCall #775

Merged
merged 3 commits into from Sep 19, 2023

Conversation

MartinWitt
Copy link
Contributor

Repairing Code Style Issues

UnnecessaryToStringCall

The toString() method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code.

Repairing Code Style Issues

  • UnnecessaryToStringCall (3)

The toString() method is not needed in cases the underlying method handles the conversion. Also calling toString() on a String is redundant. Removing them simplifies the code.
@eclipse-microprofile-bot
Copy link
Contributor

Can one of the admins verify this patch?

@donbourne
Copy link
Member

@Channyboy , are you able to give this a quick test?

@Channyboy
Copy link
Contributor

build please

Copy link
Contributor

@Channyboy Channyboy left a comment

Choose a reason for hiding this comment

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

lgtm

@Channyboy Channyboy merged commit e826a47 into eclipse:main Sep 19, 2023
2 checks passed
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

4 participants