swagger-api / swagger-api/swagger-codegen
[Kotlin] Naming issue when operationId contains space
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
When swagger contains "operationId" with spaces, the generated code won't compile.
Swagger-codegen version
2.4.0-SNAPSHOT
Swagger declaration file content or url
Example with the petshop https://gist.github.com/Zomzog/9b1592d867759132bcef100b6c2e35e8
Command line used for generation
Generate with maven plugin
Steps to reproduce
Generate the code
Related issues/PRs
Suggest a fix/enhancement
The operationId can be sanitized and camelized to follow Kotlin's naming convention and avoiding the issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the petshop Swagger declaration and the Maven plugin, then trace how the Kotlin generator handles operationId values containing spaces. Done means the operationId is sanitized and camelized so the generated Kotlin code compiles; no specific source file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100