Is this a similar sort of change for switching some of the File to Path type operation as in FileObject mentioned in the below ticket?
https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-2409 (https://issues.apache.org/jira/projects/NETBEANS/issues/NETBEANS-2409?filter=allissues) Eric Bresie [email protected] > On May 8, 2019 at 5:01:46 PM CDT, Brad Walker <[email protected]> wrote: > I see a lot of the following warnings when building.. > > > ... > > [repeat] > > /home/bwalker/src/netbeans-11.0-test/enterprise/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformJavadocForBinaryQuery.java:180: > > warning: [deprecation] getURL() in FileObject has been deprecated > > [repeat] normalizedURL = fo.getURL(); > > ... > > > > In looking at the code for FileObject, it seems like a straightforward > change. > > Since there are approx. 160 instances of code like this, should this change > be as simple as I think it should be? > > If so, I'm make the effort to change it.. 8-) > > Thanks. > > -brad w.
