BradWalker opened a new pull request #2756:
URL: https://github.com/apache/netbeans/pull/2756


   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to