-
Notifications
You must be signed in to change notification settings - Fork 109
8346307: [lworld] Clarify identity vs value in Class, Objects, and document limitations of value objects #1327
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
base: lworld
Are you sure you want to change the base?
8346307: [lworld] Clarify identity vs value in Class, Objects, and document limitations of value objects #1327
Conversation
…IdentityException Add APINote and javadoc for IdentityException where it will be useful to know. Simplified WeakHashMap javadoc updates for IdentityException. Added note to System.identityHashCode to include value objects.
👋 Welcome back rriggs! A progress list of the required criteria for merging this PR into |
@RogerRiggs This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
…IdentityException Add APINote and javadoc for IdentityException where it will be useful to know. Updated Objects.hasIdentity to return true for non-null reference to identity class; else false Added Objects.isValueObject to return true for non-null reference to value class; else false Updated tests for value objects.
…tityexception' into 8346307-throws-identityexception
|
@RogerRiggs This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Does this intend to wait for openjdk/jdk#23395 or will it migrate from HTML after the taglet is available? |
I've been trying out the various incarnations of the javadoc support to see how they work, but that can be a separate PR when it settles. |
@RogerRiggs This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@RogerRiggs This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
/open Will merge and update |
/open |
@RogerRiggs This pull request is now open |
@RogerRiggs This pull request is already open |
@RogerRiggs This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
PreviewNote isn't merged yet; we can revisit this one once that taglet is available here. |
The PreviewNote tag has been delayed, the plan is to integrate these changes until it settles down. |
@@ -57,7 +57,7 @@ public static void main(String... args) throws ReflectiveOperationException { | |||
new PlatformTestCase(java.lang.Enum.class, | |||
"public abstract class java.lang.Enum<E extends java.lang.Enum<E>>"), | |||
new PlatformTestCase(java.util.Map.class, | |||
"public abstract interface java.util.Map<K,V>"), | |||
"public abstract value interface java.util.Map<K,V>"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, isn't value redundant on interfaces?
Add APINote and javadoc for IdentityException where it will be useful to know that identity or value objects are treated differently.
Simplified WeakHashMap javadoc updates for IdentityException.
Added note to System.identityHashCode to include value objects.
Added to class javadoc for IdentityHashMap for value objects.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1327/head:pull/1327
$ git checkout pull/1327
Update a local copy of the PR:
$ git checkout pull/1327
$ git pull https://git.openjdk.org/valhalla.git pull/1327/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1327
View PR using the GUI difftool:
$ git pr show -t 1327
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1327.diff
Using Webrev
Link to Webrev Comment