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

remove commented out code

parent 06601304
Branches
No related tags found
No related merge requests found
...@@ -177,32 +177,6 @@ public class CorpusChecker { ...@@ -177,32 +177,6 @@ public class CorpusChecker {
@QueryParam("functions") String functions, @QueryParam("functions") String functions,
@QueryParam("token") String token, @QueryParam("token") String token,
@QueryParam("callback") String callbackUrl) { @QueryParam("callback") String callbackUrl) {
//String defaultInfile = "/home/herb/projects/code/hamburg/testcorpora/exmeralda/MEDIA-TEST-BATTERY" ;
//String defaultInfile = "/home/herb/projects/code/hamburg/testcorpora/exmeralda/hmat" ;
//String defaultOutfile = "/tmp/MEDIA-TEST-BATTERY.html" ;
//String defaultOutfile = "/tmp/hmat.html" ;
//String defaultToken = "0xdeadbeef";
//String defaultCallbackUrl = "http://localhost:8081/callback";
//String defaultFunctions = "";
//defaultFunctions += "ExbTimelineChecker" ; // Does not seem to exist
//defaultFunctions += ",ExbFileReferenceChecker" ;
//defaultFunctions += ",ExbFileCoverageChecker" ;
//defaultFunctions += ",ExbStructureChecker" ;
//defaultFunctions += ",RemoveAutoSaveExb"; // heap error with raw statistics
//defaultFunctions += ",ExbTierDisplayNameChecker";
//defaultFunctions += ",IAAFunctionality" ;
//defaultFunctions += ",ExbEventLinebreaksChecker" ;
//defaultFunctions += ",ExbSegmentationChecker" ;
//defaultFunctions += ",RemoveEmptyEvents" ; // weird references in error statistics
//defaultFunctions += ",ExbMP3Next2WavAdder" ;
//defaultFunctions += ",ExbRefTierChecker" ;
//defaultFunctions += ",ExbScriptMixChecker" ;
//defaultFunctions += ",RemoveAbsolutePaths"; // heap error with raw statistics
//defaultFunctions += ",XSLTChecker" ;
//defaultFunctions += ",CorpusDataRegexReplacer" ;
//defaultFunctions += ",NullChecker" ;
//defaultFunctions += ",ExbLangCodes" ;
//String defaultFunctions = "NullChecker" ;
boolean error = false ; boolean error = false ;
ArrayList<String> missing = new ArrayList<>(); ArrayList<String> missing = new ArrayList<>();
if (input == null) { if (input == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment