Showing 2 of 42 total issues
Method ChatFragment_Test_Sender
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@SuppressWarnings("unchecked") @Test public void ChatFragment_Test_Sender() { Bundle bundle = new Bundle(); bundle.putString(UIConstants.BUNDLE_EVENT_REF, "anyRef");
Method onActivityCreated
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override public void onActivityCreated(@Nullable Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); mViewModel = new ViewModelProvider(this, mFactory).get(UserProfileViewModel.class);