From billfenlason at gmail.com Wed Jul 3 18:47:30 2024 From: billfenlason at gmail.com (William Fenlason) Date: Wed, 03 Jul 2024 18:47:30 -0000 Subject: Minor glitch Message-ID: Java Language and Virtual Machine SpecificationsJava SE 22 Released March 2024 as JSR 397 [image: documentation icon]The Java Language Specification, Java SE 22 Edition HTML 19. Syntax ComponentPatternList: ComponentPattern {, ComponentPattern } The blank before '}' is extraneous and should be deleted. As it stands, a program using this as input takes the '}' as a character rather than as matching "{,". Regards, Bill Fenlason -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.buckley at oracle.com Fri Jul 26 22:09:04 2024 From: alex.buckley at oracle.com (Alex Buckley) Date: Fri, 26 Jul 2024 15:09:04 -0700 Subject: =?UTF-8?Q?Re=3A_The_Java=C2=AE=2CLanguage_Specification=2E_Type_on_?= =?UTF-8?Q?page_33?= In-Reply-To: <5c3387de-6757-49c5-88fe-11ca656899a9@gmail.com> References: <5c3387de-6757-49c5-88fe-11ca656899a9@gmail.com> Message-ID: "ell" is used in US English for the name of the letter 'l'. See also \ell in LaTeX. Alex On 3/29/2024 5:02 PM, Dzmitry Krakadzeyau wrote: > Hi, > > The document "/jls22.pdf/": > > /Specification: JSR-397 Java SE 22 > Version: 22 > Status: Final Release > Release: March 2024 > / > > has a type on page 33: > > /The suffix L is preferred, because the letter l (*ell*) is often hard > to distinguish from the digit 1 (one)./ > > It must be "/letter l (*el*)/". > > -- > Best regards, > Dzmitry Krakadzeyau > From krakadzeyau at gmail.com Fri Jul 26 22:17:11 2024 From: krakadzeyau at gmail.com (Dzmitry Krakadzeyau) Date: Fri, 26 Jul 2024 18:17:11 -0400 Subject: =?UTF-8?Q?Re=3A_The_Java=C2=AE=2CLanguage_Specification=2E_Type_on_?= =?UTF-8?Q?page_33?= In-Reply-To: References: <5c3387de-6757-49c5-88fe-11ca656899a9@gmail.com> Message-ID: <219db5f0-7a6d-44d7-934f-cfcbc5f48db5@gmail.com> Hi, Alex, LaTeX is a cool tool but according to https://en.wikipedia.org/wiki/L: *L*, or*l*, is the twelfthletter of theLatin alphabet , used in themodern English alphabet , the alphabets of other western European languages and others worldwide. Its name in English is/el/ (pronounced/??l/ /EL/ ), plural/els/. Reference: "L"/Oxford English Dictionary,/2nd edition (1989)/Merriam-Webster's Third New International Dictionary of the English Language, Unabridged./(1993) I have /Oxford English Dictionary/, 2nd edition (1989) and confirm that it mentions "/el/" but not "/ell/". On 7/26/24 18:09, Alex Buckley wrote: > "ell" is used in US English for the name of the letter 'l'. See also > \ell in LaTeX. > > Alex > > On 3/29/2024 5:02 PM, Dzmitry Krakadzeyau wrote: >> Hi, >> >> The document "/jls22.pdf/": >> >> /Specification: JSR-397 Java SE 22 >> Version: 22 >> Status: Final Release >> Release: March 2024 >> / >> >> has a type on page 33: >> >> /The suffix L is preferred, because the letter l (*ell*) is often >> hard to distinguish from the digit 1 (one)./ >> >> It must be "/letter l (*el*)/". >> >> -- >> Best regards, >> Dzmitry Krakadzeyau >> -- Best regards, Dzmitry Krakadzeyau -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmt.mailservice at gmail.com Tue Jul 30 11:44:22 2024 From: pmt.mailservice at gmail.com (PMT Mail Service) Date: Tue, 30 Jul 2024 06:44:22 -0500 Subject: Ambiguity on invokespecial's description (Section 6) Message-ID: Hello, I am writing to today to ask about a part on the invokespecial's documentation, specifically: The ACC_SUPER flag is set for the class file (?4.1 ). This isn't particularly clear, given the context - does "...for the class file" imply the current class, the resolved class, or even the superclass of the current class? Thank you, in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmt.mailservice at gmail.com Tue Jul 30 11:45:19 2024 From: pmt.mailservice at gmail.com (PMT Mail Service) Date: Tue, 30 Jul 2024 06:45:19 -0500 Subject: Ambiguity on invokespecial's description (Section 6) In-Reply-To: References: Message-ID: Apologies, "today to ask;" On Tue, Jul 30, 2024 at 6:44?AM PMT Mail Service wrote: > Hello, I am writing to today to ask about a part on the invokespecial's > documentation, specifically: > The ACC_SUPER flag is set for the class file (?4.1 > > ). > This isn't particularly clear, given the context - does "...for the class > file" imply the current class, the resolved class, or even the superclass > of the current class? > Thank you, in advance > -------------- next part -------------- An HTML attachment was scrubbed... URL: