DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

Method countGender has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static private function countGender($tblPersonList, $CountGender)
    {

        if (empty( $tblPersonList )) {
            return 0;
Severity: Minor
Found in Application/Reporting/AbstractModule.php - About 1 hr to fix

    Method registerCluster has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public static function registerCluster()
        {
    
            $tblAccount = Account::useService()->getAccountBySession();
            $tblIdentification = Account::useService()->getIdentificationByName('System');
    Severity: Minor
    Found in Application/Platform/Platform.php - About 1 hr to fix

      Method createDynamicFilter has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function createDynamicFilter(IFormInterface $Form, $FilterName, $IsPublic)
          {
      
              if (null === $FilterName) {
                  return $Form;
      Severity: Minor
      Found in Application/Reporting/Dynamic/Service.php - About 1 hr to fix

        Method getAccountAllByPerson has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getAccountAllByPerson(TblPerson $tblPerson, TblConsumer $tblConsumer, $isForce = false)
            {
        
                $tblAccountList = array();
                if ($isForce) {

          Method registerModule has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public static function registerModule()
              {
          
                  /**
                   * Register Navigation
          Severity: Minor
          Found in Application/Platform/System/Database/Database.php - About 1 hr to fix

            Method __construct has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function __construct($File, AppointmentGradeControl $Control)
                {
                    $this->loadFile($File);
            
                    $ColumnList = $Control->getScanResult();

              Method frontendPersonImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function frontendPersonImport($File = null)
                  {
              
                      $View = new Stage('Import Lebenswelt Zwenkau', 'Personen-Daten');
                      $View->setContent(
              Severity: Minor
              Found in Application/Transfer/Import/LebensweltZwenkau/Frontend.php - About 1 hr to fix

                Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function frontendStudentImport($File = null)
                    {
                
                        $View = new Stage('Import Schneeberg', 'Schüler-Daten Oberschule');
                        $View->setContent(
                Severity: Minor
                Found in Application/Transfer/Import/Schneeberg/Frontend.php - About 1 hr to fix

                  Method frontendContactImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function frontendContactImport($File = null)
                      {
                  
                          $View = new Stage('Import Schneeberg', 'Kontaktdaten Grundschule');
                          $View->setContent(
                  Severity: Minor
                  Found in Application/Transfer/Import/Schneeberg/Frontend.php - About 1 hr to fix

                    Method frontendStudentImportPrimarySchool has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function frontendStudentImportPrimarySchool($File = null)
                        {
                    
                            $View = new Stage('Import Schneeberg', 'Schüler-Daten Grundschule');
                            $View->setContent(
                    Severity: Minor
                    Found in Application/Transfer/Import/Schneeberg/Frontend.php - About 1 hr to fix

                      Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function frontendStudentImport($File = null)
                          {
                      
                              $View = new Stage('Import Schulstiftung', 'Schüler-Daten');
                              $View->setContent(
                      Severity: Minor
                      Found in Application/Transfer/Import/Schulstiftung/Frontend.php - About 1 hr to fix

                        Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function frontendStudentImport($File = null)
                            {
                        
                                $View = new Stage('Import Muldental', 'Schüler-Daten');
                                $View->setContent(
                        Severity: Minor
                        Found in Application/Transfer/Import/Muldental/Frontend.php - About 1 hr to fix

                          Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function frontendStudentImport($File = null)
                              {
                          
                                  $View = new Stage('Import Annaberg', 'Schüler');
                                  $View->setContent(
                          Severity: Minor
                          Found in Application/Transfer/Import/Annaberg/Frontend.php - About 1 hr to fix

                            Method frontendInterestedImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                public function frontendInterestedImport($File = null)
                                {
                            
                                    $Stage = new Stage('Tharandt Import', 'Interessentendaten');
                                    $Stage->setContent(
                            Severity: Minor
                            Found in Application/Transfer/Import/Tharandt/Frontend.php - About 1 hr to fix

                              Method frontendFormerStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function frontendFormerStudentImport($File = null)
                                  {
                              
                                      $View = new Stage('Import Herrnhut', 'Ehemalige Schüler-Daten');
                                      $View->setContent(
                              Severity: Minor
                              Found in Application/Transfer/Import/Herrnhut/Frontend.php - About 1 hr to fix

                                Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function frontendStudentImport($File = null)
                                    {
                                
                                        $View = new Stage('Import Radebeul', 'Schüler');
                                        $View->setContent(
                                Severity: Minor
                                Found in Application/Transfer/Import/Radebeul/Frontend.php - About 1 hr to fix

                                  Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function frontendStudentImport($File = null)
                                      {
                                  
                                          $View = new Stage('Import Herrnhut', 'Schüler-Daten');
                                          $View->setContent(
                                  Severity: Minor
                                  Found in Application/Transfer/Import/Herrnhut/Frontend.php - About 1 hr to fix

                                    Method frontendFormerStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        public function frontendFormerStudentImport($File = null)
                                        {
                                    
                                            $View = new Stage('Import Radebeul', 'Ehemalige Schüler');
                                            $View->setContent(
                                    Severity: Minor
                                    Found in Application/Transfer/Import/Radebeul/Frontend.php - About 1 hr to fix

                                      Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          public function frontendStudentImport($File = null)
                                          {
                                      
                                              $View = new Stage('Import Seelitz', 'Schüler-Daten');
                                              $View->setContent(
                                      Severity: Minor
                                      Found in Application/Transfer/Import/Seelitz/Frontend.php - About 1 hr to fix

                                        Method frontendStudentImport has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            public function frontendStudentImport($File = null)
                                            {
                                        
                                                $View = new Stage('Import Coswig', 'Schüler-Daten');
                                                $View->setContent(
                                        Severity: Minor
                                        Found in Application/Transfer/Import/Coswig/Frontend.php - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language