Repository Analysis

swagger-api/swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.

9.7 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of swagger-api/swagger-codegen, a Mustache project with 17,771 GitHub stars. SynthScan v2.0 examined 1,477,343 lines of code across 12027 source files, recording 6449 pattern matches distributed across 20 syntactic categories. The overall adjusted score of 9.7 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

9.7
Adjusted Score
9.7
Raw Score
100%
Time Factor
2026-05-19
Last Push
17.8K
Stars
Mustache
Language
1.5M
Lines of Code
12.0K
Files
6.4K
Pattern Hits
2026-07-14
Scan Date
0.12
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 38HIGH 1450MEDIUM 852LOW 4109

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 6449 distinct pattern matches across 20 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Cross-File Repetition1381 hits · 6905 pts
SeverityFileLineSnippetContext
HIGH…rver/petstore/scalatra/src/main/scala/ServletApp.scala0\ this is a sample server petstore server. you can find out more about swagger at [http://swagger.io](http://swagger.io)STRING
HIGHsamples/server/petstore/flaskConnexion/setup.py0\ this is a sample server petstore server. you can find out more about swagger at [http://swagger.io](http://swagger.io)STRING
HIGHsamples/server/petstore/flaskConnexion-python2/setup.py0\ this is a sample server petstore server. you can find out more about swagger at [http://swagger.io](http://swagger.io)STRING
HIGH…/server/petstore/flaskConnexion/swagger_server/util.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…petstore/flaskConnexion-python2/swagger_server/util.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…tstore-security-test/python/petstore_api/api_client.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…ent/petstore/python-tornado/petstore_api/api_client.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…ples/client/petstore/python/petstore_api/api_client.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…ent/petstore/python-asyncio/petstore_api/api_client.py0deserializes dict, list, str into an object. :param data: dict, list or str. :param klass: class literal, or string of cSTRING
HIGH…/server/petstore/flaskConnexion/swagger_server/util.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…petstore/flaskConnexion-python2/swagger_server/util.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…tstore-security-test/python/petstore_api/api_client.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…ent/petstore/python-tornado/petstore_api/api_client.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…ples/client/petstore/python/petstore_api/api_client.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…ent/petstore/python-asyncio/petstore_api/api_client.py0deserializes list or dict to model. :param data: dict, list. :param klass: class literal. :return: model object.STRING
HIGH…/petstore/flaskConnexion/swagger_server/models/user.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…r/petstore/flaskConnexion/swagger_server/models/pet.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…petstore/flaskConnexion/swagger_server/models/order.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…e/flaskConnexion/swagger_server/models/api_response.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…r/petstore/flaskConnexion/swagger_server/models/tag.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…store/flaskConnexion/swagger_server/models/category.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…e/flaskConnexion-python2/swagger_server/models/user.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…re/flaskConnexion-python2/swagger_server/models/pet.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…/flaskConnexion-python2/swagger_server/models/order.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…onnexion-python2/swagger_server/models/api_response.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…re/flaskConnexion-python2/swagger_server/models/tag.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…askConnexion-python2/swagger_server/models/category.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…curity-test/python/petstore_api/models/model_return.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ore/python-tornado/petstore_api/models/outer_number.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…/python-tornado/petstore_api/models/read_only_first.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…nt/petstore/python-tornado/petstore_api/models/user.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tore/python-tornado/petstore_api/models/class_model.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tore/python-tornado/petstore_api/models/animal_farm.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ent/petstore/python-tornado/petstore_api/models/pet.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…nt/petstore/python-tornado/petstore_api/models/list.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…/python-tornado/petstore_api/models/outer_composite.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ado/petstore_api/models/additional_properties_class.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ent/petstore/python-tornado/petstore_api/models/cat.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…thon-tornado/petstore_api/models/has_only_read_only.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…/petstore/python-tornado/petstore_api/models/client.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…t/petstore/python-tornado/petstore_api/models/order.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…/petstore/python-tornado/petstore_api/models/animal.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…store/python-tornado/petstore_api/models/outer_enum.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…store/python-tornado/petstore_api/models/enum_class.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tore/python-tornado/petstore_api/models/enum_arrays.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tore/python-tornado/petstore_api/models/format_test.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ore/python-tornado/petstore_api/models/api_response.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…re/python-tornado/petstore_api/models/outer_boolean.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tore/python-tornado/petstore_api/models/number_only.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…thon-tornado/petstore_api/models/model_200_response.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ore/python-tornado/petstore_api/models/outer_string.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…etstore/python-tornado/petstore_api/models/map_test.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…thon-tornado/petstore_api/models/special_model_name.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…tstore/python-tornado/petstore_api/models/enum_test.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ent/petstore/python-tornado/petstore_api/models/dog.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…store/python-tornado/petstore_api/models/array_test.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ython-tornado/petstore_api/models/model200_response.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…nt/petstore/python-tornado/petstore_api/models/name.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…on-tornado/petstore_api/models/array_of_number_only.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
HIGH…ls/mixed_properties_and_additional_properties_class.py0note: this class is auto generated by the swagger code generator program. do not edit the class manually. ref: https://gSTRING
1321 more matches not shown…
Slop Phrases833 hits · 2411 pts
SeverityFileLineSnippetContext
MEDIUMsamples/html2/index.html985 <div>This is a sample server Petstore server. You can find out more about Swagger at <a href="http://swaggeCODE
MEDIUM…ples/custom-tests/java/v2/okhttp-gson/UserApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…les/custom-tests/java/v2/okhttp-gson/StoreApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…mples/custom-tests/java/v2/okhttp-gson/PetApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/erlang-server/priv/swagger.json4 "description" : "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.ioCODE
MEDIUM…server/ktor/src/main/kotlin/io/swagger/server/Paths.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…ktor/src/main/kotlin/io/swagger/server/apis/UserApi.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…/ktor/src/main/kotlin/io/swagger/server/apis/PetApi.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…tor/src/main/kotlin/io/swagger/server/apis/StoreApi.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…r/src/main/kotlin/io/swagger/server/models/Category.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…r/ktor/src/main/kotlin/io/swagger/server/models/Tag.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…r/src/main/kotlin/io/swagger/server/models/Currency.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…r/ktor/src/main/kotlin/io/swagger/server/models/Pet.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…tor/src/main/kotlin/io/swagger/server/models/Amount.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…/ktor/src/main/kotlin/io/swagger/server/models/User.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…rc/main/kotlin/io/swagger/server/models/ApiResponse.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…ktor/src/main/kotlin/io/swagger/server/models/Order.kt3* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.ioCOMMENT
MEDIUM…ay-framework-no-exception-handling/public/swagger.json4 "description" : "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.ioCODE
MEDIUM…lay-framework-api-package-override/public/swagger.json4 "description" : "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.ioCODE
MEDIUM…er/petstore/nodejs-google-cloud-functions/package.json4 "description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](hCODE
MEDIUM…s/server/petstore/aspnetcore/src/IO.Swagger/Startup.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…spnetcore/src/IO.Swagger/wwwroot/swagger-original.json4 "description" : "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.ioCODE
MEDIUM…ver/petstore/aspnetcore/src/IO.Swagger/Models/Order.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…tstore/aspnetcore/src/IO.Swagger/Models/ApiResponse.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…rver/petstore/aspnetcore/src/IO.Swagger/Models/User.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…er/petstore/aspnetcore/src/IO.Swagger/Models/Amount.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…erver/petstore/aspnetcore/src/IO.Swagger/Models/Pet.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…/petstore/aspnetcore/src/IO.Swagger/Models/Currency.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…erver/petstore/aspnetcore/src/IO.Swagger/Models/Tag.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…/petstore/aspnetcore/src/IO.Swagger/Models/Category.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…tore/aspnetcore/src/IO.Swagger/Controllers/StoreApi.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…tstore/aspnetcore/src/IO.Swagger/Controllers/PetApi.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…store/aspnetcore/src/IO.Swagger/Controllers/UserApi.cs4 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/nodejs/package.json4 "description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](hCODE
MEDIUMsamples/server/petstore/restbed/model/Amount.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Pet.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Tag.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/ApiResponse.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Currency.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/ApiResponse.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Currency.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Amount.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Tag.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Order.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/User.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Category.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/User.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Category.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Pet.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/model/Order.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/PetApi.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/StoreApi.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/UserApi.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/StoreApi.cpp3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/PetApi.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUMsamples/server/petstore/restbed/api/UserApi.h3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…mples/server/petstore/jaxrs-cxf-non-spring-app/pom.xml7 <description>This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](httpCODE
MEDIUM…ring-app/src/test/java/io/swagger/api/UserApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…ing-app/src/test/java/io/swagger/api/StoreApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
MEDIUM…pring-app/src/test/java/io/swagger/api/PetApiTest.java3 * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.iCOMMENT
773 more matches not shown…
Over-Commented Block2158 hits · 2096 pts
SeverityFileLineSnippetContext
LOW…ver/petstore/aspnetcore/src/IO.Swagger/Models/Order.cs81 /// <summary>COMMENT
LOW…rver/petstore/aspnetcore/src/IO.Swagger/Models/User.cs61 /// Gets or Sets PasswordCOMMENT
LOW…erver/petstore/aspnetcore/src/IO.Swagger/Models/Pet.cs81 COMMENT
LOW…tore/aspnetcore/src/IO.Swagger/Controllers/StoreApi.cs81 /// Find purchase order by IDCOMMENT
LOW…tstore/aspnetcore/src/IO.Swagger/Controllers/PetApi.cs101 /// <summary>COMMENT
LOW…tstore/aspnetcore/src/IO.Swagger/Controllers/PetApi.cs181 { COMMENT
LOW…store/aspnetcore/src/IO.Swagger/Controllers/UserApi.cs101 //TODO: Uncomment the next line to return response 400 or use other options such as return this.NotFound(), COMMENT
LOWsamples/server/petstore/restbed/model/ApiResponse.h41 std::string toJsonString();COMMENT
LOWsamples/server/petstore/restbed/model/Order.h41 std::string toJsonString();COMMENT
LOWsamples/server/petstore/restbed/model/User.h41 std::string toJsonString();COMMENT
LOWsamples/server/petstore/restbed/model/User.h61 void setFirstName(std::string value);COMMENT
LOWsamples/server/petstore/restbed/model/Pet.h61 /// COMMENT
LOWsamples/server/petstore/restbed/api/PetApi.h81/// Finds Pets by statusCOMMENT
LOW…re-interface-controller/src/IO.Swagger/Models/Order.cs81 /// <summary>COMMENT
LOW…ore-interface-controller/src/IO.Swagger/Models/User.cs61 /// Gets or Sets PasswordCOMMENT
LOW…core-interface-controller/src/IO.Swagger/Models/Pet.cs81 COMMENT
LOW…face-controller/src/IO.Swagger/Controllers/StoreApi.cs81 /// Find purchase order by IDCOMMENT
LOW…erface-controller/src/IO.Swagger/Controllers/PetApi.cs101 /// <summary>COMMENT
LOW…erface-controller/src/IO.Swagger/Controllers/PetApi.cs181 { COMMENT
LOW…rface-controller/src/IO.Swagger/Controllers/IPetApi.cs21 /// COMMENT
LOW…rface-controller/src/IO.Swagger/Controllers/IPetApi.cs41COMMENT
LOW…rface-controller/src/IO.Swagger/Controllers/IPetApi.cs61 /// Find pet by IDCOMMENT
LOW…rface-controller/src/IO.Swagger/Controllers/IPetApi.cs81 /// Updates a pet in the store with form dataCOMMENT
LOW…ace-controller/src/IO.Swagger/Controllers/IStoreApi.cs21 /// COMMENT
LOW…ace-controller/src/IO.Swagger/Controllers/IStoreApi.cs41 /// <summary>COMMENT
LOW…face-controller/src/IO.Swagger/Controllers/IUserApi.cs21 /// COMMENT
LOW…face-controller/src/IO.Swagger/Controllers/IUserApi.cs41 /// <summary>COMMENT
LOW…face-controller/src/IO.Swagger/Controllers/IUserApi.cs61 COMMENT
LOW…face-controller/src/IO.Swagger/Controllers/IUserApi.cs81 COMMENT
LOW…rface-controller/src/IO.Swagger/Controllers/UserApi.cs101 //TODO: Uncomment the next line to return response 400 or use other options such as return this.NotFound(), COMMENT
LOW…etstore/aspnetcore-v2.2/src/IO.Swagger/Models/Order.cs81 /// <summary>COMMENT
LOW…petstore/aspnetcore-v2.2/src/IO.Swagger/Models/User.cs61 /// Gets or Sets PasswordCOMMENT
LOW…/petstore/aspnetcore-v2.2/src/IO.Swagger/Models/Pet.cs81 COMMENT
LOW…aspnetcore-v2.2/src/IO.Swagger/Controllers/StoreApi.cs81 /// Find purchase order by IDCOMMENT
LOW…e/aspnetcore-v2.2/src/IO.Swagger/Controllers/PetApi.cs101 /// <summary>COMMENT
LOW…e/aspnetcore-v2.2/src/IO.Swagger/Controllers/PetApi.cs181 { COMMENT
LOW…/aspnetcore-v2.2/src/IO.Swagger/Controllers/UserApi.cs101 //TODO: Uncomment the next line to return response 400 or use other options such as return this.NotFound(), COMMENT
LOW…server/petstore/nancyfx/src/IO.Swagger/Models/Order.cs21 /// PetIdCOMMENT
LOW…/server/petstore/nancyfx/src/IO.Swagger/Models/User.cs21 /// UsernameCOMMENT
LOW…/server/petstore/nancyfx/src/IO.Swagger/Models/User.cs41 /// PasswordCOMMENT
LOW…erver/petstore/nancyfx/src/IO.Swagger/Models/Amount.cs81 {COMMENT
LOW…s/server/petstore/nancyfx/src/IO.Swagger/Models/Pet.cs21 /// CategoryCOMMENT
LOW…s/server/petstore/nancyfx/src/IO.Swagger/Models/Tag.cs81 {COMMENT
LOW…ver/petstore/nancyfx/src/IO.Swagger/Models/Category.cs81 {COMMENT
LOW…petstore/nancyfx/src/IO.Swagger/Modules/StoreModule.cs61 {COMMENT
LOW…petstore/nancyfx/src/IO.Swagger/Modules/StoreModule.cs81 /// <param name="orderId">ID of pet that needs to be fetched</param>COMMENT
LOW…r/petstore/nancyfx/src/IO.Swagger/Modules/PetModule.cs121COMMENT
LOW…r/petstore/nancyfx/src/IO.Swagger/Modules/PetModule.cs141 /// </summary>COMMENT
LOW…r/petstore/nancyfx/src/IO.Swagger/Modules/PetModule.cs161 void UpdatePet(NancyContext context, Pet body);COMMENT
LOW…/petstore/nancyfx/src/IO.Swagger/Modules/UserModule.cs101 /// Service handling User requests.COMMENT
LOW…/petstore/nancyfx/src/IO.Swagger/Modules/UserModule.cs121 /// <summary>COMMENT
LOW…/petstore/nancyfx/src/IO.Swagger/Modules/UserModule.cs141 /// <param name="username">The name that needs to be fetched. Use user1 for testing.</param>COMMENT
LOW…ore-v2.2-interface-only/src/IO.Swagger/Models/Order.cs81 /// <summary>COMMENT
LOW…core-v2.2-interface-only/src/IO.Swagger/Models/User.cs61 /// Gets or Sets PasswordCOMMENT
LOW…tcore-v2.2-interface-only/src/IO.Swagger/Models/Pet.cs81 COMMENT
LOW…2-interface-only/src/IO.Swagger/Controllers/IPetApi.cs21 /// COMMENT
LOW…2-interface-only/src/IO.Swagger/Controllers/IPetApi.cs41COMMENT
LOW…2-interface-only/src/IO.Swagger/Controllers/IPetApi.cs61 /// Find pet by IDCOMMENT
LOW…2-interface-only/src/IO.Swagger/Controllers/IPetApi.cs81 /// Updates a pet in the store with form dataCOMMENT
LOW…interface-only/src/IO.Swagger/Controllers/IStoreApi.cs21 /// COMMENT
2098 more matches not shown…
Unused Imports1056 hits · 990 pts
SeverityFileLineSnippetContext
LOWsamples/server/petstore/flaskConnexion/setup.py3CODE
LOW…skConnexion/swagger_server/test/test_pet_controller.py3CODE
LOW…skConnexion/swagger_server/test/test_pet_controller.py8CODE
LOW…kConnexion/swagger_server/test/test_user_controller.py3CODE
LOW…kConnexion/swagger_server/test/test_user_controller.py6CODE
LOW…Connexion/swagger_server/test/test_store_controller.py3CODE
LOW…Connexion/swagger_server/test/test_store_controller.py6CODE
LOW…/petstore/flaskConnexion/swagger_server/models/user.py3CODE
LOW…/petstore/flaskConnexion/swagger_server/models/user.py4CODE
LOW…/petstore/flaskConnexion/swagger_server/models/user.py4CODE
LOW…/petstore/flaskConnexion/swagger_server/models/user.py6CODE
LOW…/petstore/flaskConnexion/swagger_server/models/user.py6CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/pet.py3CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/pet.py4CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/pet.py4CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/pet.py6CODE
LOW…petstore/flaskConnexion/swagger_server/models/order.py3CODE
LOW…petstore/flaskConnexion/swagger_server/models/order.py4CODE
LOW…petstore/flaskConnexion/swagger_server/models/order.py6CODE
LOW…petstore/flaskConnexion/swagger_server/models/order.py6CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py4CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py6CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py7CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py8CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py9CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py10CODE
LOW…store/flaskConnexion/swagger_server/models/__init__.py11CODE
LOW…e/flaskConnexion/swagger_server/models/api_response.py3CODE
LOW…e/flaskConnexion/swagger_server/models/api_response.py4CODE
LOW…e/flaskConnexion/swagger_server/models/api_response.py4CODE
LOW…e/flaskConnexion/swagger_server/models/api_response.py6CODE
LOW…e/flaskConnexion/swagger_server/models/api_response.py6CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/tag.py3CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/tag.py4CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/tag.py4CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/tag.py6CODE
LOW…r/petstore/flaskConnexion/swagger_server/models/tag.py6CODE
LOW…store/flaskConnexion/swagger_server/models/category.py3CODE
LOW…store/flaskConnexion/swagger_server/models/category.py4CODE
LOW…store/flaskConnexion/swagger_server/models/category.py4CODE
LOW…store/flaskConnexion/swagger_server/models/category.py6CODE
LOW…store/flaskConnexion/swagger_server/models/category.py6CODE
LOW…nnexion/swagger_server/controllers/store_controller.py2CODE
LOW…nnexion/swagger_server/controllers/store_controller.py5CODE
LOW…onnexion/swagger_server/controllers/user_controller.py2CODE
LOW…onnexion/swagger_server/controllers/user_controller.py5CODE
LOW…Connexion/swagger_server/controllers/pet_controller.py2CODE
LOW…Connexion/swagger_server/controllers/pet_controller.py4CODE
LOW…Connexion/swagger_server/controllers/pet_controller.py6CODE
LOWsamples/server/petstore/flaskConnexion-python2/setup.py3CODE
LOW…ion-python2/swagger_server/test/test_pet_controller.py3CODE
LOW…ion-python2/swagger_server/test/test_pet_controller.py8CODE
LOW…on-python2/swagger_server/test/test_user_controller.py3CODE
LOW…on-python2/swagger_server/test/test_user_controller.py6CODE
LOW…n-python2/swagger_server/test/test_store_controller.py3CODE
LOW…n-python2/swagger_server/test/test_store_controller.py6CODE
LOW…e/flaskConnexion-python2/swagger_server/models/user.py3CODE
LOW…e/flaskConnexion-python2/swagger_server/models/user.py4CODE
LOW…e/flaskConnexion-python2/swagger_server/models/user.py4CODE
LOW…e/flaskConnexion-python2/swagger_server/models/user.py6CODE
996 more matches not shown…
Hyper-Verbose Identifiers407 hits · 418 pts
SeverityFileLineSnippetContext
LOWCI/release/update-codegen-release-files.py73def update_sample_meta_codegen_pom(codegen_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py81def update_docker_pom_version(codegen_version: str) -> None:CODE
LOWsamples/html2/index.html7074(function webpackUniversalModuleDefinition(root, factory) {CODE
LOWsamples/html2/index.html8577"use strict";function resolveJavascriptFunction(e){if(null===e)return!1;try{var r="("+e+")",n=esprima.parse(r,{range:!0}CODE
LOWsamples/html2/index.html8580"use strict";function resolveJavascriptRegExp(e){if(null===e)return!1;if(0===e.length)return!1;var r=e,t=/\/([gim]*)$/.eCODE
LOWsamples/html2/index.html8583"use strict";function resolveJavascriptUndefined(){return!0}function constructJavascriptUndefined(){}function representJCODE
LOW…tore/nodejs-google-cloud-functions/controllers/User.js17module.exports.createUsersWithArrayInput = function createUsersWithArrayInput (req, res, next) {CODE
LOWsamples/server/petstore/nodejs/controllers/User.js17module.exports.createUsersWithArrayInput = function createUsersWithArrayInput (req, res, next) {CODE
LOW…mfonyBundle-php/Resources/docs/Api/UserApiInterface.md107 public function createUsersWithArrayInput(array $body)CODE
LOW…tore/php-symfony/SymfonyBundle-php/Tests/AppKernel.php17 public function registerContainerConfiguration(LoaderInterface $loader)CODE
LOW…y/SymfonyBundle-php/Tests/Api/UserApiInterfaceTest.php97 public function testCreateUsersWithArrayInput()CODE
LOW…y/SymfonyBundle-php/Tests/Api/UserApiInterfaceTest.php112 public function testCreateUsersWithListInput()CODE
LOW…ymfony/SymfonyBundle-php/Controller/UserController.php141 public function createUsersWithArrayInputAction(Request $request)CODE
LOW…ymfony/SymfonyBundle-php/Controller/UserController.php225 public function createUsersWithListInputAction(Request $request)CODE
LOW…php-symfony/SymfonyBundle-php/Api/UserApiInterface.php71 public function createUsersWithArrayInput(array $body, &$responseCode, array &$responseHeaders);CODE
LOW…er/petstore/lumen/lib/app/Http/Controllers/UserApi.php61 public function createUsersWithArrayInput()CODE
LOW…er/petstore/lumen/lib/app/Http/Controllers/FakeApi.php223 public function testInlineAdditionalProperties()CODE
LOW…er/petstore/lumen/lib/app/Http/Controllers/FakeApi.php276 public function fakeOuterBooleanSerialize()CODE
LOW…er/petstore/lumen/lib/app/Http/Controllers/FakeApi.php297 public function fakeOuterCompositeSerialize()CODE
LOW…re/ze-ph/src/App/Validator/QueryParameterArrayType.php67 protected static function prepareRepeatingTypeRegExp($typeRegExp, $delimiter)CODE
LOW…skConnexion/swagger_server/test/test_pet_controller.py94 def test_update_pet_with_form(self):CODE
LOW…kConnexion/swagger_server/test/test_user_controller.py29 def test_create_users_with_array_input(self):CODE
LOW…kConnexion/swagger_server/test/test_user_controller.py43 def test_create_users_with_list_input(self):CODE
LOW…onnexion/swagger_server/controllers/user_controller.py23def create_users_with_array_input(body): # noqa: E501CODE
LOW…onnexion/swagger_server/controllers/user_controller.py38def create_users_with_list_input(body): # noqa: E501CODE
LOW…ion-python2/swagger_server/test/test_pet_controller.py94 def test_update_pet_with_form(self):CODE
LOW…on-python2/swagger_server/test/test_user_controller.py29 def test_create_users_with_array_input(self):CODE
LOW…on-python2/swagger_server/test/test_user_controller.py43 def test_create_users_with_list_input(self):CODE
LOW…-python2/swagger_server/controllers/user_controller.py23def create_users_with_array_input(body): # noqa: E501CODE
LOW…-python2/swagger_server/controllers/user_controller.py38def create_users_with_list_input(body): # noqa: E501CODE
LOW…nt/petstore-security-test/python/test/test_fake_api.py45 def test_test_code_inject____end(self):CODE
LOW…tstore-security-test/python/petstore_api/api_client.py180 def sanitize_for_serialization(self, obj):CODE
LOW…tstore-security-test/python/petstore_api/api_client.py478 def select_header_content_type(self, content_types):CODE
LOW…ore-security-test/python/petstore_api/apis/fake_api.py38 def test_code_inject____end__rn_n_r(self, **kwargs):CODE
LOW…ore-security-test/python/petstore_api/apis/fake_api.py59 def test_code_inject____end__rn_n_r_with_http_info(self, **kwargs):CODE
LOW…tore-security-test/python/petstore_api/api/fake_api.py36 def test_code_inject____end__rn_n_r(self, **kwargs): # noqa: E501CODE
LOW…tore-security-test/python/petstore_api/api/fake_api.py57 def test_code_inject____end__rn_n_r_with_http_info(self, **kwargs): # noqa: E501CODE
LOW…ty-test/php/SwaggerClient-php/test/Api/FakeApiTest.php80 public function testTestCodeInjectEndRnNR()CODE
LOW…rity-test/php/SwaggerClient-php/lib/HeaderSelector.php66 public function selectHeadersForMultipart($accept)CODE
LOW…ecurity-test/php/SwaggerClient-php/lib/Api/FakeApi.php117 public function testCodeInjectEndRnNRWithHttpInfo($test_code_inject____end____rn_n_r = null)CODE
LOW…ecurity-test/php/SwaggerClient-php/lib/Api/FakeApi.php169 public function testCodeInjectEndRnNRAsync($test_code_inject____end____rn_n_r = null)CODE
LOW…ecurity-test/php/SwaggerClient-php/lib/Api/FakeApi.php189 public function testCodeInjectEndRnNRAsyncWithHttpInfo($test_code_inject____end____rn_n_r = null)CODE
LOW…ecurity-test/php/SwaggerClient-php/lib/Api/FakeApi.php225 protected function testCodeInjectEndRnNRRequest($test_code_inject____end____rn_n_r = null)CODE
LOW…petstore-security-test/ruby/lib/petstore/api_client.rb336 def select_header_content_type(content_types)CODE
LOW…tstore-security-test/ruby/lib/petstore/api/fake_api.rb28 def test_code_inject____end__rn_n_r(opts = {})CODE
LOW…tstore-security-test/ruby/lib/petstore/api/fake_api.rb38 def test_code_inject____end__rn_n_r_with_http_info(opts = {})CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py32 def test_fake_outer_boolean_serialize(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py38 def test_fake_outer_composite_serialize(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py44 def test_fake_outer_number_serialize(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py50 def test_fake_outer_string_serialize(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py63 def test_test_endpoint_parameters(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py70 def test_test_enum_parameters(self):CODE
LOW…s/client/petstore/python-tornado/test/test_fake_api.py77 def test_test_inline_additional_properties(self):CODE
LOW…s/client/petstore/python-tornado/test/test_user_api.py39 def test_create_users_with_array_input(self):CODE
LOW…s/client/petstore/python-tornado/test/test_user_api.py46 def test_create_users_with_list_input(self):CODE
LOW…es/client/petstore/python-tornado/test/test_pet_api.py74 def test_update_pet_with_form(self):CODE
LOW…s/client/petstore/python-tornado/tests/test_pet_api.py65 def test_separate_default_client_instances(self):CODE
LOW…s/client/petstore/python-tornado/tests/test_pet_api.py76 def test_separate_default_config_instances(self):CODE
LOW…s/client/petstore/python-tornado/tests/test_pet_api.py111 def test_tornado_async_with_result(self):CODE
LOW…s/client/petstore/python-tornado/tests/test_pet_api.py124 def test_add_pet_and_get_pet_by_id(self):CODE
347 more matches not shown…
Hallucination Indicators38 hits · 380 pts
SeverityFileLineSnippetContext
CRITICALsamples/html2/index.html13if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),hb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.seCODE
CRITICAL…est/csharp/SwaggerClient/src/IO.Swagger/Api/FakeApi.cs113 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…harp/SwaggerClientNet35/src/IO.Swagger/Api/StoreApi.cs152 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…csharp/SwaggerClientNet35/src/IO.Swagger/Api/PetApi.cs248 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…waggerClientNet35/src/IO.Swagger/Api/AnotherFakeApi.cs91 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…sharp/SwaggerClientNet35/src/IO.Swagger/Api/UserApi.cs240 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…sharp/SwaggerClientNet35/src/IO.Swagger/Api/FakeApi.cs324 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…entNet35/src/IO.Swagger/Api/FakeClassnameTags123Api.cs91 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…gerClientNetCoreProject/src/IO.Swagger/Api/StoreApi.cs236 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…aggerClientNetCoreProject/src/IO.Swagger/Api/PetApi.cs428 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…entNetCoreProject/src/IO.Swagger/Api/AnotherFakeApi.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ggerClientNetCoreProject/src/IO.Swagger/Api/UserApi.cs412 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ggerClientNetCoreProject/src/IO.Swagger/Api/FakeApi.cs580 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…eProject/src/IO.Swagger/Api/FakeClassnameTags123Api.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ientWithPropertyChanged/src/IO.Swagger/Api/StoreApi.cs236 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ClientWithPropertyChanged/src/IO.Swagger/Api/PetApi.cs428 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…thPropertyChanged/src/IO.Swagger/Api/AnotherFakeApi.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…lientWithPropertyChanged/src/IO.Swagger/Api/UserApi.cs412 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…lientWithPropertyChanged/src/IO.Swagger/Api/FakeApi.cs580 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…yChanged/src/IO.Swagger/Api/FakeClassnameTags123Api.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…waggerClientNetStandard/src/IO.Swagger/Api/StoreApi.cs236 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…/SwaggerClientNetStandard/src/IO.Swagger/Api/PetApi.cs428 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ClientNetStandard/src/IO.Swagger/Api/AnotherFakeApi.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…SwaggerClientNetStandard/src/IO.Swagger/Api/UserApi.cs412 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…SwaggerClientNetStandard/src/IO.Swagger/Api/FakeApi.cs580 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…Standard/src/IO.Swagger/Api/FakeClassnameTags123Api.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…harp/SwaggerClientNet40/src/IO.Swagger/Api/StoreApi.cs152 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…csharp/SwaggerClientNet40/src/IO.Swagger/Api/PetApi.cs248 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…waggerClientNet40/src/IO.Swagger/Api/AnotherFakeApi.cs91 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…sharp/SwaggerClientNet40/src/IO.Swagger/Api/UserApi.cs240 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…sharp/SwaggerClientNet40/src/IO.Swagger/Api/FakeApi.cs324 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…entNet40/src/IO.Swagger/Api/FakeClassnameTags123Api.cs91 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…re/csharp/SwaggerClient/src/IO.Swagger/Api/StoreApi.cs236 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…tore/csharp/SwaggerClient/src/IO.Swagger/Api/PetApi.cs428 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…arp/SwaggerClient/src/IO.Swagger/Api/AnotherFakeApi.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ore/csharp/SwaggerClient/src/IO.Swagger/Api/UserApi.cs412 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…ore/csharp/SwaggerClient/src/IO.Swagger/Api/FakeApi.cs580 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
CRITICAL…erClient/src/IO.Swagger/Api/FakeClassnameTags123Api.cs114 return this.Configuration.ApiClient.RestClient.BaseUrl.ToString();CODE
Magic Placeholder Names58 hits · 315 pts
SeverityFileLineSnippetContext
HIGHsamples/html2/index.html2344[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"api_key"];CODE
HIGHsamples/html2/index.html2409 Configuration.Default.ApiKey.Add("api_key", "YOUR_API_KEY");CODE
HIGHsamples/html2/index.html2437Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key', 'YOUR_API_KEY');CODE
HIGHsamples/html2/index.html2459$WWW::SwaggerClient::Configuration::api_key->{'api_key'} = 'YOUR_API_KEY';CODE
HIGHsamples/html2/index.html2483swagger_client.configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGHsamples/html2/index.html3990[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"api_key"];CODE
HIGHsamples/html2/index.html4051 Configuration.Default.ApiKey.Add("api_key", "YOUR_API_KEY");CODE
HIGHsamples/html2/index.html4078Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key', 'YOUR_API_KEY');CODE
HIGHsamples/html2/index.html4099$WWW::SwaggerClient::Configuration::api_key->{'api_key'} = 'YOUR_API_KEY';CODE
HIGHsamples/html2/index.html4122swagger_client.configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGH…etstore/python-tornado/docs/FakeClassnameTags123Api.md27configuration.api_key['api_key_query'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python-tornado/docs/StoreApi.md77configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python-tornado/docs/PetApi.md242configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGH…/dart-jaguar/flutter_petstore/swagger/docs/StoreApi.md71//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…re/dart-jaguar/flutter_petstore/swagger/docs/PetApi.md213//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…s/client/petstore/dart-jaguar/swagger/docs/StoreApi.md71//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…les/client/petstore/dart-jaguar/swagger/docs/PetApi.md213//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…client/petstore/python/docs/FakeClassnameTags123Api.md27configuration.api_key['api_key_query'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python/docs/StoreApi.md77configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python/docs/PetApi.md242configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGH…etstore/dart/flutter_petstore/swagger/docs/StoreApi.md71//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…/petstore/dart/flutter_petstore/swagger/docs/PetApi.md213//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGHsamples/client/petstore/dart/swagger/docs/StoreApi.md71//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGHsamples/client/petstore/dart/swagger/docs/PetApi.md213//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…/petstore/dart/swagger-browser-client/docs/StoreApi.md71//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…nt/petstore/dart/swagger-browser-client/docs/PetApi.md213//swagger.api.Configuration.apiKey{'api_key'} = 'YOUR_API_KEY';COMMENT
HIGH…s/client/petstore/perl/docs/FakeClassnameTags123Api.md29 api_key => {'api_key_query' => 'YOUR_API_KEY'},CODE
HIGHsamples/client/petstore/perl/docs/StoreApi.md77 api_key => {'api_key' => 'YOUR_API_KEY'},CODE
HIGHsamples/client/petstore/perl/docs/PetApi.md232 api_key => {'api_key' => 'YOUR_API_KEY'},CODE
HIGH…/SwaggerClient-php/docs/Api/FakeClassnameTags123Api.md23$config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key_query', 'YOUR_API_KEY');CODE
HIGH…waggerClient-php/docs/Api/Fake_classname_tags123Api.md21Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key_query', 'YOUR_API_KEY');CODE
HIGH…nt/petstore/php/SwaggerClient-php/docs/Api/StoreApi.md74$config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key', 'YOUR_API_KEY');CODE
HIGH…ient/petstore/php/SwaggerClient-php/docs/Api/PetApi.md242$config = Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('api_key', 'YOUR_API_KEY');CODE
HIGH…etstore/python-asyncio/docs/FakeClassnameTags123Api.md27configuration.api_key['api_key_query'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python-asyncio/docs/StoreApi.md77configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGHsamples/client/petstore/python-asyncio/docs/PetApi.md242configuration.api_key['api_key'] = 'YOUR_API_KEY'CODE
HIGH…arp/SwaggerClientNet35/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…nt/petstore/csharp/SwaggerClientNet35/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…ient/petstore/csharp/SwaggerClientNet35/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…erClientNetCoreProject/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…re/csharp/SwaggerClientNetCoreProject/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…tore/csharp/SwaggerClientNetCoreProject/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…entWithPropertyChanged/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…harp/SwaggerClientWithPropertyChanged/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…csharp/SwaggerClientWithPropertyChanged/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…aggerClientNetStandard/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…store/csharp/SwaggerClientNetStandard/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…etstore/csharp/SwaggerClientNetStandard/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…arp/SwaggerClientNet40/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…nt/petstore/csharp/SwaggerClientNet40/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…ient/petstore/csharp/SwaggerClientNet40/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…e/csharp/SwaggerClient/docs/FakeClassnameTags123Api.md33 Configuration.Default.AddApiKey("api_key_query", "YOUR_API_KEY");CODE
HIGH…/client/petstore/csharp/SwaggerClient/docs/StoreApi.md96 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…es/client/petstore/csharp/SwaggerClient/docs/PetApi.md292 Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");CODE
HIGH…2/SwaggerClientTest/Lib/SwaggerClient/docs/StoreApi.md98 Configuration.Default.ApiKey.Add("api_key", "YOUR_API_KEY");CODE
HIGH…et2/SwaggerClientTest/Lib/SwaggerClient/docs/PetApi.md301 Configuration.Default.ApiKey.Add("api_key", "YOUR_API_KEY");CODE
HIGH…mples/client/petstore/objc/default/docs/SWGStoreApi.md75[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"api_key"];CODE
HIGHsamples/client/petstore/objc/default/docs/SWGPetApi.md250[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"api_key"];CODE
Structural Annotation Overuse144 hits · 218 pts
SeverityFileLineSnippetContext
LOWnew.sh109# Step 1: Add Language GeneratorCOMMENT
LOWnew.sh162# Step 2: Register the new class with service loaderCOMMENT
LOWnew.sh165# Step 3: Create resource filesCOMMENT
LOWnew.sh174# Step 4: Create bash/batch scriptsCOMMENT
LOW…perl/deep_module_test/lib/Something/Deep/ApiFactory.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…l/deep_module_test/lib/Something/Deep/Configuration.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/perl/deep_module_test/lib/Something/Deep/ApiClient.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…-test/perl/deep_module_test/lib/Something/Deep/Role.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…st/perl/deep_module_test/lib/Something/Deep/FakeApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…rl/deep_module_test/lib/Something/Deep/Role/AutoDoc.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…p_module_test/lib/Something/Deep/Object/ModelReturn.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…p_module_test/lib/Something/Deep/Object/ModelReturn.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…p_module_test/lib/Something/Deep/Object/ModelReturn.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…security-test/perl/lib/WWW/SwaggerClient/ApiFactory.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…urity-test/perl/lib/WWW/SwaggerClient/Configuration.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…-security-test/perl/lib/WWW/SwaggerClient/ApiClient.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…store-security-test/perl/lib/WWW/SwaggerClient/Role.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…re-security-test/perl/lib/WWW/SwaggerClient/FakeApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…curity-test/perl/lib/WWW/SwaggerClient/Role/AutoDoc.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…-test/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…-test/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…-test/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/petstore/perl/lib/WWW/SwaggerClient/AnotherfakeApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ient/petstore/perl/lib/WWW/SwaggerClient/ApiFactory.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…t/petstore/perl/lib/WWW/SwaggerClient/Configuration.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…client/petstore/perl/lib/WWW/SwaggerClient/StoreApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…s/client/petstore/perl/lib/WWW/SwaggerClient/PetApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…lient/petstore/perl/lib/WWW/SwaggerClient/ApiClient.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…les/client/petstore/perl/lib/WWW/SwaggerClient/Role.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/client/petstore/perl/lib/WWW/SwaggerClient/FakeApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/client/petstore/perl/lib/WWW/SwaggerClient/UserApi.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/perl/lib/WWW/SwaggerClient/FakeClassnameTags123Api.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…nt/petstore/perl/lib/WWW/SwaggerClient/Role/AutoDoc.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/User.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/User.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/User.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/ModelReturn.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…tstore/perl/lib/WWW/SwaggerClient/Object/ClassModel.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…tstore/perl/lib/WWW/SwaggerClient/Object/ClassModel.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…tstore/perl/lib/WWW/SwaggerClient/Object/ClassModel.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ient/petstore/perl/lib/WWW/SwaggerClient/Object/Pet.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ient/petstore/perl/lib/WWW/SwaggerClient/Object/Pet.pm42# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…ient/petstore/perl/lib/WWW/SwaggerClient/Object/Pet.pm61# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/OuterString.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/OuterString.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…store/perl/lib/WWW/SwaggerClient/Object/OuterString.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/List.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/List.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…ent/petstore/perl/lib/WWW/SwaggerClient/Object/List.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…etstore/perl/lib/WWW/SwaggerClient/Object/ArrayTest.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…etstore/perl/lib/WWW/SwaggerClient/Object/ArrayTest.pm41# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…etstore/perl/lib/WWW/SwaggerClient/Object/ArrayTest.pm60# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…nt/petstore/perl/lib/WWW/SwaggerClient/Object/Order.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…nt/petstore/perl/lib/WWW/SwaggerClient/Object/Order.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…nt/petstore/perl/lib/WWW/SwaggerClient/Object/Order.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/petstore/perl/lib/WWW/SwaggerClient/Object/MapTest.pm16# NOTE: This class is auto generated by the swagger code generator program.COMMENT
LOW…/petstore/perl/lib/WWW/SwaggerClient/Object/MapTest.pm40# NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.COMMENT
LOW…/petstore/perl/lib/WWW/SwaggerClient/Object/MapTest.pm59# NOTE: This class is auto generated by the swagger code generator program.COMMENT
84 more matches not shown…
Deep Nesting147 hits · 147 pts
SeverityFileLineSnippetContext
LOWCI/releaseNotes.py8CODE
LOW…/server/petstore/flaskConnexion/swagger_server/util.py7CODE
LOW…re/flaskConnexion/swagger_server/models/base_model_.py25CODE
LOW…petstore/flaskConnexion-python2/swagger_server/util.py7CODE
LOW…Connexion-python2/swagger_server/models/base_model_.py22CODE
LOW…ent/petstore-security-test/python/petstore_api/rest.py108CODE
LOW…tstore-security-test/python/petstore_api/api_client.py180CODE
LOW…tstore-security-test/python/petstore_api/api_client.py244CODE
LOW…tstore-security-test/python/petstore_api/api_client.py343CODE
LOW…tstore-security-test/python/petstore_api/api_client.py404CODE
LOW…tstore-security-test/python/petstore_api/api_client.py434CODE
LOW…tstore-security-test/python/petstore_api/api_client.py494CODE
LOW…curity-test/python/petstore_api/models/model_return.py78CODE
LOW…es/client/petstore/python-tornado/petstore_api/rest.py74CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py181CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py245CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py344CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py405CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py435CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py495CODE
LOW…ore/python-tornado/petstore_api/models/outer_number.py43CODE
LOW…/python-tornado/petstore_api/models/read_only_first.py97CODE
LOW…nt/petstore/python-tornado/petstore_api/models/user.py255CODE
LOW…tore/python-tornado/petstore_api/models/class_model.py71CODE
LOW…tore/python-tornado/petstore_api/models/animal_farm.py43CODE
LOW…ent/petstore/python-tornado/petstore_api/models/pet.py211CODE
LOW…nt/petstore/python-tornado/petstore_api/models/list.py71CODE
LOW…/python-tornado/petstore_api/models/outer_composite.py123CODE
LOW…ado/petstore_api/models/additional_properties_class.py97CODE
LOW…ent/petstore/python-tornado/petstore_api/models/cat.py71CODE
LOW…thon-tornado/petstore_api/models/has_only_read_only.py97CODE
LOW…/petstore/python-tornado/petstore_api/models/client.py71CODE
LOW…t/petstore/python-tornado/petstore_api/models/order.py209CODE
LOW…/petstore/python-tornado/petstore_api/models/animal.py108CODE
LOW…store/python-tornado/petstore_api/models/outer_enum.py50CODE
LOW…store/python-tornado/petstore_api/models/enum_class.py50CODE
LOW…tore/python-tornado/petstore_api/models/enum_arrays.py110CODE
LOW…tore/python-tornado/petstore_api/models/format_test.py415CODE
LOW…ore/python-tornado/petstore_api/models/api_response.py123CODE
LOW…re/python-tornado/petstore_api/models/outer_boolean.py43CODE
LOW…tore/python-tornado/petstore_api/models/number_only.py71CODE
LOW…thon-tornado/petstore_api/models/model_200_response.py97CODE
LOW…ore/python-tornado/petstore_api/models/outer_string.py43CODE
LOW…etstore/python-tornado/petstore_api/models/map_test.py104CODE
LOW…thon-tornado/petstore_api/models/special_model_name.py71CODE
LOW…tstore/python-tornado/petstore_api/models/enum_test.py200CODE
LOW…ent/petstore/python-tornado/petstore_api/models/dog.py71CODE
LOW…store/python-tornado/petstore_api/models/array_test.py123CODE
LOW…ython-tornado/petstore_api/models/model200_response.py97CODE
LOW…nt/petstore/python-tornado/petstore_api/models/name.py150CODE
LOW…on-tornado/petstore_api/models/array_of_number_only.py71CODE
LOW…ls/mixed_properties_and_additional_properties_class.py123CODE
LOW…ent/petstore/python-tornado/petstore_api/models/tag.py97CODE
LOW…etstore/python-tornado/petstore_api/models/category.py97CODE
LOW…e/python-tornado/petstore_api/models/capitalization.py203CODE
LOW…o/petstore_api/models/array_of_array_of_number_only.py71CODE
LOW…ore/python-tornado/petstore_api/models/model_return.py71CODE
LOWsamples/client/petstore/python/petstore_api/rest.py108CODE
LOW…ples/client/petstore/python/petstore_api/api_client.py180CODE
LOW…ples/client/petstore/python/petstore_api/api_client.py244CODE
87 more matches not shown…
Cross-Language Confusion (JS/TS)9 hits · 68 pts
SeverityFileLineSnippetContext
HIGH…nt/petstore/typescript-angular-v6/npm/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…pescript-angular-v4.3/with-interfaces/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…/petstore/typescript-angular-v4.3/npm/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…nt/petstore/typescript-angular-v4/npm/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…typescript-angular-v2/with-interfaces/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…etstore/typescript-angular-v2/default/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…nt/petstore/typescript-angular-v2/npm/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…typescript-angular-v5/with-interfaces/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
HIGH…nt/petstore/typescript-angular-v5/npm/configuration.ts73 * @return True if the given MIME is JSON, false otherwise.COMMENT
Fake / Example Data64 hits · 66 pts
SeverityFileLineSnippetContext
LOW…t/petstore/javascript-closure-angular/lib/goog/base.js1357 * var MSG_NAME = goog.getMsg('Hello {$placeholder}', {'placeholder': 'world'});COMMENT
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift37 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift43 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift53 UserAPI.getUserByName(username: "test@test.com").then {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift55 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift71 UserAPI.deleteUser(username: "test@test.com").then {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift71 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift77 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift99 UserAPI.getUserByName(username: "test@test.com").subscribe(onNext: {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift101 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift115 UserAPI.deleteUser(username: "test@test.com").subscribe(onNext: {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift51 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift61 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift79 UserAPI.getUserByName(username: "test@test.com") { (user, error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift87 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift107 UserAPI.deleteUser(username: "test@test.com") { (error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift44 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift57 UserAPI.getUserByName(username: "test@test.com").then {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift59 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift75 UserAPI.deleteUser(username: "test@test.com").then {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift70 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift91 UserAPI.getUserByName(username: "test@test.com").subscribe(onNext: {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift93 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift107 UserAPI.deleteUser(username: "test@test.com").subscribe(onNext: {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift59 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift76 UserAPI.getUserByName(username: "test@test.com") { (user, error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift84 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift100 UserAPI.deleteUser(username: "test@test.com") { (response, error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift37 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift43 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift54 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift60 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift81 UserAPI.getUserByName(username: "test@test.com").then {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift83 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift99 UserAPI.deleteUser(username: "test@test.com").then {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift71 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift77 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift100 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift106 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift129 UserAPI.getUserByName(username: "test@test.com").subscribe(onNext: {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift131 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift145 UserAPI.deleteUser(username: "test@test.com").subscribe(onNext: {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift61 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift67 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift85 newUser.email = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift91 newUser.username = "test@test.com"CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift118 UserAPI.getUserByName(username: "test@test.com") { (user, error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift126 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift142 UserAPI.deleteUser(username: "test@test.com") { (error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift44 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift57 UserAPI.getUserByName(username: "test@test.com").then {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift59 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift75 UserAPI.deleteUser(username: "test@test.com").then {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift70 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift91 UserAPI.getUserByName(username: "test@test.com").subscribe(onNext: {user -> Void inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift93 XCTAssert(user.email == "test@test.com", "invalid email")CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift107 UserAPI.deleteUser(username: "test@test.com").subscribe(onNext: {CODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift59 let newUser = User(_id: 1000, username: "test@test.com", firstName: "Test", lastName: "Tester", email: "test@tesCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift76 UserAPI.getUserByName(username: "test@test.com") { (user, error) inCODE
LOW…aggerClientTests/SwaggerClientTests/UserAPITests.swift84 XCTAssert(user.email == "test@test.com", "invalid email")CODE
4 more matches not shown…
Redundant / Tautological Comments33 hits · 64 pts
SeverityFileLineSnippetContext
LOW…rver/petstore/rails5/config/environments/production.rb55 # Set this to true and configure the email server for immediate delivery to raise delivery errors.COMMENT
LOW…ore-security-test/python/petstore_api/configuration.py76 # Set this to false to skip verifying SSL certificate when calling APICOMMENT
LOW…ore-security-test/python/petstore_api/configuration.py79 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…ore-security-test/python/petstore_api/configuration.py85 # Set this to True/False to enable/disable SSL hostname verification.COMMENT
LOW…petstore-security-test/ruby/lib/petstore/api_client.rb131 # Check if the given MIME is a JSON MIME.COMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb55 # Set this to enable/disable debugging. When enabled (set to true), HTTP request/responseCOMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb79 # Set this to false to skip client side validation in the operation.COMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb85 # Set this to false to skip verifying SSL certificate when calling API from https server.COMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb94 # Set this to false to skip verifying SSL host nameCOMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb103 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…store-security-test/ruby/lib/petstore/configuration.rb119 # Set this to customize parameters encoding of array parameter with multi collectionFormat.COMMENT
LOW…/petstore/python-tornado/petstore_api/configuration.py78 # Set this to false to skip verifying SSL certificate when calling APICOMMENT
LOW…/petstore/python-tornado/petstore_api/configuration.py81 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…/petstore/python-tornado/petstore_api/configuration.py87 # Set this to True/False to enable/disable SSL hostname verification.COMMENT
LOW…mples/client/petstore/python/tests/test_enum_arrays.py43 # Check if setting invalid values failsCOMMENT
LOW…mples/client/petstore/python/tests/test_enum_arrays.py96 # Check if setting invalid values failsCOMMENT
LOW…mples/client/petstore/python/tests/test_enum_arrays.py127 # Check if dictionary serialization worksCOMMENT
LOW…mples/client/petstore/python/tests/test_enum_arrays.py153 # Check if object comparison worksCOMMENT
LOWsamples/client/petstore/python/tests/test_map_test.py70 # Check if the setter fails for invalid enum valuesCOMMENT
LOW…s/client/petstore/python/petstore_api/configuration.py76 # Set this to false to skip verifying SSL certificate when calling APICOMMENT
LOW…s/client/petstore/python/petstore_api/configuration.py79 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…s/client/petstore/python/petstore_api/configuration.py85 # Set this to True/False to enable/disable SSL hostname verification.COMMENT
LOW…/petstore/python-asyncio/petstore_api/configuration.py78 # Set this to false to skip verifying SSL certificate when calling APICOMMENT
LOW…/petstore/python-asyncio/petstore_api/configuration.py81 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…/petstore/python-asyncio/petstore_api/configuration.py87 # Set this to True/False to enable/disable SSL hostname verification.COMMENT
LOWsamples/client/petstore/ruby/lib/petstore/api_client.rb133 # Check if the given MIME is a JSON MIME.COMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb55 # Set this to enable/disable debugging. When enabled (set to true), HTTP request/responseCOMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb79 # Set this to false to skip client side validation in the operation.COMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb85 # Set this to false to skip verifying SSL certificate when calling API from https server.COMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb94 # Set this to false to skip verifying SSL host nameCOMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb103 # Set this to customize the certificate file to verify the peer.COMMENT
LOW…les/client/petstore/ruby/lib/petstore/configuration.rb119 # Set this to customize parameters encoding of array parameter with multi collectionFormat.COMMENT
LOW…wagger-codegen/src/main/resources/rails5/production.rb55 # Set this to true and configure the email server for immediate delivery to raise delivery errors.COMMENT
AI Slop Vocabulary36 hits · 56 pts
SeverityFileLineSnippetContext
LOW…security-test/ruby/lib/petstore/models/model_return.rb170 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ls/mixed_properties_and_additional_properties_class.rb186 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ient/petstore/ruby/lib/petstore/models/model_return.rb167 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…s/client/petstore/ruby/lib/petstore/models/category.rb175 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOWsamples/client/petstore/ruby/lib/petstore/models/tag.rb175 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…nt/petstore/ruby/lib/petstore/models/capitalization.rb212 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…y/lib/petstore/models/array_of_array_of_number_only.rb168 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…client/petstore/ruby/lib/petstore/models/array_test.rb190 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…store/ruby/lib/petstore/models/array_of_number_only.rb168 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…mples/client/petstore/ruby/lib/petstore/models/name.rb199 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…/client/petstore/ruby/lib/petstore/models/enum_test.rb277 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…etstore/ruby/lib/petstore/models/special_model_name.rb166 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOWsamples/client/petstore/ruby/lib/petstore/models/dog.rb191 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ient/petstore/ruby/lib/petstore/models/api_response.rb184 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…s/client/petstore/ruby/lib/petstore/models/map_test.rb201 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ient/petstore/ruby/lib/petstore/models/outer_string.rb157 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…etstore/ruby/lib/petstore/models/model_200_response.rb176 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…lient/petstore/ruby/lib/petstore/models/number_only.rb166 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ent/petstore/ruby/lib/petstore/models/outer_boolean.rb157 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…les/client/petstore/ruby/lib/petstore/models/animal.rb182 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…lient/petstore/ruby/lib/petstore/models/enum_arrays.rb211 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…lient/petstore/ruby/lib/petstore/models/format_test.rb480 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…etstore/ruby/lib/petstore/models/has_only_read_only.rb175 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOWsamples/client/petstore/ruby/lib/petstore/models/cat.rb191 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ples/client/petstore/ruby/lib/petstore/models/order.rb248 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…les/client/petstore/ruby/lib/petstore/models/client.rb166 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOWsamples/client/petstore/ruby/lib/petstore/models/pet.rb260 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…mples/client/petstore/ruby/lib/petstore/models/list.rb166 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…uby/lib/petstore/models/additional_properties_class.rb179 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…t/petstore/ruby/lib/petstore/models/outer_composite.rb184 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…t/petstore/ruby/lib/petstore/models/read_only_first.rb175 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…ient/petstore/ruby/lib/petstore/models/outer_number.rb157 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…lient/petstore/ruby/lib/petstore/models/class_model.rb167 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…lient/petstore/ruby/lib/petstore/models/animal_farm.rb157 # For object, use to_hash. Otherwise, just return the valueCOMMENT
LOW…mples/client/petstore/ruby/lib/petstore/models/user.rb230 # For object, use to_hash. Otherwise, just return the valueCOMMENT
MEDIUM…a/io/swagger/codegen/languages/FlashClientCodegen.java319 // leverage toModelNameCOMMENT
TODO Padding26 hits · 39 pts
SeverityFileLineSnippetContext
LOW…ork-api-package-override/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…tore/java-play-framework/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…ava-play-framework-async/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…-framework-no-wrap-calls/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…framework-fake-endpoints/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…y-framework-no-interface/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…-framework-no-swagger-ui/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…ework-no-bean-validation/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOW…ramework-controller-only/app/swagger/ErrorHandler.java46 //TODO: Handle exception that need special response (return a special apimodel, notFound(), etc..)COMMENT
LOWsamples/server/petstore/pistache-server/model/Pet.cpp39 // TODO: implement validationCOMMENT
LOW…/server/petstore/pistache-server/model/ApiResponse.cpp38 // TODO: implement validationCOMMENT
LOW…les/server/petstore/pistache-server/model/Currency.cpp32 // TODO: implement validationCOMMENT
LOW…mples/server/petstore/pistache-server/model/Amount.cpp33 // TODO: implement validationCOMMENT
LOWsamples/server/petstore/pistache-server/model/Tag.cpp36 // TODO: implement validationCOMMENT
LOWsamples/server/petstore/pistache-server/model/User.cpp48 // TODO: implement validationCOMMENT
LOW…les/server/petstore/pistache-server/model/Category.cpp36 // TODO: implement validationCOMMENT
LOWsamples/server/petstore/pistache-server/model/Order.cpp44 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/Object.cpp31 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Pet.cpp39 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/ApiResponse.cpp38 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Currency.cpp32 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Amount.cpp33 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Tag.cpp36 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/User.cpp48 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Category.cpp36 // TODO: implement validationCOMMENT
LOWsamples/client/petstore/cpprest/model/Order.cpp44 // TODO: implement validationCOMMENT
Self-Referential Comments10 hits · 30 pts
SeverityFileLineSnippetContext
MEDIUMnew.sh64 c) # Create a client generatorCODE
MEDIUMnew.sh68 s) # Create a server generatorCODE
MEDIUMnew.sh72 d) # Create a documentation generatorCODE
MEDIUMsamples/server/petstore/rails5/db/schema.rb2# This file is auto-generated from the current state of the database. InsteadCOMMENT
MEDIUM…ent/petstore/dart-jaguar/flutter_petstore/pubspec.yaml22# The following section is specific to Flutter.COMMENT
MEDIUM…les/client/petstore/dart/flutter_petstore/pubspec.yaml23# The following section is specific to Flutter.COMMENT
MEDIUMsamples/client/petstore/ruby/.rubocop.yml1# This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license)COMMENT
MEDIUMsamples/client/petstore/ruby/.rubocop.yml93# Defining a method with parameters needs parentheses.COMMENT
MEDIUM…es/swagger-codegen/src/main/resources/rails5/schema.rb2# This file is auto-generated from the current state of the database. InsteadCOMMENT
MEDIUM…r-codegen/src/main/resources/rails5/wrap_parameters.rb3# This file contains settings for ActionController::ParamsWrapper whichCOMMENT
Excessive Try-Catch Wrapping12 hits · 22 pts
SeverityFileLineSnippetContext
LOWCI/ghApiClient.py30 except Exception:CODE
LOWCI/ghApiClient.py56 except Exception:CODE
MEDIUMCI/ghApiClient.py14def readUrl(name):CODE
MEDIUM…/swift4/default/TestClientApp/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…promisekit/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…t5/rxswift/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…promisekit/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…t3/rxswift/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…t3/default/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…promisekit/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…t4/rxswift/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
MEDIUM…t4/default/SwaggerClientTests/Pods/Alamofire/README.md259 print("Error: \(response.error)")CODE
AI Structural Patterns16 hits · 16 pts
SeverityFileLineSnippetContext
LOW…/petstore/flaskConnexion/swagger_server/models/user.py18CODE
LOW…e/flaskConnexion-python2/swagger_server/models/user.py18CODE
LOW…tstore-security-test/python/petstore_api/api_client.py103CODE
LOW…tstore-security-test/python/petstore_api/api_client.py283CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py104CODE
LOW…ent/petstore/python-tornado/petstore_api/api_client.py284CODE
LOW…nt/petstore/python-tornado/petstore_api/models/user.py55CODE
LOW…tore/python-tornado/petstore_api/models/format_test.py65CODE
LOW…ples/client/petstore/python/petstore_api/api_client.py103CODE
LOW…ples/client/petstore/python/petstore_api/api_client.py283CODE
LOW…les/client/petstore/python/petstore_api/models/user.py57CODE
LOW…ent/petstore/python/petstore_api/models/format_test.py67CODE
LOW…ent/petstore/python-asyncio/petstore_api/api_client.py102CODE
LOW…ent/petstore/python-asyncio/petstore_api/api_client.py282CODE
LOW…nt/petstore/python-asyncio/petstore_api/models/user.py55CODE
LOW…tore/python-asyncio/petstore_api/models/format_test.py65CODE
Modern Structural Boilerplate12 hits · 15 pts
SeverityFileLineSnippetContext
LOWCI/release/update-codegen-release-files.py61def update_generators_poms(generators_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py73def update_sample_meta_codegen_pom(codegen_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py81def update_docker_pom_version(codegen_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py89def update_openapi_version(version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py97def update_snapshot_rows(next_snapshot: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py107def update_release_rows(codegen_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py117def update_release_docs(codegen_version: str) -> None:CODE
LOWCI/release/update-codegen-release-files.py131def update_snapshot_docs(next_snapshot: str) -> None:CODE
LOW…ent/petstore-security-test/python/petstore_api/rest.py33logger = logging.getLogger(__name__)CODE
LOW…es/client/petstore/python-tornado/petstore_api/rest.py27logger = logging.getLogger(__name__)CODE
LOWsamples/client/petstore/python/petstore_api/rest.py33logger = logging.getLogger(__name__)CODE
LOW…es/client/petstore/python-asyncio/petstore_api/rest.py25logger = logging.getLogger(__name__)CODE
Verbosity Indicators7 hits · 13 pts
SeverityFileLineSnippetContext
LOWnew.sh109# Step 1: Add Language GeneratorCOMMENT
LOWnew.sh162# Step 2: Register the new class with service loaderCOMMENT
LOWnew.sh165# Step 3: Create resource filesCOMMENT
LOWnew.sh174# Step 4: Create bash/batch scriptsCOMMENT
LOWnew.sh227# Step 5: (optional) Create Swagger Codegen test filesCOMMENT
LOW…/io/swagger/codegen/languages/AbstractJavaCodegen.java693 // We need to check if import-mapping has a different model for this class, so we use itCOMMENT
LOW…o/swagger/codegen/languages/AbstractCSharpCodegen.java841 // We need to check if import-mapping has a different model for this class, so we use itCOMMENT
Synthetic Comment Markers2 hits · 12 pts
SeverityFileLineSnippetContext
HIGHsamples/client/petstore/spring-stubs/README.md8This code was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project.CODE
HIGH…es/client/petstore/python-asyncio/petstore_api/rest.py138 # Content-Type which generated by aiohttpCOMMENT