blob: 03ca5966ea48637de3ee8aa25f11fbd4978065b9 [file] [log] [blame]
if (job.getSteps().isEmpty()) {
BasicDiagnostic diagnostic = new BasicDiagnostic(Diagnostic.WARNING, "org.eclipse.egf.portfolio.build", 0, "a job should have at least a step", new Object[] { job });
diagnosticChain.add(diagnostic);
}