diff --git a/autoRTS/logs/cliTestAutoRTS.txt b/autoRTS/logs/cliTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..13368c6b48fb991715397b71505cf05253e37196 --- /dev/null +++ b/autoRTS/logs/cliTestAutoRTS.txt @@ -0,0 +1,208 @@ +Checkout 3d9587caec7dd23d359bc112c63512e2bc3e0702 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +File added: src/main/java/org/apache/commons/cli/AlreadySelectedException.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.UtilTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.bug.BugCLI162Test +Selected test: org.apache.commons.cli.HelpFormatterTest +Selected test: org.apache.commons.cli.TypeHandlerTest +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.OptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI18Test +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI266Test +Selected test: org.apache.commons.cli.OptionTest +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.ParserTestCase +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 234 out of 234 tests (100%) +Selected 234 out of 234 tests (100%) +Checkout e420dd2bebd532abf36d12916358652998e20834 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 13 out of 232 tests (6%) +Selected 232 out of 232 tests (100%) +Checkout ccc2b43def743e89150de364297cc56ac016a7aa +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 232 out of 232 tests (100%) +Checkout 3bc9b84d3ae252800eb234a7b41981a9fef8696d +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.UtilTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.bug.BugCLI162Test +Selected test: org.apache.commons.cli.HelpFormatterTest +Selected test: org.apache.commons.cli.TypeHandlerTest +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.OptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI18Test +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI266Test +Selected test: org.apache.commons.cli.OptionTest +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.ParserTestCase +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 234 out of 234 tests (100%) +Selected 234 out of 234 tests (100%) +Checkout 602a8c1ce295e0ebe59bbcd38de79b8c66219b22 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 86e6c65a414aa6588a2baee2a2534bae571ff6f0 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 23d13f5c3d7fcf810662c31d147c470e4263fe55 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 15 out of 234 tests (6%) +Selected 234 out of 234 tests (100%) +Checkout 3637948608c5fa1d465f4b97da915ea8e0f1774f +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 34fe9e5250a1a568b52ba277fdc86314c20aece3 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 61ed8faecd84a32035ab7d644a5308a0115adefa +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 19849509da2a483ba0a8543606a3b570b7ec5c68 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.bug.BugCLI162Test +Selected test: org.apache.commons.cli.HelpFormatterTest +Selected test: org.apache.commons.cli.TypeHandlerTest +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.bug.BugCLI18Test +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI266Test +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.ParserTestCase +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 213 out of 234 tests (91%) +Selected 234 out of 234 tests (100%) +Checkout 9bdb3dbe184a8a481bf6e8b26167e462c29f4ad8 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.bug.BugCLI162Test +Selected test: org.apache.commons.cli.HelpFormatterTest +Selected test: org.apache.commons.cli.TypeHandlerTest +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.bug.BugCLI18Test +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI266Test +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.ParserTestCase +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 213 out of 234 tests (91%) +Selected 234 out of 234 tests (100%) +Checkout 282bdb6216776f6585e543a8d41f42b7102f51bd +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout ac94e03a15ffa1b56ebb95b993616efbdb0c059e +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.bug.BugCLI162Test +Selected test: org.apache.commons.cli.HelpFormatterTest +Selected test: org.apache.commons.cli.TypeHandlerTest +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.bug.BugCLI18Test +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI266Test +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.ParserTestCase +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 213 out of 234 tests (91%) +Selected 234 out of 234 tests (100%) +Checkout 16bc204808306908be7248e0bb54c9fb7a1b784c +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 04697739edb6b60ecdbcccbfeb4e787728674942 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected test: org.apache.commons.cli.ApplicationTest +Selected test: org.apache.commons.cli.OptionGroupTest +Selected test: org.apache.commons.cli.DisablePartialMatchingTest +Selected test: org.apache.commons.cli.OptionsTest +Selected test: org.apache.commons.cli.bug.BugCLI133Test +Selected test: org.apache.commons.cli.ValuesTest +Selected test: org.apache.commons.cli.CommandLineTest +Selected test: org.apache.commons.cli.ValueTest +Selected test: org.apache.commons.cli.bug.BugsTest +Selected test: org.apache.commons.cli.ArgumentIsOptionTest +Selected test: org.apache.commons.cli.bug.BugCLI148Test +Selected test: org.apache.commons.cli.PatternOptionBuilderTest +Selected test: org.apache.commons.cli.bug.BugCLI252Test +Selected test: org.apache.commons.cli.bug.BugCLI71Test +Selected test: org.apache.commons.cli.bug.BugCLI13Test +Selected test: org.apache.commons.cli.bug.BugCLI265Test +Selected 107 out of 234 tests (46%) +Selected 234 out of 234 tests (100%) +Checkout de5f2b46fa952a69a8819b60d60a03eac1154282 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 76b2750312cf85dd36dfde8bfa1a9fa8a38b9d81 +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout bf43d4ed4639a334245b83c44b6c31f042e784de +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) +Checkout 2392ae8afc08b496a3eb49908aa421ea86a9679e +compile command: /usr/lib/jvm/java-8-oracle/bin/javac -classpath ./junit-4.12.jar:./hamcrest-all-1.3.jar -encoding latin1 -d ./.test-bin ./src/main/java/org/apache/commons/cli/OptionValidator.java ./src/main/java/org/apache/commons/cli/OptionGroup.java ./src/main/java/org/apache/commons/cli/UnrecognizedOptionException.java ./src/main/java/org/apache/commons/cli/ParseException.java ./src/main/java/org/apache/commons/cli/OptionBuilder.java ./src/main/java/org/apache/commons/cli/Option.java ./src/main/java/org/apache/commons/cli/HelpFormatter.java ./src/main/java/org/apache/commons/cli/MissingArgumentException.java ./src/main/java/org/apache/commons/cli/AmbiguousOptionException.java ./src/main/java/org/apache/commons/cli/DefaultParser.java ./src/main/java/org/apache/commons/cli/Util.java ./src/main/java/org/apache/commons/cli/Parser.java ./src/main/java/org/apache/commons/cli/CommandLineParser.java ./src/main/java/org/apache/commons/cli/Options.java ./src/main/java/org/apache/commons/cli/PatternOptionBuilder.java ./src/main/java/org/apache/commons/cli/TypeHandler.java ./src/main/java/org/apache/commons/cli/BasicParser.java ./src/main/java/org/apache/commons/cli/CommandLine.java ./src/main/java/org/apache/commons/cli/GnuParser.java ./src/main/java/org/apache/commons/cli/AlreadySelectedException.java ./src/main/java/org/apache/commons/cli/PosixParser.java ./src/main/java/org/apache/commons/cli/MissingOptionException.java ./src/main/java/org/apache/commons/cli/package-info.java ./src/test/java/org/apache/commons/cli/DisablePartialMatchingTest.java ./src/test/java/org/apache/commons/cli/ValuesTest.java ./src/test/java/org/apache/commons/cli/ArgumentIsOptionTest.java ./src/test/java/org/apache/commons/cli/PatternOptionBuilderTest.java ./src/test/java/org/apache/commons/cli/ValueTest.java ./src/test/java/org/apache/commons/cli/ApplicationTest.java ./src/test/java/org/apache/commons/cli/HelpFormatterTest.java ./src/test/java/org/apache/commons/cli/OptionTest.java ./src/test/java/org/apache/commons/cli/OptionsTest.java ./src/test/java/org/apache/commons/cli/BasicParserTest.java ./src/test/java/org/apache/commons/cli/OptionGroupTest.java ./src/test/java/org/apache/commons/cli/ParserTestCase.java ./src/test/java/org/apache/commons/cli/OptionBuilderTest.java ./src/test/java/org/apache/commons/cli/DefaultParserTest.java ./src/test/java/org/apache/commons/cli/TypeHandlerTest.java ./src/test/java/org/apache/commons/cli/UtilTest.java ./src/test/java/org/apache/commons/cli/CommandLineTest.java ./src/test/java/org/apache/commons/cli/GnuParserTest.java ./src/test/java/org/apache/commons/cli/PosixParserTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI18Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI13Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI71Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java ./src/test/java/org/apache/commons/cli/bug/BugsTest.java ./src/test/java/org/apache/commons/cli/bug/BugCLI148Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java ./src/test/java/org/apache/commons/cli/bug/BugCLI133Test.java +Selected 234 out of 234 tests (100%) diff --git a/autoRTS/logs/cliTestSTARTS.txt b/autoRTS/logs/cliTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..2938c88c5433eb8f90cf8ce98532763e76b813f9 --- /dev/null +++ b/autoRTS/logs/cliTestSTARTS.txt @@ -0,0 +1,243 @@ +Checkout 3d9587caec7dd23d359bc112c63512e2bc3e0702 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.cli.ApplicationTest +INFO: org.apache.commons.cli.ArgumentIsOptionTest +INFO: org.apache.commons.cli.BasicParserTest +INFO: org.apache.commons.cli.CommandLineTest +INFO: org.apache.commons.cli.DefaultParserTest +INFO: org.apache.commons.cli.DisablePartialMatchingTest +INFO: org.apache.commons.cli.GnuParserTest +INFO: org.apache.commons.cli.HelpFormatterTest +INFO: org.apache.commons.cli.OptionBuilderTest +INFO: org.apache.commons.cli.OptionGroupTest +INFO: org.apache.commons.cli.OptionTest +INFO: org.apache.commons.cli.OptionsTest +INFO: org.apache.commons.cli.ParserTestCase +INFO: org.apache.commons.cli.PatternOptionBuilderTest +INFO: org.apache.commons.cli.PosixParserTest +INFO: org.apache.commons.cli.TypeHandlerTest +INFO: org.apache.commons.cli.UtilTest +INFO: org.apache.commons.cli.ValueTest +INFO: org.apache.commons.cli.ValuesTest +INFO: org.apache.commons.cli.bug.BugCLI133Test +INFO: org.apache.commons.cli.bug.BugCLI13Test +INFO: org.apache.commons.cli.bug.BugCLI148Test +INFO: org.apache.commons.cli.bug.BugCLI162Test +INFO: org.apache.commons.cli.bug.BugCLI18Test +INFO: org.apache.commons.cli.bug.BugCLI252Test +INFO: org.apache.commons.cli.bug.BugCLI265Test +INFO: org.apache.commons.cli.bug.BugCLI266Test +INFO: org.apache.commons.cli.bug.BugCLI71Test +INFO: org.apache.commons.cli.bug.BugsTest +INFO: ALL(count): 61 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 525 +INFO: STARTS:Edges: 3553 +INFO: STARTS:AffectedTests: 29 +INFO: STARTS:TotalTests: 29 +Checkout e420dd2bebd532abf36d12916358652998e20834 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.cli.BasicParserTest +INFO: org.apache.commons.cli.CommandLineTest +INFO: org.apache.commons.cli.DefaultParserTest +INFO: org.apache.commons.cli.GnuParserTest +INFO: org.apache.commons.cli.ParserTestCase +INFO: org.apache.commons.cli.PosixParserTest +INFO: org.apache.commons.cli.bug.BugCLI252Test +INFO: org.apache.commons.cli.bug.BugCLI265Test +INFO: ALL(count): 60 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 524 +INFO: STARTS:Edges: 3543 +INFO: STARTS:AffectedTests: 8 +INFO: STARTS:TotalTests: 28 +Checkout ccc2b43def743e89150de364297cc56ac016a7aa +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 28 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 3bc9b84d3ae252800eb234a7b41981a9fef8696d +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.cli.BasicParserTest +INFO: org.apache.commons.cli.CommandLineTest +INFO: org.apache.commons.cli.DefaultParserTest +INFO: org.apache.commons.cli.DisablePartialMatchingTest +INFO: org.apache.commons.cli.GnuParserTest +INFO: org.apache.commons.cli.ParserTestCase +INFO: org.apache.commons.cli.PosixParserTest +INFO: org.apache.commons.cli.bug.BugCLI252Test +INFO: org.apache.commons.cli.bug.BugCLI265Test +INFO: ALL(count): 61 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 525 +INFO: STARTS:Edges: 3553 +INFO: STARTS:AffectedTests: 9 +INFO: STARTS:TotalTests: 29 +Checkout 602a8c1ce295e0ebe59bbcd38de79b8c66219b22 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 86e6c65a414aa6588a2baee2a2534bae571ff6f0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 23d13f5c3d7fcf810662c31d147c470e4263fe55 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 3637948608c5fa1d465f4b97da915ea8e0f1774f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 34fe9e5250a1a568b52ba277fdc86314c20aece3 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 61ed8faecd84a32035ab7d644a5308a0115adefa +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 19849509da2a483ba0a8543606a3b570b7ec5c68 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 9bdb3dbe184a8a481bf6e8b26167e462c29f4ad8 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 282bdb6216776f6585e543a8d41f42b7102f51bd +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout ac94e03a15ffa1b56ebb95b993616efbdb0c059e +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 16bc204808306908be7248e0bb54c9fb7a1b784c +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 04697739edb6b60ecdbcccbfeb4e787728674942 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout de5f2b46fa952a69a8819b60d60a03eac1154282 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 76b2750312cf85dd36dfde8bfa1a9fa8a38b9d81 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout bf43d4ed4639a334245b83c44b6c31f042e784de +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 2392ae8afc08b496a3eb49908aa421ea86a9679e +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 29 +INFO: ********** Run ********** +INFO: No tests are selected to run. diff --git a/autoRTS/logs/dbutilsTestAutoRTS.txt b/autoRTS/logs/dbutilsTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..3425dd6d910a74947833090e610a2f80ffd5a373 --- /dev/null +++ b/autoRTS/logs/dbutilsTestAutoRTS.txt @@ -0,0 +1,196 @@ +Checkout c44ef0401393c6a73a702feb948cd6973a231c1b +Selected test: org.apache.commons.dbutils.QueryRunnerTest +Selected test: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.LongColumnHandlerTest +Selected test: org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest +Selected test: org.apache.commons.dbutils.handlers.MapListHandlerTest +Selected test: org.apache.commons.dbutils.QueryLoaderTest +Selected test: org.apache.commons.dbutils.handlers.columns.ByteColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.DoubleColumnHandlerTest +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.ServiceLoaderTest +Selected test: org.apache.commons.dbutils.handlers.BeanHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.SQLXMLColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +Selected test: org.apache.commons.dbutils.DbUtilsTest +Selected test: org.apache.commons.dbutils.handlers.properties.StringEnumPropertyHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected test: org.apache.commons.dbutils.handlers.columns.TimestampColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.StringColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.properties.DatePropertyHandlerTest +Selected test: org.apache.commons.dbutils.ProxyFactoryTest +Selected test: org.apache.commons.dbutils.handlers.ScalarHandlerTest +Selected test: org.apache.commons.dbutils.StatementConfigurationTest +Selected test: org.apache.commons.dbutils.handlers.KeyedHandlerTest +Selected test: org.apache.commons.dbutils.BasicRowProcessorTest +Selected test: org.apache.commons.dbutils.handlers.columns.BooleanColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.MapHandlerTest +Selected test: org.apache.commons.dbutils.handlers.BeanListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.IntegerColumnHandlerTest +Selected test: org.apache.commons.dbutils.GenerousBeanProcessorTest +Selected test: org.apache.commons.dbutils.ResultSetIteratorTest +Selected test: org.apache.commons.dbutils.handlers.columns.FloatColumnHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ColumnListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ShortColumnHandlerTest +Selected test: org.apache.commons.dbutils.BaseTestCase +Selected test: org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest +Selected test: org.apache.commons.dbutils.AsyncQueryRunnerTest +Selected test: org.apache.commons.dbutils.BeanProcessorTest +Selected test: org.apache.commons.dbutils.OutParameterTest +Selected test: org.apache.commons.dbutils.handlers.properties.PropertyHandlerTest +Selected 259 out of 259 tests (100%) +Selected 259 out of 259 tests (100%) +Checkout 6817ed7bf264819c57946ee2fb1a965743af4bd6 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 54e978365278a1e6a566ffbcb37cfc1f47dfb142 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout df888ad71fdc0cebbed9c47ec496511223fc0df6 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout dd548963114debcfe02c64c83ccfe52e0814bbbd +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 0446d3f44b6b70bba8a64d1e278ac9bc6ea7dd56 +Selected test: org.apache.commons.dbutils.QueryRunnerTest +Selected test: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +Selected test: org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest +Selected test: org.apache.commons.dbutils.handlers.MapListHandlerTest +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.BeanHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected test: org.apache.commons.dbutils.handlers.KeyedHandlerTest +Selected test: org.apache.commons.dbutils.BasicRowProcessorTest +Selected test: org.apache.commons.dbutils.handlers.BeanListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.MapHandlerTest +Selected test: org.apache.commons.dbutils.GenerousBeanProcessorTest +Selected test: org.apache.commons.dbutils.ResultSetIteratorTest +Selected test: org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest +Selected test: org.apache.commons.dbutils.AsyncQueryRunnerTest +Selected test: org.apache.commons.dbutils.BeanProcessorTest +Selected test: org.apache.commons.dbutils.OutParameterTest +Selected 180 out of 259 tests (69%) +Selected 259 out of 259 tests (100%) +Checkout 5bc6f93965cd206d8849e24d9966eaa96e94725b +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 38a10ac32d5872bfdfe0d02ea72f8500194603d5 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout d890c34d81d9e59a9ab2e2811d9b7b8464928725 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 6d8ba4e579d217a7a6dc94abfb11fe3b54974cc3 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 920642362c32e6260cb2cd30c1416077be6c7ba4 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout d7181205fdfbee77197c95225dad0f961d875656 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 469d4a85c0bde16b90240763a9319f797b0849be +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 5dad81322639af165d5fc5ba7016c7bc9e172a4c +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout ea94faec8299f90f3c187b3b0f95aaf105758ceb +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 0e6405a12f74d6622e1d2e05bb649560da13669f +Selected test: org.apache.commons.dbutils.QueryRunnerTest +Selected test: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +Selected test: org.apache.commons.dbutils.handlers.MapListHandlerTest +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.BeanHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected test: org.apache.commons.dbutils.handlers.KeyedHandlerTest +Selected test: org.apache.commons.dbutils.BasicRowProcessorTest +Selected test: org.apache.commons.dbutils.handlers.BeanListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.MapHandlerTest +Selected test: org.apache.commons.dbutils.GenerousBeanProcessorTest +Selected test: org.apache.commons.dbutils.ResultSetIteratorTest +Selected test: org.apache.commons.dbutils.AsyncQueryRunnerTest +Selected test: org.apache.commons.dbutils.BeanProcessorTest +Selected 133 out of 259 tests (51%) +Selected 259 out of 259 tests (100%) +Checkout 3b2361e7be051298dcd8532392dce0781ceb1f31 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 007dbf733fb929e35d13d61812e998d60904b723 +Selected test: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.BeanHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected test: org.apache.commons.dbutils.BasicRowProcessorTest +Selected test: org.apache.commons.dbutils.handlers.BeanListHandlerTest +Selected test: org.apache.commons.dbutils.BeanProcessorTest +Selected 25 out of 259 tests (10%) +Selected 259 out of 259 tests (100%) +Checkout 062a9ed46749de1bb3f3e3842daa992ccda43449 +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected 3 out of 259 tests (1%) +Selected 259 out of 259 tests (100%) +Checkout 084f286a0d7ffdde482ab5a9e4ada7affe2547f0 +Selected test: org.apache.commons.dbutils.QueryRunnerTest +Selected test: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +Selected test: org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest +Selected test: org.apache.commons.dbutils.handlers.MapListHandlerTest +Selected test: org.apache.commons.dbutils.QueryLoaderTest +Selected test: org.apache.commons.dbutils.BaseResultSetHandlerTest +Selected test: org.apache.commons.dbutils.handlers.BeanHandlerTest +Selected test: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +Selected test: org.apache.commons.dbutils.DbUtilsTest +Selected test: org.apache.commons.dbutils.handlers.ArrayHandlerTest +Selected test: org.apache.commons.dbutils.handlers.columns.ColumnHandlerTestBase +Selected test: org.apache.commons.dbutils.ProxyFactoryTest +Selected test: org.apache.commons.dbutils.handlers.ScalarHandlerTest +Selected test: org.apache.commons.dbutils.handlers.KeyedHandlerTest +Selected test: org.apache.commons.dbutils.BasicRowProcessorTest +Selected test: org.apache.commons.dbutils.handlers.BeanListHandlerTest +Selected test: org.apache.commons.dbutils.handlers.MapHandlerTest +Selected test: org.apache.commons.dbutils.GenerousBeanProcessorTest +Selected test: org.apache.commons.dbutils.ResultSetIteratorTest +Selected test: org.apache.commons.dbutils.handlers.ColumnListHandlerTest +Selected test: org.apache.commons.dbutils.BaseTestCase +Selected test: org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest +Selected test: org.apache.commons.dbutils.AsyncQueryRunnerTest +Selected test: org.apache.commons.dbutils.BeanProcessorTest +Selected 229 out of 259 tests (88%) +Selected 259 out of 259 tests (100%) diff --git a/autoRTS/logs/dbutilsTestSTARTS.txt b/autoRTS/logs/dbutilsTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..71c01ed864a1d43bab07d0f1a65358424fa28757 --- /dev/null +++ b/autoRTS/logs/dbutilsTestSTARTS.txt @@ -0,0 +1,255 @@ +Checkout c44ef0401393c6a73a702feb948cd6973a231c1b +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.dbutils.AsyncQueryRunnerTest +INFO: org.apache.commons.dbutils.BaseResultSetHandlerTest +INFO: org.apache.commons.dbutils.BasicRowProcessorTest +INFO: org.apache.commons.dbutils.BeanProcessorTest +INFO: org.apache.commons.dbutils.DbUtilsTest +INFO: org.apache.commons.dbutils.GenerousBeanProcessorTest +INFO: org.apache.commons.dbutils.OutParameterTest +INFO: org.apache.commons.dbutils.ProxyFactoryTest +INFO: org.apache.commons.dbutils.QueryLoaderTest +INFO: org.apache.commons.dbutils.QueryRunnerTest +INFO: org.apache.commons.dbutils.ResultSetIteratorTest +INFO: org.apache.commons.dbutils.ServiceLoaderTest +INFO: org.apache.commons.dbutils.StatementConfigurationTest +INFO: org.apache.commons.dbutils.TestBean +INFO: org.apache.commons.dbutils.TestBean$Ordinal +INFO: org.apache.commons.dbutils.handlers.ArrayHandlerTest +INFO: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanListHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +INFO: org.apache.commons.dbutils.handlers.ColumnListHandlerTest +INFO: org.apache.commons.dbutils.handlers.KeyedHandlerTest +INFO: org.apache.commons.dbutils.handlers.MapHandlerTest +INFO: org.apache.commons.dbutils.handlers.MapListHandlerTest +INFO: org.apache.commons.dbutils.handlers.ScalarHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.BooleanColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.ByteColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.DoubleColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.FloatColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.IntegerColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.LongColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.SQLXMLColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.ShortColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.StringColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.columns.TestColumnHandler +INFO: org.apache.commons.dbutils.handlers.columns.TimestampColumnHandlerTest +INFO: org.apache.commons.dbutils.handlers.properties.DatePropertyHandlerTest +INFO: org.apache.commons.dbutils.handlers.properties.PropertyHandlerTest +INFO: org.apache.commons.dbutils.handlers.properties.StringEnumPropertyHandlerTest +INFO: org.apache.commons.dbutils.handlers.properties.TestEnum +INFO: org.apache.commons.dbutils.handlers.properties.TestPropertyHandler +INFO: org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest +INFO: org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest +INFO: ALL(count): 132 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 1473 +INFO: STARTS:Edges: 11048 +INFO: STARTS:AffectedTests: 43 +INFO: STARTS:TotalTests: 43 +Checkout 6817ed7bf264819c57946ee2fb1a965743af4bd6 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 54e978365278a1e6a566ffbcb37cfc1f47dfb142 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout df888ad71fdc0cebbed9c47ec496511223fc0df6 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout dd548963114debcfe02c64c83ccfe52e0814bbbd +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 0446d3f44b6b70bba8a64d1e278ac9bc6ea7dd56 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 5bc6f93965cd206d8849e24d9966eaa96e94725b +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 38a10ac32d5872bfdfe0d02ea72f8500194603d5 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout d890c34d81d9e59a9ab2e2811d9b7b8464928725 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 6d8ba4e579d217a7a6dc94abfb11fe3b54974cc3 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 920642362c32e6260cb2cd30c1416077be6c7ba4 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout d7181205fdfbee77197c95225dad0f961d875656 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 469d4a85c0bde16b90240763a9319f797b0849be +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 5dad81322639af165d5fc5ba7016c7bc9e172a4c +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout ea94faec8299f90f3c187b3b0f95aaf105758ceb +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 0e6405a12f74d6622e1d2e05bb649560da13669f +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.dbutils.AsyncQueryRunnerTest +INFO: org.apache.commons.dbutils.BasicRowProcessorTest +INFO: org.apache.commons.dbutils.BeanProcessorTest +INFO: org.apache.commons.dbutils.GenerousBeanProcessorTest +INFO: org.apache.commons.dbutils.QueryRunnerTest +INFO: org.apache.commons.dbutils.ResultSetIteratorTest +INFO: org.apache.commons.dbutils.handlers.ArrayHandlerTest +INFO: org.apache.commons.dbutils.handlers.ArrayListHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanListHandlerTest +INFO: org.apache.commons.dbutils.handlers.BeanMapHandlerTest +INFO: org.apache.commons.dbutils.handlers.KeyedHandlerTest +INFO: org.apache.commons.dbutils.handlers.MapHandlerTest +INFO: org.apache.commons.dbutils.handlers.MapListHandlerTest +INFO: ALL(count): 132 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 1473 +INFO: STARTS:Edges: 11048 +INFO: STARTS:AffectedTests: 14 +INFO: STARTS:TotalTests: 43 +Checkout 3b2361e7be051298dcd8532392dce0781ceb1f31 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 007dbf733fb929e35d13d61812e998d60904b723 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 062a9ed46749de1bb3f3e3842daa992ccda43449 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 084f286a0d7ffdde482ab5a9e4ada7affe2547f0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 43 +INFO: ********** Run ********** +INFO: No tests are selected to run. diff --git a/autoRTS/logs/fileuploadTestAutoRTS.txt b/autoRTS/logs/fileuploadTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..2753a43924f23e77cf4418c0931fbb339cf9f1f7 --- /dev/null +++ b/autoRTS/logs/fileuploadTestAutoRTS.txt @@ -0,0 +1,128 @@ +Checkout f8f529ee0baecc9262317cc5375af1eb42aadab4 +Selected test: org.apache.commons.fileupload.util.mime.Base64DecoderTestCase +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.util.mime.QuotedPrintableDecoderTestCase +Selected test: org.apache.commons.fileupload.FileItemHeadersTest +Selected test: org.apache.commons.fileupload.MultipartStreamTest +Selected test: org.apache.commons.fileupload.ParameterParserTest +Selected test: org.apache.commons.fileupload.ProgressListenerTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.util.mime.MimeUtilityTestCase +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 73 out of 73 tests (100%) +Selected 73 out of 73 tests (100%) +Checkout 86a79bceac4a267819de986ca814f11b48d81da3 +Selected 73 out of 73 tests (100%) +Checkout cc67fb5c51548cdb87e3888f1696a2622bb4b446 +Selected 73 out of 73 tests (100%) +Checkout fc2d541d3599bb8546f956af1f9ce1d189dda7cc +Selected 73 out of 73 tests (100%) +Checkout 422caf46e5b7a950c639b8ba9fe41e16279b3aa9 +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.ProgressListenerTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected 16 out of 73 tests (22%) +Selected 73 out of 73 tests (100%) +Checkout a6fd4ca68567e7a5fbebc680e7511e0c3bb924cf +Selected 73 out of 73 tests (100%) +Checkout 5832cbfbb141264599f0298d31ac3c84c08c601e +Selected 73 out of 73 tests (100%) +Checkout 248fff186e33dcdcff49bea4f1f894f5c226c36c +Selected 73 out of 73 tests (100%) +Checkout 85104ae61e58ea3493b7984c0bca2139171aa3ef +Selected 73 out of 73 tests (100%) +Checkout 2434446fbaff5ee8d90ec884e32e08aa75492841 +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 34 out of 74 tests (46%) +Selected 74 out of 74 tests (100%) +Checkout 35d6e9e41a92c9654d607f4163eee1c830725e06 +Selected 74 out of 74 tests (100%) +Checkout 01a9e0e3555fdfa6ff3e8c7b66047ee566e0f6fc +Selected 74 out of 74 tests (100%) +Checkout b57dcf4d3d5a63f05e9ac16286a9aac79f580a7f +Selected 74 out of 74 tests (100%) +Checkout 180f6138b185a03ae1ee154b8048d67cf23af181 +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 34 out of 74 tests (46%) +Selected 74 out of 74 tests (100%) +Checkout 4242ff461ef2fd28a41b04946c0161f3d891da54 +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 34 out of 74 tests (46%) +Selected 74 out of 74 tests (100%) +Checkout 6c00d575a9521c386743891fd34bc5181174cc01 +Selected 74 out of 74 tests (100%) +Checkout 3cc0a34d2dd4d8ee6ad2f025a955b6d98e2b8f2d +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.ParameterParserTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.ProgressListenerTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.util.mime.MimeUtilityTestCase +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 46 out of 74 tests (62%) +Selected 74 out of 74 tests (100%) +Checkout a2446c7fced12f49766206009ba193b8e1563ca5 +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 34 out of 74 tests (46%) +Selected 74 out of 74 tests (100%) +Checkout bede1aaceec656c4330e7c51b3f232ae469e7e0e +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected test: org.apache.commons.fileupload.DiskFileItemSerializeTest +Selected test: org.apache.commons.fileupload.DefaultFileItemTest +Selected 34 out of 74 tests (46%) +Selected 74 out of 74 tests (100%) +Checkout cae90facebc54803232a0593003914ca77193a73 +Selected test: org.apache.commons.fileupload.DiskFileUploadTest +Selected test: org.apache.commons.fileupload.FileUploadTest +Selected test: org.apache.commons.fileupload.SizesTest +Selected test: org.apache.commons.fileupload.portlet.PortletFileUploadTest +Selected test: org.apache.commons.fileupload.MultipartStreamTest +Selected test: org.apache.commons.fileupload.StreamingTest +Selected test: org.apache.commons.fileupload.ProgressListenerTest +Selected test: org.apache.commons.fileupload.servlet.ServletFileUploadTest +Selected 27 out of 74 tests (36%) +Selected 74 out of 74 tests (100%) diff --git a/autoRTS/logs/fileuploadTestSTARTS.txt b/autoRTS/logs/fileuploadTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..fc31a157e46189111c2d07110893f7818e904ff7 --- /dev/null +++ b/autoRTS/logs/fileuploadTestSTARTS.txt @@ -0,0 +1,257 @@ +Checkout f8f529ee0baecc9262317cc5375af1eb42aadab4 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DefaultFileItemTest +INFO: org.apache.commons.fileupload.DiskFileItemSerializeTest +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileItemHeadersTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.MultipartStreamTest +INFO: org.apache.commons.fileupload.ParameterParserTest +INFO: org.apache.commons.fileupload.ProgressListenerTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: org.apache.commons.fileupload.util.mime.Base64DecoderTestCase +INFO: org.apache.commons.fileupload.util.mime.MimeUtilityTestCase +INFO: org.apache.commons.fileupload.util.mime.QuotedPrintableDecoderTestCase +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 774 +INFO: STARTS:Edges: 5020 +INFO: STARTS:AffectedTests: 15 +INFO: STARTS:TotalTests: 15 +Checkout 86a79bceac4a267819de986ca814f11b48d81da3 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout cc67fb5c51548cdb87e3888f1696a2622bb4b446 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout fc2d541d3599bb8546f956af1f9ce1d189dda7cc +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 422caf46e5b7a950c639b8ba9fe41e16279b3aa9 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.ProgressListenerTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5010 +INFO: STARTS:AffectedTests: 5 +INFO: STARTS:TotalTests: 15 +Checkout a6fd4ca68567e7a5fbebc680e7511e0c3bb924cf +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 5832cbfbb141264599f0298d31ac3c84c08c601e +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 248fff186e33dcdcff49bea4f1f894f5c226c36c +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 85104ae61e58ea3493b7984c0bca2139171aa3ef +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 2434446fbaff5ee8d90ec884e32e08aa75492841 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DefaultFileItemTest +INFO: org.apache.commons.fileupload.DiskFileItemSerializeTest +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5011 +INFO: STARTS:AffectedTests: 8 +INFO: STARTS:TotalTests: 15 +Checkout 35d6e9e41a92c9654d607f4163eee1c830725e06 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 01a9e0e3555fdfa6ff3e8c7b66047ee566e0f6fc +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout b57dcf4d3d5a63f05e9ac16286a9aac79f580a7f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 180f6138b185a03ae1ee154b8048d67cf23af181 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DefaultFileItemTest +INFO: org.apache.commons.fileupload.DiskFileItemSerializeTest +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5011 +INFO: STARTS:AffectedTests: 8 +INFO: STARTS:TotalTests: 15 +Checkout 4242ff461ef2fd28a41b04946c0161f3d891da54 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DefaultFileItemTest +INFO: org.apache.commons.fileupload.DiskFileItemSerializeTest +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5011 +INFO: STARTS:AffectedTests: 8 +INFO: STARTS:TotalTests: 15 +Checkout 6c00d575a9521c386743891fd34bc5181174cc01 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 3cc0a34d2dd4d8ee6ad2f025a955b6d98e2b8f2d +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DefaultFileItemTest +INFO: org.apache.commons.fileupload.DiskFileItemSerializeTest +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.MultipartStreamTest +INFO: org.apache.commons.fileupload.ParameterParserTest +INFO: org.apache.commons.fileupload.ProgressListenerTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: org.apache.commons.fileupload.util.mime.MimeUtilityTestCase +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5011 +INFO: STARTS:AffectedTests: 12 +INFO: STARTS:TotalTests: 15 +Checkout a2446c7fced12f49766206009ba193b8e1563ca5 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout bede1aaceec656c4330e7c51b3f232ae469e7e0e +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 15 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout cae90facebc54803232a0593003914ca77193a73 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.fileupload.DiskFileUploadTest +INFO: org.apache.commons.fileupload.FileUploadTest +INFO: org.apache.commons.fileupload.MultipartStreamTest +INFO: org.apache.commons.fileupload.ProgressListenerTest +INFO: org.apache.commons.fileupload.SizesTest +INFO: org.apache.commons.fileupload.StreamingTest +INFO: org.apache.commons.fileupload.portlet.PortletFileUploadTest +INFO: org.apache.commons.fileupload.servlet.ServletFileUploadTest +INFO: ALL(count): 74 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 773 +INFO: STARTS:Edges: 5011 +INFO: STARTS:AffectedTests: 8 +INFO: STARTS:TotalTests: 15 diff --git a/autoRTS/logs/functorTestAutoRTS.txt b/autoRTS/logs/functorTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..80fa055bd5ebf12272593a119df6f7cf384dd2a4 --- /dev/null +++ b/autoRTS/logs/functorTestAutoRTS.txt @@ -0,0 +1,689 @@ +Checkout 5de509a579b0c39b1dcd3c7641680ade54851c3b +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.core.composite.TestConditionalProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +Selected test: org.apache.commons.functor.core.comparator.TestComparatorFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.TestRightIdentity +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +Selected test: org.apache.commons.functor.generator.TestWhileGenerate +Selected test: org.apache.commons.functor.core.TestLeftIdentity +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +Selected test: org.apache.commons.functor.generator.TestGenerateUntil +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsEquivalent +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +Selected test: org.apache.commons.functor.example.aggregator.list.OwnFunctionImplementationSample +Selected test: org.apache.commons.functor.core.composite.TestTransposedProcedure +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +Selected test: org.apache.commons.functor.core.composite.TestComposite +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +Selected test: org.apache.commons.functor.core.comparator.TestIsWithinRange +Selected test: org.apache.commons.functor.core.collection.TestTransformedIterator +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +Selected test: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.collection.TestIsEmpty +Selected test: org.apache.commons.functor.core.composite.TestTransposedPredicate +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +Selected test: org.apache.commons.functor.core.composite.TestAnd +Selected test: org.apache.commons.functor.example.aggregator.nostore.NoStoreAggregatorSample +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterable +Selected test: org.apache.commons.functor.core.TestOffset +Selected test: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +Selected test: org.apache.commons.functor.BaseFunctorTest +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.adapter.TestFunctionPredicate +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightFunction +Selected test: org.apache.commons.functor.core.composite.TestBinaryAnd +Selected test: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +Selected test: org.apache.commons.functor.core.composite.TestNot +Selected test: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +Selected test: org.apache.commons.functor.adapter.TestFunctionProcedure +Selected test: org.apache.commons.functor.core.TestIsNotNull +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestProcedureProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.comparator.TestMin +Selected test: org.apache.commons.functor.core.composite.TestConditionalPredicate +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.composite.TestConditionalFunction +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +Selected test: org.apache.commons.functor.core.composite.TestCompositeProcedure +Selected test: org.apache.commons.functor.generator.util.TestIntegerRange +Selected test: org.apache.commons.functor.core.comparator.TestMax +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +Selected test: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +Selected test: org.apache.commons.functor.core.collection.TestIsElementOf +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.example.FlexiMapExample +Selected test: org.apache.commons.functor.core.composite.TestNullaryNot +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThan +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +Selected test: org.apache.commons.functor.core.TestIdentity +Selected test: org.apache.commons.functor.core.TestNoOp +Selected test: org.apache.commons.functor.core.algorithm.TestDoUntil +Selected test: org.apache.commons.functor.core.composite.TestCompositeFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestRightBoundPredicate +Selected test: org.apache.commons.functor.core.TestIsInstance +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +Selected test: org.apache.commons.functor.example.kata.one.SupermarketPricingExample +Selected test: org.apache.commons.functor.example.aggregator.list.OwnListImplementationSample +Selected test: org.apache.commons.functor.core.composite.TestConditional +Selected test: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestTransposedFunction +Selected test: org.apache.commons.functor.core.algorithm.TestRemoveMatching +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +Selected test: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +Selected test: org.apache.commons.functor.adapter.TestLeftBoundFunction +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.core.composite.TestOr +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterator +Selected test: org.apache.commons.functor.adapter.TestLeftBoundProcedure +Selected test: org.apache.commons.functor.generator.TestGenerateWhile +Selected test: org.apache.commons.functor.core.composite.TestNullarySequence +Selected test: org.apache.commons.functor.example.lines.TestLines +Selected test: org.apache.commons.functor.adapter.TestRightBoundProcedure +Selected test: org.apache.commons.functor.core.algorithm.TestRetainMatching +Selected test: org.apache.commons.functor.core.TestIsNotEqual +Selected test: org.apache.commons.functor.example.map.TestLazyMap +Selected test: org.apache.commons.functor.example.kata.four.TestSoccer +Selected test: org.apache.commons.functor.core.composite.TestNullaryAnd +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +Selected test: org.apache.commons.functor.core.TestIsSame +Selected test: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.generator.TestBaseGenerator +Selected test: org.apache.commons.functor.core.TestIsEqual +Selected test: org.apache.commons.functor.generator.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +Selected test: org.apache.commons.functor.core.algorithm.TestWhileDo +Selected test: org.apache.commons.functor.core.composite.TestCompositePredicate +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +Selected test: org.apache.commons.functor.adapter.TestProcedureFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +Selected test: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +Selected test: org.apache.commons.functor.example.map.TestPredicatedMap +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.generator.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +Selected test: org.apache.commons.functor.adapter.TestPredicateFunction +Selected test: org.apache.commons.functor.generator.util.TestLongRange +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.core.TestIsNull +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +Selected test: org.apache.commons.functor.core.TestIsNotSame +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +Selected test: org.apache.commons.functor.core.comparator.TestComparableComparator +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +Selected test: org.apache.commons.functor.adapter.TestRightBoundFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestSequence +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryFunction +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThan +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +Selected test: org.apache.commons.functor.generator.TestTransformedGenerator +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +Selected test: org.apache.commons.functor.core.TestLimit +Selected test: org.apache.commons.functor.core.algorithm.TestDoWhile +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected test: org.apache.commons.functor.core.algorithm.TestUntilDo +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +Selected test: org.apache.commons.functor.core.composite.TestBinaryOr +Selected test: org.apache.commons.functor.core.composite.TestBinaryNot +Selected test: org.apache.commons.functor.adapter.TestLeftBoundPredicate +Selected test: org.apache.commons.functor.example.kata.four.TestWeather +Selected test: org.apache.commons.functor.core.collection.TestSize +Selected test: org.apache.commons.functor.core.TestConstant +Selected test: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +Selected test: org.apache.commons.functor.core.composite.TestBinarySequence +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +Selected test: org.apache.commons.functor.core.composite.TestNullaryOr +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +Selected 668 out of 668 tests (100%) +Selected 668 out of 668 tests (100%) +Checkout 4c73da5e2272702521bb61e5b4a94c3e8f4547f9 +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +Selected test: org.apache.commons.functor.core.comparator.TestComparatorFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.TestRightIdentity +Selected test: org.apache.commons.functor.core.TestLeftIdentity +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +Selected test: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.composite.TestTransposedPredicate +Selected test: org.apache.commons.functor.core.composite.TestAnd +Selected test: org.apache.commons.functor.core.TestOffset +Selected test: org.apache.commons.functor.BaseFunctorTest +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +Selected test: org.apache.commons.functor.adapter.TestFunctionProcedure +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +Selected test: org.apache.commons.functor.adapter.TestProcedureProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +Selected test: org.apache.commons.functor.core.comparator.TestMin +Selected test: org.apache.commons.functor.core.composite.TestConditionalPredicate +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.example.FlexiMapExample +Selected test: org.apache.commons.functor.core.composite.TestNullaryNot +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +Selected test: org.apache.commons.functor.core.TestIdentity +Selected test: org.apache.commons.functor.core.TestNoOp +Selected test: org.apache.commons.functor.core.composite.TestCompositeFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +Selected test: org.apache.commons.functor.range.TestEndpoint +Selected test: org.apache.commons.functor.core.composite.TestTransposedFunction +Selected test: org.apache.commons.functor.core.algorithm.TestRemoveMatching +Selected test: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.adapter.TestLeftBoundProcedure +Selected test: org.apache.commons.functor.adapter.TestRightBoundProcedure +Selected test: org.apache.commons.functor.core.TestIsNotEqual +Selected test: org.apache.commons.functor.example.map.TestLazyMap +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestNullaryAnd +Selected test: org.apache.commons.functor.core.TestIsSame +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.TestIsEqual +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +Selected test: org.apache.commons.functor.adapter.TestProcedureFunction +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +Selected test: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +Selected test: org.apache.commons.functor.example.map.TestPredicatedMap +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +Selected test: org.apache.commons.functor.core.comparator.TestComparableComparator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +Selected test: org.apache.commons.functor.core.algorithm.TestUntilDo +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +Selected test: org.apache.commons.functor.core.composite.TestBinaryOr +Selected test: org.apache.commons.functor.core.composite.TestBinaryNot +Selected test: org.apache.commons.functor.adapter.TestLeftBoundPredicate +Selected test: org.apache.commons.functor.core.TestConstant +Selected test: org.apache.commons.functor.core.collection.TestSize +Selected test: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +Selected test: org.apache.commons.functor.core.composite.TestBinarySequence +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +Selected test: org.apache.commons.functor.core.composite.TestNullaryOr +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.core.composite.TestConditionalProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +Selected test: org.apache.commons.functor.core.comparator.TestIsEquivalent +Selected test: org.apache.commons.functor.core.composite.TestTransposedProcedure +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +Selected test: org.apache.commons.functor.core.composite.TestComposite +Selected test: org.apache.commons.functor.core.comparator.TestIsWithinRange +Selected test: org.apache.commons.functor.core.collection.TestTransformedIterator +Selected test: org.apache.commons.functor.core.collection.TestIsEmpty +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterable +Selected test: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +Selected test: org.apache.commons.functor.adapter.TestFunctionPredicate +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightFunction +Selected test: org.apache.commons.functor.core.composite.TestBinaryAnd +Selected test: org.apache.commons.functor.core.composite.TestNot +Selected test: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +Selected test: org.apache.commons.functor.core.TestIsNotNull +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.composite.TestConditionalFunction +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +Selected test: org.apache.commons.functor.core.composite.TestCompositeProcedure +Selected test: org.apache.commons.functor.core.comparator.TestMax +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +Selected test: org.apache.commons.functor.core.collection.TestIsElementOf +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThan +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestDoUntil +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.adapter.TestRightBoundPredicate +Selected test: org.apache.commons.functor.core.TestIsInstance +Selected test: org.apache.commons.functor.example.kata.one.SupermarketPricingExample +Selected test: org.apache.commons.functor.core.composite.TestConditional +Selected test: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +Selected test: org.apache.commons.functor.adapter.TestLeftBoundFunction +Selected test: org.apache.commons.functor.core.composite.TestOr +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterator +Selected test: org.apache.commons.functor.core.composite.TestNullarySequence +Selected test: org.apache.commons.functor.example.lines.TestLines +Selected test: org.apache.commons.functor.core.algorithm.TestRetainMatching +Selected test: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +Selected test: org.apache.commons.functor.generator.loop.TestLoopGenerator +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.generator.TestBaseGenerator +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.core.composite.TestCompositePredicate +Selected test: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestWhileDo +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.adapter.TestPredicateFunction +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.core.TestIsNull +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +Selected test: org.apache.commons.functor.core.TestIsNotSame +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +Selected test: org.apache.commons.functor.adapter.TestRightBoundFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestSequence +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryFunction +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThan +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +Selected test: org.apache.commons.functor.core.TestLimit +Selected test: org.apache.commons.functor.core.algorithm.TestDoWhile +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +Selected 846 out of 853 tests (99%) +Selected 853 out of 853 tests (100%) +Checkout d6beb0438ed3432cd4246a62b821735540b45431 +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.range.TestEndpoint +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected 256 out of 853 tests (30%) +Selected 853 out of 853 tests (100%) +Checkout 56035111e4879168106d68786042538462220765 +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected 252 out of 853 tests (30%) +Selected 853 out of 853 tests (100%) +Checkout 10c78767a3cc6937733c3a85ea20b6835c5d9bfc +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected 252 out of 853 tests (30%) +Selected 853 out of 853 tests (100%) +Checkout 0bb123752e2f7c225a5322d9f00cfd6df1a75510 +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.example.lines.TestLines +Selected test: org.apache.commons.functor.generator.loop.TestLoopGenerator +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.generator.TestBaseGenerator +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected 292 out of 853 tests (34%) +Selected 853 out of 853 tests (100%) +Checkout 64dfb78b1f5d5fd7cfcd8c8c5c3b0f58eba09d0a +Selected 853 out of 853 tests (100%) +Checkout 1eec0a2f3ad3180173478a54b8ca12bca459a844 +Selected 853 out of 853 tests (100%) +Checkout 1004abda7fe5638860661f4cbe81be2e4bddf90c +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected 287 out of 853 tests (34%) +Selected 853 out of 853 tests (100%) +Checkout 5db233e4c3e2e64bb39b07fa501943839b875d3f +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected 252 out of 853 tests (30%) +Selected 853 out of 853 tests (100%) +Checkout a4c8160726a1abb87560c568861719dfe3698379 +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +Selected test: org.apache.commons.functor.core.comparator.TestComparatorFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.TestRightIdentity +Selected test: org.apache.commons.functor.core.TestLeftIdentity +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +Selected test: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.composite.TestTransposedPredicate +Selected test: org.apache.commons.functor.core.composite.TestAnd +Selected test: org.apache.commons.functor.core.TestOffset +Selected test: org.apache.commons.functor.BaseFunctorTest +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +Selected test: org.apache.commons.functor.adapter.TestFunctionProcedure +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +Selected test: org.apache.commons.functor.adapter.TestProcedureProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +Selected test: org.apache.commons.functor.core.comparator.TestMin +Selected test: org.apache.commons.functor.core.composite.TestConditionalPredicate +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +Selected test: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.example.FlexiMapExample +Selected test: org.apache.commons.functor.core.composite.TestNullaryNot +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +Selected test: org.apache.commons.functor.core.TestIdentity +Selected test: org.apache.commons.functor.core.TestNoOp +Selected test: org.apache.commons.functor.core.composite.TestCompositeFunction +Selected test: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +Selected test: org.apache.commons.functor.core.composite.TestTransposedFunction +Selected test: org.apache.commons.functor.core.algorithm.TestRemoveMatching +Selected test: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.adapter.TestLeftBoundProcedure +Selected test: org.apache.commons.functor.adapter.TestRightBoundProcedure +Selected test: org.apache.commons.functor.core.TestIsNotEqual +Selected test: org.apache.commons.functor.example.map.TestLazyMap +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestNullaryAnd +Selected test: org.apache.commons.functor.core.TestIsSame +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.TestIsEqual +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +Selected test: org.apache.commons.functor.adapter.TestProcedureFunction +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +Selected test: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +Selected test: org.apache.commons.functor.example.map.TestPredicatedMap +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +Selected test: org.apache.commons.functor.core.comparator.TestComparableComparator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +Selected test: org.apache.commons.functor.core.algorithm.TestUntilDo +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +Selected test: org.apache.commons.functor.core.composite.TestBinaryOr +Selected test: org.apache.commons.functor.core.composite.TestBinaryNot +Selected test: org.apache.commons.functor.adapter.TestLeftBoundPredicate +Selected test: org.apache.commons.functor.core.TestConstant +Selected test: org.apache.commons.functor.core.collection.TestSize +Selected test: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +Selected test: org.apache.commons.functor.core.composite.TestBinarySequence +Selected test: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +Selected test: org.apache.commons.functor.core.composite.TestNullaryOr +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.core.composite.TestConditionalProcedure +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +Selected test: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +Selected test: org.apache.commons.functor.core.comparator.TestIsEquivalent +Selected test: org.apache.commons.functor.core.composite.TestTransposedProcedure +Selected test: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +Selected test: org.apache.commons.functor.core.comparator.TestIsWithinRange +Selected test: org.apache.commons.functor.core.collection.TestTransformedIterator +Selected test: org.apache.commons.functor.core.collection.TestIsEmpty +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterable +Selected test: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +Selected test: org.apache.commons.functor.adapter.TestFunctionPredicate +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightFunction +Selected test: org.apache.commons.functor.core.composite.TestBinaryAnd +Selected test: org.apache.commons.functor.core.composite.TestNot +Selected test: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +Selected test: org.apache.commons.functor.core.TestIsNotNull +Selected test: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.composite.TestConditionalFunction +Selected test: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +Selected test: org.apache.commons.functor.core.composite.TestCompositeProcedure +Selected test: org.apache.commons.functor.core.comparator.TestMax +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +Selected test: org.apache.commons.functor.core.collection.TestIsElementOf +Selected test: org.apache.commons.functor.core.comparator.TestIsLessThan +Selected test: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestDoUntil +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.adapter.TestRightBoundPredicate +Selected test: org.apache.commons.functor.core.TestIsInstance +Selected test: org.apache.commons.functor.example.kata.one.SupermarketPricingExample +Selected test: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +Selected test: org.apache.commons.functor.adapter.TestLeftBoundFunction +Selected test: org.apache.commons.functor.core.composite.TestOr +Selected test: org.apache.commons.functor.core.collection.TestFilteredIterator +Selected test: org.apache.commons.functor.core.composite.TestNullarySequence +Selected test: org.apache.commons.functor.example.lines.TestLines +Selected test: org.apache.commons.functor.core.algorithm.TestRetainMatching +Selected test: org.apache.commons.functor.generator.loop.TestLoopGenerator +Selected test: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +Selected test: org.apache.commons.functor.generator.TestBaseGenerator +Selected test: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.core.composite.TestCompositePredicate +Selected test: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.core.algorithm.TestWhileDo +Selected test: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +Selected test: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.adapter.TestPredicateFunction +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.core.TestIsNull +Selected test: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +Selected test: org.apache.commons.functor.core.TestIsNotSame +Selected test: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +Selected test: org.apache.commons.functor.adapter.TestRightBoundFunction +Selected test: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +Selected test: org.apache.commons.functor.core.composite.TestSequence +Selected test: org.apache.commons.functor.adapter.TestBoundNullaryFunction +Selected test: org.apache.commons.functor.core.comparator.TestIsGreaterThan +Selected test: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +Selected test: org.apache.commons.functor.core.TestLimit +Selected test: org.apache.commons.functor.core.algorithm.TestDoWhile +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected test: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +Selected 831 out of 853 tests (97%) +Selected 853 out of 853 tests (100%) +Checkout 9935540e7415f2c78e512eba79e79af92fd79b2f +Selected test: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +Selected 4 out of 853 tests (0%) +Selected 853 out of 853 tests (100%) +Checkout 836eea72d53575a750d3ae56566b895df9eebbb2 +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected 201 out of 853 tests (24%) +Selected 853 out of 853 tests (100%) +Checkout 38720128bc84de1535a7844f106f7abf8e2576e1 +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.example.kata.two.TestBinaryChop +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateUntil +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.generator.loop.TestGenerateWhile +Selected test: org.apache.commons.functor.generator.loop.TestUntilGenerate +Selected test: org.apache.commons.functor.generator.loop.TestWhileGenerate +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.TestFilteredGenerator +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected 287 out of 853 tests (34%) +Selected 853 out of 853 tests (100%) +Checkout 2941c23f509d3a306d6f22aa8ebf912c70b66528 +Selected test: org.apache.commons.functor.TestAlgorithms +Selected test: org.apache.commons.functor.core.algorithm.TestFoldLeft +Selected test: org.apache.commons.functor.example.map.TestFixedSizeMap +Selected test: org.apache.commons.functor.range.TestLongRange +Selected test: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +Selected test: org.apache.commons.functor.generator.loop.TestTransformedGenerator +Selected test: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +Selected test: org.apache.commons.functor.range.TestCharacterRange +Selected test: org.apache.commons.functor.core.algorithm.TestGeneratorContains +Selected test: org.apache.commons.functor.range.TestDoubleRange +Selected test: org.apache.commons.functor.core.algorithm.TestFoldRight +Selected test: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +Selected test: org.apache.commons.functor.range.TestFloatRange +Selected test: org.apache.commons.functor.generator.util.TestEachElement +Selected test: org.apache.commons.functor.range.TestIntegerRange +Selected test: org.apache.commons.functor.example.QuicksortExample +Selected 251 out of 853 tests (29%) +Selected 853 out of 853 tests (100%) +Checkout 773002133be1105d2d9d0f4d531b2dc6d1872e35 +Selected 853 out of 853 tests (100%) +Checkout 6f0efcb48d419651838607bbaf098bbb464b9185 +Selected 853 out of 853 tests (100%) +Checkout 7f0a739dff9c4598f916b7ef530a6363e701a7d0 +Selected 853 out of 853 tests (100%) +Checkout 8771fb2958eae862b79462524cf3be5dfbf8fb9c +Selected 853 out of 853 tests (100%) +Checkout 821419684fe450f9c36de15ccd056c7c4f38d2e4 +Selected 853 out of 853 tests (100%) +Checkout 3da1a4b1214428c04ca9102ef4567ba61b0ff5be +Selected 853 out of 853 tests (100%) diff --git a/autoRTS/logs/functorTestSTARTS.txt b/autoRTS/logs/functorTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..a0d8b5531848e7a1711e32e5f553c77824f5f17e --- /dev/null +++ b/autoRTS/logs/functorTestSTARTS.txt @@ -0,0 +1,1354 @@ +Checkout 5de509a579b0c39b1dcd3c7641680ade54851c3b +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.BaseFunctorTest +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFunctionPredicate +INFO: org.apache.commons.functor.adapter.TestFunctionProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreRightFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +INFO: org.apache.commons.functor.adapter.TestLeftBoundFunction +INFO: org.apache.commons.functor.adapter.TestLeftBoundPredicate +INFO: org.apache.commons.functor.adapter.TestLeftBoundProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +INFO: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +INFO: org.apache.commons.functor.adapter.TestPredicateFunction +INFO: org.apache.commons.functor.adapter.TestProcedureFunction +INFO: org.apache.commons.functor.adapter.TestProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestRightBoundFunction +INFO: org.apache.commons.functor.adapter.TestRightBoundPredicate +INFO: org.apache.commons.functor.adapter.TestRightBoundProcedure +INFO: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +INFO: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +INFO: org.apache.commons.functor.core.TestConstant +INFO: org.apache.commons.functor.core.TestIdentity +INFO: org.apache.commons.functor.core.TestIsEqual +INFO: org.apache.commons.functor.core.TestIsInstance +INFO: org.apache.commons.functor.core.TestIsNotEqual +INFO: org.apache.commons.functor.core.TestIsNotNull +INFO: org.apache.commons.functor.core.TestIsNotSame +INFO: org.apache.commons.functor.core.TestIsNull +INFO: org.apache.commons.functor.core.TestIsSame +INFO: org.apache.commons.functor.core.TestLeftIdentity +INFO: org.apache.commons.functor.core.TestLimit +INFO: org.apache.commons.functor.core.TestNoOp +INFO: org.apache.commons.functor.core.TestOffset +INFO: org.apache.commons.functor.core.TestRightIdentity +INFO: org.apache.commons.functor.core.algorithm.TestDoUntil +INFO: org.apache.commons.functor.core.algorithm.TestDoWhile +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +INFO: org.apache.commons.functor.core.algorithm.TestRemoveMatching +INFO: org.apache.commons.functor.core.algorithm.TestRetainMatching +INFO: org.apache.commons.functor.core.algorithm.TestUntilDo +INFO: org.apache.commons.functor.core.algorithm.TestWhileDo +INFO: org.apache.commons.functor.core.collection.TestFilteredIterable +INFO: org.apache.commons.functor.core.collection.TestFilteredIterator +INFO: org.apache.commons.functor.core.collection.TestIsElementOf +INFO: org.apache.commons.functor.core.collection.TestIsEmpty +INFO: org.apache.commons.functor.core.collection.TestSize +INFO: org.apache.commons.functor.core.collection.TestTransformedIterator +INFO: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +INFO: org.apache.commons.functor.core.comparator.TestComparableComparator +INFO: org.apache.commons.functor.core.comparator.TestComparatorFunction +INFO: org.apache.commons.functor.core.comparator.TestIsEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThan +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsLessThan +INFO: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsWithinRange +INFO: org.apache.commons.functor.core.comparator.TestMax +INFO: org.apache.commons.functor.core.comparator.TestMin +INFO: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestBinaryNot +INFO: org.apache.commons.functor.core.composite.TestBinaryOr +INFO: org.apache.commons.functor.core.composite.TestBinarySequence +INFO: org.apache.commons.functor.core.composite.TestComposite +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeFunction +INFO: org.apache.commons.functor.core.composite.TestCompositePredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeProcedure +INFO: org.apache.commons.functor.core.composite.TestConditional +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalProcedure +INFO: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestNot +INFO: org.apache.commons.functor.core.composite.TestNullaryAnd +INFO: org.apache.commons.functor.core.composite.TestNullaryNot +INFO: org.apache.commons.functor.core.composite.TestNullaryOr +INFO: org.apache.commons.functor.core.composite.TestNullarySequence +INFO: org.apache.commons.functor.core.composite.TestOr +INFO: org.apache.commons.functor.core.composite.TestSequence +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransposedFunction +INFO: org.apache.commons.functor.core.composite.TestTransposedPredicate +INFO: org.apache.commons.functor.core.composite.TestTransposedProcedure +INFO: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +INFO: org.apache.commons.functor.example.kata.four.TestSoccer +INFO: org.apache.commons.functor.example.kata.four.TestWeather +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.lines.TestAll +INFO: org.apache.commons.functor.example.lines.TestLines +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.example.map.TestLazyMap +INFO: org.apache.commons.functor.example.map.TestPredicatedMap +INFO: org.apache.commons.functor.generator.TestBaseGenerator +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.TestGenerateUntil +INFO: org.apache.commons.functor.generator.TestGenerateWhile +INFO: org.apache.commons.functor.generator.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.TestUntilGenerate +INFO: org.apache.commons.functor.generator.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.generator.util.TestIntegerRange +INFO: org.apache.commons.functor.generator.util.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 547 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1120 +INFO: STARTS:Edges: 7973 +INFO: STARTS:AffectedTests: 161 +INFO: STARTS:TotalTests: 161 +Checkout 4c73da5e2272702521bb61e5b4a94c3e8f4547f9 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.BaseFunctorTest +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFunctionPredicate +INFO: org.apache.commons.functor.adapter.TestFunctionProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreRightFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +INFO: org.apache.commons.functor.adapter.TestLeftBoundFunction +INFO: org.apache.commons.functor.adapter.TestLeftBoundPredicate +INFO: org.apache.commons.functor.adapter.TestLeftBoundProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +INFO: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +INFO: org.apache.commons.functor.adapter.TestPredicateFunction +INFO: org.apache.commons.functor.adapter.TestProcedureFunction +INFO: org.apache.commons.functor.adapter.TestProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestRightBoundFunction +INFO: org.apache.commons.functor.adapter.TestRightBoundPredicate +INFO: org.apache.commons.functor.adapter.TestRightBoundProcedure +INFO: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +INFO: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +INFO: org.apache.commons.functor.core.TestConstant +INFO: org.apache.commons.functor.core.TestIdentity +INFO: org.apache.commons.functor.core.TestIsEqual +INFO: org.apache.commons.functor.core.TestIsInstance +INFO: org.apache.commons.functor.core.TestIsNotEqual +INFO: org.apache.commons.functor.core.TestIsNotNull +INFO: org.apache.commons.functor.core.TestIsNotSame +INFO: org.apache.commons.functor.core.TestIsNull +INFO: org.apache.commons.functor.core.TestIsSame +INFO: org.apache.commons.functor.core.TestLeftIdentity +INFO: org.apache.commons.functor.core.TestLimit +INFO: org.apache.commons.functor.core.TestNoOp +INFO: org.apache.commons.functor.core.TestOffset +INFO: org.apache.commons.functor.core.TestRightIdentity +INFO: org.apache.commons.functor.core.algorithm.TestDoUntil +INFO: org.apache.commons.functor.core.algorithm.TestDoWhile +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +INFO: org.apache.commons.functor.core.algorithm.TestRemoveMatching +INFO: org.apache.commons.functor.core.algorithm.TestRetainMatching +INFO: org.apache.commons.functor.core.algorithm.TestUntilDo +INFO: org.apache.commons.functor.core.algorithm.TestWhileDo +INFO: org.apache.commons.functor.core.collection.TestFilteredIterable +INFO: org.apache.commons.functor.core.collection.TestFilteredIterator +INFO: org.apache.commons.functor.core.collection.TestIsElementOf +INFO: org.apache.commons.functor.core.collection.TestIsEmpty +INFO: org.apache.commons.functor.core.collection.TestSize +INFO: org.apache.commons.functor.core.collection.TestTransformedIterator +INFO: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +INFO: org.apache.commons.functor.core.comparator.TestComparableComparator +INFO: org.apache.commons.functor.core.comparator.TestComparatorFunction +INFO: org.apache.commons.functor.core.comparator.TestIsEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThan +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsLessThan +INFO: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsWithinRange +INFO: org.apache.commons.functor.core.comparator.TestMax +INFO: org.apache.commons.functor.core.comparator.TestMin +INFO: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestBinaryNot +INFO: org.apache.commons.functor.core.composite.TestBinaryOr +INFO: org.apache.commons.functor.core.composite.TestBinarySequence +INFO: org.apache.commons.functor.core.composite.TestComposite +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeFunction +INFO: org.apache.commons.functor.core.composite.TestCompositePredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeProcedure +INFO: org.apache.commons.functor.core.composite.TestConditional +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalProcedure +INFO: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestNot +INFO: org.apache.commons.functor.core.composite.TestNullaryAnd +INFO: org.apache.commons.functor.core.composite.TestNullaryNot +INFO: org.apache.commons.functor.core.composite.TestNullaryOr +INFO: org.apache.commons.functor.core.composite.TestNullarySequence +INFO: org.apache.commons.functor.core.composite.TestOr +INFO: org.apache.commons.functor.core.composite.TestSequence +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransposedFunction +INFO: org.apache.commons.functor.core.composite.TestTransposedPredicate +INFO: org.apache.commons.functor.core.composite.TestTransposedProcedure +INFO: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +INFO: org.apache.commons.functor.example.kata.four.TestSoccer +INFO: org.apache.commons.functor.example.kata.four.TestWeather +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.lines.TestAll +INFO: org.apache.commons.functor.example.lines.TestLines +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.example.map.TestLazyMap +INFO: org.apache.commons.functor.example.map.TestPredicatedMap +INFO: org.apache.commons.functor.generator.TestBaseGenerator +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.loop.TestLoopGenerator +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestEndpoint +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 579 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1152 +INFO: STARTS:Edges: 8205 +INFO: STARTS:AffectedTests: 166 +INFO: STARTS:TotalTests: 166 +Checkout d6beb0438ed3432cd4246a62b821735540b45431 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 580 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1153 +INFO: STARTS:Edges: 8204 +INFO: STARTS:AffectedTests: 13 +INFO: STARTS:TotalTests: 166 +Checkout 56035111e4879168106d68786042538462220765 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 10c78767a3cc6937733c3a85ea20b6835c5d9bfc +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 0bb123752e2f7c225a5322d9f00cfd6df1a75510 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 64dfb78b1f5d5fd7cfcd8c8c5c3b0f58eba09d0a +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 1eec0a2f3ad3180173478a54b8ca12bca459a844 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 1004abda7fe5638860661f4cbe81be2e4bddf90c +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8300 +INFO: STARTS:AffectedTests: 22 +INFO: STARTS:TotalTests: 166 +Checkout 5db233e4c3e2e64bb39b07fa501943839b875d3f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8300 +INFO: STARTS:AffectedTests: 13 +INFO: STARTS:TotalTests: 166 +Checkout a4c8160726a1abb87560c568861719dfe3698379 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.BaseFunctorTest +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryPredicate +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionBinaryProcedure +INFO: org.apache.commons.functor.adapter.TestBinaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicateBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureBinaryFunction +INFO: org.apache.commons.functor.adapter.TestBinaryProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryFunction +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestFullyBoundNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestFunctionPredicate +INFO: org.apache.commons.functor.adapter.TestFunctionProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreLeftProcedure +INFO: org.apache.commons.functor.adapter.TestIgnoreRightFunction +INFO: org.apache.commons.functor.adapter.TestIgnoreRightPredicate +INFO: org.apache.commons.functor.adapter.TestIgnoreRightProcedure +INFO: org.apache.commons.functor.adapter.TestLeftBoundFunction +INFO: org.apache.commons.functor.adapter.TestLeftBoundPredicate +INFO: org.apache.commons.functor.adapter.TestLeftBoundProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionFunction +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryPredicate +INFO: org.apache.commons.functor.adapter.TestNullaryFunctionNullaryProcedure +INFO: org.apache.commons.functor.adapter.TestNullaryPredicateNullaryFunction +INFO: org.apache.commons.functor.adapter.TestNullaryPredicatePredicate +INFO: org.apache.commons.functor.adapter.TestNullaryProcedureNullaryFunction +INFO: org.apache.commons.functor.adapter.TestPredicateFunction +INFO: org.apache.commons.functor.adapter.TestProcedureFunction +INFO: org.apache.commons.functor.adapter.TestProcedureProcedure +INFO: org.apache.commons.functor.adapter.TestRightBoundFunction +INFO: org.apache.commons.functor.adapter.TestRightBoundPredicate +INFO: org.apache.commons.functor.adapter.TestRightBoundProcedure +INFO: org.apache.commons.functor.aggregator.AbstractListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractNoStoreAggregatorTest +INFO: org.apache.commons.functor.aggregator.AbstractTimedAggregatorTest +INFO: org.apache.commons.functor.aggregator.ArrayListBackedAggregatorTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoublePercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.DoubleSumAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntCountAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMaxAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMeanValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntMedianValueAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntPercentileAggregatorFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorBinaryFunctionTest +INFO: org.apache.commons.functor.aggregator.functions.IntSumAggregatorFunctionTest +INFO: org.apache.commons.functor.core.TestConstant +INFO: org.apache.commons.functor.core.TestIdentity +INFO: org.apache.commons.functor.core.TestIsEqual +INFO: org.apache.commons.functor.core.TestIsInstance +INFO: org.apache.commons.functor.core.TestIsNotEqual +INFO: org.apache.commons.functor.core.TestIsNotNull +INFO: org.apache.commons.functor.core.TestIsNotSame +INFO: org.apache.commons.functor.core.TestIsNull +INFO: org.apache.commons.functor.core.TestIsSame +INFO: org.apache.commons.functor.core.TestLeftIdentity +INFO: org.apache.commons.functor.core.TestLimit +INFO: org.apache.commons.functor.core.TestNoOp +INFO: org.apache.commons.functor.core.TestOffset +INFO: org.apache.commons.functor.core.TestRightIdentity +INFO: org.apache.commons.functor.core.algorithm.TestDoUntil +INFO: org.apache.commons.functor.core.algorithm.TestDoWhile +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestInPlaceTransform +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.core.algorithm.TestRecursiveEvaluation +INFO: org.apache.commons.functor.core.algorithm.TestRemoveMatching +INFO: org.apache.commons.functor.core.algorithm.TestRetainMatching +INFO: org.apache.commons.functor.core.algorithm.TestUntilDo +INFO: org.apache.commons.functor.core.algorithm.TestWhileDo +INFO: org.apache.commons.functor.core.collection.TestFilteredIterable +INFO: org.apache.commons.functor.core.collection.TestFilteredIterator +INFO: org.apache.commons.functor.core.collection.TestIsElementOf +INFO: org.apache.commons.functor.core.collection.TestIsEmpty +INFO: org.apache.commons.functor.core.collection.TestSize +INFO: org.apache.commons.functor.core.collection.TestTransformedIterator +INFO: org.apache.commons.functor.core.comparator.BaseComparisonPredicateTest +INFO: org.apache.commons.functor.core.comparator.TestComparableComparator +INFO: org.apache.commons.functor.core.comparator.TestComparatorFunction +INFO: org.apache.commons.functor.core.comparator.TestIsEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThan +INFO: org.apache.commons.functor.core.comparator.TestIsGreaterThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsLessThan +INFO: org.apache.commons.functor.core.comparator.TestIsLessThanOrEqual +INFO: org.apache.commons.functor.core.comparator.TestIsNotEquivalent +INFO: org.apache.commons.functor.core.comparator.TestIsWithinRange +INFO: org.apache.commons.functor.core.comparator.TestMax +INFO: org.apache.commons.functor.core.comparator.TestMin +INFO: org.apache.commons.functor.core.composite.TestAbstractLoopNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryAnd +INFO: org.apache.commons.functor.core.composite.TestBinaryCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestBinaryNot +INFO: org.apache.commons.functor.core.composite.TestBinaryOr +INFO: org.apache.commons.functor.core.composite.TestBinarySequence +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestCompositeBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeFunction +INFO: org.apache.commons.functor.core.composite.TestCompositePredicate +INFO: org.apache.commons.functor.core.composite.TestCompositeProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestConditionalPredicate +INFO: org.apache.commons.functor.core.composite.TestConditionalProcedure +INFO: org.apache.commons.functor.core.composite.TestDoWhileNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestNot +INFO: org.apache.commons.functor.core.composite.TestNullaryAnd +INFO: org.apache.commons.functor.core.composite.TestNullaryNot +INFO: org.apache.commons.functor.core.composite.TestNullaryOr +INFO: org.apache.commons.functor.core.composite.TestNullarySequence +INFO: org.apache.commons.functor.core.composite.TestOr +INFO: org.apache.commons.functor.core.composite.TestSequence +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedBinaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryFunction +INFO: org.apache.commons.functor.core.composite.TestTransformedNullaryProcedure +INFO: org.apache.commons.functor.core.composite.TestTransposedFunction +INFO: org.apache.commons.functor.core.composite.TestTransposedPredicate +INFO: org.apache.commons.functor.core.composite.TestTransposedProcedure +INFO: org.apache.commons.functor.core.composite.TestWhileDoNullaryProcedure +INFO: org.apache.commons.functor.example.kata.four.TestSoccer +INFO: org.apache.commons.functor.example.kata.four.TestWeather +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.lines.TestAll +INFO: org.apache.commons.functor.example.lines.TestLines +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.example.map.TestLazyMap +INFO: org.apache.commons.functor.example.map.TestPredicatedMap +INFO: org.apache.commons.functor.generator.TestBaseGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.loop.TestLoopGenerator +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8300 +INFO: STARTS:AffectedTests: 162 +INFO: STARTS:TotalTests: 166 +Checkout 9935540e7415f2c78e512eba79e79af92fd79b2f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 836eea72d53575a750d3ae56566b895df9eebbb2 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8300 +INFO: STARTS:AffectedTests: 5 +INFO: STARTS:TotalTests: 166 +Checkout 38720128bc84de1535a7844f106f7abf8e2576e1 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8301 +INFO: STARTS:AffectedTests: 22 +INFO: STARTS:TotalTests: 166 +Checkout 2941c23f509d3a306d6f22aa8ebf912c70b66528 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.functor.TestAlgorithms +INFO: org.apache.commons.functor.core.algorithm.TestFindWithinGenerator +INFO: org.apache.commons.functor.core.algorithm.TestFoldLeft +INFO: org.apache.commons.functor.core.algorithm.TestFoldRight +INFO: org.apache.commons.functor.core.algorithm.TestGeneratorContains +INFO: org.apache.commons.functor.core.algorithm.TestIndexOfInGenerator +INFO: org.apache.commons.functor.example.kata.two.TestBinaryChop +INFO: org.apache.commons.functor.example.map.TestAll +INFO: org.apache.commons.functor.example.map.TestFixedSizeMap +INFO: org.apache.commons.functor.generator.TestFilteredGenerator +INFO: org.apache.commons.functor.generator.loop.TestGenerateUntil +INFO: org.apache.commons.functor.generator.loop.TestGenerateWhile +INFO: org.apache.commons.functor.generator.loop.TestIteratorToGeneratorAdapter +INFO: org.apache.commons.functor.generator.loop.TestTransformedGenerator +INFO: org.apache.commons.functor.generator.loop.TestUntilGenerate +INFO: org.apache.commons.functor.generator.loop.TestWhileGenerate +INFO: org.apache.commons.functor.generator.util.TestEachElement +INFO: org.apache.commons.functor.range.TestCharacterRange +INFO: org.apache.commons.functor.range.TestDoubleRange +INFO: org.apache.commons.functor.range.TestFloatRange +INFO: org.apache.commons.functor.range.TestIntegerRange +INFO: org.apache.commons.functor.range.TestLongRange +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: ALL(count): 591 +INFO: UNREACHED(count): 37 +INFO: STARTS:Nodes: 1164 +INFO: STARTS:Edges: 8301 +INFO: STARTS:AffectedTests: 22 +INFO: STARTS:TotalTests: 166 +Checkout 773002133be1105d2d9d0f4d531b2dc6d1872e35 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 6f0efcb48d419651838607bbaf098bbb464b9185 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 7f0a739dff9c4598f916b7ef530a6363e701a7d0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 8771fb2958eae862b79462524cf3be5dfbf8fb9c +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 821419684fe450f9c36de15ccd056c7c4f38d2e4 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 3da1a4b1214428c04ca9102ef4567ba61b0ff5be +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 0 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 166 +INFO: ********** Run ********** +INFO: No tests are selected to run. diff --git a/autoRTS/logs/ioTestAutoRTS.txt b/autoRTS/logs/ioTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..40e77534cfb691d119f8c3233f89052312afb6f9 --- /dev/null +++ b/autoRTS/logs/ioTestAutoRTS.txt @@ -0,0 +1,528 @@ +Checkout 14a80bc4daa3f6f2d63dbc36ffc0b3e526febe69 +Selected test: org.apache.commons.io.input.ReaderInputStreamTest +Selected test: org.apache.commons.io.input.AutoCloseInputStreamTest +Selected test: org.apache.commons.io.input.InfiniteCircularInputStreamTest +Selected test: org.apache.commons.io.input.SwappedDataInputStreamTest +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.input.ClosedInputStreamTest +Selected test: org.apache.commons.io.ByteOrderParserTest +Selected test: org.apache.commons.io.filefilter.ConditionalFileFilterAbstractTestCase +Selected test: org.apache.commons.io.output.XmlStreamWriterTest +Selected test: org.apache.commons.io.input.BoundedInputStreamTest +Selected test: org.apache.commons.io.input.BrokenInputStreamTest +Selected test: org.apache.commons.io.input.CharSequenceInputStreamTest +Selected test: org.apache.commons.io.input.TeeInputStreamTest +Selected test: org.apache.commons.io.output.BrokenOutputStreamTest +Selected test: org.apache.commons.io.input.ClassLoaderObjectInputStreamTest +Selected test: org.apache.commons.io.output.ChunkedWriterTest +Selected test: org.apache.commons.io.input.NullInputStreamTest +Selected test: org.apache.commons.io.comparator.ComparatorAbstractTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.output.CloseShieldOutputStreamTest +Selected test: org.apache.commons.io.ByteOrderMarkTestCase +Selected test: org.apache.commons.io.input.ObservableInputStreamTest +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.ClosedOutputStreamTest +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.output.StringBuilderWriterTest +Selected test: org.apache.commons.io.serialization.RegexpClassNameMatcherTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.output.NullOutputStreamTest +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.output.ChunkedOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderTest +Selected test: org.apache.commons.io.input.BOMInputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.input.NullReaderTest +Selected test: org.apache.commons.io.output.CountingOutputStreamTest +Selected test: org.apache.commons.io.CharsetsTestCase +Selected test: org.apache.commons.io.input.ProxyReaderTest +Selected test: org.apache.commons.io.TaggedIOExceptionTest +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.input.CharSequenceReaderTest +Selected test: org.apache.commons.io.input.ReversedLinesFileReaderTestParamFile +Selected test: org.apache.commons.io.input.CloseShieldInputStreamTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.output.NullWriterTest +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.TaggedOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.input.CountingInputStreamTest +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.HexDumpTest +Selected test: org.apache.commons.io.input.TaggedInputStreamTest +Selected test: org.apache.commons.io.input.BoundedReaderTest +Selected test: org.apache.commons.io.output.AppendableOutputStreamTest +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.output.ByteArrayOutputStreamTestCase +Selected test: org.apache.commons.io.serialization.FullClassNameMatcherTest +Selected test: org.apache.commons.io.output.WriterOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.input.ReversedLinesFileReaderTestSimple +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.input.MessageDigestCalculatingInputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderUtilitiesTest +Selected test: org.apache.commons.io.EndianUtilsTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.IOExceptionWithCauseTestCase +Selected test: org.apache.commons.io.output.ProxyWriterTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.output.TeeOutputStreamTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.input.WindowsLineEndingInputStreamTest +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.output.ThresholdingOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.comparator.DirectoryFileComparatorTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.output.ProxyOutputStreamTest +Selected test: org.apache.commons.io.input.ReversedLinesFileReaderTestParamBlockSize +Selected test: org.apache.commons.io.input.UnixLineEndingInputStreamTest +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 1040 out of 1040 tests (100%) +Selected 1040 out of 1040 tests (100%) +Checkout fdcc71dcd26491cecf22b369e2d580968f4515ab +Selected 1040 out of 1040 tests (100%) +Checkout d8e8908db227ec91608b386a65b5f8559d92d8c9 +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 652 out of 1040 tests (63%) +Selected 1040 out of 1040 tests (100%) +Checkout 06033035f09c662020ffe0300983697c78d3039a +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 653 out of 1041 tests (63%) +Selected 1041 out of 1041 tests (100%) +Checkout 2196ff68d3f53213f3d07e38928805920089a03b +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 653 out of 1041 tests (63%) +Selected 1041 out of 1041 tests (100%) +Checkout aafa3dca40e1d0a377ce9112538091581176dd50 +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 653 out of 1041 tests (63%) +Selected 1041 out of 1041 tests (100%) +Checkout 65657b874c03a1b6fee23653b01a9baad6a518e8 +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 653 out of 1041 tests (63%) +Selected 1041 out of 1041 tests (100%) +Checkout 5e2ace28efe0476feb6a32794fe6b5e90e71eb7e +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 653 out of 1041 tests (63%) +Selected 1041 out of 1041 tests (100%) +Checkout 6e2ac190ce379fb19acb8b5cf06c0a1b25d19059 +Selected test: org.apache.commons.io.input.ReaderInputStreamTest +Selected test: org.apache.commons.io.input.AutoCloseInputStreamTest +Selected test: org.apache.commons.io.input.SwappedDataInputStreamTest +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.input.ClosedInputStreamTest +Selected test: org.apache.commons.io.ByteOrderParserTest +Selected test: org.apache.commons.io.output.XmlStreamWriterTest +Selected test: org.apache.commons.io.input.BoundedInputStreamTest +Selected test: org.apache.commons.io.input.CharSequenceInputStreamTest +Selected test: org.apache.commons.io.input.TeeInputStreamTest +Selected test: org.apache.commons.io.output.ChunkedWriterTest +Selected test: org.apache.commons.io.input.NullInputStreamTest +Selected test: org.apache.commons.io.filefilter.RegexFileFilterTestCase +Selected test: org.apache.commons.io.output.CloseShieldOutputStreamTest +Selected test: org.apache.commons.io.FilenameUtilsWildcardTestCase +Selected test: org.apache.commons.io.ByteOrderMarkTestCase +Selected test: org.apache.commons.io.input.ObservableInputStreamTest +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.NameFileComparatorTest +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.output.ChunkedOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderTest +Selected test: org.apache.commons.io.input.BOMInputStreamTest +Selected test: org.apache.commons.io.DirectoryWalkerTestCase +Selected test: org.apache.commons.io.input.NullReaderTest +Selected test: org.apache.commons.io.FileSystemTestCase +Selected test: org.apache.commons.io.output.CountingOutputStreamTest +Selected test: org.apache.commons.io.CharsetsTestCase +Selected test: org.apache.commons.io.input.ProxyReaderTest +Selected test: org.apache.commons.io.TaggedIOExceptionTest +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.input.CharSequenceReaderTest +Selected test: org.apache.commons.io.input.CloseShieldInputStreamTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.comparator.ExtensionFileComparatorTest +Selected test: org.apache.commons.io.output.TaggedOutputStreamTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.input.CountingInputStreamTest +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.HexDumpTest +Selected test: org.apache.commons.io.input.TaggedInputStreamTest +Selected test: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.output.ByteArrayOutputStreamTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.input.MessageDigestCalculatingInputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderUtilitiesTest +Selected test: org.apache.commons.io.EndianUtilsTest +Selected test: org.apache.commons.io.comparator.PathFileComparatorTest +Selected test: org.apache.commons.io.output.ProxyWriterTest +Selected test: org.apache.commons.io.IOExceptionWithCauseTestCase +Selected test: org.apache.commons.io.serialization.MoreComplexObjectTest +Selected test: org.apache.commons.io.output.TeeOutputStreamTest +Selected test: org.apache.commons.io.IOCaseTestCase +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.output.ThresholdingOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +Selected test: org.apache.commons.io.output.ProxyOutputStreamTest +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 926 out of 1041 tests (89%) +Selected 1041 out of 1041 tests (100%) +Checkout b014a06d5b333a6fa30fbfde065d95bc0374d4a9 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 1 out of 1041 tests (0%) +Selected 1041 out of 1041 tests (100%) +Checkout dcf6e82f8610b89075e00711e186792053928c7e +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 2 out of 1042 tests (0%) +Selected 1042 out of 1042 tests (100%) +Checkout 84a0d90783b095775b5d14b2a807497862d80db5 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 3 out of 1043 tests (0%) +Selected 1043 out of 1043 tests (100%) +Checkout 10c8db1b1ae0fd9be8b661dbf24643c0a9012d68 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 4 out of 1044 tests (0%) +Selected 1044 out of 1044 tests (100%) +Checkout 2bacf63927effbe494ea8888191b950037d4606f +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 4 out of 1044 tests (0%) +Selected 1044 out of 1044 tests (100%) +Checkout 4f50c37506de036bb34094095aaa6d4d831bfbb7 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 5 out of 1045 tests (0%) +Selected 1045 out of 1045 tests (100%) +Checkout 38b0ff19101496d89345213866e0940eb682a8bf +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 5 out of 1045 tests (0%) +Selected 1045 out of 1045 tests (100%) +Checkout 30280a9ba706b330cbf6b18e6f2f6660743c0f16 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 5 out of 1045 tests (0%) +Selected 1045 out of 1045 tests (100%) +Checkout 9cd31226588fa303886b9daac162d5aa753e8e15 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 5 out of 1045 tests (0%) +Selected 1045 out of 1045 tests (100%) +Checkout c1b64e9d70875339f0f76bcc295cc0a735c1d4f3 +Selected test: org.apache.commons.io.FileSystemTestCase +Selected 5 out of 1045 tests (0%) +Selected 1045 out of 1045 tests (100%) +Checkout 65c4a9c0ec651dd99f28b9fae40378728d071985 +Selected test: org.apache.commons.io.input.ReaderInputStreamTest +Selected test: org.apache.commons.io.input.AutoCloseInputStreamTest +Selected test: org.apache.commons.io.input.SwappedDataInputStreamTest +Selected test: org.apache.commons.io.FileDeleteStrategyTestCase +Selected test: org.apache.commons.io.input.ClosedInputStreamTest +Selected test: org.apache.commons.io.output.XmlStreamWriterTest +Selected test: org.apache.commons.io.input.BoundedInputStreamTest +Selected test: org.apache.commons.io.input.CharSequenceInputStreamTest +Selected test: org.apache.commons.io.input.TeeInputStreamTest +Selected test: org.apache.commons.io.output.ChunkedWriterTest +Selected test: org.apache.commons.io.input.NullInputStreamTest +Selected test: org.apache.commons.io.output.CloseShieldOutputStreamTest +Selected test: org.apache.commons.io.input.ObservableInputStreamTest +Selected test: org.apache.commons.io.filefilter.FileFilterTestCase +Selected test: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +Selected test: org.apache.commons.io.ThreadMonitorTestCase +Selected test: org.apache.commons.io.output.FileWriterWithEncodingTest +Selected test: org.apache.commons.io.FilenameUtilsTestCase +Selected test: org.apache.commons.io.IOUtilsCopyTestCase +Selected test: org.apache.commons.io.comparator.SizeFileComparatorTest +Selected test: org.apache.commons.io.DemuxTestCase +Selected test: org.apache.commons.io.CopyUtilsTest +Selected test: org.apache.commons.io.output.ChunkedOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsFileNewerTestCase +Selected test: org.apache.commons.io.output.DeferredFileOutputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderTest +Selected test: org.apache.commons.io.input.BOMInputStreamTest +Selected test: org.apache.commons.io.input.NullReaderTest +Selected test: org.apache.commons.io.output.CountingOutputStreamTest +Selected test: org.apache.commons.io.input.ProxyReaderTest +Selected test: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +Selected test: org.apache.commons.io.input.TailerTest +Selected test: org.apache.commons.io.input.CharSequenceReaderTest +Selected test: org.apache.commons.io.input.CloseShieldInputStreamTest +Selected test: org.apache.commons.io.FileSystemUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsWaitForTestCase +Selected test: org.apache.commons.io.output.TaggedOutputStreamTest +Selected test: org.apache.commons.io.output.LockableFileWriterTest +Selected test: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +Selected test: org.apache.commons.io.input.CountingInputStreamTest +Selected test: org.apache.commons.io.monitor.FileAlterationObserverTestCase +Selected test: org.apache.commons.io.HexDumpTest +Selected test: org.apache.commons.io.input.TaggedInputStreamTest +Selected test: org.apache.commons.io.FileUtilsListFilesTestCase +Selected test: org.apache.commons.io.output.ByteArrayOutputStreamTestCase +Selected test: org.apache.commons.io.IOUtilsTestCase +Selected test: org.apache.commons.io.FileUtilsTestCase +Selected test: org.apache.commons.io.comparator.CompositeFileComparatorTest +Selected test: org.apache.commons.io.input.MessageDigestCalculatingInputStreamTest +Selected test: org.apache.commons.io.input.XmlStreamReaderUtilitiesTest +Selected test: org.apache.commons.io.EndianUtilsTest +Selected test: org.apache.commons.io.output.ProxyWriterTest +Selected test: org.apache.commons.io.output.TeeOutputStreamTest +Selected test: org.apache.commons.io.LineIteratorTestCase +Selected test: org.apache.commons.io.output.ThresholdingOutputStreamTest +Selected test: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +Selected test: org.apache.commons.io.output.ProxyOutputStreamTest +Selected test: org.apache.commons.io.FileCleaningTrackerTestCase +Selected test: org.apache.commons.io.IOUtilsWriteTestCase +Selected 821 out of 1045 tests (79%) +Selected 1045 out of 1045 tests (100%) diff --git a/autoRTS/logs/ioTestSTARTS.txt b/autoRTS/logs/ioTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..b2ea3a1baf4c63e946a5e3350c77d1b0c2f7279b --- /dev/null +++ b/autoRTS/logs/ioTestSTARTS.txt @@ -0,0 +1,421 @@ +Checkout 14a80bc4daa3f6f2d63dbc36ffc0b3e526febe69 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.ByteOrderMarkTestCase +INFO: org.apache.commons.io.ByteOrderParserTest +INFO: org.apache.commons.io.CharsetsTestCase +INFO: org.apache.commons.io.CopyUtilsTest +INFO: org.apache.commons.io.DemuxTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +INFO: org.apache.commons.io.EndianUtilsTest +INFO: org.apache.commons.io.FileCleanerTestCase +INFO: org.apache.commons.io.FileCleaningTrackerTestCase +INFO: org.apache.commons.io.FileDeleteStrategyTestCase +INFO: org.apache.commons.io.FileSystemUtilsTestCase +INFO: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +INFO: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +INFO: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +INFO: org.apache.commons.io.FileUtilsFileNewerTestCase +INFO: org.apache.commons.io.FileUtilsListFilesTestCase +INFO: org.apache.commons.io.FileUtilsTestCase +INFO: org.apache.commons.io.FileUtilsWaitForTestCase +INFO: org.apache.commons.io.FilenameUtilsTestCase +INFO: org.apache.commons.io.FilenameUtilsWildcardTestCase +INFO: org.apache.commons.io.HexDumpTest +INFO: org.apache.commons.io.IOCaseTestCase +INFO: org.apache.commons.io.IOExceptionWithCauseTestCase +INFO: org.apache.commons.io.IOUtilsCopyTestCase +INFO: org.apache.commons.io.IOUtilsTestCase +INFO: org.apache.commons.io.IOUtilsWriteTestCase +INFO: org.apache.commons.io.LineIteratorTestCase +INFO: org.apache.commons.io.TaggedIOExceptionTest +INFO: org.apache.commons.io.ThreadMonitorTestCase +INFO: org.apache.commons.io.comparator.CompositeFileComparatorTest +INFO: org.apache.commons.io.comparator.DefaultFileComparatorTest +INFO: org.apache.commons.io.comparator.DirectoryFileComparatorTest +INFO: org.apache.commons.io.comparator.ExtensionFileComparatorTest +INFO: org.apache.commons.io.comparator.LastModifiedFileComparatorTest +INFO: org.apache.commons.io.comparator.NameFileComparatorTest +INFO: org.apache.commons.io.comparator.PathFileComparatorTest +INFO: org.apache.commons.io.comparator.SizeFileComparatorTest +INFO: org.apache.commons.io.filefilter.AndFileFilterTestCase +INFO: org.apache.commons.io.filefilter.FileFilterTestCase +INFO: org.apache.commons.io.filefilter.OrFileFilterTestCase +INFO: org.apache.commons.io.filefilter.RegexFileFilterTestCase +INFO: org.apache.commons.io.input.AutoCloseInputStreamTest +INFO: org.apache.commons.io.input.BOMInputStreamTest +INFO: org.apache.commons.io.input.BoundedInputStreamTest +INFO: org.apache.commons.io.input.BoundedReaderTest +INFO: org.apache.commons.io.input.BrokenInputStreamTest +INFO: org.apache.commons.io.input.CharSequenceInputStreamTest +INFO: org.apache.commons.io.input.CharSequenceReaderTest +INFO: org.apache.commons.io.input.ClassLoaderObjectInputStreamTest +INFO: org.apache.commons.io.input.CloseShieldInputStreamTest +INFO: org.apache.commons.io.input.ClosedInputStreamTest +INFO: org.apache.commons.io.input.CountingInputStreamTest +INFO: org.apache.commons.io.input.InfiniteCircularInputStreamTest +INFO: org.apache.commons.io.input.MessageDigestCalculatingInputStreamTest +INFO: org.apache.commons.io.input.NullInputStreamTest +INFO: org.apache.commons.io.input.NullReaderTest +INFO: org.apache.commons.io.input.ObservableInputStreamTest +INFO: org.apache.commons.io.input.ProxyReaderTest +INFO: org.apache.commons.io.input.ReaderInputStreamTest +INFO: org.apache.commons.io.input.ReversedLinesFileReaderTestParamBlockSize +INFO: org.apache.commons.io.input.ReversedLinesFileReaderTestParamFile +INFO: org.apache.commons.io.input.ReversedLinesFileReaderTestSimple +INFO: org.apache.commons.io.input.SwappedDataInputStreamTest +INFO: org.apache.commons.io.input.TaggedInputStreamTest +INFO: org.apache.commons.io.input.TailerTest +INFO: org.apache.commons.io.input.TeeInputStreamTest +INFO: org.apache.commons.io.input.UnixLineEndingInputStreamTest +INFO: org.apache.commons.io.input.WindowsLineEndingInputStreamTest +INFO: org.apache.commons.io.input.XmlStreamReaderTest +INFO: org.apache.commons.io.input.XmlStreamReaderUtilitiesTest +INFO: org.apache.commons.io.input.compatibility.XmlStreamReaderUtilitiesCompatibilityTest +INFO: org.apache.commons.io.monitor.AbstractMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationObserverTestCase +INFO: org.apache.commons.io.output.AppendableOutputStreamTest +INFO: org.apache.commons.io.output.BrokenOutputStreamTest +INFO: org.apache.commons.io.output.ByteArrayOutputStreamTestCase +INFO: org.apache.commons.io.output.ChunkedOutputStreamTest +INFO: org.apache.commons.io.output.ChunkedWriterTest +INFO: org.apache.commons.io.output.CloseShieldOutputStreamTest +INFO: org.apache.commons.io.output.ClosedOutputStreamTest +INFO: org.apache.commons.io.output.CountingOutputStreamTest +INFO: org.apache.commons.io.output.DeferredFileOutputStreamTest +INFO: org.apache.commons.io.output.FileWriterWithEncodingTest +INFO: org.apache.commons.io.output.LockableFileWriterTest +INFO: org.apache.commons.io.output.NullOutputStreamTest +INFO: org.apache.commons.io.output.NullWriterTest +INFO: org.apache.commons.io.output.ProxyOutputStreamTest +INFO: org.apache.commons.io.output.ProxyWriterTest +INFO: org.apache.commons.io.output.StringBuilderWriterTest +INFO: org.apache.commons.io.output.TaggedOutputStreamTest +INFO: org.apache.commons.io.output.TeeOutputStreamTest +INFO: org.apache.commons.io.output.ThresholdingOutputStreamTest +INFO: org.apache.commons.io.output.WriterOutputStreamTest +INFO: org.apache.commons.io.output.XmlStreamWriterTest +INFO: org.apache.commons.io.serialization.FullClassNameMatcherTest +INFO: org.apache.commons.io.serialization.MoreComplexObjectTest +INFO: org.apache.commons.io.serialization.RegexpClassNameMatcherTest +INFO: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +INFO: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +INFO: ALL(count): 317 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 860 +INFO: STARTS:Edges: 6211 +INFO: STARTS:AffectedTests: 101 +INFO: STARTS:TotalTests: 101 +Checkout fdcc71dcd26491cecf22b369e2d580968f4515ab +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 101 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout d8e8908db227ec91608b386a65b5f8559d92d8c9 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.CopyUtilsTest +INFO: org.apache.commons.io.DemuxTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +INFO: org.apache.commons.io.FileCleanerTestCase +INFO: org.apache.commons.io.FileCleaningTrackerTestCase +INFO: org.apache.commons.io.FileDeleteStrategyTestCase +INFO: org.apache.commons.io.FileSystemUtilsTestCase +INFO: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +INFO: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +INFO: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +INFO: org.apache.commons.io.FileUtilsFileNewerTestCase +INFO: org.apache.commons.io.FileUtilsListFilesTestCase +INFO: org.apache.commons.io.FileUtilsTestCase +INFO: org.apache.commons.io.FileUtilsWaitForTestCase +INFO: org.apache.commons.io.FilenameUtilsTestCase +INFO: org.apache.commons.io.FilenameUtilsWildcardTestCase +INFO: org.apache.commons.io.IOCaseTestCase +INFO: org.apache.commons.io.IOUtilsCopyTestCase +INFO: org.apache.commons.io.IOUtilsTestCase +INFO: org.apache.commons.io.IOUtilsWriteTestCase +INFO: org.apache.commons.io.LineIteratorTestCase +INFO: org.apache.commons.io.ThreadMonitorTestCase +INFO: org.apache.commons.io.comparator.CompositeFileComparatorTest +INFO: org.apache.commons.io.comparator.ExtensionFileComparatorTest +INFO: org.apache.commons.io.comparator.LastModifiedFileComparatorTest +INFO: org.apache.commons.io.comparator.NameFileComparatorTest +INFO: org.apache.commons.io.comparator.PathFileComparatorTest +INFO: org.apache.commons.io.comparator.SizeFileComparatorTest +INFO: org.apache.commons.io.filefilter.FileFilterTestCase +INFO: org.apache.commons.io.filefilter.RegexFileFilterTestCase +INFO: org.apache.commons.io.input.TailerTest +INFO: org.apache.commons.io.monitor.AbstractMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationObserverTestCase +INFO: org.apache.commons.io.output.DeferredFileOutputStreamTest +INFO: org.apache.commons.io.output.FileWriterWithEncodingTest +INFO: org.apache.commons.io.output.LockableFileWriterTest +INFO: org.apache.commons.io.serialization.MoreComplexObjectTest +INFO: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +INFO: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +INFO: ALL(count): 317 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 860 +INFO: STARTS:Edges: 6211 +INFO: STARTS:AffectedTests: 41 +INFO: STARTS:TotalTests: 101 +Checkout 06033035f09c662020ffe0300983697c78d3039a +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.CopyUtilsTest +INFO: org.apache.commons.io.DemuxTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +INFO: org.apache.commons.io.FileCleanerTestCase +INFO: org.apache.commons.io.FileCleaningTrackerTestCase +INFO: org.apache.commons.io.FileDeleteStrategyTestCase +INFO: org.apache.commons.io.FileSystemUtilsTestCase +INFO: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +INFO: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +INFO: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +INFO: org.apache.commons.io.FileUtilsFileNewerTestCase +INFO: org.apache.commons.io.FileUtilsListFilesTestCase +INFO: org.apache.commons.io.FileUtilsTestCase +INFO: org.apache.commons.io.FileUtilsWaitForTestCase +INFO: org.apache.commons.io.FilenameUtilsTestCase +INFO: org.apache.commons.io.FilenameUtilsWildcardTestCase +INFO: org.apache.commons.io.IOCaseTestCase +INFO: org.apache.commons.io.IOUtilsCopyTestCase +INFO: org.apache.commons.io.IOUtilsTestCase +INFO: org.apache.commons.io.IOUtilsWriteTestCase +INFO: org.apache.commons.io.LineIteratorTestCase +INFO: org.apache.commons.io.ThreadMonitorTestCase +INFO: org.apache.commons.io.comparator.CompositeFileComparatorTest +INFO: org.apache.commons.io.comparator.ExtensionFileComparatorTest +INFO: org.apache.commons.io.comparator.LastModifiedFileComparatorTest +INFO: org.apache.commons.io.comparator.NameFileComparatorTest +INFO: org.apache.commons.io.comparator.PathFileComparatorTest +INFO: org.apache.commons.io.comparator.SizeFileComparatorTest +INFO: org.apache.commons.io.filefilter.FileFilterTestCase +INFO: org.apache.commons.io.filefilter.RegexFileFilterTestCase +INFO: org.apache.commons.io.input.TailerTest +INFO: org.apache.commons.io.monitor.AbstractMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationObserverTestCase +INFO: org.apache.commons.io.output.DeferredFileOutputStreamTest +INFO: org.apache.commons.io.output.FileWriterWithEncodingTest +INFO: org.apache.commons.io.output.LockableFileWriterTest +INFO: org.apache.commons.io.serialization.MoreComplexObjectTest +INFO: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +INFO: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +INFO: ALL(count): 317 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 860 +INFO: STARTS:Edges: 6214 +INFO: STARTS:AffectedTests: 41 +INFO: STARTS:TotalTests: 101 +Checkout 2196ff68d3f53213f3d07e38928805920089a03b +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 101 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout aafa3dca40e1d0a377ce9112538091581176dd50 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 101 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 65657b874c03a1b6fee23653b01a9baad6a518e8 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 101 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 5e2ace28efe0476feb6a32794fe6b5e90e71eb7e +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 101 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 6e2ac190ce379fb19acb8b5cf06c0a1b25d19059 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.CopyUtilsTest +INFO: org.apache.commons.io.DemuxTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCase +INFO: org.apache.commons.io.DirectoryWalkerTestCaseJava4 +INFO: org.apache.commons.io.FileCleanerTestCase +INFO: org.apache.commons.io.FileCleaningTrackerTestCase +INFO: org.apache.commons.io.FileDeleteStrategyTestCase +INFO: org.apache.commons.io.FileSystemTestCase +INFO: org.apache.commons.io.FileSystemUtilsTestCase +INFO: org.apache.commons.io.FileUtilsCleanDirectoryTestCase +INFO: org.apache.commons.io.FileUtilsCleanSymlinksTestCase +INFO: org.apache.commons.io.FileUtilsDirectoryContainsTestCase +INFO: org.apache.commons.io.FileUtilsFileNewerTestCase +INFO: org.apache.commons.io.FileUtilsListFilesTestCase +INFO: org.apache.commons.io.FileUtilsTestCase +INFO: org.apache.commons.io.FileUtilsWaitForTestCase +INFO: org.apache.commons.io.FilenameUtilsTestCase +INFO: org.apache.commons.io.FilenameUtilsWildcardTestCase +INFO: org.apache.commons.io.IOCaseTestCase +INFO: org.apache.commons.io.IOUtilsCopyTestCase +INFO: org.apache.commons.io.IOUtilsTestCase +INFO: org.apache.commons.io.IOUtilsWriteTestCase +INFO: org.apache.commons.io.LineIteratorTestCase +INFO: org.apache.commons.io.ThreadMonitorTestCase +INFO: org.apache.commons.io.comparator.CompositeFileComparatorTest +INFO: org.apache.commons.io.comparator.ExtensionFileComparatorTest +INFO: org.apache.commons.io.comparator.LastModifiedFileComparatorTest +INFO: org.apache.commons.io.comparator.NameFileComparatorTest +INFO: org.apache.commons.io.comparator.PathFileComparatorTest +INFO: org.apache.commons.io.comparator.SizeFileComparatorTest +INFO: org.apache.commons.io.filefilter.FileFilterTestCase +INFO: org.apache.commons.io.filefilter.RegexFileFilterTestCase +INFO: org.apache.commons.io.input.TailerTest +INFO: org.apache.commons.io.monitor.AbstractMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationMonitorTestCase +INFO: org.apache.commons.io.monitor.FileAlterationObserverTestCase +INFO: org.apache.commons.io.output.DeferredFileOutputStreamTest +INFO: org.apache.commons.io.output.FileWriterWithEncodingTest +INFO: org.apache.commons.io.output.LockableFileWriterTest +INFO: org.apache.commons.io.serialization.MoreComplexObjectTest +INFO: org.apache.commons.io.serialization.ValidatingObjectInputStreamTest +INFO: org.apache.commons.io.serialization.WildcardClassNameMatcherTest +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6232 +INFO: STARTS:AffectedTests: 42 +INFO: STARTS:TotalTests: 102 +Checkout b014a06d5b333a6fa30fbfde065d95bc0374d4a9 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 102 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout dcf6e82f8610b89075e00711e186792053928c7e +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6229 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout 84a0d90783b095775b5d14b2a807497862d80db5 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6231 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout 10c8db1b1ae0fd9be8b661dbf24643c0a9012d68 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6233 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout 2bacf63927effbe494ea8888191b950037d4606f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 102 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 4f50c37506de036bb34094095aaa6d4d831bfbb7 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6233 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout 38b0ff19101496d89345213866e0940eb682a8bf +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 102 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 30280a9ba706b330cbf6b18e6f2f6660743c0f16 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6233 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout 9cd31226588fa303886b9daac162d5aa753e8e15 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.io.FileSystemTestCase +INFO: ALL(count): 319 +INFO: UNREACHED(count): 0 +INFO: STARTS:Nodes: 863 +INFO: STARTS:Edges: 6233 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 102 +Checkout c1b64e9d70875339f0f76bcc295cc0a735c1d4f3 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 102 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 65c4a9c0ec651dd99f28b9fae40378728d071985 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 102 +INFO: ********** Run ********** +INFO: No tests are selected to run. diff --git a/autoRTS/logs/langTestAutoRTS.txt b/autoRTS/logs/langTestAutoRTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..8d8c2672fda2268fa3b496c4b742425a531c9354 --- /dev/null +++ b/autoRTS/logs/langTestAutoRTS.txt @@ -0,0 +1,2113 @@ +Checkout bb5cbd0c0802ee07569803cc5537241c0d2a92e2 +Selected test: org.apache.commons.lang3.NotImplementedExceptionTest +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.math.FractionTest +Selected test: org.apache.commons.lang3.mutable.MutableObjectTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.concurrent.BasicThreadFactoryTest +Selected test: org.apache.commons.lang3.mutable.MutableFloatTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.CharEncodingTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.SerializationUtilsTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.RangeTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.mutable.MutableBooleanTest +Selected test: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.text.CompositeFormatTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.mutable.MutableLongTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.exception.AbstractExceptionContextTest +Selected test: org.apache.commons.lang3.builder.CompareToBuilderTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.mutable.MutableIntTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.mutable.MutableByteTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.BitFieldTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.CharRangeTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.mutable.MutableDoubleTest +Selected test: org.apache.commons.lang3.SystemUtilsTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.JavaVersionTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +Selected test: org.apache.commons.lang3.ConversionTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.text.StrLookupTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.text.translate.EntityArraysTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.mutable.MutableShortTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.time.DateUtilsFragmentTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected test: org.apache.commons.lang3.RandomStringUtilsTest +Selected 2493 out of 2493 tests (100%) +Selected 2493 out of 2493 tests (100%) +Checkout 74fdc35a9852e1f33043528391a376dea90725be +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2042 out of 2493 tests (82%) +Selected 2493 out of 2493 tests (100%) +Checkout d6f31a650d07f0daf273d1bbf51ffdac93cd2cae +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected 64 out of 2493 tests (3%) +Selected 2493 out of 2493 tests (100%) +Checkout 7d40ae9741d994803583dcc98fe18f20a8bcb8f7 +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected 196 out of 2493 tests (8%) +Selected 2493 out of 2493 tests (100%) +Checkout 0f6a1aba67114ffbca39e9085b9bc0e25b3d7b86 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2042 out of 2493 tests (82%) +Selected 2493 out of 2493 tests (100%) +Checkout 6290347ab5958106aa5c6d13abf2b22a1a26fc67 +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.time.DateUtilsFragmentTest +Selected 150 out of 2493 tests (6%) +Selected 2493 out of 2493 tests (100%) +Checkout 725c290cd0a747041ab44259b87c476b470827e0 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2042 out of 2493 tests (82%) +Selected 2493 out of 2493 tests (100%) +Checkout 33fe37c8b790bac572c34bcdc39f148799c2ada0 +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.time.DateUtilsFragmentTest +Selected 150 out of 2493 tests (6%) +Selected 2493 out of 2493 tests (100%) +Checkout 109e37f189129e415791c1d609e4951aa37571ef +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.time.DateUtilsFragmentTest +Selected 150 out of 2493 tests (6%) +Selected 2493 out of 2493 tests (100%) +Checkout 5557b9a23e2971ea31e852857db61cd332b26706 +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected 154 out of 2495 tests (6%) +Selected 2495 out of 2495 tests (100%) +Checkout 7ac8e4cd7a44d2d99ea2322839a2275f40f0b7b1 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.builder.CompareToBuilderTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2092 out of 2495 tests (84%) +Selected 2495 out of 2495 tests (100%) +Checkout 4d43f048c53571b71720ebefc582ba5d5197bd5d +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected 23 out of 2495 tests (1%) +Selected 2495 out of 2495 tests (100%) +Checkout 8b8ce704302aaaa099a04c477e8f25f2f76bcc27 +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected 194 out of 2495 tests (8%) +Selected 2495 out of 2495 tests (100%) +Checkout 3de103dd72b9b5af42fd604c548047a5dd1e246b +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected 31 out of 2495 tests (1%) +Selected 2495 out of 2495 tests (100%) +Checkout 48a6305be2b9358b7df9cdc7c23ce589e5940ace +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected 31 out of 2495 tests (1%) +Selected 2495 out of 2495 tests (100%) +Checkout dd8f44884d06617322ae1e5a6baa0f9c8d343065 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2044 out of 2495 tests (82%) +Selected 2495 out of 2495 tests (100%) +Checkout aff6ca747e6c19400353a658f08fba3ece38e9ef +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2044 out of 2495 tests (82%) +Selected 2495 out of 2495 tests (100%) +Checkout 3482322192307199d4db1c66e921b7beb6e6dcb6 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2061 out of 2512 tests (82%) +Selected 2512 out of 2512 tests (100%) +Checkout 54ebf4f856ded17088adb21b741f3fdb6fd3dd05 +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected 53 out of 2512 tests (2%) +Selected 2512 out of 2512 tests (100%) +Checkout 7cf48fbeec5c810bddf33753aac105ebf3bd6ff6 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.builder.CompareToBuilderTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2135 out of 2522 tests (85%) +Selected 2522 out of 2522 tests (100%) +Checkout efa1ea4994180647a88f528ab15174c3a1c8def7 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2071 out of 2522 tests (82%) +Selected 2522 out of 2522 tests (100%) +Checkout 9fc8928943bb9d7e3c345edc5e0c0585bc7abce9 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2071 out of 2522 tests (82%) +Selected 2522 out of 2522 tests (100%) +Checkout ede44e5be976b9854d0886a7c93e3ea784ec2976 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2071 out of 2522 tests (82%) +Selected 2522 out of 2522 tests (100%) +Checkout 772a65e7bb020e389768376e0df86c10bf616f55 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2071 out of 2522 tests (82%) +Selected 2522 out of 2522 tests (100%) +Checkout 4bab3ab1d9e49f532006334b2c05fa1b953fa98c +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2071 out of 2522 tests (82%) +Selected 2522 out of 2522 tests (100%) +Checkout 5791577c91c78d4b8643e824365103451ec24f26 +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected 147 out of 2522 tests (6%) +Selected 2522 out of 2522 tests (100%) +Checkout beb36db500ae083d9976a50f4521ea5af12dac63 +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected 10 out of 2522 tests (0%) +Selected 2522 out of 2522 tests (100%) +Checkout c82f58e58ace1b88b40d2e05ee6017da52522b23 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2072 out of 2523 tests (82%) +Selected 2523 out of 2523 tests (100%) +Checkout cf4edea49a1431dbdff659f0069ac16ce1b21259 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2072 out of 2523 tests (82%) +Selected 2523 out of 2523 tests (100%) +Checkout 2dae9c0c08f510fa031381fc9fb7308b8356963f +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2072 out of 2523 tests (82%) +Selected 2523 out of 2523 tests (100%) +Checkout c8e6ce5c6adbb256b9eac50b6193a879745ab4e9 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2072 out of 2523 tests (82%) +Selected 2523 out of 2523 tests (100%) +Checkout 192e8765405155f2796c3b8343e100567147d536 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.builder.CompareToBuilderTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.builder.NoClassNameToStringStyleTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2144 out of 2531 tests (85%) +Selected 2531 out of 2531 tests (100%) +Checkout 5a6bdc0b47477bdb83e64925c77579b5be4f9222 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.builder.CompareToBuilderTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.builder.NoClassNameToStringStyleTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2153 out of 2540 tests (85%) +Selected 2540 out of 2540 tests (100%) +Checkout 83ad5f8bcdca8df4086226b13f3ceeecca7ed358 +Selected test: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +Selected test: org.apache.commons.lang3.tuple.ImmutablePairTest +Selected test: org.apache.commons.lang3.text.StrMatcherTest +Selected test: org.apache.commons.lang3.ClassPathUtilsTest +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.event.EventUtilsTest +Selected test: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +Selected test: org.apache.commons.lang3.StringUtilsTest +Selected test: org.apache.commons.lang3.reflect.TypeUtilsTest +Selected test: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +Selected test: org.apache.commons.lang3.builder.StandardToStringStyleTest +Selected test: org.apache.commons.lang3.builder.HashCodeBuilderTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +Selected test: org.apache.commons.lang3.StringUtilsSubstringTest +Selected test: org.apache.commons.lang3.tuple.MutableTripleTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.event.EventListenerSupportTest +Selected test: org.apache.commons.lang3.exception.ExceptionUtilsTest +Selected test: org.apache.commons.lang3.builder.EqualsBuilderTest +Selected test: org.apache.commons.lang3.time.DateFormatUtilsTest +Selected test: org.apache.commons.lang3.time.FastDateFormatTest +Selected test: org.apache.commons.lang3.text.StrTokenizerTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.ArrayUtilsAddTest +Selected test: org.apache.commons.lang3.BooleanUtilsTest +Selected test: org.apache.commons.lang3.concurrent.ConstantInitializerTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +Selected test: org.apache.commons.lang3.ClassUtilsTest +Selected test: org.apache.commons.lang3.tuple.PairTest +Selected test: org.apache.commons.lang3.tuple.ImmutableTripleTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.math.IEEE754rUtilsTest +Selected test: org.apache.commons.lang3.text.StrSubstitutorTest +Selected test: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.time.DateUtilsRoundingTest +Selected test: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +Selected test: org.apache.commons.lang3.builder.DefaultToStringStyleTest +Selected test: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +Selected test: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +Selected test: org.apache.commons.lang3.time.DurationFormatUtilsTest +Selected test: org.apache.commons.lang3.reflect.ConstructorUtilsTest +Selected test: org.apache.commons.lang3.StringEscapeUtilsTest +Selected test: org.apache.commons.lang3.reflect.FieldUtilsTest +Selected test: org.apache.commons.lang3.text.ExtendedMessageFormatTest +Selected test: org.apache.commons.lang3.ValidateTest +Selected test: org.apache.commons.lang3.StringUtilsTrimEmptyTest +Selected test: org.apache.commons.lang3.LocaleUtilsTest +Selected test: org.apache.commons.lang3.text.translate.LookupTranslatorTest +Selected test: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +Selected test: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +Selected test: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +Selected test: org.apache.commons.lang3.text.translate.OctalUnescaperTest +Selected test: org.apache.commons.lang3.reflect.MethodUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +Selected test: org.apache.commons.lang3.CharUtilsTest +Selected test: org.apache.commons.lang3.text.FormattableUtilsTest +Selected test: org.apache.commons.lang3.reflect.InheritanceUtilsTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected test: org.apache.commons.lang3.tuple.MutablePairTest +Selected test: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +Selected test: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +Selected test: org.apache.commons.lang3.ArrayUtilsRemoveTest +Selected test: org.apache.commons.lang3.math.NumberUtilsTest +Selected test: org.apache.commons.lang3.HashSetvBitSetTest +Selected test: org.apache.commons.lang3.tuple.TripleTest +Selected test: org.apache.commons.lang3.CharSequenceUtilsTest +Selected test: org.apache.commons.lang3.builder.ToStringBuilderTest +Selected test: org.apache.commons.lang3.text.StrBuilderTest +Selected test: org.apache.commons.lang3.time.DateUtilsTest +Selected test: org.apache.commons.lang3.AnnotationUtilsTest +Selected test: org.apache.commons.lang3.ArrayUtilsTest +Selected test: org.apache.commons.lang3.EnumUtilsTest +Selected test: org.apache.commons.lang3.RandomUtilsTest +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected test: org.apache.commons.lang3.time.StopWatchTest +Selected test: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +Selected test: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +Selected test: org.apache.commons.lang3.CharSetUtilsTest +Selected test: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +Selected test: org.apache.commons.lang3.builder.SimpleToStringStyleTest +Selected test: org.apache.commons.lang3.builder.DiffTest +Selected test: org.apache.commons.lang3.builder.NoClassNameToStringStyleTest +Selected test: org.apache.commons.lang3.text.WordUtilsTest +Selected test: org.apache.commons.lang3.StringUtilsIsTest +Selected test: org.apache.commons.lang3.reflect.TypeLiteralTest +Selected 2101 out of 2540 tests (83%) +Selected 2540 out of 2540 tests (100%) +Checkout e47f8b310edd2fdb78843b06608ae0e2b9b6ea66 +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected 9 out of 2540 tests (0%) +Selected 2540 out of 2540 tests (100%) +Checkout 8c732c52ddc7dbf9516676bab4f3513e8b1df3e7 +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected 9 out of 2540 tests (0%) +Selected 2540 out of 2540 tests (100%) +Checkout 4769e7b4f007e4c02f396934e14fdf6473be6248 +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected 9 out of 2540 tests (0%) +Selected 2540 out of 2540 tests (100%) +Checkout 1048346e0655bdef22c9820e96bb77d34b3a69d1 +Selected test: org.apache.commons.lang3.builder.JsonToStringStyleTest +Selected 9 out of 2540 tests (0%) +Selected 2540 out of 2540 tests (100%) +Checkout 666a3f4c5426ead0304a4831a50872321e7becc7 +Selected test: org.apache.commons.lang3.exception.ContextedExceptionTest +Selected test: org.apache.commons.lang3.time.FastDatePrinterTest +Selected test: org.apache.commons.lang3.ObjectUtilsTest +Selected test: org.apache.commons.lang3.exception.DefaultExceptionContextTest +Selected test: org.apache.commons.lang3.CharSetTest +Selected test: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +Selected test: org.apache.commons.lang3.SerializationUtilsTest +Selected test: org.apache.commons.lang3.RangeTest +Selected test: org.apache.commons.lang3.exception.AbstractExceptionContextTest +Selected test: org.apache.commons.lang3.time.FastDateParserTest +Selected test: org.apache.commons.lang3.CharRangeTest +Selected 183 out of 2540 tests (7%) +Selected 2540 out of 2540 tests (100%) +Checkout 6d01210ac6312c08cf9d64af1316d17efaeac8ba +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected 37 out of 2542 tests (1%) +Selected 2542 out of 2542 tests (100%) +Checkout ba18c038e8e4f340d699e086b97052577d5c4671 +Selected test: org.apache.commons.lang3.builder.DiffBuilderTest +Selected test: org.apache.commons.lang3.builder.DiffResultTest +Selected 37 out of 2542 tests (1%) +Selected 2542 out of 2542 tests (100%) diff --git a/autoRTS/logs/langTestSTARTS.txt b/autoRTS/logs/langTestSTARTS.txt new file mode 100644 index 0000000000000000000000000000000000000000..532254183e73280b7989f4050c59085ef94a8c40 --- /dev/null +++ b/autoRTS/logs/langTestSTARTS.txt @@ -0,0 +1,1568 @@ +Checkout bb5cbd0c0802ee07569803cc5537241c0d2a92e2 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BitFieldTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharEncodingTest +INFO: org.apache.commons.lang3.CharRangeTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.ConversionTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.JavaVersionTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.NotImplementedExceptionTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomStringUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.RangeTest +INFO: org.apache.commons.lang3.SerializationUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.SystemUtilsTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.BasicThreadFactoryTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.FractionTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.mutable.MutableBooleanTest +INFO: org.apache.commons.lang3.mutable.MutableByteTest +INFO: org.apache.commons.lang3.mutable.MutableDoubleTest +INFO: org.apache.commons.lang3.mutable.MutableFloatTest +INFO: org.apache.commons.lang3.mutable.MutableIntTest +INFO: org.apache.commons.lang3.mutable.MutableLongTest +INFO: org.apache.commons.lang3.mutable.MutableObjectTest +INFO: org.apache.commons.lang3.mutable.MutableShortTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.CompositeFormatTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrLookupTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.EntityArraysTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsFragmentTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 567 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1584 +INFO: STARTS:Edges: 11639 +INFO: STARTS:AffectedTests: 125 +INFO: STARTS:TotalTests: 125 +Checkout 74fdc35a9852e1f33043528391a376dea90725be +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout d6f31a650d07f0daf273d1bbf51ffdac93cd2cae +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 7d40ae9741d994803583dcc98fe18f20a8bcb8f7 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: ALL(count): 567 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1584 +INFO: STARTS:Edges: 11639 +INFO: STARTS:AffectedTests: 6 +INFO: STARTS:TotalTests: 125 +Checkout 0f6a1aba67114ffbca39e9085b9bc0e25b3d7b86 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 6290347ab5958106aa5c6d13abf2b22a1a26fc67 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 725c290cd0a747041ab44259b87c476b470827e0 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 567 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1584 +INFO: STARTS:Edges: 11639 +INFO: STARTS:AffectedTests: 101 +INFO: STARTS:TotalTests: 125 +Checkout 33fe37c8b790bac572c34bcdc39f148799c2ada0 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.time.DateUtilsFragmentTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: ALL(count): 568 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1585 +INFO: STARTS:Edges: 11645 +INFO: STARTS:AffectedTests: 5 +INFO: STARTS:TotalTests: 125 +Checkout 109e37f189129e415791c1d609e4951aa37571ef +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 5557b9a23e2971ea31e852857db61cd332b26706 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: ALL(count): 569 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1586 +INFO: STARTS:Edges: 11658 +INFO: STARTS:AffectedTests: 9 +INFO: STARTS:TotalTests: 125 +Checkout 7ac8e4cd7a44d2d99ea2322839a2275f40f0b7b1 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 4d43f048c53571b71720ebefc582ba5d5197bd5d +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: ALL(count): 569 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1769 +INFO: STARTS:Edges: 13260 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 125 +Checkout 8b8ce704302aaaa099a04c477e8f25f2f76bcc27 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 3de103dd72b9b5af42fd604c548047a5dd1e246b +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: ALL(count): 569 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1769 +INFO: STARTS:Edges: 13260 +INFO: STARTS:AffectedTests: 3 +INFO: STARTS:TotalTests: 125 +Checkout 48a6305be2b9358b7df9cdc7c23ce589e5940ace +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout dd8f44884d06617322ae1e5a6baa0f9c8d343065 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: ALL(count): 569 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1769 +INFO: STARTS:Edges: 13260 +INFO: STARTS:AffectedTests: 3 +INFO: STARTS:TotalTests: 125 +Checkout aff6ca747e6c19400353a658f08fba3ece38e9ef +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 569 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1769 +INFO: STARTS:Edges: 13260 +INFO: STARTS:AffectedTests: 101 +INFO: STARTS:TotalTests: 125 +Checkout 3482322192307199d4db1c66e921b7beb6e6dcb6 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 571 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1771 +INFO: STARTS:Edges: 13277 +INFO: STARTS:AffectedTests: 101 +INFO: STARTS:TotalTests: 125 +Checkout 54ebf4f856ded17088adb21b741f3fdb6fd3dd05 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 125 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 7cf48fbeec5c810bddf33753aac105ebf3bd6ff6 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1778 +INFO: STARTS:Edges: 13327 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 126 +Checkout efa1ea4994180647a88f528ab15174c3a1c8def7 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 126 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 9fc8928943bb9d7e3c345edc5e0c0585bc7abce9 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1778 +INFO: STARTS:Edges: 13327 +INFO: STARTS:AffectedTests: 102 +INFO: STARTS:TotalTests: 126 +Checkout ede44e5be976b9854d0886a7c93e3ea784ec2976 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 126 +Checkout 772a65e7bb020e389768376e0df86c10bf616f55 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 102 +INFO: STARTS:TotalTests: 126 +Checkout 4bab3ab1d9e49f532006334b2c05fa1b953fa98c +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 102 +INFO: STARTS:TotalTests: 126 +Checkout 5791577c91c78d4b8643e824365103451ec24f26 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 3 +INFO: STARTS:TotalTests: 126 +Checkout beb36db500ae083d9976a50f4521ea5af12dac63 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 126 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout c82f58e58ace1b88b40d2e05ee6017da52522b23 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 102 +INFO: STARTS:TotalTests: 126 +Checkout cf4edea49a1431dbdff659f0069ac16ce1b21259 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 578 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1841 +INFO: STARTS:Edges: 13970 +INFO: STARTS:AffectedTests: 102 +INFO: STARTS:TotalTests: 126 +Checkout 2dae9c0c08f510fa031381fc9fb7308b8356963f +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 126 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout c8e6ce5c6adbb256b9eac50b6193a879745ab4e9 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 126 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 192e8765405155f2796c3b8343e100567147d536 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoClassNameToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 580 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1843 +INFO: STARTS:Edges: 13987 +INFO: STARTS:AffectedTests: 103 +INFO: STARTS:TotalTests: 127 +Checkout 5a6bdc0b47477bdb83e64925c77579b5be4f9222 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.AnnotationUtilsTest +INFO: org.apache.commons.lang3.ArrayUtilsAddTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveMultipleTest +INFO: org.apache.commons.lang3.ArrayUtilsRemoveTest +INFO: org.apache.commons.lang3.ArrayUtilsTest +INFO: org.apache.commons.lang3.BooleanUtilsTest +INFO: org.apache.commons.lang3.CharSequenceUtilsTest +INFO: org.apache.commons.lang3.CharSetTest +INFO: org.apache.commons.lang3.CharSetUtilsTest +INFO: org.apache.commons.lang3.CharUtilsTest +INFO: org.apache.commons.lang3.ClassPathUtilsTest +INFO: org.apache.commons.lang3.ClassUtilsTest +INFO: org.apache.commons.lang3.EnumUtilsTest +INFO: org.apache.commons.lang3.HashSetvBitSetTest +INFO: org.apache.commons.lang3.LocaleUtilsTest +INFO: org.apache.commons.lang3.ObjectUtilsTest +INFO: org.apache.commons.lang3.RandomUtilsTest +INFO: org.apache.commons.lang3.StringEscapeUtilsTest +INFO: org.apache.commons.lang3.StringUtilsEqualsIndexOfTest +INFO: org.apache.commons.lang3.StringUtilsIsTest +INFO: org.apache.commons.lang3.StringUtilsStartsEndsWithTest +INFO: org.apache.commons.lang3.StringUtilsSubstringTest +INFO: org.apache.commons.lang3.StringUtilsTest +INFO: org.apache.commons.lang3.StringUtilsTrimEmptyTest +INFO: org.apache.commons.lang3.ValidateTest +INFO: org.apache.commons.lang3.builder.CompareToBuilderTest +INFO: org.apache.commons.lang3.builder.DefaultToStringStyleTest +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: org.apache.commons.lang3.builder.DiffTest +INFO: org.apache.commons.lang3.builder.EqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderAndEqualsBuilderTest +INFO: org.apache.commons.lang3.builder.HashCodeBuilderTest +INFO: org.apache.commons.lang3.builder.JsonToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultiLineToStringStyleTest +INFO: org.apache.commons.lang3.builder.MultilineRecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoClassNameToStringStyleTest +INFO: org.apache.commons.lang3.builder.NoFieldNamesToStringStyleTest +INFO: org.apache.commons.lang3.builder.RecursiveToStringStyleTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderConcurrencyTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderExcludeTest +INFO: org.apache.commons.lang3.builder.ReflectionToStringBuilderMutateInspectConcurrencyTest +INFO: org.apache.commons.lang3.builder.ShortPrefixToStringStyleTest +INFO: org.apache.commons.lang3.builder.SimpleToStringStyleTest +INFO: org.apache.commons.lang3.builder.StandardToStringStyleTest +INFO: org.apache.commons.lang3.builder.ToStringBuilderTest +INFO: org.apache.commons.lang3.builder.ToStringStyleConcurrencyTest +INFO: org.apache.commons.lang3.builder.ToStringStyleTest +INFO: org.apache.commons.lang3.concurrent.AbstractConcurrentInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicInitializerTest +INFO: org.apache.commons.lang3.concurrent.AtomicSafeInitializerTest +INFO: org.apache.commons.lang3.concurrent.BackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.CallableBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.ConcurrentUtilsTest +INFO: org.apache.commons.lang3.concurrent.ConstantInitializerTest +INFO: org.apache.commons.lang3.concurrent.LazyInitializerTest +INFO: org.apache.commons.lang3.concurrent.MultiBackgroundInitializerTest +INFO: org.apache.commons.lang3.concurrent.TimedSemaphoreTest +INFO: org.apache.commons.lang3.event.EventListenerSupportTest +INFO: org.apache.commons.lang3.event.EventUtilsTest +INFO: org.apache.commons.lang3.exception.AbstractExceptionContextTest +INFO: org.apache.commons.lang3.exception.ContextedExceptionTest +INFO: org.apache.commons.lang3.exception.ContextedRuntimeExceptionTest +INFO: org.apache.commons.lang3.exception.DefaultExceptionContextTest +INFO: org.apache.commons.lang3.exception.ExceptionUtilsTest +INFO: org.apache.commons.lang3.math.IEEE754rUtilsTest +INFO: org.apache.commons.lang3.math.NumberUtilsTest +INFO: org.apache.commons.lang3.reflect.ConstructorUtilsTest +INFO: org.apache.commons.lang3.reflect.FieldUtilsTest +INFO: org.apache.commons.lang3.reflect.InheritanceUtilsTest +INFO: org.apache.commons.lang3.reflect.MethodUtilsTest +INFO: org.apache.commons.lang3.reflect.TypeLiteralTest +INFO: org.apache.commons.lang3.reflect.TypeUtilsTest +INFO: org.apache.commons.lang3.text.ExtendedMessageFormatTest +INFO: org.apache.commons.lang3.text.FormattableUtilsTest +INFO: org.apache.commons.lang3.text.StrBuilderAppendInsertTest +INFO: org.apache.commons.lang3.text.StrBuilderTest +INFO: org.apache.commons.lang3.text.StrMatcherTest +INFO: org.apache.commons.lang3.text.StrSubstitutorTest +INFO: org.apache.commons.lang3.text.StrTokenizerTest +INFO: org.apache.commons.lang3.text.WordUtilsTest +INFO: org.apache.commons.lang3.text.translate.LookupTranslatorTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityEscaperTest +INFO: org.apache.commons.lang3.text.translate.NumericEntityUnescaperTest +INFO: org.apache.commons.lang3.text.translate.OctalUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeEscaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnescaperTest +INFO: org.apache.commons.lang3.text.translate.UnicodeUnpairedSurrogateRemoverTest +INFO: org.apache.commons.lang3.time.DateFormatUtilsTest +INFO: org.apache.commons.lang3.time.DateUtilsRoundingTest +INFO: org.apache.commons.lang3.time.DateUtilsTest +INFO: org.apache.commons.lang3.time.DurationFormatUtilsTest +INFO: org.apache.commons.lang3.time.FastDateFormatTest +INFO: org.apache.commons.lang3.time.FastDateFormat_ParserTest +INFO: org.apache.commons.lang3.time.FastDateFormat_PrinterTest +INFO: org.apache.commons.lang3.time.FastDateParserTest +INFO: org.apache.commons.lang3.time.FastDatePrinterTest +INFO: org.apache.commons.lang3.time.StopWatchTest +INFO: org.apache.commons.lang3.tuple.ImmutablePairTest +INFO: org.apache.commons.lang3.tuple.ImmutableTripleTest +INFO: org.apache.commons.lang3.tuple.MutablePairTest +INFO: org.apache.commons.lang3.tuple.MutableTripleTest +INFO: org.apache.commons.lang3.tuple.PairTest +INFO: org.apache.commons.lang3.tuple.TripleTest +INFO: ALL(count): 582 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1845 +INFO: STARTS:Edges: 14013 +INFO: STARTS:AffectedTests: 104 +INFO: STARTS:TotalTests: 128 +Checkout 83ad5f8bcdca8df4086226b13f3ceeecca7ed358 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 128 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout e47f8b310edd2fdb78843b06608ae0e2b9b6ea66 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 128 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 8c732c52ddc7dbf9516676bab4f3513e8b1df3e7 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.builder.JsonToStringStyleTest +INFO: ALL(count): 582 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1845 +INFO: STARTS:Edges: 14013 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 128 +Checkout 4769e7b4f007e4c02f396934e14fdf6473be6248 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.builder.JsonToStringStyleTest +INFO: ALL(count): 582 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1845 +INFO: STARTS:Edges: 14013 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 128 +Checkout 1048346e0655bdef22c9820e96bb77d34b3a69d1 +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.builder.JsonToStringStyleTest +INFO: ALL(count): 582 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1845 +INFO: STARTS:Edges: 14013 +INFO: STARTS:AffectedTests: 1 +INFO: STARTS:TotalTests: 128 +Checkout 666a3f4c5426ead0304a4831a50872321e7becc7 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 128 +INFO: ********** Run ********** +INFO: No tests are selected to run. +Checkout 6d01210ac6312c08cf9d64af1316d17efaeac8ba +INFO: +INFO: ********** AffectedTests ********** +INFO: org.apache.commons.lang3.builder.DiffBuilderTest +INFO: org.apache.commons.lang3.builder.DiffResultTest +INFO: ALL(count): 582 +INFO: UNREACHED(count): 1 +INFO: STARTS:Nodes: 1845 +INFO: STARTS:Edges: 14015 +INFO: STARTS:AffectedTests: 2 +INFO: STARTS:TotalTests: 128 +Checkout ba18c038e8e4f340d699e086b97052577d5c4671 +INFO: ********** Run ********** +INFO: No tests are selected to run. +INFO: +INFO: ********** AffectedTests ********** +INFO: AffectedTests found no classes. +INFO: STARTS:AffectedTests: 0 +INFO: STARTS:TotalTests: 128 +INFO: ********** Run ********** +INFO: No tests are selected to run.