<Swing Dev> RFR:8168316: Suppress deprecation warnings for Applet classes in java.desktop
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Thu Oct 20 18:44:07 UTC 2016
On 20.10.16 1:14, Philip Race wrote:
> Well maybe but this isn't about adding deprecations it is just
> about of getting rid of warnings for uses of APIs that are
> already deprecated.
I though that if the code marked as deprecated is used inside deprecated
method then this warning is not occurred, no? We can suppress all these
warnings but later we will need to check all of them and deprecate the
public methods which uses Applet as a parameters and return value, so
probably we can save one step?
>
> You are welcome to file a separate bug on that ...
>
> -phil.
>
> On 10/19/16, 2:59 PM, Sergey Bylokhov wrote:
>> On 19.10.16 23:14, Philip Race wrote:
>>> This resolves the applet ones .. as a precursor to fixing up the other
>>> issues
>>> that cause this global supression.
>>
>> Probably some of related code can be deprecated as well?(like
>> AppletAudioClip, AppletPanel,AppletViewer
>> ,RepaintManager.addDirtyRegion(), AppletInitializer etc).
>>
>>
--
Best regards, Sergey.
More information about the swing-dev
mailing list