LogoClawIndex
CasesSkillsAbout
LogoClawIndex

java-refactoring-remove-parameter - Remove unused or redundant parameters from Java methods.

Refactors Java 17 methods by removing unused or redundant parameters, updating internal calls, and preserving existing behavior.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Identify unused or redundant parameters
  • Remove unnecessary method parameters
  • Update internal call site arguments
  • Preserve original behavior and exceptions
  • Generate compilable Java 17 methods

Inputs

  • Java method source code
  • Refactoring instructions

Outputs

  • Compilable Java 17 refactored code
  • Single-line explanatory comment

Requirements

  • Java 17 runtime environment

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
java
refactoring
remove-parameter
java-17
clean-code
Identify unused or redundant parameters
Remove unnecessary method parameters
Update internal call site arguments
Preserve original behavior and exceptions
Java method source code
Refactoring instructions
Compilable Java 17 refactored code
Single-line explanatory comment