lfrancke commented on PR #10201: URL: https://github.com/apache/nifi/pull/10201#issuecomment-3184577332
Running the command leads to various failures: ``` [WARNING] PMD Failure: org.apache.nifi.web.search.attributematchers.ConnectivityMatcherTest:38 Rule:MissingOverride Priority:3 The method 'setUp()' is missing an @Override annotation.. [WARNING] PMD Failure: org.apache.nifi.web.search.attributematchers.ParameterMatcherTest:35 Rule:MissingOverride Priority:3 The method 'setUp()' is missing an @Override annotation.. [WARNING] PMD Failure: org.apache.nifi.web.search.attributematchers.PrioritiesMatcherTest:40 Rule:MissingOverride Priority:3 The method 'setUp()' is missing an @Override annotation.. [WARNING] PMD Failure: org.apache.nifi.web.search.attributematchers.ProcessGroupMatcherTest:33 Rule:MissingOverride Priority:3 The method 'setUp()' is missing an @Override annotation.. [...] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.27.0:check (check) on project nifi-web-api: PMD 7.16.0 has found 4 violations. For more details see: /home/lars/dev/external/nifi/main/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/target/pmd.xml -> [Help 1] ``` I'm not sure how this ever worked for anyone recently? No one could have run the contrib checks successfully? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
