Skip to content

refactor: refactor bad smell UnnecessaryToStringCall#1

Open
MartinWitt wants to merge 1 commit into
masterfrom
laughing-train/Qodana/134798680
Open

refactor: refactor bad smell UnnecessaryToStringCall#1
MartinWitt wants to merge 1 commit into
masterfrom
laughing-train/Qodana/134798680

Conversation

@MartinWitt

Copy link
Copy Markdown
Owner

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)

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant