Skip to content

Commit 9b3f5da

Browse files
author
duke
committed
Added webrev for jdk/8066
1 parent 6549148 commit 9b3f5da

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk/8066/15-16/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"8057113: Change specification as suggested in review"},"files":[{"filename":"src\/java.base\/share\/classes\/java\/nio\/file\/Path.java"}],"sha":"d8df514191153321ad4175bf803ed3465a4f34e3"}]

jdk/8066/15-16/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":[{"patch":"@@ -261,3 +261,3 @@\n- * extension is defined to be the portion of the\n- * {@link #getFileName file name} string after the last dot ('.'). All\n- * leading dots in the string are ignored. If the extension is missing,\n+ * extension is the portion of the {@linkplain #getFileName file name}\n+ * string after the last period character ('.', U+002E FULL STOP). Leading\n+ * period characters in the string are ignored. If there is no extension,\n@@ -266,3 +266,4 @@\n- * string does not contain a dot, or only the first character is a dot.\n- * If the last character is a dot but some other character is not, then\n- * the extension is the {@link String#isEmpty() empty} string.\n+ * string does not contain a period character, or only the first character\n+ * is a period character. If the last character is a period character but\n+ * some other character is not, then the extension is the\n+ * {@linkplain String#isEmpty() empty} string.\n@@ -298,1 +299,2 @@\n- \/\/ Indeterminate if no dot or only the first character is a dot\n+ \/\/ Indeterminate if there is no period character or\n+ \/\/ only the first character is a period character\n@@ -301,1 +303,1 @@\n- \/\/ null if all dots, otherwise empty\n+ \/\/ null if all period characters, otherwise empty\n","filename":"src\/java.base\/share\/classes\/java\/nio\/file\/Path.java","additions":10,"deletions":8,"binary":false,"changes":18,"status":"modified"}]}

jdk/8066/15-16/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"bplb\/jdk","html_url":"https:\/\/github.com\/bplb\/jdk"},"sha":"d8df514191153321ad4175bf803ed3465a4f34e3"},"created_at":"2022-07-29T18:02:00.696149863Z","base":{"repo":{"full_name":"openjdk\/jdk","html_url":"https:\/\/git.openjdk.org\/jdk"},"sha":"8a4a4bc6fc41453d9480a5eba0a8f227dd7ceadc"}}

0 commit comments

Comments
 (0)