-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce "Discouraged access" warnings #989
Conversation
Because you added one new compiler warning (and yes the mention of test failure is WRONG please report it to the author of the Jenkins plugin): Also you clicked already on https://ci.eclipse.org/pde/job/eclipse.pde/job/PR-989/1/ you see a small orange warning here: Compare for example with something that has found issues but no new ones: |
...eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java
Outdated
Show resolved
Hide resolved
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SWTUtil.java
Outdated
Show resolved
Hide resolved
The configuration options are here but I think one can't exchange one warning for another. The plugin that publishes Warnings from Jenkins > Gitbub is this here, the build itself seems to be contributed by this. Of course if one think it should do that one can still merge. |
e0c2050
to
32cf00b
Compare
in XmlReferenceDescriptorWriter . Chained complain on eclipse-pde#989
in XmlReferenceDescriptorWriter . Chained complain on #989
The params documented in the javadoc make no sense with actual params.
19d949d
to
83e5af9
Compare
It would be a bit noisy initially as it will require extra fixes in order to not produce new warnings but over time such cases should be rarer and rarer aka I'm more and more convinced this is good path forward. |
No description provided.