swagger-api / swagger-api/swagger-codegen
Java - Swagger generated code has incorrect model (class) name
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
The generated code creates model class files where the class name is all upper case and does not match the class's file name.
Example:
Generated class name : Vendor
Generated class' file name : VENDOR
The yaml for which code generation is being attempted: https://cloud.memsource.com/web/internal/v1/docs/latest/yaml
Swagger-codegen version
Using swagger-codegen-maven-plugin 2.4.21
Swagger declaration file content or url
Command line used for generation
Maven project, using Java 8.
Steps to reproduce
Also tried online Swagger editor, the generated code has the same issue with four model classes.
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
Reproduce the generation with swagger-codegen-maven-plugin 2.4.21, Java 8, and the linked YAML, then compare the generated model filenames with their Java class names. Also check the online Swagger editor result and all four affected model classes; done means each model's class name matches its file name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100