eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
78 stars 163 forks source link

Jenkins ECJ plugin detects way too less warnings #1628

Closed jukzi closed 7 months ago

jukzi commented 7 months ago

same as for jdt.ui (https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/1169): Jenkins show only 423 issues (https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/master/314/eclipse/), while workspace shows many more:

image

akurtakov commented 7 months ago

The parent pom still overrides the warnings https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/15b58fce6c38cd475a541e2cf41b5a274194cfd5/eclipse-platform-parent/pom.xml#L96 . Please try removing this line and see the results.

akurtakov commented 7 months ago

Even https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/15b58fce6c38cd475a541e2cf41b5a274194cfd5/eclipse-platform-parent/pom.xml#L105 has to be removed so test bundles warnings are the same too.