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

(JAVA-P0063) Use "" instead of new String() to create empty strings #4

Open
VerisimilitudeX opened this issue Sep 4, 2022 · 4 comments
Assignees
Labels
hacktoberfest-accepted help wanted Extra attention is needed

Comments

@VerisimilitudeX
Copy link
Owner

Description

Creating a new java.lang.String object using the default constructor wastes memory because the object so created will be functionally indistinguishable from the empty string constant "".

Occurrences

There are 6 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Verisimilitude11/Vigenere-Cipher/issue/JAVA-P0063/occurrences/

@mariasoria
Copy link
Contributor

Hi! Do you still need help solving this issue? Thank you!

@mariasoria
Copy link
Contributor

Hi! Could you assign this issue to me? I'd like to work on this one, please.

Thank youuu

@VerisimilitudeX
Copy link
Owner Author

@mariasoria Sure! I've assigned it to you. Are you in any way connected to Luis Rodríguez and Noemi Delgado Santa Cruz?

@mariasoria
Copy link
Contributor

Thank you!
Yes! I know them. We are co-workers 😊

VerisimilitudeX added a commit that referenced this issue Oct 12, 2024
…calls

#4 (JAVA-P0063) Replace calls to String constructor with quotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants