DishDelish/dishdelish-app

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

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

Method onCreateView has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
                             Bundle savedInstanceState) {
        View view = inflater.inflate(R.layout.fragment_ingredient_check, container, false);
        recyclerView = view.findViewById(R.id.neededIngredientsRV);

    There are no issues that match your filters.

    Category
    Status