Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Refactoring Java Methods with Remove Parameter

porgithub·github· v1.0.0 · atualizado em 2026-04-10
81
Score

Refactoring using Remove Parameter in Java Language

javarefactoringremove-parametercode-qualitycode-maintenancecode-readability
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdjava-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 comRefactoring Java Methods with Extract Method
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executedREST API Builder
47%
Hebbian Synapse
Composite0.475
w = 0.3·α + 0.5·β + 0.2·γ
90

Árvore do Skill

Refactoring Java Methods with Remove Parameter
java-refactoring-remove-parameter
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers6
refactor java method to remove parameterremove unused parameter from java methodsimplify java method signatureclean up java method parametersoptimize java method parametersrefactor method by removing redundant parameters

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
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