Code Duplication    Length = 3-3 lines in 2 locations

typo3/sysext/core/Classes/DataHandling/DataHandler.php 2 locations

@@ 2337-2339 (lines=3) @@
2334
                        $this->mmHistoryRecords[$table . ':' . $id]['oldRecord'][$recFieldName] = '';
2335
                        $this->mmHistoryRecords[$table . ':' . $id]['newRecord'][$recFieldName] = '';
2336
                    }
2337
                } else {
2338
                    $this->dbAnalysisStore[] = [$dbAnalysis, $tcaFieldConf['MM'], $id, 0];
2339
                }
2340
                $valueArray = $dbAnalysis->countItems();
2341
            }
2342
        } else {
@@ 3028-3030 (lines=3) @@
3025
                    $this->mmHistoryRecords[$currentTable . ':' . $id]['oldRecord'][$currentField] = '';
3026
                    $this->mmHistoryRecords[$currentTable . ':' . $id]['newRecord'][$currentField] = '';
3027
                }
3028
            } else {
3029
                $this->dbAnalysisStore[] = [$dbAnalysis, $tcaFieldConf['MM'], $id, $prep, $currentTable];
3030
            }
3031
            $valueArray = $dbAnalysis->countItems();
3032
        } else {
3033
            $valueArray = $dbAnalysis->getValueArray($prep);