citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/menufactory/impl/PartyMenuItemFactoryImpl.java

Summary

Maintainability
A
2 hrs
Test Coverage

Method createPartyMenuBar has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void createPartyMenuBar(final MenuBar menuBar, final String pageId) {
        initApplicationMenuBar(menuBar);

        applicationMenuItemFactory.addRankingMenu(menuBar);

    Method createOverviewPage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        @Override
        public void createOverviewPage(final VerticalLayout panelContent, final String pageId) {
            final ResponsiveRow grid = RowUtil.createGridLayout(panelContent);
    
            createButtonLink(grid,CURRENT_LEADERS, VaadinIcons.GROUP,

      There are no issues that match your filters.

      Category
      Status