Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Test broken updating to jsonschema2pojo to 0.4.18 #159

Closed
dmiorandi opened this issue Dec 19, 2015 · 1 comment
Closed

Test broken updating to jsonschema2pojo to 0.4.18 #159

dmiorandi opened this issue Dec 19, 2015 · 1 comment

Comments

@dmiorandi
Copy link
Contributor

When update pom in raml to jaxrs core project to use jsonschema2pojo >= 0.4.17
the 0 test warning were broken. The following warnings were introduced.
No idea how to fix this, but this is not a show stopper. I'm using 0.4.18 and all works fine

[
org.raml.jaxrs.test.integration.model.Presentation.java (185:4050) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentation.java (237:6442) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentation.java (276:7675) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentation.java (285:7914) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.model.Json1636086938.java (71:1798) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.model.Json1636086938.java (87:2323) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.model.Json1636086938.java (110:2976) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.model.Json1636086938.java (119:3215) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Product.java (185:3948) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Product.java (237:6331) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Product.java (276:7548) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Product.java (285:7787) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentations.java (128:3634) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentations.java (155:4415) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Presentations.java (164:4654) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Products.java (128:3461) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Products.java (155:4222) : Unnecessary @SuppressWarnings("unchecked")
org.raml.jaxrs.test.integration.model.Products.java (164:4461) : Unnecessary @SuppressWarnings("unchecked")
]
@alexanderosipov
Copy link
Contributor

it was fixed in 0.4.20 joelittlejohn/jsonschema2pojo#498 so I've updated to that version.
Better but two different warnings now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants