Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Declarative REST 14
-
1
Description
There are some variable in DefaultRestClient.java class, which have been casting to ClientInvocationBuilder, e.g.
(ClientInvocationBuilder) builder
((ClientInvocationBuilder) builder).getURI()
Refactor the code to get rid of these casting
Checklists
Acceptance criteria