swagger-api / swagger-api/swagger-codegen

[Kotlin] Naming issue when operationId contains space

Open
#8,099 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.