You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2020/07/06 05:44:00 UTC

[jira] [Closed] (NETBEANS-4459) remove use of deprecated field in Logger

     [ https://issues.apache.org/jira/browse/NETBEANS-4459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Walker closed NETBEANS-4459.
---------------------------------
    Fix Version/s: Next
       Resolution: Fixed

fixed and integrated..

> remove use of deprecated field in Logger
> ----------------------------------------
>
>                 Key: NETBEANS-4459
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4459
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>             Fix For: Next
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Remove use of the deprecated Logger.global field..
> {code:java}
>    [repeat] /home/bwalker/src/netbeans/enterprise/web.core/src/org/netbeans/modules/web/wizards/ServletPanel.java:169: warning: [deprecation] global in Logger has been deprecated
>    [repeat]             Logger.global.log(Level.WARNING, "getServlets failed", e);
>    [repeat]                   ^
>    [repeat] /home/bwalker/src/netbeans/enterprise/web.core/src/org/netbeans/modules/web/wizards/ServletPanel.java:172: warning: [deprecation] global in Logger has been deprecated
>    [repeat]             Logger.global.log(Level.WARNING, "getServlets failed", e);
>    [repeat]                   ^
>    [repeat] Note: Some input files additionally use or override a deprecated API.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists