Skip to content
Snippets Groups Projects
Commit 57f9507b authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

add todo comment

parent 3594ef68
Branches
No related tags found
1 merge request!6add feature to load criteria file from resource and place all criteria files...
...@@ -56,6 +56,7 @@ public class ELANValidatorChecker extends Checker implements CorpusFunction { ...@@ -56,6 +56,7 @@ public class ELANValidatorChecker extends Checker implements CorpusFunction {
EAFValidator eafValidator = new EAFValidator(fileUri); EAFValidator eafValidator = new EAFValidator(fileUri);
eafValidator.validate(); eafValidator.validate();
ProcessReport eafReport = eafValidator.getReport(); ProcessReport eafReport = eafValidator.getReport();
// TODO: Analyse report to give better feedback
// Extract the errors and warnings from the validator report // Extract the errors and warnings from the validator report
// Boolean matched = false; // Boolean matched = false;
// for (String line : eafReport.getReportAsString().split("\n+")) { // for (String line : eafReport.getReportAsString().split("\n+")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment