brandon14/ebay-sdk-php

View on GitHub
src/Sell/Feed/V1/Api/ScheduleApi.php

Summary

Maintainability
F
1 mo
Test Coverage

File ScheduleApi.php has 1314 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

/**
 * This file is part of the trollandtoad/ebay-sdk-php package.
 *
Severity: Major
Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 3 days to fix

    ScheduleApi has 45 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class ScheduleApi
    {
        /**
         * @var ClientInterface
         */
    Severity: Minor
    Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 6 hrs to fix

      Function updateScheduleRequest has a Cognitive Complexity of 27 (exceeds 5 allowed). Consider refactoring.
      Open

          public function updateScheduleRequest($schedule_id, $update_user_schedule_request)
          {
              // Verify the required parameter 'schedule_id' is set.
              if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling updateSchedule');
      Severity: Minor
      Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 3 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function createScheduleRequest has a Cognitive Complexity of 23 (exceeds 5 allowed). Consider refactoring.
      Open

          public function createScheduleRequest($create_user_schedule_request)
          {
              // Verify the required parameter 'create_user_schedule_request' is set.
              if ($create_user_schedule_request === null || (\is_array($create_user_schedule_request) && count($create_user_schedule_request) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $create_user_schedule_request when calling createSchedule');
      Severity: Minor
      Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 3 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method getScheduleTemplatesRequest has 78 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function getScheduleTemplatesRequest($feed_type, $limit = null, $offset = null)
          {
              // Verify the required parameter 'feed_type' is set.
              if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getScheduleTemplates');
      Severity: Major
      Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 3 hrs to fix

        Method getSchedulesRequest has 78 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getSchedulesRequest($feed_type, $limit = null, $offset = null)
            {
                // Verify the required parameter 'feed_type' is set.
                if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getSchedules');
        Severity: Major
        Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 3 hrs to fix

          Method updateScheduleRequest has 73 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function updateScheduleRequest($schedule_id, $update_user_schedule_request)
              {
                  // Verify the required parameter 'schedule_id' is set.
                  if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                      throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling updateSchedule');
          Severity: Major
          Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Function getScheduleTemplateRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getScheduleTemplateRequest($schedule_template_id)
                {
                    // Verify the required parameter 'schedule_template_id' is set.
                    if ($schedule_template_id === null || (\is_array($schedule_template_id) && count($schedule_template_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $schedule_template_id when calling getScheduleTemplate');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function getLatestResultFileRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getLatestResultFileRequest($schedule_id)
                {
                    // Verify the required parameter 'schedule_id' is set.
                    if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling getLatestResultFile');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function deleteScheduleRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
            Open

                public function deleteScheduleRequest($schedule_id)
                {
                    // Verify the required parameter 'schedule_id' is set.
                    if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling deleteSchedule');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function getScheduleRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getScheduleRequest($schedule_id)
                {
                    // Verify the required parameter 'schedule_id' is set.
                    if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling getSchedule');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function getSchedulesRequest has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getSchedulesRequest($feed_type, $limit = null, $offset = null)
                {
                    // Verify the required parameter 'feed_type' is set.
                    if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getSchedules');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Function getScheduleTemplatesRequest has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getScheduleTemplatesRequest($feed_type, $limit = null, $offset = null)
                {
                    // Verify the required parameter 'feed_type' is set.
                    if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getScheduleTemplates');
            Severity: Minor
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Method getLatestResultFileRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function getLatestResultFileRequest($schedule_id)
                {
                    // Verify the required parameter 'schedule_id' is set.
                    if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling getLatestResultFile');
            Severity: Major
            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

              Method getScheduleTemplateRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function getScheduleTemplateRequest($schedule_template_id)
                  {
                      // Verify the required parameter 'schedule_template_id' is set.
                      if ($schedule_template_id === null || (\is_array($schedule_template_id) && count($schedule_template_id) === 0)) {
                          throw new \InvalidArgumentException('Missing the required parameter $schedule_template_id when calling getScheduleTemplate');
              Severity: Major
              Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                Method deleteScheduleRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function deleteScheduleRequest($schedule_id)
                    {
                        // Verify the required parameter 'schedule_id' is set.
                        if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling deleteSchedule');
                Severity: Major
                Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                  Method getScheduleRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function getScheduleRequest($schedule_id)
                      {
                          // Verify the required parameter 'schedule_id' is set.
                          if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                              throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling getSchedule');
                  Severity: Major
                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                    Method createScheduleRequest has 63 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function createScheduleRequest($create_user_schedule_request)
                        {
                            // Verify the required parameter 'create_user_schedule_request' is set.
                            if ($create_user_schedule_request === null || (\is_array($create_user_schedule_request) && count($create_user_schedule_request) === 0)) {
                                throw new \InvalidArgumentException('Missing the required parameter $create_user_schedule_request when calling createSchedule');
                    Severity: Major
                    Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                      Method createScheduleWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function createScheduleWithHttpInfo($create_user_schedule_request)
                          {
                              $request = $this->createScheduleRequest($create_user_schedule_request);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                        Method getScheduleTemplateWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function getScheduleTemplateWithHttpInfo($schedule_template_id)
                            {
                                $request = $this->getScheduleTemplateRequest($schedule_template_id);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                          Method getScheduleTemplatesWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function getScheduleTemplatesWithHttpInfo($feed_type, $limit = null, $offset = null)
                              {
                                  $request = $this->getScheduleTemplatesRequest($feed_type, $limit, $offset);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                            Method getSchedulesWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                public function getSchedulesWithHttpInfo($feed_type, $limit = null, $offset = null)
                                {
                                    $request = $this->getSchedulesRequest($feed_type, $limit, $offset);
                            
                                    try {
                            Severity: Major
                            Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                              Method getScheduleWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function getScheduleWithHttpInfo($schedule_id)
                                  {
                                      $request = $this->getScheduleRequest($schedule_id);
                              
                                      try {
                              Severity: Major
                              Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                                Method getLatestResultFileWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function getLatestResultFileWithHttpInfo($schedule_id)
                                    {
                                        $request = $this->getLatestResultFileRequest($schedule_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 2 hrs to fix

                                  Function getScheduleTemplatesWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function getScheduleTemplatesWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $request = $this->getScheduleTemplatesRequest($feed_type, $limit, $offset);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function getSchedulesWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function getSchedulesWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $request = $this->getSchedulesRequest($feed_type, $limit, $offset);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function getLatestResultFileWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function getLatestResultFileWithHttpInfo($schedule_id)
                                      {
                                          $request = $this->getLatestResultFileRequest($schedule_id);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function getScheduleTemplateWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function getScheduleTemplateWithHttpInfo($schedule_template_id)
                                      {
                                          $request = $this->getScheduleTemplateRequest($schedule_template_id);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function createScheduleWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function createScheduleWithHttpInfo($create_user_schedule_request)
                                      {
                                          $request = $this->createScheduleRequest($create_user_schedule_request);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function getScheduleWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function getScheduleWithHttpInfo($schedule_id)
                                      {
                                          $request = $this->getScheduleRequest($schedule_id);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 1 hr to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function deleteScheduleWithHttpInfo has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function deleteScheduleWithHttpInfo($schedule_id)
                                      {
                                          $request = $this->deleteScheduleRequest($schedule_id);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 35 mins to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Function updateScheduleWithHttpInfo has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                      public function updateScheduleWithHttpInfo($schedule_id, $update_user_schedule_request)
                                      {
                                          $request = $this->updateScheduleRequest($schedule_id, $update_user_schedule_request);
                                  
                                          try {
                                  Severity: Minor
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php - About 35 mins to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                      public function getScheduleTemplatesRequest($feed_type, $limit = null, $offset = null)
                                      {
                                          // Verify the required parameter 'feed_type' is set.
                                          if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                                              throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getScheduleTemplates');
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 1 other location - About 3 days to fix
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1775..1874

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 591.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 2 locations. Consider refactoring.
                                  Open

                                      public function getSchedulesRequest($feed_type, $limit = null, $offset = null)
                                      {
                                          // Verify the required parameter 'feed_type' is set.
                                          if ($feed_type === null || (\is_array($feed_type) && count($feed_type) === 0)) {
                                              throw new \InvalidArgumentException('Missing the required parameter $feed_type when calling getSchedules');
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 1 other location - About 3 days to fix
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1503..1602

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 591.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 3 locations. Consider refactoring.
                                  Open

                                      public function updateScheduleRequest($schedule_id, $update_user_schedule_request)
                                      {
                                          // Verify the required parameter 'schedule_id' is set.
                                          if ($schedule_id === null || (\is_array($schedule_id) && count($schedule_id) === 0)) {
                                              throw new \InvalidArgumentException('Missing the required parameter $schedule_id when calling updateSchedule');
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 2 other locations - About 3 days to fix
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 271..364
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 1676..1769

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 579.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 6 locations. Consider refactoring.
                                  Open

                                      public function getSchedulesWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $request = $this->getSchedulesRequest($feed_type, $limit, $offset);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 5 other locations - About 2 days to fix
                                  src/Buy/Deal/V1/Api/EventApi.php on lines 443..508
                                  src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php on lines 714..779
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1363..1428
                                  src/Sell/ListingBeta/V1/Api/ItemDraftApi.php on lines 183..248
                                  src/Sell/Negotiation/V1/Api/OfferApi.php on lines 183..248

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 544.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 6 locations. Consider refactoring.
                                  Open

                                      public function getScheduleTemplatesWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $request = $this->getScheduleTemplatesRequest($feed_type, $limit, $offset);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 5 other locations - About 2 days to fix
                                  src/Buy/Deal/V1/Api/EventApi.php on lines 443..508
                                  src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php on lines 714..779
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1635..1700
                                  src/Sell/ListingBeta/V1/Api/ItemDraftApi.php on lines 183..248
                                  src/Sell/Negotiation/V1/Api/OfferApi.php on lines 183..248

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 544.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 12 locations. Consider refactoring.
                                  Open

                                      public function updateScheduleWithHttpInfo($schedule_id, $update_user_schedule_request)
                                      {
                                          $request = $this->updateScheduleRequest($schedule_id, $update_user_schedule_request);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 11 other locations - About 1 day to fix
                                  src/Sell/Account/V1/Api/LocationApi.php on lines 185..215
                                  src/Sell/Account/V1/Api/LocationApi.php on lines 1746..1776
                                  src/Sell/Account/V1/Api/SalesTaxApi.php on lines 414..444
                                  src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 179..209
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 179..209
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 1584..1614
                                  src/Sell/Marketing/V1/Api/AdApi.php on lines 2829..2859
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2887..2917
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3105..3135
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3323..3353
                                  src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1467..1497

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 355.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 6 locations. Consider refactoring.
                                  Open

                                      public function getScheduleTemplatesAsyncWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $returnType = '\TNT\Ebay\Sell\Feed\V1\Model\ScheduleTemplateCollection';
                                          $request = $this->getScheduleTemplatesRequest($feed_type, $limit, $offset);
                                  
                                  
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 5 other locations - About 1 day to fix
                                  src/Buy/Deal/V1/Api/EventApi.php on lines 542..570
                                  src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php on lines 813..841
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1734..1762
                                  src/Sell/ListingBeta/V1/Api/ItemDraftApi.php on lines 282..310
                                  src/Sell/Negotiation/V1/Api/OfferApi.php on lines 282..310

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 248.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 6 locations. Consider refactoring.
                                  Open

                                      public function getSchedulesAsyncWithHttpInfo($feed_type, $limit = null, $offset = null)
                                      {
                                          $returnType = '\TNT\Ebay\Sell\Feed\V1\Model\UserScheduleCollection';
                                          $request = $this->getSchedulesRequest($feed_type, $limit, $offset);
                                  
                                  
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 5 other locations - About 1 day to fix
                                  src/Buy/Deal/V1/Api/EventApi.php on lines 542..570
                                  src/Buy/Order/V2/Api/GuestCheckoutSessionApi.php on lines 813..841
                                  src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1462..1490
                                  src/Sell/ListingBeta/V1/Api/ItemDraftApi.php on lines 282..310
                                  src/Sell/Negotiation/V1/Api/OfferApi.php on lines 282..310

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 248.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  Similar blocks of code found in 12 locations. Consider refactoring.
                                  Open

                                      public function updateScheduleAsyncWithHttpInfo($schedule_id, $update_user_schedule_request)
                                      {
                                          $returnType = '';
                                          $request = $this->updateScheduleRequest($schedule_id, $update_user_schedule_request);
                                  
                                  
                                  Severity: Major
                                  Found in src/Sell/Feed/V1/Api/ScheduleApi.php and 11 other locations - About 4 hrs to fix
                                  src/Sell/Account/V1/Api/LocationApi.php on lines 253..271
                                  src/Sell/Account/V1/Api/LocationApi.php on lines 1814..1832
                                  src/Sell/Account/V1/Api/SalesTaxApi.php on lines 476..494
                                  src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 241..259
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 241..259
                                  src/Sell/Inventory/V1/Api/LocationApi.php on lines 1646..1664
                                  src/Sell/Marketing/V1/Api/AdApi.php on lines 2891..2909
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2949..2967
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3167..3185
                                  src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3385..3403
                                  src/Sell/Marketing/V1/Api/NegativeKeywordApi.php on lines 1529..1547

                                  Duplicated Code

                                  Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                  Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                  When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                  Tuning

                                  This issue has a mass of 182.

                                  We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                  The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                  If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                  See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                  Refactorings

                                  Further Reading

                                  There are no issues that match your filters.

                                  Category
                                  Status