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

Brad Walker closed NETBEANS-3550.
---------------------------------
      Assignee: Brad Walker
    Resolution: Won't Fix

going to require some test harness changes to make work.. since it's not as 
easy as expected.. closing..

> clenaup warnings related to deprecated JUnit Asserts
> ----------------------------------------------------
>
>                 Key: NETBEANS-3550
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3550
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> There are quite a few errors msgs that are easy to fix..
> {code:java}
>     [repeat] 
> /home/bwalker/src/netbeans/harness/nbjunit/src/org/netbeans/junit/NbModuleSuite.java:56:
>  warning: [deprecation] Assert in junit.framework has been deprecated
>    [repeat] import junit.framework.Assert;
>    [repeat]                       ^
> {code}
> The simple fix is to use the org.junit.Assert class..
> -import junit.framework.Assert;
> +import org.junit.Assert;
> Everything stays the same..
>  



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

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

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

Reply via email to