if (commentKind == Performance.EXPLAINS_DEGRADATION_COMMENT && comment != null)
commentId= fSQL.getCommentId(commentKind, comment);
Dimension[] summaryDimensions= sample.getSummaryDimensions();
for (int i= 0; i < summaryDimensions.length; i++) {
Dimension dimension= summaryDimensions[i];
if (dimension instanceof Dim)
fSQL.createSummaryEntry(variation_id, scenario_id, ((Dim)dimension).getId(), isGlobal, commentId);
}
String shortName= sample.getShortname();
if (shortName != null)