GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java
LinkageChecker.create and LinkageChecker.findSymbolProblems should not be two separate public methods
- Linguagem predominante
- Java
- Estrelas
- 163
- Forks
- 80
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
// TODO LinkageChecker.create and LinkageChecker.findSymbolProblems
// should not be two separate public methods since we all call
// findSymbolProblems immediately after create
Guia de contribuição
Direção de pesquisa
Start by inspecting LinkageChecker.create and LinkageChecker.findSymbolProblems, then search for their call sites to understand how the methods are used together. The refactor is done when the redundant public-method separation is resolved without leaving callers dependent on two consecutive operations, but the issue does not specify the intended replacement API.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- java
- Domínio
- tooling
- Tipo de issue
- Refatoração
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100