private void importDefects(List defects) {
DashHierarchy hier = dashboardContext.getHierarchy();
PropertyKey defectLogKey = hier.findExistingKey(defectLogPath);
ProcessDashboard dashboard = (ProcessDashboard) dashboardContext;
String filename = hier.pget(defectLogKey).getDefectLog();
if (!StringUtils.hasValue(filename)) {
AbortImport.showError("Hierarchy_Changed", selectedPath);
return;
}
DefectLog defectLog = new DefectLog(