Re: RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-23 Thread Alexander Zuev
On Mon, 22 Mar 2021 22:03:15 GMT, Sergey Bylokhov wrote: > This request proposes changing the state of a few static constants in the > DataFlavor class. > > The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the > java.awt.datatransfer.DataFlavor class in JDK8 were not ma

Re: RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-23 Thread Alexander Zvegintsev
On Mon, 22 Mar 2021 22:03:15 GMT, Sergey Bylokhov wrote: > This request proposes changing the state of a few static constants in the > DataFlavor class. > > The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the > java.awt.datatransfer.DataFlavor class in JDK8 were not ma

RFR: 8260619: Add final modifier to several DataFlavor static fields

2021-03-22 Thread Sergey Bylokhov
This request proposes changing the state of a few static constants in the DataFlavor class. The fields selectionHtmlFlavor/fragmentHtmlFlavor/allHtmlFlavor added to the java.awt.datatransfer.DataFlavor class in JDK8 were not marked as final as are other similar constants in this class. See mor