-
Bug
-
Resolution: Fixed
-
P4
-
19
-
b30
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289621 | 20 | Gavin Bierman | P4 | Resolved | Fixed | b05 |
JDK-8291174 | 19.0.2 | Gavin Bierman | P4 | Resolved | Fixed | b01 |
JDK-8291079 | 19.0.1 | Gavin Bierman | P4 | Resolved | Fixed | b04 |
The grammar for a guarded pattern is given as:
Pattern { Guard }
whereas it should clearly be
Pattern [ Guard ]
(The rest of the specification talks of *the* guard.)
Pattern { Guard }
whereas it should clearly be
Pattern [ Guard ]
(The rest of the specification talks of *the* guard.)
- backported by
-
JDK-8289621 14.11.1: Typo in grammar for guarded pattern
-
- Resolved
-
-
JDK-8291079 14.11.1: Typo in grammar for guarded pattern
-
- Resolved
-
-
JDK-8291174 14.11.1: Typo in grammar for guarded pattern
-
- Resolved
-