refactoring: naming and typos in code
- Dominant language
- Java
- Stars
- 2k
- Forks
- 392
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
There are many typos / errors / misspellings that
- harm readability
- decrease maintainability
I hope there are no obstacles to fix them (API compatibility?)
- ~~refactor: occurences -> occurrences #2214~~
- ~~refactor: fix naming: RECURSIVE_WILCARD -> RECURSIVE_WILDCARD #2213~~
- CtRole.java: A**NN**ONYMOUS_EXECUTABLE -> A**N**ONYMOUS_EXECUTABLE
- src/main/java/spoon/reflect/meta/impl/ModelRoleHandlers.java: CtClass_A**NN**ONYMOUS_EXECUTABLE_RoleHandler -> CtClass_A**N**ONYMOUS_EXECUTABLE_RoleHandler
- ~~refactor: fix typo in element printer helper.java QALIFIED_NAME_SEPARATORS -> QUALIFIED_NAME_SEPARATORS #2223~~
- ~~fix typo: Occurence->Occurrence #2249~~
- ~~refactor: fix some typos #2253~~
I would like to go forward and FIX them all.
@surli
Any opinions?
Contributor guide
Assessment
This issue has not been assessed yet.