Re: RFR: JDK-8289730 : Deprecated code sample in java.lang.ClassCastException

2022-07-06 Thread ScientificWare
On Mon, 4 Jul 2022 06:57:12 GMT, ScientificWare wrote: > - Correct a deprecated code. > - Update Copyright. > - More wide question : How are you dealing with deprecated codes in snippets ? > ``` > @deprecated(since="9") > public Integer​(int value) > ``` @turbanoff Thanks.

Re: RFR: JDK-8289730 : Deprecated code sample in java.lang.ClassCastException

2022-07-05 Thread ScientificWare
On Tue, 5 Jul 2022 17:27:03 GMT, Joe Darcy wrote: >> - Correct a deprecated code. >> - Update Copyright. >> - More wide question : How are you dealing with deprecated codes in snippets >> ? >> ``` >> @deprecated(since="9") >> public Integer​(int value) >> ``` > > Looks fine. > > There