java-refactoring-remove-parameter
CommunitySimplify Java APIs by removing unused parameters.
Software Engineering#refactoring#java#static-analysis#code-cleanup#remove-parameter#method-signatures
Authorranma2913
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Removing unused or redundant parameters from Java methods reduces API surface, simplifies signatures, and improves readability and maintainability.
Core Features & Use Cases
- Remove unused parameters from Java method signatures while preserving behavior.
- Update all internal and external call sites to match new signatures.
- Validate compilation and unit tests to ensure safety after refactoring.
- Use in large codebases and libraries to simplify public APIs and internal helpers.
Quick Start
Identify a Java method where a parameter is unused or can be derived from the object's state, then refactor by removing the parameter and updating all call sites.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: java-refactoring-remove-parameter Download link: https://github.com/ranma2913/echo-api/archive/main.zip#java-refactoring-remove-parameter Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.