<div className="code-components-cell">
<ComponentMeasure
component={component}
- metricKey="code_smells"
+ metricKey="bugs"
metricType="SHORT_INT"/>
</div>
</td>
<div className="code-components-cell">
<ComponentMeasure
component={component}
- metricKey="bugs"
+ metricKey="vulnerabilities"
metricType="SHORT_INT"/>
</div>
</td>
<div className="code-components-cell">
<ComponentMeasure
component={component}
- metricKey="vulnerabilities"
+ metricKey="code_smells"
metricType="SHORT_INT"/>
</div>
</td>
<th className="thin nowrap text-right code-components-cell">
{baseComponent && translate('metric.ncloc.name')}
</th>
- <th className="thin nowrap text-right code-components-cell">
- {baseComponent && translate('metric.code_smells.name')}
- </th>
<th className="thin nowrap text-right code-components-cell">
{baseComponent && translate('metric.bugs.name')}
</th>
<th className="thin nowrap text-right code-components-cell">
{baseComponent && translate('metric.vulnerabilities.name')}
</th>
+ <th className="thin nowrap text-right code-components-cell">
+ {baseComponent && translate('metric.code_smells.name')}
+ </th>
<th className="thin nowrap text-right code-components-cell">
{baseComponent && translate('metric.coverage.name')}
</th>