Bipin Prasad created STORM-3906:
-----------------------------------
Summary: Remove use of mockito interal class
org.mockito.internal.util.reflection.FieldSetter
Key: STORM-3906
URL: https://issues.apache.org/jira/browse/STORM-3906
Project: Apache Storm
Issue Type: Improvement
Components: storm-client
Reporter: Bipin Prasad
Assignee: Bipin Prasad
Class org.mockito.internal.util.reflection.FieldSetter is internal to Mockito.
In mockito version 3, minor update (3.11.2 for example), this internal class
has been removed.
Replace FieldSetter with public classes and methods in mockito.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)