RFR: 8274148: can jshell show deprecated classes, methods and fields as strikethrough text?
Jan Lahoda
jlahoda at openjdk.java.net
Tue Jan 18 15:50:01 UTC 2022
This adds a limited highlighting for JShell. It underlines keywords, highlights declarations and shows deprecated elements inversed (on platforms other than Linux) or with a strikethrough (on Linux).
For example, non-Linux platforms:

Linux:

-------------
Commit messages:
- 8274148: can jshell show deprecated classes, methods and fields as strikethrough text?
Changes: https://git.openjdk.java.net/jdk/pull/7130/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7130&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8274148
Stats: 700 lines in 6 files changed: 647 ins; 47 del; 6 mod
Patch: https://git.openjdk.java.net/jdk/pull/7130.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7130/head:pull/7130
PR: https://git.openjdk.java.net/jdk/pull/7130
More information about the kulla-dev
mailing list