Brad Walker created NETBEANS-5354:
-------------------------------------

             Summary: update public interface for a few users of LinkedList
                 Key: NETBEANS-5354
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5354
             Project: NetBeans
          Issue Type: Improvement
    Affects Versions: 12.2
            Reporter: Brad Walker
            Assignee: Brad Walker
             Fix For: Next


I've wanted to expand my knowledge about how to change the interface. So I've 
picked a simple one to change..

I've changed the interface to use List instead of LinkedList. One should use 
interfaces and not implementations in the public interface.. Changing this will 
allow me to fix the following warnings easily.

   [repeat] 
/home/bwalker/src/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/ui/TestWebServiceMethodDlg.java:390:
 warning: [rawtypes] found raw type: LinkedList
   [repeat]     public void methodFinished(final Object inReturnedObject,final 
LinkedList inParamList) {
   [repeat]                                                                    ^
   [repeat]   missing type arguments for generic class LinkedList<E>
   [repeat]   where E is a type-variable:
   [repeat]     E extends Object declared in class LinkedList





--
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