@ -104,7 +104,7 @@ staticAnalysisView.prototype.run = function () {
results.map(function (result, i) {
result.report.map(function (item, i) {
var location = ''
if (item.location !== undefined) {
if (!item.location) {
var split = item.location.split(':')
var file = split[2]
location = {