Skip to content

Remove orphaned method, debug main()s, and stale plugin pins#680

Merged
yasithdev merged 1 commit into
apache:masterfrom
yasithdev:prune-misc-deadcode
Jun 13, 2026
Merged

Remove orphaned method, debug main()s, and stale plugin pins#680
yasithdev merged 1 commit into
apache:masterfrom
yasithdev:prune-misc-deadcode

Conversation

@yasithdev

Copy link
Copy Markdown
Contributor
  • AgentExperimentService.getUserExperimentIDs(): zero callers — orphaned when the FuseService removal deleted its only consumer.
  • Four debug/demo public static void main() methods embedded in live production classes (DefaultComputeResourceSelectionPolicy, LSFOutputParser, TenantManagementKeycloakImpl, NameValidator) — host classes stay.
  • Two stale pluginManagement pins for abandoned tooling (docker-compose-maven-plugin, fabric8 docker-maven-plugin) that no module activates.

Test plan

  • Grep: getUserExperimentIDs 0 callers; the four main()s are the trailing methods of their classes; the plugin pins are pluginManagement-only (no <build><plugins> activation).
  • mvn install -DskipTests (full reactor) green.

- AgentExperimentService.getUserExperimentIDs(): zero callers — orphaned when the
  FuseService removal deleted its only consumer.
- Four debug/demo public static void main() methods embedded in live production
  classes (DefaultComputeResourceSelectionPolicy, LSFOutputParser,
  TenantManagementKeycloakImpl, NameValidator) — the host classes stay.
- Two stale pluginManagement pins for abandoned tooling (com.dkanejs
  docker-compose-maven-plugin, io.fabric8 docker-maven-plugin) that no module
  activates.
@yasithdev yasithdev merged commit f66bdc1 into apache:master Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant