FrankChen021 opened a new pull request, #19825: URL: https://github.com/apache/druid/pull/19825
Created by the GPT-5.6-Sol model. ## Summary - enable PMD's `MissingOverride` rule in the normal Maven static-check lifecycle - add a PMD rule that rejects same-class method names differing only by capitalization, while excluding inherited API overrides - rename the conflicting `HttpRemoteTaskRunner` worker-info accessor caught by that rule - give safe private and test-only overloads semantic names so callers cannot silently bind to a more-specific overload - clarify the cache configuration test names that previously differed only by capitalization Most missing-override findings in the broader CodeQL pattern are generated sources. The only handwritten `IntSet.clone()` finding is not a valid Java override and cannot accept `@Override`. Required Servlet/interface overloads and compatibility APIs are intentionally preserved. ## Verification - `mvn -ntp -B pmd:check -Dweb.console.skip=true -DskipTests -T1C` - `mvn -ntp -B checkstyle:check -pl processing,server,indexing-service,extensions-core/kafka-indexing-service -Dweb.console.skip=true -DskipTests` - `mvn -ntp -B test-compile -pl processing,server,indexing-service,extensions-core/kafka-indexing-service -am -Dweb.console.skip=true -DskipTests -T1C` - 68 focused tests across parser, nested expressions, group-by, sorting, cache configuration, and the affected Kafka supervisor paths -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
