Vicente Romero
|
8bde2f4e3d
|
8255013: implement Record Classes as a standard feature in Java, follow-up
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: jlahoda
|
2020-10-28 17:18:46 +00:00 |
|
Vicente Romero
|
1da28de82f
|
8255009: delta apply fixes for JDK-8246774 and JDK-8253455, pushed too soon
Reviewed-by: jlahoda
|
2020-10-19 15:55:54 +00:00 |
|
Vicente Romero
|
c17d58516f
|
8246774: implement Record Classes as a standard feature in Java
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Co-authored-by: Harold Seigel <hseigel@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coleenp, jlahoda, sspitsyn, chegar
|
2020-10-18 18:54:33 +00:00 |
|
Jan Lahoda
|
68da63dcde
|
8240658: Code completion not working for lambdas in method invocations that require type inference
Reviewed-by: vromero
|
2020-09-14 08:13:10 +00:00 |
|
Jan Lahoda
|
b37228e11f
|
8248641: Trees.getScope returns incorrect results for code inside a rule case
Ensuring rule cases are copied correctly by TreeCopier.
Reviewed-by: vromero
|
2020-07-29 11:34:24 +02:00 |
|
Jan Lahoda
|
1b64fb2063
|
8247334: Trees.getScope crashes for annotated local records
Reviewed-by: vromero
|
2020-06-12 13:38:06 +02:00 |
|
Jan Lahoda
|
a5e03e234b
|
8235564: javac crashes while compiling incorrect method invocation with member reference
Reviewed-by: vromero
|
2020-06-10 11:01:29 +02:00 |
|
Jan Lahoda
|
7671f2716b
|
8245786: Scope is wrong for ClassTree representing record
Listing RECORD as a class-like Tree Kind while computing Scope.
Reviewed-by: jjg
|
2020-05-28 13:37:39 +02:00 |
|
Jan Lahoda
|
7a006b3608
|
8230847: Trees.getScope may crash when invoked for statement inside switch
More thoroughly avoiding side-effects when attributing (to) for Trees.getScope.
Reviewed-by: mcimadamore
|
2019-11-04 10:58:14 +01:00 |
|
Vicente Romero
|
10da56f017
|
8203277: preflow visitor used during lambda attribution shouldn't visit class definitions inside the lambda body
Reviewed-by: mcimadamore
|
2018-11-27 11:07:44 -05:00 |
|
Jan Lahoda
|
66025558bb
|
8207229: Trees.getScope crashes for broken lambda
8207230: Trees.getScope runs Analyzers
Reviewed-by: vromero
|
2018-07-17 14:28:56 +02:00 |
|
Jan Lahoda
|
eaf0364068
|
8205418: Assorted improvements to source code model
Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas.
Reviewed-by: jjg, mcimadamore, vromero
|
2018-06-29 10:41:10 +02:00 |
|