DishDelish/dishdelish-app

View on GitHub
app/src/main/java/com/github/siela1915/bootcamp/ProfileFragment.java

Summary

Maintainability
A
0 mins
Test Coverage
C
79%

Method onViewCreated has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
        super.onViewCreated(view, savedInstanceState);

        FirebaseUser user = FirebaseInstanceManager.getAuth().getCurrentUser();
Severity: Major
Found in app/src/main/java/com/github/siela1915/bootcamp/ProfileFragment.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status