SPToCore icon indicating copy to clipboard operation
SPToCore copied to clipboard

Code quality

Open UselessToucan opened this issue 5 years ago • 0 comments

  1. SP_GetType, SP_GetDbType: There are some if (A) {...} else if (A) {...} branches. The second branch probably should check for a different type.
  2. SPToCoreScan: There are three empty DataTable objects which were created, but were not used.

UselessToucan avatar Jan 19 '21 12:01 UselessToucan