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.
