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

Update stringObject.adoc #809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robkwhitehouse
Copy link

The reference page shows that various initialization options are available as constructor parameters, but it does not show that existing String objects may also be assigned a new value, and it does not describe what types can be assigned to an existing String object.

The reference page shows that various initialization options are available as constructor parameters, but it does not show that existing String objects may be assigned a new value, and it does not describe what types can be assigned to an existing String object.
@robkwhitehouse
Copy link
Author

Also the documentation should clarify exactly what happens during assignment - i.e. is the donor array contents copied across, or does the recipient String object just receive a reference?

@per1234
Copy link
Collaborator

per1234 commented May 7, 2022

So that it will be clear to other reviewers, I will add a note that this is not a complete PR, but more of a general proposal or request for the addition of a String assignment operator page, which does not exist at this time:

@per1234 per1234 added enhancement on hold The PR should not be merged at this time labels May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement on hold The PR should not be merged at this time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants