mjmorale/Eventum

View on GitHub

Showing 2 of 42 total issues

Method ChatFragment_Test_Sender has 26 lines of code (exceeds 25 allowed). Consider refactoring.
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

    @Override
    public void onActivityCreated(@Nullable Bundle savedInstanceState) {
    super.onActivityCreated(savedInstanceState);
     
    mViewModel = new ViewModelProvider(this, mFactory).get(UserProfileViewModel.class);
      Severity
      Category
      Status
      Source
      Language