Showing 239 of 782 total issues

DocumentProposalData has 35 methods (exceeds 20 allowed). Consider refactoring.
Open

@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DocumentProposalData", propOrder = {
    "proposalNumber",
    "designation",
    "wording",

    CountryElement has 35 methods (exceeds 20 allowed). Consider refactoring.
    Open

    @XmlAccessorType(XmlAccessType.FIELD)
    @XmlType(name = "", propOrder = {
        "iso2Code",
        "countryName",
        "region",

      File DocumentData.java has 340 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
       * Copyright 2010 James Pether Sörling
       *
       * Licensed under the Apache License, Version 2.0 (the "License");
       * you may not use this file except in compliance with the License.

        File DashboardViewOverviewPageModContentFactoryImpl.java has 337 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*
         * Copyright 2010-2024 James Pether Sörling
         *
         * Licensed under the Apache License, Version 2.0 (the "License");
         * you may not use this file except in compliance with the License.

          File VoteDataDto.java has 337 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          /*
           * Copyright 2010 James Pether Sörling
           *
           * Licensed under the Apache License, Version 2.0 (the "License");
           * you may not use this file except in compliance with the License.

            File ViewRiksdagenVoteDataBallotSummaryAnnual.java has 335 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            //
            // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
            // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
            // Any modifications to this file will be lost upon recompilation of the source schema.
            // Generated on: 2019.02.25 at 12:05:09 AM CET

              File ViewRiksdagenVoteDataBallotSummaryMonthly.java has 335 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              //
              // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
              // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
              // Any modifications to this file will be lost upon recompilation of the source schema.
              // Generated on: 2019.02.25 at 12:05:09 AM CET

                File ViewRiksdagenVoteDataBallotSummaryWeekly.java has 335 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                //
                // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
                // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
                // Any modifications to this file will be lost upon recompilation of the source schema.
                // Generated on: 2019.02.25 at 12:05:09 AM CET

                  LanguageData has 32 methods (exceeds 20 allowed). Consider refactoring.
                  Open

                  @XmlAccessorType(XmlAccessType.FIELD)
                  @XmlType(name = "LanguageData", propOrder = {
                      "modelObjectId",
                      "modelObjectVersion",
                      "createdDate",

                    AssignmentData has 32 methods (exceeds 20 allowed). Consider refactoring.
                    Open

                    @XmlAccessorType(XmlAccessType.FIELD)
                    @XmlType(name = "AssignmentData", propOrder = {
                        "orgCode",
                        "roleCode",
                        "orderNumber",

                      AssignmentElement has 32 methods (exceeds 20 allowed). Consider refactoring.
                      Open

                      @XmlAccessorType(XmlAccessType.FIELD)
                      @XmlType(name = "AssignmentElement", propOrder = {
                          "orgCode",
                          "roleCode",
                          "orderNumber",

                        File CommitteeDocumentData.java has 328 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /*
                         * Copyright 2010 James Pether Sörling
                         *
                         * Licensed under the Apache License, Version 2.0 (the "License");
                         * you may not use this file except in compliance with the License.

                          File ViewRiksdagenVoteDataBallotSummary.java has 325 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          //
                          // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
                          // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
                          // Any modifications to this file will be lost upon recompilation of the source schema.
                          // Generated on: 2019.02.25 at 12:05:09 AM CET

                            ViewWorldbankIndicatorDataCountrySummary has 30 methods (exceeds 20 allowed). Consider refactoring.
                            Open

                            @XmlAccessorType(XmlAccessType.FIELD)
                            @XmlType(name = "ViewWorldbankIndicatorDataCountrySummary", propOrder = {
                                "embeddedId",
                                "indicatorName",
                                "sourceNote",

                              File ViewRiksdagenPoliticianDocument.java has 319 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              //
                              // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
                              // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
                              // Any modifications to this file will be lost upon recompilation of the source schema.
                              // Generated on: 2019.02.25 at 12:05:09 AM CET

                                DocumentStatusContainer has 29 methods (exceeds 20 allowed). Consider refactoring.
                                Open

                                @XmlAccessorType(XmlAccessType.FIELD)
                                @XmlType(name = "DocumentStatusContainer", propOrder = {
                                    "document",
                                    "documentProposal",
                                    "documentActivityContainer",

                                  SwedenPoliticalParty has 29 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                  @XmlAccessorType(XmlAccessType.FIELD)
                                  @XmlType(name = "SwedenPoliticalParty", propOrder = {
                                      "partyName",
                                      "shortCode",
                                      "partyId",

                                    AbstractGenericDAOImpl has 28 methods (exceeds 20 allowed). Consider refactoring.
                                    Open

                                    abstract class AbstractGenericDAOImpl<T extends Serializable, I extends Serializable>
                                            implements AbstractGenericDAO<T, I> {
                                    
                                        private static final int MAX_IN_VARIABLES = 30000;
                                    
                                    

                                      File VoteData.java has 303 lines of code (exceeds 250 allowed). Consider refactoring.
                                      Open

                                      /*
                                       * Copyright 2010 James Pether Sörling
                                       *
                                       * Licensed under the Apache License, Version 2.0 (the "License");
                                       * you may not use this file except in compliance with the License.

                                        File PersonElement.java has 298 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        /*
                                         * Copyright 2010 James Pether Sörling
                                         *
                                         * Licensed under the Apache License, Version 2.0 (the "License");
                                         * you may not use this file except in compliance with the License.
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language