phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
20 stars 28 forks source link

Avoid code duplication in createIncidentFromBugReport #50

Closed nijel closed 10 years ago

nijel commented 10 years ago

The Incient::createIncidentFromBugReport method heavily duplicates code for PHP and JS reporting, it should be shared as much is possible (eg. Incident::_getSchematizedIncident could return array in both cases what would make handling almost identical).