Brad Walker created NETBEANS-2721:
-------------------------------------

             Summary: remove remaining toURL() deprecations..
                 Key: NETBEANS-2721
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2721
             Project: NetBeans
          Issue Type: Bug
            Reporter: Brad Walker


There are a few remaining File.toURL() deprecations remaining, remove them..

   [repeat] 
/home/bwalker/netbeans-11.0/ide/spi.palette/src/org/netbeans/modules/palette/ui/TextImporterUI.java:257:
 warning: [deprecation] toURL() in File has been deprecated
   [repeat]                 largeIconPath = iconFile.toURL().toExternalForm();

Also remove this deprecation that was exposed from the previous cleanup..

   [repeat] 
/home/bwalker/netbeans-11.0/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/codegen/Wsdl2Java.java:211:
 warning: [deprecation] getURL() in WebServiceData has been deprecated
   [repeat]             String wsdlUrlName = new 
File(webServiceData.getURL()).toURI().toURL().toString();
   [repeat]                                                         ^





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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