RFR: 8267751: (test) jtreg.SkippedException has no serial VersionUID
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests. ------------- Commit messages: - Added serialVersionUID to jtreg.SkippedException to eliminate compilation warnings Changes: https://git.openjdk.java.net/jdk/pull/4197/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4197&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8267751 Stats: 3 lines in 2 files changed: 2 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/4197.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4197/head:pull/4197 PR: https://git.openjdk.java.net/jdk/pull/4197
On Wed, 26 May 2021 01:28:17 GMT, Roger Riggs <rriggs@openjdk.org> wrote:
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests.
Marked as reviewed by naoto (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/4197
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision: Removed unintended classfile ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/4197/files - new: https://git.openjdk.java.net/jdk/pull/4197/files/8c629b22..7aff0846 Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4197&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4197&range=00-01 Stats: 0 lines in 1 file changed: 0 ins; 0 del; 0 mod Patch: https://git.openjdk.java.net/jdk/pull/4197.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4197/head:pull/4197 PR: https://git.openjdk.java.net/jdk/pull/4197
On Wed, 26 May 2021 17:52:31 GMT, Roger Riggs <rriggs@openjdk.org> wrote:
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
Removed unintended classfile
LGTM ------------- Marked as reviewed by iignatyev (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/4197
On Wed, 26 May 2021 17:52:31 GMT, Roger Riggs <rriggs@openjdk.org> wrote:
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
Removed unintended classfile
Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/4197
On Wed, 26 May 2021 01:28:17 GMT, Roger Riggs <rriggs@openjdk.org> wrote:
The class `test/lib/jtreg/SkippedException.java` is missing a serialVersionUID causing additional noise in compiler output of tests.
This pull request has now been integrated. Changeset: 0fc7c8d1 Author: Roger Riggs <rriggs@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/0fc7c8d101d526f1bc86831996b6883209d7... Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod 8267751: (test) jtreg.SkippedException has no serial VersionUID Reviewed-by: naoto, iignatyev, iris ------------- PR: https://git.openjdk.java.net/jdk/pull/4197
participants (4)
-
Igor Ignatyev
-
Iris Clark
-
Naoto Sato
-
Roger Riggs