Package daikon.split

Class SplitterFactory

    • Field Detail

      • dkconfig_delete_splitters_on_exit

        public static boolean dkconfig_delete_splitters_on_exit
        Boolean. If true, the temporary Splitter files are deleted on exit. Set it to "false" if you are debugging splitters.
      • dkconfig_compiler

        public static String dkconfig_compiler
        String. Specifies which Java compiler is used to compile Splitters. This can be the full path name or whatever is used on the command line. Uses the current classpath.
      • dkconfig_compile_timeout

        public static int dkconfig_compile_timeout
        Positive integer. Specifies the Splitter compilation timeout, in seconds, after which the compilation process is terminated and retried, on the assumption that it has hung.