Joe Darcy
5a706fb403
8306584: Start of release updates for JDK 22
...
8306585: Add SourceVersion.RELEASE_22
8306586: Add source 22 and target 22 to javac
Reviewed-by: erikj, iris, dholmes, jlahoda, alanb
2023-06-08 16:02:21 +00:00
Joe Darcy
7d1147ee5c
8309554: Update descriptions in SourceVersion
...
Reviewed-by: jlaskey, jjg, rriggs
2023-06-06 18:16:44 +00:00
Jim Laskey
98b53c06cf
8306112: Implementation of JEP 445: Unnamed Classes and Instance Main Methods (Preview)
...
8308613: javax.lang.model updates for JEP 445 (preview)
8308913: Update core reflection for JEP 445 (preview)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Joe Darcy <darcy@openjdk.org>
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Jim Laskey <jlaskey@openjdk.org>
Co-authored-by: Adam Sotona <asotona@openjdk.org>
Reviewed-by: mcimadamore, vromero, darcy
2023-06-05 18:45:39 +00:00
Joe Darcy
2b38343e4d
8309416: Misstatement in semantics of methods in javax.lang.model.ElementFilter
...
Reviewed-by: prappo
2023-06-05 16:36:19 +00:00
Joe Darcy
d77a41033a
8308388: Update description of SourceVersion.RELEASE_21
...
Reviewed-by: iris
2023-05-22 16:30:37 +00:00
Aggelos Biboudis
8aa50288a1
8302344: Compiler Implementation for Unnamed patterns and variables (Preview)
...
8307444: java.lang.AssertionError when using unnamed patterns
8307482: Compiler should accept var _ in nested patterns in switch case
8307007: Implementation for javax.lang.model for unnamed variables (Preview)
8308312: Compiler should fail when a local variable declaration does not include an Identifier and does not have an initializer
8308309: Compiler should accept mixed masked and unmasked variables in lambda parameters
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: vromero, darcy
2023-05-22 08:52:36 +00:00
Jonathan Gibbons
3930709af4
8068925: Add @Override in javax.tools classes
...
Reviewed-by: darcy, iris
2023-05-03 17:32:24 +00:00
Jonathan Gibbons
73a084c24e
8305504: stutter typo in java.compiler files
...
Reviewed-by: darcy, iris
2023-04-04 14:08:30 +00:00
Jonathan Gibbons
83ce65e12c
8305004: add @spec tags to langtools modules
...
Reviewed-by: iris
2023-03-28 14:52:22 +00:00
Joe Darcy
b5a4744f90
8300857: State return value for Types.asElement(NoType) explicitly
...
Reviewed-by: jjg
2023-01-26 02:14:07 +00:00
Joe Darcy
8e3036cf74
8300595: Use improved @see and @link syntax in javax.lang.model and javax.tools
...
Reviewed-by: jjg, iris
2023-01-19 01:14:12 +00:00
Jesper Wilhelmsson
a130c8a668
Merge
2022-12-14 21:47:29 +00:00
Joe Darcy
c6f22b4160
8297305: Clarify that javax.lang.model.util.Elements.overrides is irreflexive
...
Reviewed-by: jjg
2022-12-13 20:48:13 +00:00
Joe Darcy
175e3d3ff3
8296149: Start of release updates for JDK 21
...
8296150: Add SourceVersion.RELEASE_21
8296151: Add source 21 and target 21 to javac
Reviewed-by: dholmes, iris, erikj, vromero, jlahoda
2022-12-08 16:04:00 +00:00
Joe Darcy
0d2a9ee528
8298142: Update internal comment on language features in SourceVersion
...
Reviewed-by: sundar, jlahoda
2022-12-06 16:55:12 +00:00
Joe Darcy
97c5a64d5c
8296287: Improve documentation for Types.directSupertypes()
...
Reviewed-by: jlahoda, prappo
2022-11-04 16:22:09 +00:00
Joe Darcy
536c9a512e
8294618: Update openjdk.java.net => openjdk.org
...
Reviewed-by: mikael, iris, joehw, prr, ihse
2022-10-05 16:48:09 +00:00
Joe Darcy
d191e47516
8293768: Add links to JLS 19 and 20 from SourceVersion enum constants
...
Reviewed-by: iris, jjg
2022-09-14 21:04:20 +00:00
Joe Darcy
e44e3f0c19
8289106: Add model of class file versions to core reflection
...
Reviewed-by: rriggs
2022-08-16 18:43:58 +00:00
Joe Darcy
0657acf534
8289249: Add methods to Elements for record constructors
...
Reviewed-by: vromero
2022-08-05 22:18:59 +00:00
Jesper Wilhelmsson
048bffad79
Merge
2022-06-29 23:32:37 +00:00
Joe Darcy
dbc6e11010
8289399: Update SourceVersion to use snippets
...
Reviewed-by: jjg, iris
2022-06-29 00:14:45 +00:00
Joe Darcy
edff51e5fd
8284858: Start of release updates for JDK 20
...
8286035: Add source 20 and target 20 to javac
8286034: Add SourceVersion.RELEASE_20
Reviewed-by: dholmes, kcr, iris, erikj, jjg, ihse
2022-06-09 16:16:49 +00:00
Joe Darcy
39ec58b63c
8287886: Further terminology updates to match JLS
...
Reviewed-by: jjg
2022-06-08 00:56:57 +00:00
Joe Darcy
0b8dd4ac82
8284966: Update SourceVersion.RELEASE_19 description for language changes
...
Reviewed-by: iris, jjg
2022-05-25 16:25:44 +00:00
Joe Darcy
0a6832b24c
8286617: Improve parameter names in javax.lang.model utility visitors
...
Reviewed-by: iris, jjg
2022-05-12 16:35:40 +00:00
Joe Darcy
e2e943adcb
8285688: Add links to JEPs and JSRs to SourceVersion
...
Reviewed-by: vromero, jjg, iris
2022-04-29 01:05:26 +00:00
Joe Darcy
ffdeb32062
8284928: Add links from SourceVersion to specific JLS versions
...
Reviewed-by: iris
2022-04-18 17:42:23 +00:00
Joe Darcy
6e36c4550a
8284923: Update description of SourceVersion.RELEASE_18
...
Reviewed-by: jjg, iris
2022-04-18 17:17:29 +00:00
Joe Darcy
e9e3aa7b82
8283730: Improve discussion of modeling of packages and modules
...
Reviewed-by: jjg, jlahoda
2022-04-05 18:21:54 +00:00
Joe Darcy
1a84d7590a
8283594: Improve docs of ElementScanner classes
...
Reviewed-by: jjg
2022-03-24 00:57:54 +00:00
Joe Darcy
732d891f9f
8282411: Add useful predicates to ElementKind
...
Reviewed-by: prappo
2022-03-01 18:48:43 +00:00
Pavel Rappo
31b61f982c
8282311: Fix a typo in javax.lang.model.type.NullType
...
Reviewed-by: jjg
2022-03-01 15:21:19 +00:00
Joe Darcy
1f89acd849
8282464: Remove author tags from java.compiler
...
Reviewed-by: jjg
2022-02-28 23:28:21 +00:00
Joe Darcy
9d9618a3dd
8282462: Remove unnecessary use of @SuppressWarnings("preview")
...
Reviewed-by: vromero
2022-02-28 22:14:14 +00:00
Jesper Wilhelmsson
ec0a5ac8fe
Merge
2021-12-09 23:24:40 +00:00
Jonathan Gibbons
918b3505e1
8278516: Typos in snippet for java.compiler
...
Reviewed-by: darcy
2021-12-09 21:47:50 +00:00
Joe Darcy
09831e7aa4
8273146: Start of release updates for JDK 19
...
8277511: Add SourceVersion.RELEASE_19
8277513: Add source 19 and target 19 to javac
Reviewed-by: dholmes, alanb, erikj, iris, mikael, ihse
2021-12-09 17:01:59 +00:00
Jonathan Gibbons
d1706828fb
8278466: "spurious markup" warnings in snippets when building docs-reference
...
Reviewed-by: darcy
2021-12-09 02:53:52 +00:00
Jonathan Gibbons
fb11d8faf2
8272945: Use snippets in java.compiler documentation
...
Reviewed-by: erikj, alanb
2021-12-08 19:48:05 +00:00
Jonathan Gibbons
f148e3e462
8278318: Create {@index} entries for key LangTools terms
...
Reviewed-by: darcy
2021-12-07 00:41:11 +00:00
Jan Lahoda
890700320a
8272234: Pass originating elements from Filer to JavaFileManager
...
Reviewed-by: jjg
2021-12-03 07:40:34 +00:00
Joe Darcy
22f12ac429
8277522: Make formatting of null consistent in Elements
...
Reviewed-by: jlahoda
2021-11-22 16:59:23 +00:00
Joe Darcy
4ff43010bb
8224922: Access JavaFileObject from Element(s)
...
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jjg
2021-11-21 20:42:37 +00:00
Joe Darcy
007ad7c77c
8277303: Terminology mismatch between JLS17-3.9 and SE17's javax.lang.model.SourceVersion method specs
...
Reviewed-by: iris, jjg
2021-11-17 20:23:43 +00:00
Joe Darcy
a7dedb5f47
8276772: Refine javax.lang.model docs
...
Reviewed-by: iris, vromero
2021-11-08 22:19:55 +00:00
Magnus Ihse Bursie
0616d868c7
8276635: Use blessed modifier order in compiler code
...
Reviewed-by: darcy
2021-11-05 12:05:22 +00:00
Joe Darcy
48f3fcab51
8275308: Add valueOf(Runtime.Version) factory to SourceVersion
...
Reviewed-by: jjg
2021-10-28 22:11:03 +00:00
Joe Darcy
426bcee927
8275360: Use @Override in javax.annotation.processing
...
Reviewed-by: iris
2021-10-18 16:11:16 +00:00
Joe Darcy
fb8e5cf4ec
8275368: Correct statement of kinds of elements Processor.process operates over
...
Reviewed-by: jlahoda
2021-10-18 15:48:59 +00:00