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


   Remove the use of a deprecated API, getURL()..
   
      [repeat] 
/home/bwalker/src/netbeans/platform/openide.loaders/src/org/openide/loaders/XMLDataObject.java:528:
 warning: [deprecation] getURL() in FileObject has been deprecated
      [repeat]         String loc = getPrimaryFile().getURL().toExternalForm();
      [repeat]                                      ^
   
   In addition, this deprecated API never throws an exception. So once the 
change was made, also
   had to removed references to the unused exception.


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