Skip to content

Instantly share code, notes, and snippets.

@kevchentw
Created November 17, 2021 23:08
Show Gist options
  • Select an option

  • Save kevchentw/23254a4215a709b4bf637cc927f1b5b4 to your computer and use it in GitHub Desktop.

Select an option

Save kevchentw/23254a4215a709b4bf637cc927f1b5b4 to your computer and use it in GitHub Desktop.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1024: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1042: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1046: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1048: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1193: EmptyCatchBlock: Avoid empty catch blocks
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1203: EmptyCatchBlock: Avoid empty catch blocks
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1263: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Level.INFO' due to existing import 'java.util.logging.Level'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1263: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Logger.getLogger' due to existing import 'java.util.logging.Logger'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1266: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Level.ALL' due to existing import 'java.util.logging.Level'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1266: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Logger.getLogger' due to existing import 'java.util.logging.Logger'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1269: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Level.SEVERE' due to existing import 'java.util.logging.Level'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1269: UnnecessaryFullyQualifiedName: Unnecessary use of fully qualified name 'java.util.logging.Logger.getLogger' due to existing import 'java.util.logging.Logger'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1309: ReturnEmptyCollectionRatherThanNull: Return an empty collection rather than null.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1313: UncommentedEmptyMethodBody: Document empty method body
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:1316: UncommentedEmptyMethodBody: Document empty method body
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:39: UnnecessaryImport: Unused import 'java.util.logging.Level'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:46: UnnecessaryImport: Unused import 'java.util.HashSet'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:71: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:740: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:755: UselessParentheses: Useless parentheses.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:77: UnusedPrivateField: Avoid unused private fields such as 'log'.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:88: DoubleBraceInitialization: Double-brace initialization should be avoided
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:88: EmptyInitializer: Empty initializer was found
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:953: PreserveStackTrace: New exception is thrown in catch block, original stack trace may be lost
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:978: UnnecessaryLocalBeforeReturn: Consider simply returning the value vs storing it in local variable 'file'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:981: UnusedLocalVariable: Avoid unused local variables such as 'contentType'.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiClient.java:984: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiException.java:22: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ApiException.java:28: UncommentedEmptyConstructor: Document empty constructor
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/Configuration.java:16: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/Configuration.java:17: UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/JSON.java:18: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/JSON.java:3: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/JSON.java:4: UnnecessaryImport: Unused import 'com.fasterxml.jackson.databind.*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/JSON.java:8: UnnecessaryImport: Unused import 'org.openapitools.client.model.*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/JavaTimeFormatter.java:23: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/Pair.java:16: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/Pair.java:55: SimplifyBooleanReturns: Avoid unnecessary if..then..else statements when returning booleans
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/RFC3339DateFormat.java:52: CloneMethodReturnTypeMustMatchClassName: The return type of the clone() method must be the class name when implements Cloneable
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ServerConfiguration.java:18: FormalParameterNamingConventions: The method parameter name 'URL' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ServerConfiguration.java:30: MethodNamingConventions: The instance method name 'URL' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ServerConfiguration.java:55: MethodNamingConventions: The instance method name 'URL' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ServerVariable.java:11: LooseCoupling: Avoid using implementation types like 'HashSet'; use the interface instead
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/ServerVariable.java:18: LooseCoupling: Avoid using implementation types like 'HashSet'; use the interface instead
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/StringUtil.java:19: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/StringUtil.java:20: UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/AnotherFakeApi.java:18: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:1083: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:1085: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:26: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:596: FormalParameterNamingConventions: The method parameter name '_byte' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:596: FormalParameterNamingConventions: The method parameter name '_double' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:596: FormalParameterNamingConventions: The method parameter name '_float' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:626: FormalParameterNamingConventions: The method parameter name '_byte' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:626: FormalParameterNamingConventions: The method parameter name '_double' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:626: FormalParameterNamingConventions: The method parameter name '_float' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:662: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:664: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:666: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:668: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:670: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:672: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:674: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:676: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:678: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:680: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:682: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:684: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:686: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:688: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:767: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:769: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:773: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:775: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:827: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeApi.java:829: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/FakeClassnameTags123Api.java:18: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:168: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:21: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:527: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:529: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:601: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:603: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:682: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/PetApi.java:684: ControlStatementBraces: This statement should have braces
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/StoreApi.java:18: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/api/UserApi.java:18: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/ApiKeyAuth.java:23: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/HttpBasicAuth.java:27: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java:23: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/HttpBearerAuth.java:60: UselessParentheses: Useless parentheses.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/OAuth.java:116: ImplicitSwitchFallThrough: A switch statement does not contain a break
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/OAuth.java:132: GuardLogStatement: Logger calls should be surrounded by log level guards.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/OAuth.java:34: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/auth/OAuth.java:47: AvoidUsingVolatile: Use of modifier volatile is not recommended.
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java:16: UnnecessaryImport: Unused import 'org.openapitools.client.ApiException'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java:18: UnnecessaryImport: Unused import 'java.lang.reflect.Type'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java:27: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:32: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:33: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:58: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:60: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:32: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:105: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:107: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:115: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:139: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:141: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:149: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:173: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:175: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:183: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:207: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:209: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:217: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:241: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:243: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:251: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:275: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:277: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:285: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:28: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:309: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:30: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:311: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:319: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:32: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:343: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:345: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:353: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:369: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:371: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:379: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:395: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:397: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:405: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:421: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:423: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:431: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java:51: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:32: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:33: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:58: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:60: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:31: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:33: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:58: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:60: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:21: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:22: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:23: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:27: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:28: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:29: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:32: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:105: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:25: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:27: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:29: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.BigCat'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:30: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Cat'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:31: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Dog'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:43: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:71: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:79: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:95: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java:97: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:40: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:66: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java:74: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:40: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:66: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java:74: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:106: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:108: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:116: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:140: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:142: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:150: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:29: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.ReadOnlyFirst'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:72: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:74: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ArrayTest.java:82: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:100: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:108: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonSubTypes'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:25: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:27: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:29: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.BigCatAllOf'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:30: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Cat'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCat.java:98: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:102: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:37: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:92: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/BigCatAllOf.java:94: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:101: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:109: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:125: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:127: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:135: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:151: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:153: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:161: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:177: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:179: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:187: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:193: FormalParameterNamingConventions: The method parameter name 'ATT_NAME' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:193: MethodNamingConventions: The instance method name 'ATT_NAME' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:203: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:205: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:213: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:214: FormalParameterNamingConventions: The method parameter name 'ATT_NAME' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:73: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:75: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:83: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Capitalization.java:99: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:25: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:27: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:29: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Animal'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:30: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.BigCat'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:31: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.CatAllOf'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:65: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Cat.java:73: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:37: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:53: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:55: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/CatAllOf.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:85: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Category.java:93: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:54: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:56: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ClassModel.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:37: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:53: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:55: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Client.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonSubTypes'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:25: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:26: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:27: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:29: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Animal'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:30: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.DogAllOf'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:61: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Dog.java:69: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:37: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:53: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:55: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/DogAllOf.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:129: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:131: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:139: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:163: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:165: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:173: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:30: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumArrays.java:40: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:16: UnnecessaryImport: Unused import 'java.util.Objects'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:20: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonPropertyOrder'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumClass.java:21: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:214: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:216: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:224: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:242: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:250: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:266: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:268: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:276: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:27: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.OuterEnum'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:292: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:294: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:29: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:302: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:318: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:320: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:328: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/EnumTest.java:42: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:103: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:30: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:40: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:61: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:69: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:93: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java:95: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:112: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:114: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:122: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:140: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:142: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:150: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:166: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:168: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:176: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:196: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:204: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:210: FormalParameterNamingConventions: The method parameter name '_float' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:210: MethodNamingConventions: The instance method name '_float' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:222: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:224: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:232: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:233: FormalParameterNamingConventions: The method parameter name '_float' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:238: FormalParameterNamingConventions: The method parameter name '_double' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:238: MethodNamingConventions: The instance method name '_double' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:250: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:252: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:260: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:261: FormalParameterNamingConventions: The method parameter name '_double' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:276: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:278: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:286: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:292: FormalParameterNamingConventions: The method parameter name '_byte' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:292: MethodNamingConventions: The instance method name '_byte' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:304: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:312: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:313: FormalParameterNamingConventions: The method parameter name '_byte' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:328: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:330: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:338: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:33: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:356: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:364: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:380: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:382: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:390: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:408: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:416: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:434: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:442: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:458: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:460: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:468: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/FormatTest.java:55: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:52: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:54: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java:70: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:111: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:113: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:121: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:145: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:147: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:155: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:179: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:181: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:189: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:213: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:215: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:223: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:27: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:28: UnnecessaryImport: Unused import 'java.util.List'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:29: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MapTest.java:43: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:103: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:127: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:129: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:137: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:28: UnnecessaryImport: Duplicate import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:29: UnnecessaryImport: Unused import 'java.util.List'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:30: UnnecessaryImport: Duplicate import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:32: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Animal'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:34: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:45: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:69: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:77: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:93: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java:95: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:111: LocalVariableNamingConventions: The local variable name '_200response' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:39: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:58: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:60: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:84: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:86: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Model200Response.java:94: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:113: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:115: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:123: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:140: LocalVariableNamingConventions: The local variable name '_apiResponse' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:39: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:61: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:71: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:87: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:89: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelApiResponse.java:97: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:44: FormalParameterNamingConventions: The method parameter name '_return' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:44: MethodNamingConventions: The instance method name '_return' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:54: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:56: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:65: FormalParameterNamingConventions: The method parameter name '_return' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ModelReturn.java:81: LocalVariableNamingConventions: The local variable name '_return' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:108: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:110: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:118: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:129: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:131: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:41: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:76: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:87: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Name.java:89: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:29: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:54: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:56: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/NumberOnly.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:111: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:113: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:121: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:137: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:139: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:147: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:163: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:165: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:173: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:189: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:191: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:199: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:215: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:217: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:225: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:241: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:243: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:251: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:29: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Order.java:43: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:114: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:116: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:124: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:29: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:40: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:62: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:64: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:72: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:88: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:90: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterComposite.java:98: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:16: UnnecessaryImport: Unused import 'java.util.Objects'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:20: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonPropertyOrder'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/OuterEnum.java:21: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:116: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:118: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:126: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:142: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:144: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:152: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:170: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:178: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:201: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:209: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:233: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:235: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:243: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:259: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:261: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:269: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:31: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Category'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:32: UnnecessaryImport: Unnecessary import from the current package 'org.openapitools.client.model.Tag'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:34: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Pet.java:48: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:52: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:54: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:73: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:75: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java:83: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:37: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:39: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:40: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:43: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:43: FormalParameterNamingConventions: The method parameter name '$specialPropertyName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:43: MethodNamingConventions: The instance method name '$specialPropertyName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:53: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:55: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:57: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:57: MethodNamingConventions: The instance method name 'get$SpecialPropertyName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:63: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:64: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:64: FormalParameterNamingConventions: The method parameter name '$specialPropertyName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:64: MethodNamingConventions: The instance method name 'set$SpecialPropertyName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:80: AvoidDollarSigns: Avoid using dollar signs in variable/method/class/interface names
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/SpecialModelName.java:80: LocalVariableNamingConventions: The local variable name '$specialModelName' doesn't match '[a-z][a-zA-Z0-9]*'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:38: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:57: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:59: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:67: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:83: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:85: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Tag.java:93: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:100: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:108: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:126: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:134: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:152: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:160: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:183: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:191: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:44: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:74: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderDefault.java:82: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:104: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:112: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:130: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:138: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:156: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:164: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:182: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:190: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:213: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:221: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:45: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:78: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/TypeHolderExample.java:86: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:107: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:109: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:117: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:133: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:135: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:143: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:159: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:161: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:169: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:185: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:187: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:195: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:211: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:213: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:221: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:237: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:239: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:247: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:263: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:265: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:273: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:28: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:44: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:81: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:83: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/User.java:91: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:170: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:178: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:17: UnnecessaryImport: Unused import 'java.util.Arrays'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:18: UnnecessaryImport: Unused import 'java.util.Map'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:196: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:19: UnnecessaryImport: Unused import 'java.util.HashMap'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:204: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:222: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:22: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonCreator'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:230: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:23: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonTypeName'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:248: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:24: UnnecessaryImport: Unused import 'com.fasterxml.jackson.annotation.JsonValue'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:256: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:25: UnnecessaryImport: Unused import 'io.swagger.annotations.ApiModel'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:280: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:282: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:290: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:308: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:316: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:31: UnnecessaryImport: Unused import 'org.openapitools.client.JSON'
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:334: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:342: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:360: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:368: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:386: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:394: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:418: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:420: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:428: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:452: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:454: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:462: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:480: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:488: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:506: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:514: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:532: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:540: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:558: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:566: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:590: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:592: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:600: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:624: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:626: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:634: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:652: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:660: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:678: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:686: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:68: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:704: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:712: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:730: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:738: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:762: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:764: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:772: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:796: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:798: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:806: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:824: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:832: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:850: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:858: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:876: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:884: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:902: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:910: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:934: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:936: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:944: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:968: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:970: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
/home/kevchentw/repo/openapi-generator/samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/XmlItem.java:978: UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment