Synaptic
Skills
Marketplace
Skill Graph
Criar Skill
MCP Server
Plataforma
Enterprise
🇧🇷
PT
v0.1.0-beta
Voltar ao Marketplace
Development
Médio
Refactoring Java Methods with Remove Parameter
por
github
·
github
· v1.0.0 · atualizado em 2026-04-10
81
Score
Refactoring using Remove Parameter in Java Language
java
refactoring
remove-parameter
code-quality
code-maintenance
code-readability
0
Stars
0
Forks
0
Usos
Cursor
Claude Code
Claude Desktop
Codex
Copilot
Windsurf
Zed
Fork
Documento do Skill
📋 Workflow
✅ Best Practices
🎯 Triggers & Fases
SKILL.md
java-refactoring-remove-parameter/workflow
1
Analyze Method:
— Examine the Java method to identify unused or redundant parameters.
2
Identify Dependencies:
— Determine if the parameter's value can be obtained from class fields, constants, or other method calls.
3
Remove Parameter:
— Remove the parameter from the method signature and all its invocations.
4
Update Method Calls:
— Adjust all calls to the method to reflect the removed parameter.
5
Compile and Test:
— Compile the code and run unit tests to ensure the refactoring did not introduce errors.
6
Validate Functionality:
— Verify that the method continues to function as expected after the parameter removal.
7
Document Changes:
— Add a comment above the modified method indicating which parameter was removed and why.
Telemetria de Agentes
Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec
Uso por Plataforma
Skills Relacionados
Compõe com
Refactoring Java Methods with Extract Method
70%
Hebbian Synapse
Composite
0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar a
Code Reviewer
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar a
Git Diff Parser
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar a
REST API Builder
60%
Hebbian Synapse
Composite
0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executed
REST API Builder
47%
Hebbian Synapse
Composite
0.475
w = 0.3·α + 0.5·β + 0.2·γ
90
Árvore do Skill
Refactoring Java Methods with Remove Parameter
java-refactoring-remove-parameter
Fases Cognitivas
6
1.
SENSE
2.
CONTEXTUALIZE
3.
HYPOTHESIZE
4.
ACT
5.
EVALUATE
6.
REFLECT
Triggers
6
refactor java method to remove parameter
remove unused parameter from java method
simplify java method signature
clean up java method parameters
optimize java method parameters
refactor method by removing redundant parameters
Avaliar este Skill
Score Breakdown
⭐
Avaliação Humana
0%
🤖
Sucesso de Agentes
0%
🕐
Atualidade
100%
🔗
Saúde de Dependências
100%
🕸️
Centralidade no Grafo
0%
🛡️
Segurança
49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança
Instalação
$
synaptic mcp download java-refactoring-remove-parameter
$
synaptic skills detail java-refactoring-remove-parameter
$
synaptic skills live java-refactoring-remove-parameter
Links
GitHub Repository