You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/18 15:57:05 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #1309: Finish cleanup to url

BradWalker opened a new pull request #1309: Finish cleanup to url
URL: https://github.com/apache/netbeans/pull/1309
 
 
   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 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:
users@infra.apache.org


With regards,
Apache Git Services

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

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