corpus-services  1.0
de.uni_hamburg.corpora.ReportItem.Severity Enum Reference
+ Collaboration diagram for de.uni_hamburg.corpora.ReportItem.Severity:

Public Attributes

 CRITICAL
 
 WARNING
 
 NOTE
 
 MISSING
 
 CORRECT
 
 IFIXEDITFORYOU
 
 UNKNOWN
 

Detailed Description

Severity of error tells whether or how urgently it needs fixing:

  1. critical errors must to be fixed before data can be added to repo
  2. warnings should fixed before data can be used
  3. notes are informative and can usually be ignored
  4. missing is a special case of error somehow
  5. correct is a case that must not be acted upon
  6. if validator outputs fixed version it should note errors that are automatically corrected as fixed
  7. unknown is used when developer doesn't actually expect or understand the error enough to describe it

If the validator reports all occurrences of things it goes through, the success % or readiness % can be reported.

Definition at line 44 of file ReportItem.java.

Member Data Documentation

de.uni_hamburg.corpora.ReportItem.Severity.CORRECT

Definition at line 49 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.CRITICAL

Definition at line 45 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.IFIXEDITFORYOU

Definition at line 50 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.MISSING

Definition at line 48 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.NOTE

Definition at line 47 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.UNKNOWN

Definition at line 51 of file ReportItem.java.

de.uni_hamburg.corpora.ReportItem.Severity.WARNING

Definition at line 46 of file ReportItem.java.


The documentation for this enum was generated from the following file: