From 367a5a2bae8c2da6ec9599a4d5d685450ca08720 Mon Sep 17 00:00:00 2001 From: FherStk Date: Fri, 10 Feb 2023 13:29:44 +0100 Subject: [PATCH 1/9] copyright year updated --- cli/Run.cs | 2 +- core/AutoCheck.Core.csproj | 2 +- core/connectors/Atom.cs | 2 +- core/connectors/Base.cs | 2 +- core/connectors/Compressed.cs | 2 +- core/connectors/Css.cs | 2 +- core/connectors/Csv.cs | 2 +- core/connectors/GDrive.cs | 2 +- core/connectors/Html.cs | 2 +- core/connectors/Math.cs | 2 +- core/connectors/Odoo.cs | 2 +- core/connectors/PlainText.cs | 2 +- core/connectors/Postgres.cs | 2 +- core/connectors/Rss.cs | 2 +- core/connectors/Shell.cs | 2 +- core/connectors/TextStream.cs | 2 +- core/connectors/Xml.cs | 2 +- core/copy/Base.cs | 2 +- core/copy/Css.cs | 2 +- core/copy/Html.cs | 2 +- core/copy/PlainText.cs | 2 +- core/copy/SourceCode.cs | 2 +- core/copy/SqlLog.cs | 2 +- core/copy/Xml.cs | 2 +- core/main/Exceptions.cs | 2 +- core/main/Output.cs | 2 +- core/main/Script.cs | 2 +- core/main/Utils.cs | 2 +- docs/credits/credits.md | 2 +- docs/html/credits/credits.html | 118 +++++++++--------- scripts/samples/copy_detector.yaml | 2 +- scripts/samples/extract_zip.yaml | 2 +- scripts/samples/restore_db.yaml | 2 +- scripts/targets/batch/css3.yaml | 2 +- scripts/targets/batch/html5.yaml | 2 +- scripts/targets/batch/mineseeker.yaml | 2 +- scripts/targets/batch/permissions.yaml | 2 +- scripts/targets/batch/views.yaml | 2 +- scripts/targets/batch/web_syndication.yaml | 2 +- scripts/targets/batch/xml_validation.yaml | 2 +- scripts/targets/single/css3.yaml | 2 +- scripts/targets/single/html5.yaml | 2 +- scripts/targets/single/mineseeker.yaml | 2 +- scripts/targets/single/permissions.yaml | 2 +- scripts/targets/single/views.yaml | 2 +- scripts/targets/single/web_syndication.yaml | 2 +- scripts/targets/single/xml_validation.yaml | 2 +- scripts/templates/css3.yaml | 2 +- scripts/templates/html5.yaml | 2 +- scripts/templates/mineseeker.yaml | 2 +- scripts/templates/odoo_csv.yaml | 2 +- scripts/templates/odoo_usage.yaml | 2 +- scripts/templates/permissions.yaml | 2 +- scripts/templates/views.yaml | 2 +- scripts/templates/web_syndication.yaml | 2 +- scripts/templates/xml_validation.yaml | 2 +- test/AutoCheck.Test.csproj | 2 +- test/connectors/Atom.cs | 2 +- test/connectors/Compressed.cs | 2 +- test/connectors/Css.cs | 2 +- test/connectors/Csv.cs | 2 +- test/connectors/GDrive.cs | 2 +- test/connectors/Html.cs | 2 +- test/connectors/Odoo.cs | 2 +- test/connectors/PlainText.cs | 2 +- test/connectors/Postgres.cs | 2 +- test/connectors/Rss.cs | 2 +- test/connectors/Shell.cs | 2 +- test/connectors/Xml.cs | 2 +- test/copy/PlainText.cs | 2 +- test/copy/SourceCode.cs | 2 +- test/main/Script.cs/Batch.cs | 2 +- test/main/Script.cs/Connector.cs | 2 +- test/main/Script.cs/Copy.cs | 2 +- test/main/Script.cs/Dummy.cs | 2 +- test/main/Script.cs/Echo.cs | 2 +- test/main/Script.cs/Inherits.cs | 2 +- test/main/Script.cs/Multicopy.cs | 2 +- test/main/Script.cs/Output.cs | 2 +- test/main/Script.cs/Question.cs | 2 +- test/main/Script.cs/Real/Css3.cs | 2 +- test/main/Script.cs/Real/Html5.cs | 2 +- test/main/Script.cs/Real/Mineseeker.cs | 2 +- test/main/Script.cs/Real/Permissions.cs | 2 +- test/main/Script.cs/Real/Views.cs | 2 +- test/main/Script.cs/Real/WebSyndication.cs | 2 +- test/main/Script.cs/Real/XmlValidation.cs | 2 +- test/main/Script.cs/Run.cs | 2 +- test/main/Script.cs/Setup.cs | 2 +- test/main/Script.cs/Vars.cs | 2 +- test/main/Test.cs | 2 +- test/samples/script/batch/batch_base1.yaml | 2 +- test/samples/script/batch/batch_base2.yaml | 2 +- test/samples/script/batch/batch_base3.yaml | 2 +- test/samples/script/batch/batch_base4.yaml | 2 +- test/samples/script/batch/batch_base5.yaml | 2 +- test/samples/script/batch/batch_run_ok1.yaml | 2 +- test/samples/script/batch/batch_run_ok10.yaml | 2 +- test/samples/script/batch/batch_run_ok11.yaml | 2 +- test/samples/script/batch/batch_run_ok2.yaml | 2 +- test/samples/script/batch/batch_run_ok3.yaml | 2 +- test/samples/script/batch/batch_run_ok4.yaml | 2 +- test/samples/script/batch/batch_run_ok5.yaml | 2 +- test/samples/script/batch/batch_run_ok6.yaml | 2 +- test/samples/script/batch/batch_run_ok7.yaml | 2 +- test/samples/script/batch/batch_run_ok8.yaml | 2 +- test/samples/script/batch/batch_run_ok9.yaml | 2 +- .../script/connector/connector_ko1.yaml | 2 +- .../script/connector/connector_ko2.yaml | 2 +- .../script/connector/connector_ko3.yaml | 2 +- .../script/connector/connector_ko4.yaml | 2 +- .../script/connector/connector_ko5.yaml | 2 +- .../script/connector/connector_ok1.yaml | 2 +- .../script/connector/connector_ok2.yaml | 2 +- .../script/connector/connector_ok3.yaml | 2 +- .../script/connector/connector_ok4.yaml | 2 +- .../script/connector/connector_ok5.yaml | 2 +- .../script/copy/copy_plaintext_ok1.yaml | 2 +- .../script/copy/copy_plaintext_ok2.yaml | 2 +- test/samples/script/dummy/dummy_base_1.yaml | 2 +- test/samples/script/dummy/dummy_base_2.yaml | 2 +- test/samples/script/dummy/dummy_base_3.yaml | 2 +- test/samples/script/dummy/dummy_base_4.yaml | 2 +- test/samples/script/dummy/dummy_base_5.yaml | 2 +- test/samples/script/dummy/dummy_base_6.yaml | 2 +- test/samples/script/dummy/dummy_base_7.yaml | 2 +- test/samples/script/dummy/dummy_base_8.yaml | 2 +- test/samples/script/dummy/dummy_single_1.yaml | 2 +- test/samples/script/dummy/dummy_single_2.yaml | 2 +- test/samples/script/dummy/dummy_single_3.yaml | 2 +- test/samples/script/dummy/dummy_single_4.yaml | 2 +- test/samples/script/dummy/dummy_single_5.yaml | 2 +- test/samples/script/dummy/dummy_single_6.yaml | 2 +- test/samples/script/dummy/dummy_single_7.yaml | 2 +- test/samples/script/dummy/dummy_single_8.yaml | 2 +- test/samples/script/dummy/dummy_single_9.yaml | 2 +- test/samples/script/echo/echo_ok1.yaml | 2 +- test/samples/script/echo/echo_ok2.yaml | 2 +- .../script/inherits/inherits_base1.yaml | 2 +- .../script/inherits/inherits_base2.yaml | 2 +- .../script/inherits/inherits_run_ok1.yaml | 2 +- .../script/inherits/inherits_vars_ok1.yaml | 2 +- .../script/multicopy/multicopy_base.yaml | 2 +- .../samples/script/output/output_batch_1.yaml | 2 +- .../samples/script/output/output_batch_2.yaml | 2 +- .../samples/script/output/output_batch_3.yaml | 2 +- .../samples/script/output/output_batch_4.yaml | 2 +- .../script/output/output_single_1.yaml | 2 +- .../script/output/output_single_2.yaml | 2 +- .../samples/script/question/question_ok1.yaml | 2 +- .../script/question/question_ok10.yaml | 2 +- .../script/question/question_ok11.yaml | 2 +- .../script/question/question_ok12.yaml | 2 +- .../script/question/question_ok13.yaml | 2 +- .../samples/script/question/question_ok2.yaml | 2 +- .../samples/script/question/question_ok3.yaml | 2 +- .../samples/script/question/question_ok4.yaml | 2 +- .../samples/script/question/question_ok5.yaml | 2 +- .../samples/script/question/question_ok6.yaml | 2 +- .../samples/script/question/question_ok7.yaml | 2 +- .../samples/script/question/question_ok8.yaml | 2 +- .../samples/script/question/question_ok9.yaml | 2 +- test/samples/script/run/run_ko2.yaml | 2 +- test/samples/script/run/run_ko3.yaml | 2 +- test/samples/script/run/run_ko4.yaml | 2 +- test/samples/script/run/run_ok1.yaml | 2 +- test/samples/script/run/run_ok2.yaml | 2 +- test/samples/script/run/run_ok3.yaml | 2 +- test/samples/script/run/run_ok4.yaml | 2 +- test/samples/script/run/run_ok5.yaml | 2 +- test/samples/script/run/run_ok6.yaml | 2 +- test/samples/script/setup/setup_ok1.yaml | 2 +- test/samples/script/vars/vars_ko1.yaml | 2 +- test/samples/script/vars/vars_ko2.yaml | 2 +- test/samples/script/vars/vars_ko3.yaml | 2 +- test/samples/script/vars/vars_ok1.yaml | 2 +- test/samples/script/vars/vars_ok2.yaml | 2 +- test/samples/script/vars/vars_ok3.yaml | 2 +- test/samples/script/vars/vars_ok4.yaml | 2 +- test/samples/script/vars/vars_ok5.yaml | 2 +- test/samples/script/vars/vars_ok6.yaml | 2 +- web/AutoCheck.Web.csproj | 2 +- 182 files changed, 240 insertions(+), 240 deletions(-) diff --git a/cli/Run.cs b/cli/Run.cs index d1eaa2e6..71a6f279 100644 --- a/cli/Run.cs +++ b/cli/Run.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/AutoCheck.Core.csproj b/core/AutoCheck.Core.csproj index 237bba82..81a05f44 100644 --- a/core/AutoCheck.Core.csproj +++ b/core/AutoCheck.Core.csproj @@ -5,7 +5,7 @@ net6.0 Fernando Porrino Serrano AutoCheck.Core - Copyright © 2022 + Copyright © 2023 2.23.1 stable $(VersionPrefix) diff --git a/core/connectors/Atom.cs b/core/connectors/Atom.cs index 76dd4b1d..32fcc6b8 100644 --- a/core/connectors/Atom.cs +++ b/core/connectors/Atom.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Base.cs b/core/connectors/Base.cs index 13bea844..6a6dfc6c 100644 --- a/core/connectors/Base.cs +++ b/core/connectors/Base.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Compressed.cs b/core/connectors/Compressed.cs index 5c0badec..69a57dde 100644 --- a/core/connectors/Compressed.cs +++ b/core/connectors/Compressed.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Css.cs b/core/connectors/Css.cs index 9a17cc13..906aecfc 100644 --- a/core/connectors/Css.cs +++ b/core/connectors/Css.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Csv.cs b/core/connectors/Csv.cs index 031ef344..06c5057b 100644 --- a/core/connectors/Csv.cs +++ b/core/connectors/Csv.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/GDrive.cs b/core/connectors/GDrive.cs index 9025e46c..de93ffe1 100644 --- a/core/connectors/GDrive.cs +++ b/core/connectors/GDrive.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Html.cs b/core/connectors/Html.cs index a84c0998..9b776380 100644 --- a/core/connectors/Html.cs +++ b/core/connectors/Html.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Math.cs b/core/connectors/Math.cs index 33dece49..b0842bfb 100644 --- a/core/connectors/Math.cs +++ b/core/connectors/Math.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Odoo.cs b/core/connectors/Odoo.cs index 20dc4e87..089e5a57 100644 --- a/core/connectors/Odoo.cs +++ b/core/connectors/Odoo.cs @@ -1,6 +1,6 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/PlainText.cs b/core/connectors/PlainText.cs index f5f96827..315d0bbc 100644 --- a/core/connectors/PlainText.cs +++ b/core/connectors/PlainText.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Postgres.cs b/core/connectors/Postgres.cs index 6399f691..f38b73cf 100644 --- a/core/connectors/Postgres.cs +++ b/core/connectors/Postgres.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Rss.cs b/core/connectors/Rss.cs index 44b66fff..6b5b0490 100644 --- a/core/connectors/Rss.cs +++ b/core/connectors/Rss.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Shell.cs b/core/connectors/Shell.cs index 14c335a3..2e5ff91e 100644 --- a/core/connectors/Shell.cs +++ b/core/connectors/Shell.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/TextStream.cs b/core/connectors/TextStream.cs index 11fbc390..5222e519 100644 --- a/core/connectors/TextStream.cs +++ b/core/connectors/TextStream.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/connectors/Xml.cs b/core/connectors/Xml.cs index 578635b0..542f39fb 100644 --- a/core/connectors/Xml.cs +++ b/core/connectors/Xml.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/Base.cs b/core/copy/Base.cs index b779a9f8..f6a86cb4 100644 --- a/core/copy/Base.cs +++ b/core/copy/Base.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/Css.cs b/core/copy/Css.cs index 7bba02cc..23dd0617 100644 --- a/core/copy/Css.cs +++ b/core/copy/Css.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/Html.cs b/core/copy/Html.cs index 0701cf42..87f4df99 100644 --- a/core/copy/Html.cs +++ b/core/copy/Html.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/PlainText.cs b/core/copy/PlainText.cs index 77caa82b..574864d5 100644 --- a/core/copy/PlainText.cs +++ b/core/copy/PlainText.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/SourceCode.cs b/core/copy/SourceCode.cs index d909eeec..ed8a0f55 100644 --- a/core/copy/SourceCode.cs +++ b/core/copy/SourceCode.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/SqlLog.cs b/core/copy/SqlLog.cs index 426f510a..fde0f0c9 100644 --- a/core/copy/SqlLog.cs +++ b/core/copy/SqlLog.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/copy/Xml.cs b/core/copy/Xml.cs index 7acd8481..39f596fb 100644 --- a/core/copy/Xml.cs +++ b/core/copy/Xml.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/main/Exceptions.cs b/core/main/Exceptions.cs index 166b0205..f294d653 100644 --- a/core/main/Exceptions.cs +++ b/core/main/Exceptions.cs @@ -1,6 +1,6 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/main/Output.cs b/core/main/Output.cs index 4f1147bf..1c96da5d 100644 --- a/core/main/Output.cs +++ b/core/main/Output.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/main/Script.cs b/core/main/Script.cs index a5f6cd55..1983b51c 100644 --- a/core/main/Script.cs +++ b/core/main/Script.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/core/main/Utils.cs b/core/main/Utils.cs index 7477ab91..5e9b8edf 100644 --- a/core/main/Utils.cs +++ b/core/main/Utils.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/docs/credits/credits.md b/docs/credits/credits.md index 2dacb982..1404460f 100644 --- a/docs/credits/credits.md +++ b/docs/credits/credits.md @@ -1,5 +1,5 @@ # Autocheck -**Copyright © 2022 by [Fernando Porrino Serrano](https://github.com/FherStk) (under the AGPL license)**\ +**Copyright © 2023 by [Fernando Porrino Serrano](https://github.com/FherStk) (under the AGPL license)**\ Further details about the license can be found at [https://github.com/FherStk/AutoCheck/blob/master/LICENSE](https://github.com/FherStk/AutoCheck/blob/master/LICENSE). # Third party software and licenses: diff --git a/docs/html/credits/credits.html b/docs/html/credits/credits.html index f28964d8..ca9173e1 100644 --- a/docs/html/credits/credits.html +++ b/docs/html/credits/credits.html @@ -97,65 +97,65 @@

Autocheck

- -

Copyright © 2022 by Fernando Porrino Serrano (under the AGPL license)
-Further details about the license can be found at https://github.com/FherStk/AutoCheck/blob/master/LICENSE.

-

Third party software and licenses:

-

Please notice than this project could not be possible without the help of:

-

Bootstrap

-

Under the MIT license by Bootstrap
-Further details about the license can be found at https://github.com/twbs/bootstrap/blob/main/LICENSE.

-

Diff Match and Patch

-

Under the Apache 2.0 license by Google
-Further details about the license can be found at https://github.com/google/diff-match-patch/blob/master/LICENSE.

-

DocFX

-

Under the MIT license by Microsoft Corporation
-Further details about the license can be found at https://github.com/dotnet/docfx/blob/dev/LICENSE.

-

ExCSS

-

Under the MIT license by Tyler Brinks
-Further details about the license can be found at https://github.com/TylerBrinks/ExCSS/blob/master/license.txt.

-

Flaticon

-

Main logo and icon made by Freepik from www.flaticon.com -Further details about the license can be found at https://www.freepikcompany.com/legal#nav-flaticon.

-

Google Drive API

-

Under the Apache 2.0 license by Google APIs
-Further details about the license can be found at https://github.com/googleapis/google-api-dotnet-client/blob/master/LICENSE.

-

HtmlAgilityPack

-

Under the MIT license by zzzprojects
-Further details about the license can be found at https://github.com/khalidabuhakmeh/ConsoleTables/blob/master/LICENSE.

-

JPlag

-

Under the GPL-3.0 license by jplag
-Further details about the license can be found at https://github.com/jplag/JPlag/blob/master/LICENSE.

-

jQuery

-

Under the MIT license by jquery
-Further details about the license can be found at https://github.com/jquery/jquery/blob/main/LICENSE.txt.

-

NCalc2

-

Under the MIT license by Sebastian Klose
-Further details about the license can be found at https://github.com/sklose/NCalc2/blob/master/LICENSE.

-

Noty

-

Under the MIT license by Nedim Arabacı
-Further details about the license can be found at https://github.com/needim/noty/blob/master/LICENSE.txt.

-

Npgsql

-

Under the PostgreSQL license by The Npgsql Development Team
-Further details about the license can be found at https://github.com/npgsql/npgsql/blob/master/LICENSE.txt.

-

Open JDK

-

Under the GPL v2 license by OpenJDK
-Further details about the license can be found at http://openjdk.java.net/legal/gplv2+ce.html.

-

SharpZipLib

-

Under the MIT license by Mike Krüger
-Further details about the license can be found at https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt.

-

SSH.NET

-

Under the MIT license by Gert Driesen
-Further details about the license can be found at https://github.com/sshnet/SSH.NET/blob/develop/LICENSE.

-

ToolBox

-

Under the MIT License by Camilo Martinez
-Further details about the license can be found at https://github.com/deinsoftware/toolbox/blob/master/LICENSE.

-

XPath2.Net

-

Under the Microsoft Public License by Stef Heyenrath
-Further details about the license can be found at https://github.com/StefH/XPath2.Net/blob/master/license.

-

YamlDotNet

-

Under the MIT License by Antoine Aubry
-Further details about the license can be found at https://github.com/aaubry/YamlDotNet/blob/master/LICENSE.txt.

+ +

Copyright © 2023 by Fernando Porrino Serrano (under the AGPL license)
+Further details about the license can be found at https://github.com/FherStk/AutoCheck/blob/master/LICENSE.

+

Third party software and licenses:

+

Please notice than this project could not be possible without the help of:

+

Bootstrap

+

Under the MIT license by Bootstrap
+Further details about the license can be found at https://github.com/twbs/bootstrap/blob/main/LICENSE.

+

Diff Match and Patch

+

Under the Apache 2.0 license by Google
+Further details about the license can be found at https://github.com/google/diff-match-patch/blob/master/LICENSE.

+

DocFX

+

Under the MIT license by Microsoft Corporation
+Further details about the license can be found at https://github.com/dotnet/docfx/blob/dev/LICENSE.

+

ExCSS

+

Under the MIT license by Tyler Brinks
+Further details about the license can be found at https://github.com/TylerBrinks/ExCSS/blob/master/license.txt.

+

Flaticon

+

Main logo and icon made by Freepik from www.flaticon.com +Further details about the license can be found at https://www.freepikcompany.com/legal#nav-flaticon.

+

Google Drive API

+

Under the Apache 2.0 license by Google APIs
+Further details about the license can be found at https://github.com/googleapis/google-api-dotnet-client/blob/master/LICENSE.

+

HtmlAgilityPack

+

Under the MIT license by zzzprojects
+Further details about the license can be found at https://github.com/khalidabuhakmeh/ConsoleTables/blob/master/LICENSE.

+

JPlag

+

Under the GPL-3.0 license by jplag
+Further details about the license can be found at https://github.com/jplag/JPlag/blob/master/LICENSE.

+

jQuery

+

Under the MIT license by jquery
+Further details about the license can be found at https://github.com/jquery/jquery/blob/main/LICENSE.txt.

+

NCalc2

+

Under the MIT license by Sebastian Klose
+Further details about the license can be found at https://github.com/sklose/NCalc2/blob/master/LICENSE.

+

Noty

+

Under the MIT license by Nedim Arabacı
+Further details about the license can be found at https://github.com/needim/noty/blob/master/LICENSE.txt.

+

Npgsql

+

Under the PostgreSQL license by The Npgsql Development Team
+Further details about the license can be found at https://github.com/npgsql/npgsql/blob/master/LICENSE.txt.

+

Open JDK

+

Under the GPL v2 license by OpenJDK
+Further details about the license can be found at http://openjdk.java.net/legal/gplv2+ce.html.

+

SharpZipLib

+

Under the MIT license by Mike Krüger
+Further details about the license can be found at https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt.

+

SSH.NET

+

Under the MIT license by Gert Driesen
+Further details about the license can be found at https://github.com/sshnet/SSH.NET/blob/develop/LICENSE.

+

ToolBox

+

Under the MIT License by Camilo Martinez
+Further details about the license can be found at https://github.com/deinsoftware/toolbox/blob/master/LICENSE.

+

XPath2.Net

+

Under the Microsoft Public License by Stef Heyenrath
+Further details about the license can be found at https://github.com/StefH/XPath2.Net/blob/master/license.

+

YamlDotNet

+

Under the MIT License by Antoine Aubry
+Further details about the license can be found at https://github.com/aaubry/YamlDotNet/blob/master/LICENSE.txt.

diff --git a/scripts/samples/copy_detector.yaml b/scripts/samples/copy_detector.yaml index c47272db..77f867d1 100644 --- a/scripts/samples/copy_detector.yaml +++ b/scripts/samples/copy_detector.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/samples/extract_zip.yaml b/scripts/samples/extract_zip.yaml index c488a8d5..1230b5fe 100644 --- a/scripts/samples/extract_zip.yaml +++ b/scripts/samples/extract_zip.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/samples/restore_db.yaml b/scripts/samples/restore_db.yaml index 47862acb..2bce7b4f 100644 --- a/scripts/samples/restore_db.yaml +++ b/scripts/samples/restore_db.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/css3.yaml b/scripts/targets/batch/css3.yaml index 1296a778..b5ebf808 100644 --- a/scripts/targets/batch/css3.yaml +++ b/scripts/targets/batch/css3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/html5.yaml b/scripts/targets/batch/html5.yaml index c548fdb5..c16e784f 100644 --- a/scripts/targets/batch/html5.yaml +++ b/scripts/targets/batch/html5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/mineseeker.yaml b/scripts/targets/batch/mineseeker.yaml index 0511932a..d3722611 100644 --- a/scripts/targets/batch/mineseeker.yaml +++ b/scripts/targets/batch/mineseeker.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/permissions.yaml b/scripts/targets/batch/permissions.yaml index 71223228..9f362b03 100644 --- a/scripts/targets/batch/permissions.yaml +++ b/scripts/targets/batch/permissions.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/views.yaml b/scripts/targets/batch/views.yaml index ca93720b..08a8f225 100644 --- a/scripts/targets/batch/views.yaml +++ b/scripts/targets/batch/views.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/web_syndication.yaml b/scripts/targets/batch/web_syndication.yaml index d69fe0dc..c1b7a4b1 100644 --- a/scripts/targets/batch/web_syndication.yaml +++ b/scripts/targets/batch/web_syndication.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/batch/xml_validation.yaml b/scripts/targets/batch/xml_validation.yaml index 12430320..7f0064b4 100644 --- a/scripts/targets/batch/xml_validation.yaml +++ b/scripts/targets/batch/xml_validation.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/css3.yaml b/scripts/targets/single/css3.yaml index 242db5ee..8c31fbbe 100644 --- a/scripts/targets/single/css3.yaml +++ b/scripts/targets/single/css3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/html5.yaml b/scripts/targets/single/html5.yaml index 56b221b1..6111df46 100644 --- a/scripts/targets/single/html5.yaml +++ b/scripts/targets/single/html5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/mineseeker.yaml b/scripts/targets/single/mineseeker.yaml index 9a0f9848..ddb4f2a8 100644 --- a/scripts/targets/single/mineseeker.yaml +++ b/scripts/targets/single/mineseeker.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/permissions.yaml b/scripts/targets/single/permissions.yaml index 4e5ba737..ee239dbf 100644 --- a/scripts/targets/single/permissions.yaml +++ b/scripts/targets/single/permissions.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/views.yaml b/scripts/targets/single/views.yaml index 9d0b7e11..cd277219 100644 --- a/scripts/targets/single/views.yaml +++ b/scripts/targets/single/views.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/web_syndication.yaml b/scripts/targets/single/web_syndication.yaml index f2fe3ec3..60aef7dd 100644 --- a/scripts/targets/single/web_syndication.yaml +++ b/scripts/targets/single/web_syndication.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/targets/single/xml_validation.yaml b/scripts/targets/single/xml_validation.yaml index 2817b45f..13675e00 100644 --- a/scripts/targets/single/xml_validation.yaml +++ b/scripts/targets/single/xml_validation.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/css3.yaml b/scripts/templates/css3.yaml index 0e4ef71d..401d4631 100644 --- a/scripts/templates/css3.yaml +++ b/scripts/templates/css3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/html5.yaml b/scripts/templates/html5.yaml index 908c1c38..a1d72a48 100644 --- a/scripts/templates/html5.yaml +++ b/scripts/templates/html5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/mineseeker.yaml b/scripts/templates/mineseeker.yaml index 3a4b1648..432e544d 100644 --- a/scripts/templates/mineseeker.yaml +++ b/scripts/templates/mineseeker.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/odoo_csv.yaml b/scripts/templates/odoo_csv.yaml index dc3152b5..0cac8fab 100644 --- a/scripts/templates/odoo_csv.yaml +++ b/scripts/templates/odoo_csv.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/odoo_usage.yaml b/scripts/templates/odoo_usage.yaml index 4d6e8a56..9a3f0908 100644 --- a/scripts/templates/odoo_usage.yaml +++ b/scripts/templates/odoo_usage.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/permissions.yaml b/scripts/templates/permissions.yaml index c4650b7e..8e3f6c8c 100644 --- a/scripts/templates/permissions.yaml +++ b/scripts/templates/permissions.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/views.yaml b/scripts/templates/views.yaml index bfe32292..595a70b2 100644 --- a/scripts/templates/views.yaml +++ b/scripts/templates/views.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/web_syndication.yaml b/scripts/templates/web_syndication.yaml index 44da5cf8..6884d5cb 100644 --- a/scripts/templates/web_syndication.yaml +++ b/scripts/templates/web_syndication.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/scripts/templates/xml_validation.yaml b/scripts/templates/xml_validation.yaml index dc3fdce2..29f4bf72 100644 --- a/scripts/templates/xml_validation.yaml +++ b/scripts/templates/xml_validation.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/AutoCheck.Test.csproj b/test/AutoCheck.Test.csproj index 5fcce7c6..a3c0d154 100644 --- a/test/AutoCheck.Test.csproj +++ b/test/AutoCheck.Test.csproj @@ -4,7 +4,7 @@ false Fernando Porrino Serrano AutoCheck.Test - Copyright © 2022 + Copyright © 2023 2.23.0 stable $(VersionPrefix) diff --git a/test/connectors/Atom.cs b/test/connectors/Atom.cs index 647bc51f..145a69f8 100644 --- a/test/connectors/Atom.cs +++ b/test/connectors/Atom.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Compressed.cs b/test/connectors/Compressed.cs index db10e222..d40c1b99 100644 --- a/test/connectors/Compressed.cs +++ b/test/connectors/Compressed.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Css.cs b/test/connectors/Css.cs index 6a3998d7..2726cbdd 100644 --- a/test/connectors/Css.cs +++ b/test/connectors/Css.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Csv.cs b/test/connectors/Csv.cs index 931c2fcf..ced7c189 100644 --- a/test/connectors/Csv.cs +++ b/test/connectors/Csv.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/GDrive.cs b/test/connectors/GDrive.cs index 8ee4e86b..66fd617e 100644 --- a/test/connectors/GDrive.cs +++ b/test/connectors/GDrive.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Html.cs b/test/connectors/Html.cs index 6e87a641..a1751930 100644 --- a/test/connectors/Html.cs +++ b/test/connectors/Html.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Odoo.cs b/test/connectors/Odoo.cs index 96d6ebc5..ce333a95 100644 --- a/test/connectors/Odoo.cs +++ b/test/connectors/Odoo.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/PlainText.cs b/test/connectors/PlainText.cs index 94a63834..c47102f8 100644 --- a/test/connectors/PlainText.cs +++ b/test/connectors/PlainText.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Postgres.cs b/test/connectors/Postgres.cs index a4d93a35..d3589f10 100644 --- a/test/connectors/Postgres.cs +++ b/test/connectors/Postgres.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Rss.cs b/test/connectors/Rss.cs index b1e6fd0f..d0fcc248 100644 --- a/test/connectors/Rss.cs +++ b/test/connectors/Rss.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Shell.cs b/test/connectors/Shell.cs index 4a3b50a4..86d7ebd7 100644 --- a/test/connectors/Shell.cs +++ b/test/connectors/Shell.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/connectors/Xml.cs b/test/connectors/Xml.cs index e4b54693..236ff1e5 100644 --- a/test/connectors/Xml.cs +++ b/test/connectors/Xml.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/copy/PlainText.cs b/test/copy/PlainText.cs index 492e2695..42e414e9 100644 --- a/test/copy/PlainText.cs +++ b/test/copy/PlainText.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/copy/SourceCode.cs b/test/copy/SourceCode.cs index 3cf6be1a..d1eca417 100644 --- a/test/copy/SourceCode.cs +++ b/test/copy/SourceCode.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Batch.cs b/test/main/Script.cs/Batch.cs index b5d81d51..056dc343 100644 --- a/test/main/Script.cs/Batch.cs +++ b/test/main/Script.cs/Batch.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Connector.cs b/test/main/Script.cs/Connector.cs index 1d3d7a1c..e1017f66 100644 --- a/test/main/Script.cs/Connector.cs +++ b/test/main/Script.cs/Connector.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Copy.cs b/test/main/Script.cs/Copy.cs index e080ec90..e8885e28 100644 --- a/test/main/Script.cs/Copy.cs +++ b/test/main/Script.cs/Copy.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Dummy.cs b/test/main/Script.cs/Dummy.cs index cd72aa7e..0d35df03 100644 --- a/test/main/Script.cs/Dummy.cs +++ b/test/main/Script.cs/Dummy.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Echo.cs b/test/main/Script.cs/Echo.cs index 4c716abc..fa104166 100644 --- a/test/main/Script.cs/Echo.cs +++ b/test/main/Script.cs/Echo.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Inherits.cs b/test/main/Script.cs/Inherits.cs index b6ec9860..7762a5c3 100644 --- a/test/main/Script.cs/Inherits.cs +++ b/test/main/Script.cs/Inherits.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Multicopy.cs b/test/main/Script.cs/Multicopy.cs index c83f31a4..611287b6 100644 --- a/test/main/Script.cs/Multicopy.cs +++ b/test/main/Script.cs/Multicopy.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Output.cs b/test/main/Script.cs/Output.cs index 8902d05d..c3414b31 100644 --- a/test/main/Script.cs/Output.cs +++ b/test/main/Script.cs/Output.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Question.cs b/test/main/Script.cs/Question.cs index a9fdc6cd..8595d191 100644 --- a/test/main/Script.cs/Question.cs +++ b/test/main/Script.cs/Question.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/Css3.cs b/test/main/Script.cs/Real/Css3.cs index a86bf8f7..83b7130a 100644 --- a/test/main/Script.cs/Real/Css3.cs +++ b/test/main/Script.cs/Real/Css3.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/Html5.cs b/test/main/Script.cs/Real/Html5.cs index 7d1b7ef6..adfb3db4 100644 --- a/test/main/Script.cs/Real/Html5.cs +++ b/test/main/Script.cs/Real/Html5.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/Mineseeker.cs b/test/main/Script.cs/Real/Mineseeker.cs index 0c5b7aeb..817d78c6 100644 --- a/test/main/Script.cs/Real/Mineseeker.cs +++ b/test/main/Script.cs/Real/Mineseeker.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/Permissions.cs b/test/main/Script.cs/Real/Permissions.cs index ab2ec0af..2f1a0496 100644 --- a/test/main/Script.cs/Real/Permissions.cs +++ b/test/main/Script.cs/Real/Permissions.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/Views.cs b/test/main/Script.cs/Real/Views.cs index aa902195..fc6c4bcd 100644 --- a/test/main/Script.cs/Real/Views.cs +++ b/test/main/Script.cs/Real/Views.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/WebSyndication.cs b/test/main/Script.cs/Real/WebSyndication.cs index 445fcfed..ae88fa63 100644 --- a/test/main/Script.cs/Real/WebSyndication.cs +++ b/test/main/Script.cs/Real/WebSyndication.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Real/XmlValidation.cs b/test/main/Script.cs/Real/XmlValidation.cs index 819840ec..244df71b 100644 --- a/test/main/Script.cs/Real/XmlValidation.cs +++ b/test/main/Script.cs/Real/XmlValidation.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Run.cs b/test/main/Script.cs/Run.cs index 11712b56..30eb1acd 100644 --- a/test/main/Script.cs/Run.cs +++ b/test/main/Script.cs/Run.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Setup.cs b/test/main/Script.cs/Setup.cs index dd233cf5..15097e22 100644 --- a/test/main/Script.cs/Setup.cs +++ b/test/main/Script.cs/Setup.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Script.cs/Vars.cs b/test/main/Script.cs/Vars.cs index 730cd2f6..27998a1f 100644 --- a/test/main/Script.cs/Vars.cs +++ b/test/main/Script.cs/Vars.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/main/Test.cs b/test/main/Test.cs index 95cab537..d328bfcb 100644 --- a/test/main/Test.cs +++ b/test/main/Test.cs @@ -1,5 +1,5 @@ /* - Copyright © 2022 Fernando Porrino Serrano + Copyright © 2023 Fernando Porrino Serrano Third party software licenses can be found at /docs/credits/credits.md This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_base1.yaml b/test/samples/script/batch/batch_base1.yaml index d6880069..12e2f52f 100644 --- a/test/samples/script/batch/batch_base1.yaml +++ b/test/samples/script/batch/batch_base1.yaml @@ -1,4 +1,4 @@ - # Copyright © 2022 Fernando Porrino Serrano + # Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_base2.yaml b/test/samples/script/batch/batch_base2.yaml index 6234e2b5..1fa686ac 100644 --- a/test/samples/script/batch/batch_base2.yaml +++ b/test/samples/script/batch/batch_base2.yaml @@ -1,4 +1,4 @@ - # Copyright © 2022 Fernando Porrino Serrano + # Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_base3.yaml b/test/samples/script/batch/batch_base3.yaml index 0309113c..4e9e26ad 100644 --- a/test/samples/script/batch/batch_base3.yaml +++ b/test/samples/script/batch/batch_base3.yaml @@ -1,4 +1,4 @@ - # Copyright © 2022 Fernando Porrino Serrano + # Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_base4.yaml b/test/samples/script/batch/batch_base4.yaml index d72c96bc..05b7f270 100644 --- a/test/samples/script/batch/batch_base4.yaml +++ b/test/samples/script/batch/batch_base4.yaml @@ -1,4 +1,4 @@ - # Copyright © 2022 Fernando Porrino Serrano + # Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_base5.yaml b/test/samples/script/batch/batch_base5.yaml index 28dd43e4..849ca458 100644 --- a/test/samples/script/batch/batch_base5.yaml +++ b/test/samples/script/batch/batch_base5.yaml @@ -1,4 +1,4 @@ - # Copyright © 2022 Fernando Porrino Serrano + # Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok1.yaml b/test/samples/script/batch/batch_run_ok1.yaml index 0db2b907..060a9881 100644 --- a/test/samples/script/batch/batch_run_ok1.yaml +++ b/test/samples/script/batch/batch_run_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok10.yaml b/test/samples/script/batch/batch_run_ok10.yaml index 05d1f97b..3115afc3 100644 --- a/test/samples/script/batch/batch_run_ok10.yaml +++ b/test/samples/script/batch/batch_run_ok10.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok11.yaml b/test/samples/script/batch/batch_run_ok11.yaml index ae4772cf..9d7f87ca 100644 --- a/test/samples/script/batch/batch_run_ok11.yaml +++ b/test/samples/script/batch/batch_run_ok11.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok2.yaml b/test/samples/script/batch/batch_run_ok2.yaml index 87fbe221..58092bfc 100644 --- a/test/samples/script/batch/batch_run_ok2.yaml +++ b/test/samples/script/batch/batch_run_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok3.yaml b/test/samples/script/batch/batch_run_ok3.yaml index 57af88af..56bc1e45 100644 --- a/test/samples/script/batch/batch_run_ok3.yaml +++ b/test/samples/script/batch/batch_run_ok3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok4.yaml b/test/samples/script/batch/batch_run_ok4.yaml index 27891b87..e6ed9e47 100644 --- a/test/samples/script/batch/batch_run_ok4.yaml +++ b/test/samples/script/batch/batch_run_ok4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok5.yaml b/test/samples/script/batch/batch_run_ok5.yaml index 9362cf29..213a8c09 100644 --- a/test/samples/script/batch/batch_run_ok5.yaml +++ b/test/samples/script/batch/batch_run_ok5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok6.yaml b/test/samples/script/batch/batch_run_ok6.yaml index a5ba995d..dac17f08 100644 --- a/test/samples/script/batch/batch_run_ok6.yaml +++ b/test/samples/script/batch/batch_run_ok6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok7.yaml b/test/samples/script/batch/batch_run_ok7.yaml index 8f87dca2..110ac464 100644 --- a/test/samples/script/batch/batch_run_ok7.yaml +++ b/test/samples/script/batch/batch_run_ok7.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok8.yaml b/test/samples/script/batch/batch_run_ok8.yaml index b94aedd6..a151a826 100644 --- a/test/samples/script/batch/batch_run_ok8.yaml +++ b/test/samples/script/batch/batch_run_ok8.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/batch/batch_run_ok9.yaml b/test/samples/script/batch/batch_run_ok9.yaml index 0e424337..9dcd7590 100644 --- a/test/samples/script/batch/batch_run_ok9.yaml +++ b/test/samples/script/batch/batch_run_ok9.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ko1.yaml b/test/samples/script/connector/connector_ko1.yaml index 97d41c5a..954fbf4c 100644 --- a/test/samples/script/connector/connector_ko1.yaml +++ b/test/samples/script/connector/connector_ko1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ko2.yaml b/test/samples/script/connector/connector_ko2.yaml index 2d45c178..377ce38a 100644 --- a/test/samples/script/connector/connector_ko2.yaml +++ b/test/samples/script/connector/connector_ko2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ko3.yaml b/test/samples/script/connector/connector_ko3.yaml index cc2837a6..11efffdc 100644 --- a/test/samples/script/connector/connector_ko3.yaml +++ b/test/samples/script/connector/connector_ko3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ko4.yaml b/test/samples/script/connector/connector_ko4.yaml index 5f8585c6..ae9c145a 100644 --- a/test/samples/script/connector/connector_ko4.yaml +++ b/test/samples/script/connector/connector_ko4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ko5.yaml b/test/samples/script/connector/connector_ko5.yaml index a330efba..9e11f519 100644 --- a/test/samples/script/connector/connector_ko5.yaml +++ b/test/samples/script/connector/connector_ko5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ok1.yaml b/test/samples/script/connector/connector_ok1.yaml index 42e1d63b..7b873eac 100644 --- a/test/samples/script/connector/connector_ok1.yaml +++ b/test/samples/script/connector/connector_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ok2.yaml b/test/samples/script/connector/connector_ok2.yaml index 4554f162..825461c7 100644 --- a/test/samples/script/connector/connector_ok2.yaml +++ b/test/samples/script/connector/connector_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ok3.yaml b/test/samples/script/connector/connector_ok3.yaml index 7e6a955a..c363cb67 100644 --- a/test/samples/script/connector/connector_ok3.yaml +++ b/test/samples/script/connector/connector_ok3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ok4.yaml b/test/samples/script/connector/connector_ok4.yaml index 480cf568..fa28c88f 100644 --- a/test/samples/script/connector/connector_ok4.yaml +++ b/test/samples/script/connector/connector_ok4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/connector/connector_ok5.yaml b/test/samples/script/connector/connector_ok5.yaml index c1fa3908..8bebe461 100644 --- a/test/samples/script/connector/connector_ok5.yaml +++ b/test/samples/script/connector/connector_ok5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/copy/copy_plaintext_ok1.yaml b/test/samples/script/copy/copy_plaintext_ok1.yaml index 0b043a28..9fb6cce9 100644 --- a/test/samples/script/copy/copy_plaintext_ok1.yaml +++ b/test/samples/script/copy/copy_plaintext_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/copy/copy_plaintext_ok2.yaml b/test/samples/script/copy/copy_plaintext_ok2.yaml index 678d8d52..155d7d5a 100644 --- a/test/samples/script/copy/copy_plaintext_ok2.yaml +++ b/test/samples/script/copy/copy_plaintext_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_1.yaml b/test/samples/script/dummy/dummy_base_1.yaml index a278820e..fea23839 100644 --- a/test/samples/script/dummy/dummy_base_1.yaml +++ b/test/samples/script/dummy/dummy_base_1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_2.yaml b/test/samples/script/dummy/dummy_base_2.yaml index 8a4c19f9..9392c08c 100644 --- a/test/samples/script/dummy/dummy_base_2.yaml +++ b/test/samples/script/dummy/dummy_base_2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_3.yaml b/test/samples/script/dummy/dummy_base_3.yaml index 7ca0c307..0cd51be4 100644 --- a/test/samples/script/dummy/dummy_base_3.yaml +++ b/test/samples/script/dummy/dummy_base_3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_4.yaml b/test/samples/script/dummy/dummy_base_4.yaml index 57ba381c..7b580ebd 100644 --- a/test/samples/script/dummy/dummy_base_4.yaml +++ b/test/samples/script/dummy/dummy_base_4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_5.yaml b/test/samples/script/dummy/dummy_base_5.yaml index fb444616..b9578065 100644 --- a/test/samples/script/dummy/dummy_base_5.yaml +++ b/test/samples/script/dummy/dummy_base_5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_6.yaml b/test/samples/script/dummy/dummy_base_6.yaml index 5db5de1b..7827ec01 100644 --- a/test/samples/script/dummy/dummy_base_6.yaml +++ b/test/samples/script/dummy/dummy_base_6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_7.yaml b/test/samples/script/dummy/dummy_base_7.yaml index defce1f2..6778a865 100644 --- a/test/samples/script/dummy/dummy_base_7.yaml +++ b/test/samples/script/dummy/dummy_base_7.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_base_8.yaml b/test/samples/script/dummy/dummy_base_8.yaml index 6396543e..9be316a2 100644 --- a/test/samples/script/dummy/dummy_base_8.yaml +++ b/test/samples/script/dummy/dummy_base_8.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_1.yaml b/test/samples/script/dummy/dummy_single_1.yaml index 21b38a82..32517630 100644 --- a/test/samples/script/dummy/dummy_single_1.yaml +++ b/test/samples/script/dummy/dummy_single_1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_2.yaml b/test/samples/script/dummy/dummy_single_2.yaml index d8c07174..dff32c8a 100644 --- a/test/samples/script/dummy/dummy_single_2.yaml +++ b/test/samples/script/dummy/dummy_single_2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_3.yaml b/test/samples/script/dummy/dummy_single_3.yaml index 2078d34f..33432454 100644 --- a/test/samples/script/dummy/dummy_single_3.yaml +++ b/test/samples/script/dummy/dummy_single_3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_4.yaml b/test/samples/script/dummy/dummy_single_4.yaml index b052a502..ca195d1b 100644 --- a/test/samples/script/dummy/dummy_single_4.yaml +++ b/test/samples/script/dummy/dummy_single_4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_5.yaml b/test/samples/script/dummy/dummy_single_5.yaml index 128c0ae2..405e3244 100644 --- a/test/samples/script/dummy/dummy_single_5.yaml +++ b/test/samples/script/dummy/dummy_single_5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_6.yaml b/test/samples/script/dummy/dummy_single_6.yaml index 325a30c1..6fe06a37 100644 --- a/test/samples/script/dummy/dummy_single_6.yaml +++ b/test/samples/script/dummy/dummy_single_6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_7.yaml b/test/samples/script/dummy/dummy_single_7.yaml index 9b016476..54ccea2d 100644 --- a/test/samples/script/dummy/dummy_single_7.yaml +++ b/test/samples/script/dummy/dummy_single_7.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_8.yaml b/test/samples/script/dummy/dummy_single_8.yaml index f67e79ce..a79baa60 100644 --- a/test/samples/script/dummy/dummy_single_8.yaml +++ b/test/samples/script/dummy/dummy_single_8.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/dummy/dummy_single_9.yaml b/test/samples/script/dummy/dummy_single_9.yaml index 8074ccd0..be794c44 100644 --- a/test/samples/script/dummy/dummy_single_9.yaml +++ b/test/samples/script/dummy/dummy_single_9.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/echo/echo_ok1.yaml b/test/samples/script/echo/echo_ok1.yaml index bbdb6bae..7c3f23ff 100644 --- a/test/samples/script/echo/echo_ok1.yaml +++ b/test/samples/script/echo/echo_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/echo/echo_ok2.yaml b/test/samples/script/echo/echo_ok2.yaml index da0742fd..16dc17ec 100644 --- a/test/samples/script/echo/echo_ok2.yaml +++ b/test/samples/script/echo/echo_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/inherits/inherits_base1.yaml b/test/samples/script/inherits/inherits_base1.yaml index e27a4864..eeaaba1a 100644 --- a/test/samples/script/inherits/inherits_base1.yaml +++ b/test/samples/script/inherits/inherits_base1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/inherits/inherits_base2.yaml b/test/samples/script/inherits/inherits_base2.yaml index 2e397203..a8374924 100644 --- a/test/samples/script/inherits/inherits_base2.yaml +++ b/test/samples/script/inherits/inherits_base2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/inherits/inherits_run_ok1.yaml b/test/samples/script/inherits/inherits_run_ok1.yaml index 7efd1afe..73e146d4 100644 --- a/test/samples/script/inherits/inherits_run_ok1.yaml +++ b/test/samples/script/inherits/inherits_run_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/inherits/inherits_vars_ok1.yaml b/test/samples/script/inherits/inherits_vars_ok1.yaml index 30a7f0c4..de041bbb 100644 --- a/test/samples/script/inherits/inherits_vars_ok1.yaml +++ b/test/samples/script/inherits/inherits_vars_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/multicopy/multicopy_base.yaml b/test/samples/script/multicopy/multicopy_base.yaml index 3cfe966a..f60da1de 100644 --- a/test/samples/script/multicopy/multicopy_base.yaml +++ b/test/samples/script/multicopy/multicopy_base.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_batch_1.yaml b/test/samples/script/output/output_batch_1.yaml index 1118acc7..4178deae 100644 --- a/test/samples/script/output/output_batch_1.yaml +++ b/test/samples/script/output/output_batch_1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_batch_2.yaml b/test/samples/script/output/output_batch_2.yaml index 08ee26dc..68cc3adf 100644 --- a/test/samples/script/output/output_batch_2.yaml +++ b/test/samples/script/output/output_batch_2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_batch_3.yaml b/test/samples/script/output/output_batch_3.yaml index 8f10c3d3..3c576a5b 100644 --- a/test/samples/script/output/output_batch_3.yaml +++ b/test/samples/script/output/output_batch_3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_batch_4.yaml b/test/samples/script/output/output_batch_4.yaml index 0d918f04..db094acc 100644 --- a/test/samples/script/output/output_batch_4.yaml +++ b/test/samples/script/output/output_batch_4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_single_1.yaml b/test/samples/script/output/output_single_1.yaml index 39027d41..b564a8ac 100644 --- a/test/samples/script/output/output_single_1.yaml +++ b/test/samples/script/output/output_single_1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/output/output_single_2.yaml b/test/samples/script/output/output_single_2.yaml index 600e0ad4..fcdca926 100644 --- a/test/samples/script/output/output_single_2.yaml +++ b/test/samples/script/output/output_single_2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok1.yaml b/test/samples/script/question/question_ok1.yaml index f27bd4ee..36f405d0 100644 --- a/test/samples/script/question/question_ok1.yaml +++ b/test/samples/script/question/question_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok10.yaml b/test/samples/script/question/question_ok10.yaml index edbc8144..00ef0076 100644 --- a/test/samples/script/question/question_ok10.yaml +++ b/test/samples/script/question/question_ok10.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok11.yaml b/test/samples/script/question/question_ok11.yaml index d092f62c..fcd60d7c 100644 --- a/test/samples/script/question/question_ok11.yaml +++ b/test/samples/script/question/question_ok11.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok12.yaml b/test/samples/script/question/question_ok12.yaml index 6c8f2e24..1c99037a 100644 --- a/test/samples/script/question/question_ok12.yaml +++ b/test/samples/script/question/question_ok12.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok13.yaml b/test/samples/script/question/question_ok13.yaml index 611b8760..2f907b05 100644 --- a/test/samples/script/question/question_ok13.yaml +++ b/test/samples/script/question/question_ok13.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok2.yaml b/test/samples/script/question/question_ok2.yaml index 72a1d5b1..71bc5c4a 100644 --- a/test/samples/script/question/question_ok2.yaml +++ b/test/samples/script/question/question_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok3.yaml b/test/samples/script/question/question_ok3.yaml index 17ccb273..b1aef0cb 100644 --- a/test/samples/script/question/question_ok3.yaml +++ b/test/samples/script/question/question_ok3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok4.yaml b/test/samples/script/question/question_ok4.yaml index 74ca11b8..017c05a6 100644 --- a/test/samples/script/question/question_ok4.yaml +++ b/test/samples/script/question/question_ok4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok5.yaml b/test/samples/script/question/question_ok5.yaml index 798b2bd2..cc400cd7 100644 --- a/test/samples/script/question/question_ok5.yaml +++ b/test/samples/script/question/question_ok5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok6.yaml b/test/samples/script/question/question_ok6.yaml index cc6e421c..3a70d441 100644 --- a/test/samples/script/question/question_ok6.yaml +++ b/test/samples/script/question/question_ok6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok7.yaml b/test/samples/script/question/question_ok7.yaml index 789d1e5a..22ac9ee7 100644 --- a/test/samples/script/question/question_ok7.yaml +++ b/test/samples/script/question/question_ok7.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok8.yaml b/test/samples/script/question/question_ok8.yaml index 96e46b12..deebfa40 100644 --- a/test/samples/script/question/question_ok8.yaml +++ b/test/samples/script/question/question_ok8.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/question/question_ok9.yaml b/test/samples/script/question/question_ok9.yaml index d2e0ceff..04bdc451 100644 --- a/test/samples/script/question/question_ok9.yaml +++ b/test/samples/script/question/question_ok9.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ko2.yaml b/test/samples/script/run/run_ko2.yaml index 9d6a19a9..3601c828 100644 --- a/test/samples/script/run/run_ko2.yaml +++ b/test/samples/script/run/run_ko2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ko3.yaml b/test/samples/script/run/run_ko3.yaml index a2c682e8..16df4d0a 100644 --- a/test/samples/script/run/run_ko3.yaml +++ b/test/samples/script/run/run_ko3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ko4.yaml b/test/samples/script/run/run_ko4.yaml index efaa8b25..28034365 100644 --- a/test/samples/script/run/run_ko4.yaml +++ b/test/samples/script/run/run_ko4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok1.yaml b/test/samples/script/run/run_ok1.yaml index 54ee4bbb..db8dd1af 100644 --- a/test/samples/script/run/run_ok1.yaml +++ b/test/samples/script/run/run_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok2.yaml b/test/samples/script/run/run_ok2.yaml index d14448fd..c9ff51f9 100644 --- a/test/samples/script/run/run_ok2.yaml +++ b/test/samples/script/run/run_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok3.yaml b/test/samples/script/run/run_ok3.yaml index 3dfc75bd..be82463b 100644 --- a/test/samples/script/run/run_ok3.yaml +++ b/test/samples/script/run/run_ok3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok4.yaml b/test/samples/script/run/run_ok4.yaml index 163e5e0a..23c76054 100644 --- a/test/samples/script/run/run_ok4.yaml +++ b/test/samples/script/run/run_ok4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok5.yaml b/test/samples/script/run/run_ok5.yaml index 38820afd..4a744a3d 100644 --- a/test/samples/script/run/run_ok5.yaml +++ b/test/samples/script/run/run_ok5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/run/run_ok6.yaml b/test/samples/script/run/run_ok6.yaml index e59e9230..dff24377 100644 --- a/test/samples/script/run/run_ok6.yaml +++ b/test/samples/script/run/run_ok6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/setup/setup_ok1.yaml b/test/samples/script/setup/setup_ok1.yaml index 0ddae40f..549c94df 100644 --- a/test/samples/script/setup/setup_ok1.yaml +++ b/test/samples/script/setup/setup_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ko1.yaml b/test/samples/script/vars/vars_ko1.yaml index 815391db..841c4425 100644 --- a/test/samples/script/vars/vars_ko1.yaml +++ b/test/samples/script/vars/vars_ko1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ko2.yaml b/test/samples/script/vars/vars_ko2.yaml index 1a309627..096e4c34 100644 --- a/test/samples/script/vars/vars_ko2.yaml +++ b/test/samples/script/vars/vars_ko2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ko3.yaml b/test/samples/script/vars/vars_ko3.yaml index 1a5cd49f..0675fb5c 100644 --- a/test/samples/script/vars/vars_ko3.yaml +++ b/test/samples/script/vars/vars_ko3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok1.yaml b/test/samples/script/vars/vars_ok1.yaml index 0aee2fa5..77d0ee9f 100644 --- a/test/samples/script/vars/vars_ok1.yaml +++ b/test/samples/script/vars/vars_ok1.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok2.yaml b/test/samples/script/vars/vars_ok2.yaml index c4cc72f6..330616f8 100644 --- a/test/samples/script/vars/vars_ok2.yaml +++ b/test/samples/script/vars/vars_ok2.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok3.yaml b/test/samples/script/vars/vars_ok3.yaml index 2e3bada1..821e2f42 100644 --- a/test/samples/script/vars/vars_ok3.yaml +++ b/test/samples/script/vars/vars_ok3.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok4.yaml b/test/samples/script/vars/vars_ok4.yaml index e27a4864..eeaaba1a 100644 --- a/test/samples/script/vars/vars_ok4.yaml +++ b/test/samples/script/vars/vars_ok4.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok5.yaml b/test/samples/script/vars/vars_ok5.yaml index f82a43a4..5a5b9e1d 100644 --- a/test/samples/script/vars/vars_ok5.yaml +++ b/test/samples/script/vars/vars_ok5.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/test/samples/script/vars/vars_ok6.yaml b/test/samples/script/vars/vars_ok6.yaml index 223605ed..19ad6f67 100644 --- a/test/samples/script/vars/vars_ok6.yaml +++ b/test/samples/script/vars/vars_ok6.yaml @@ -1,4 +1,4 @@ -# Copyright © 2022 Fernando Porrino Serrano +# Copyright © 2023 Fernando Porrino Serrano # Third party software licenses can be found at /docs/credits/credits.md # This file is part of AutoCheck. diff --git a/web/AutoCheck.Web.csproj b/web/AutoCheck.Web.csproj index 55332fd8..95919da9 100644 --- a/web/AutoCheck.Web.csproj +++ b/web/AutoCheck.Web.csproj @@ -7,7 +7,7 @@ net6.0 Fernando Porrino Serrano AutoCheck.Web - Copyright © 2022 + Copyright © 2023 1.5.1 stable $(VersionPrefix) From 4c790e40e851e45671f280e78fd01f52c8233dab Mon Sep 17 00:00:00 2001 From: FherStk Date: Fri, 10 Feb 2023 13:41:38 +0100 Subject: [PATCH 2/9] documentation --- docs/api/.manifest | 4 + docs/api/AutoCheck.Core.Connectors.Atom.yml | 12 +- docs/api/AutoCheck.Core.Connectors.Base.yml | 6 +- .../AutoCheck.Core.Connectors.Compressed.yml | 18 +- docs/api/AutoCheck.Core.Connectors.Css.yml | 34 +- docs/api/AutoCheck.Core.Connectors.Csv.yml | 12 +- .../AutoCheck.Core.Connectors.CsvDocument.yml | 14 +- docs/api/AutoCheck.Core.Connectors.GDrive.yml | 74 +- docs/api/AutoCheck.Core.Connectors.Html.yml | 48 +- docs/api/AutoCheck.Core.Connectors.Math.yml | 6 +- docs/api/AutoCheck.Core.Connectors.Odoo.yml | 78 +- .../AutoCheck.Core.Connectors.Operator.yml | 16 +- ...Connectors.PlainText.PlainTextDocument.yml | 12 +- .../AutoCheck.Core.Connectors.PlainText.yml | 22 +- .../AutoCheck.Core.Connectors.Postgres.yml | 78 +- docs/api/AutoCheck.Core.Connectors.Rss.yml | 12 +- docs/api/AutoCheck.Core.Connectors.Shell.yml | 170 ++-- .../AutoCheck.Core.Connectors.TextStream.yml | 20 +- ...oCheck.Core.Connectors.Xml.XmlNodeType.yml | 10 +- docs/api/AutoCheck.Core.Connectors.Xml.yml | 28 +- .../api/AutoCheck.Core.CopyDetectors.Base.yml | 26 +- docs/api/AutoCheck.Core.CopyDetectors.Css.yml | 4 +- .../api/AutoCheck.Core.CopyDetectors.Dmoj.yml | 764 ++++++++++++++++++ .../api/AutoCheck.Core.CopyDetectors.Html.yml | 4 +- ...heck.Core.CopyDetectors.PlainText.File.yml | 20 +- ...AutoCheck.Core.CopyDetectors.PlainText.yml | 31 +- ...utoCheck.Core.CopyDetectors.SourceCode.yml | 8 +- .../AutoCheck.Core.CopyDetectors.SqlLog.yml | 4 +- docs/api/AutoCheck.Core.CopyDetectors.Xml.yml | 4 +- docs/api/AutoCheck.Core.CopyDetectors.yml | 6 + ...toCheck.Core.Events.LogUpdateEventArgs.yml | 10 +- ...s.StatusUpdateEventArgs.ExecutionEvent.yml | 22 +- ...heck.Core.Events.StatusUpdateEventArgs.yml | 10 +- ...re.Exceptions.ArgumentInvalidException.yml | 6 +- ...e.Exceptions.ArgumentNotFoundException.yml | 6 +- ....Exceptions.ConnectionInvalidException.yml | 6 +- ...e.Exceptions.ConnectorInvalidException.yml | 6 +- ....Exceptions.ConnectorNotFoundException.yml | 6 +- ...re.Exceptions.DocumentInvalidException.yml | 6 +- ...ore.Exceptions.DownloadFailedException.yml | 6 +- ....Core.Exceptions.ItemNotFoundException.yml | 6 +- ...e.Exceptions.PorpertyNotFoundException.yml | 6 +- ....Core.Exceptions.QueryInvalidException.yml | 6 +- ....Core.Exceptions.RegexInvalidException.yml | 6 +- ...ore.Exceptions.ResultMismatchException.yml | 6 +- ...Core.Exceptions.ScriptInvalidException.yml | 6 +- ...ore.Exceptions.ScriptNotFoundException.yml | 6 +- ....Core.Exceptions.StyleInvalidException.yml | 6 +- ...re.Exceptions.StyleNotAppliedException.yml | 6 +- ...Core.Exceptions.StyleNotFoundException.yml | 6 +- ...Exceptions.TableInconsistencyException.yml | 6 +- ...re.Exceptions.VariableInvalidException.yml | 6 +- ...e.Exceptions.VariableNotFoundException.yml | 6 +- docs/api/AutoCheck.Core.Output.Log.yml | 8 +- docs/api/AutoCheck.Core.Output.Style.yml | 26 +- docs/api/AutoCheck.Core.Output.Type.yml | 10 +- docs/api/AutoCheck.Core.Output.yml | 38 +- .../AutoCheck.Core.Script.ExecutionMode.yml | 6 +- docs/api/AutoCheck.Core.Script.yml | 104 +-- docs/api/AutoCheck.Core.Utils.OS.yml | 8 +- docs/api/AutoCheck.Core.Utils.yml | 32 +- docs/api/Google.DiffMatchPatch.Diff.yml | 16 +- .../Google.DiffMatchPatch.DiffMatchPatch.yml | 84 +- docs/api/Google.DiffMatchPatch.Operation.yml | 8 +- docs/api/Google.DiffMatchPatch.Patch.yml | 14 +- docs/api/toc.yml | 2 + docs/html/api/AutoCheck.Connectors.Css.html | 3 + docs/html/api/AutoCheck.Connectors.Csv.html | 3 + .../api/AutoCheck.Connectors.CsvDocument.html | 3 + .../html/api/AutoCheck.Connectors.GDrive.html | 3 + docs/html/api/AutoCheck.Connectors.Html.html | 3 + .../api/AutoCheck.Connectors.LocalShell.html | 3 + .../html/api/AutoCheck.Connectors.Moodle.html | 3 + docs/html/api/AutoCheck.Connectors.Odoo.html | 3 + ...Check.Connectors.Postgres.Destination.html | 3 + .../AutoCheck.Connectors.Postgres.Filter.html | 3 + .../AutoCheck.Connectors.Postgres.Source.html | 3 + .../api/AutoCheck.Connectors.Postgres.html | 3 + .../api/AutoCheck.Connectors.RemoteShell.html | 3 + docs/html/api/AutoCheck.Connectors.html | 3 + .../html/api/AutoCheck.CopyDetectors.Css.html | 3 + .../api/AutoCheck.CopyDetectors.Html.html | 3 + .../api/AutoCheck.CopyDetectors.None.html | 3 + .../AutoCheck.CopyDetectors.PlainText.html | 3 + .../api/AutoCheck.CopyDetectors.SqlLog.html | 3 + docs/html/api/AutoCheck.CopyDetectors.html | 3 + .../api/AutoCheck.Core.Connectors.Atom.html | 15 +- .../api/AutoCheck.Core.Connectors.Base.html | 9 +- .../AutoCheck.Core.Connectors.Compressed.html | 21 +- .../api/AutoCheck.Core.Connectors.Css.html | 37 +- .../api/AutoCheck.Core.Connectors.Csv.html | 15 +- ...AutoCheck.Core.Connectors.CsvDocument.html | 17 +- .../api/AutoCheck.Core.Connectors.GDrive.html | 77 +- .../api/AutoCheck.Core.Connectors.Html.html | 51 +- .../api/AutoCheck.Core.Connectors.Math.html | 9 +- .../api/AutoCheck.Core.Connectors.Odoo.html | 81 +- .../AutoCheck.Core.Connectors.Operator.html | 5 +- ...onnectors.PlainText.PlainTextDocument.html | 15 +- .../AutoCheck.Core.Connectors.PlainText.html | 25 +- .../AutoCheck.Core.Connectors.Postgres.html | 81 +- .../api/AutoCheck.Core.Connectors.Rss.html | 15 +- .../api/AutoCheck.Core.Connectors.Shell.html | 101 ++- .../AutoCheck.Core.Connectors.TextStream.html | 23 +- ...Check.Core.Connectors.Xml.XmlNodeType.html | 5 +- .../api/AutoCheck.Core.Connectors.Xml.html | 31 +- docs/html/api/AutoCheck.Core.Connectors.html | 3 + .../AutoCheck.Core.CopyDetectors.Base.html | 29 +- .../api/AutoCheck.Core.CopyDetectors.Css.html | 7 +- .../AutoCheck.Core.CopyDetectors.Dmoj.html | 511 ++++++++++++ .../AutoCheck.Core.CopyDetectors.Html.html | 7 +- ...eck.Core.CopyDetectors.PlainText.File.html | 23 +- ...utoCheck.Core.CopyDetectors.PlainText.html | 34 +- ...toCheck.Core.CopyDetectors.SourceCode.html | 11 +- .../AutoCheck.Core.CopyDetectors.SqlLog.html | 7 +- .../api/AutoCheck.Core.CopyDetectors.Xml.html | 7 +- .../api/AutoCheck.Core.CopyDetectors.html | 6 + ...oCheck.Core.Events.LogUpdateEventArgs.html | 13 +- ....StatusUpdateEventArgs.ExecutionEvent.html | 5 +- ...eck.Core.Events.StatusUpdateEventArgs.html | 13 +- docs/html/api/AutoCheck.Core.Events.html | 3 + ...e.Exceptions.ArgumentInvalidException.html | 9 +- ....Exceptions.ArgumentNotFoundException.html | 9 +- ...Exceptions.ConnectionInvalidException.html | 9 +- ....Exceptions.ConnectorInvalidException.html | 9 +- ...Exceptions.ConnectorNotFoundException.html | 9 +- ...e.Exceptions.DocumentInvalidException.html | 9 +- ...re.Exceptions.DownloadFailedException.html | 9 +- ...Core.Exceptions.ItemNotFoundException.html | 9 +- ....Exceptions.PorpertyNotFoundException.html | 9 +- ...Core.Exceptions.QueryInvalidException.html | 9 +- ...Core.Exceptions.RegexInvalidException.html | 9 +- ...re.Exceptions.ResultMismatchException.html | 9 +- ...ore.Exceptions.ScriptInvalidException.html | 9 +- ...re.Exceptions.ScriptNotFoundException.html | 9 +- ...Core.Exceptions.StyleInvalidException.html | 9 +- ...e.Exceptions.StyleNotAppliedException.html | 9 +- ...ore.Exceptions.StyleNotFoundException.html | 9 +- ...xceptions.TableInconsistencyException.html | 9 +- ...e.Exceptions.VariableInvalidException.html | 9 +- ....Exceptions.VariableNotFoundException.html | 9 +- docs/html/api/AutoCheck.Core.Exceptions.html | 3 + docs/html/api/AutoCheck.Core.Output.Log.html | 11 +- .../html/api/AutoCheck.Core.Output.Style.html | 5 +- docs/html/api/AutoCheck.Core.Output.Type.html | 5 +- docs/html/api/AutoCheck.Core.Output.html | 41 +- .../AutoCheck.Core.Script.ExecutionMode.html | 5 +- docs/html/api/AutoCheck.Core.Script.html | 105 +-- docs/html/api/AutoCheck.Core.Utils.OS.html | 5 +- docs/html/api/AutoCheck.Core.Utils.html | 35 +- docs/html/api/AutoCheck.Core.html | 3 + ...k.Exceptions.ArgumentInvalidException.html | 3 + ...Exceptions.ConnectionInvalidException.html | 3 + ...k.Exceptions.DocumentInvalidException.html | 3 + ...ck.Exceptions.DownloadFailedException.html | 3 + ...heck.Exceptions.QueryInvalidException.html | 3 + ...heck.Exceptions.RegexInvalidException.html | 3 + ...k.Exceptions.StyleNotAppliedException.html | 3 + ...eck.Exceptions.StyleNotFoundException.html | 3 + ...xceptions.TableInconsistencyException.html | 3 + ...k.Exceptions.VariableInvalidException.html | 3 + docs/html/api/AutoCheck.Exceptions.html | 3 + docs/html/api/Google.DiffMatchPatch.Diff.html | 19 +- .../Google.DiffMatchPatch.DiffMatchPatch.html | 87 +- .../api/Google.DiffMatchPatch.Operation.html | 5 +- .../html/api/Google.DiffMatchPatch.Patch.html | 17 +- docs/html/api/Google.DiffMatchPatch.html | 3 + docs/html/credits/credits.html | 118 +-- docs/html/manifest.json | 344 ++++---- docs/html/xrefmap.yml | 45 ++ 169 files changed, 3113 insertions(+), 1391 deletions(-) create mode 100644 docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml create mode 100644 docs/html/api/AutoCheck.Core.CopyDetectors.Dmoj.html diff --git a/docs/api/.manifest b/docs/api/.manifest index 0fdb56fd..2c066719 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -254,6 +254,7 @@ "AutoCheck.Core.Connectors.Shell.Run(System.String,System.String,System.Int32)": "AutoCheck.Core.Connectors.Shell.yml", "AutoCheck.Core.Connectors.Shell.TestConnection": "AutoCheck.Core.Connectors.Shell.yml", "AutoCheck.Core.Connectors.Shell.Username": "AutoCheck.Core.Connectors.Shell.yml", + "AutoCheck.Core.Connectors.Shell.Wait(System.Int32)": "AutoCheck.Core.Connectors.Shell.yml", "AutoCheck.Core.Connectors.TextStream": "AutoCheck.Core.Connectors.TextStream.yml", "AutoCheck.Core.Connectors.TextStream.#ctor": "AutoCheck.Core.Connectors.TextStream.yml", "AutoCheck.Core.Connectors.TextStream.Count(System.String,System.String)": "AutoCheck.Core.Connectors.TextStream.yml", @@ -299,6 +300,9 @@ "AutoCheck.Core.CopyDetectors.Base.Threshold": "AutoCheck.Core.CopyDetectors.Base.yml", "AutoCheck.Core.CopyDetectors.Css": "AutoCheck.Core.CopyDetectors.Css.yml", "AutoCheck.Core.CopyDetectors.Css.#ctor(System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Css.yml", + "AutoCheck.Core.CopyDetectors.Dmoj": "AutoCheck.Core.CopyDetectors.Dmoj.yml", + "AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Dmoj.yml", + "AutoCheck.Core.CopyDetectors.Dmoj.Compare": "AutoCheck.Core.CopyDetectors.Dmoj.yml", "AutoCheck.Core.CopyDetectors.Html": "AutoCheck.Core.CopyDetectors.Html.yml", "AutoCheck.Core.CopyDetectors.Html.#ctor(System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Html.yml", "AutoCheck.Core.CopyDetectors.PlainText": "AutoCheck.Core.CopyDetectors.PlainText.yml", diff --git a/docs/api/AutoCheck.Core.Connectors.Atom.yml b/docs/api/AutoCheck.Core.Connectors.Atom.yml index 0c3fad20..90994902 100644 --- a/docs/api/AutoCheck.Core.Connectors.Atom.yml +++ b/docs/api/AutoCheck.Core.Connectors.Atom.yml @@ -20,7 +20,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Atom path: ../core/connectors/Atom.cs @@ -74,7 +74,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Atom.cs @@ -110,7 +110,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Atom.cs @@ -153,7 +153,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Atom.cs @@ -194,7 +194,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Atom.cs @@ -229,7 +229,7 @@ items: source: remote: path: core/connectors/Atom.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateAtomAgainstW3C path: ../core/connectors/Atom.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Base.yml b/docs/api/AutoCheck.Core.Connectors.Base.yml index 7a922001..3ad6e2ba 100644 --- a/docs/api/AutoCheck.Core.Connectors.Base.yml +++ b/docs/api/AutoCheck.Core.Connectors.Base.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Base path: ../core/connectors/Base.cs @@ -70,7 +70,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Base.cs @@ -104,7 +104,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ProcessRemoteFile path: ../core/connectors/Base.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Compressed.yml b/docs/api/AutoCheck.Core.Connectors.Compressed.yml index 066727f5..a6793584 100644 --- a/docs/api/AutoCheck.Core.Connectors.Compressed.yml +++ b/docs/api/AutoCheck.Core.Connectors.Compressed.yml @@ -23,7 +23,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Compressed path: ../core/connectors/Compressed.cs @@ -63,7 +63,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FileContent path: ../core/connectors/Compressed.cs @@ -98,7 +98,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FileType path: ../core/connectors/Compressed.cs @@ -133,7 +133,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Compressed.cs @@ -169,7 +169,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Compressed.cs @@ -210,7 +210,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Compressed.cs @@ -253,7 +253,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Compressed.cs @@ -288,7 +288,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Extract path: ../core/connectors/Compressed.cs @@ -327,7 +327,7 @@ items: source: remote: path: core/connectors/Compressed.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Extract path: ../core/connectors/Compressed.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Css.yml b/docs/api/AutoCheck.Core.Connectors.Css.yml index c4a3e1b3..39aab659 100644 --- a/docs/api/AutoCheck.Core.Connectors.Css.yml +++ b/docs/api/AutoCheck.Core.Connectors.Css.yml @@ -31,7 +31,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Css path: ../core/connectors/Css.cs @@ -73,7 +73,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CssDoc path: ../core/connectors/Css.cs @@ -111,7 +111,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Raw path: ../core/connectors/Css.cs @@ -149,7 +149,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Css.cs @@ -185,7 +185,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Css.cs @@ -228,7 +228,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Css.cs @@ -269,7 +269,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Css.cs @@ -304,7 +304,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateCss3AgainstW3C path: ../core/connectors/Css.cs @@ -336,7 +336,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyExists path: ../core/connectors/Css.cs @@ -378,7 +378,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyExists path: ../core/connectors/Css.cs @@ -420,7 +420,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyExists path: ../core/connectors/Css.cs @@ -462,7 +462,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs @@ -501,7 +501,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs @@ -546,7 +546,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs @@ -591,7 +591,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs @@ -630,7 +630,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs @@ -675,7 +675,7 @@ items: source: remote: path: core/connectors/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PropertyApplied path: ../core/connectors/Css.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Csv.yml b/docs/api/AutoCheck.Core.Connectors.Csv.yml index 0bb5c90a..f5ddd698 100644 --- a/docs/api/AutoCheck.Core.Connectors.Csv.yml +++ b/docs/api/AutoCheck.Core.Connectors.Csv.yml @@ -20,7 +20,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Csv path: ../core/connectors/Csv.cs @@ -62,7 +62,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CsvDoc path: ../core/connectors/Csv.cs @@ -100,7 +100,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Csv.cs @@ -148,7 +148,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Csv.cs @@ -197,7 +197,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Csv.cs @@ -244,7 +244,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Csv.cs diff --git a/docs/api/AutoCheck.Core.Connectors.CsvDocument.yml b/docs/api/AutoCheck.Core.Connectors.CsvDocument.yml index fa08f591..b46f53d7 100644 --- a/docs/api/AutoCheck.Core.Connectors.CsvDocument.yml +++ b/docs/api/AutoCheck.Core.Connectors.CsvDocument.yml @@ -21,7 +21,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CsvDocument path: ../core/connectors/Csv.cs @@ -60,7 +60,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Content path: ../core/connectors/Csv.cs @@ -98,7 +98,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Headers path: ../core/connectors/Csv.cs @@ -136,7 +136,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Count path: ../core/connectors/Csv.cs @@ -174,7 +174,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Csv.cs @@ -222,7 +222,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Validate path: ../core/connectors/Csv.cs @@ -254,7 +254,7 @@ items: source: remote: path: core/connectors/Csv.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLine path: ../core/connectors/Csv.cs diff --git a/docs/api/AutoCheck.Core.Connectors.GDrive.yml b/docs/api/AutoCheck.Core.Connectors.GDrive.yml index 99b16686..63d73767 100644 --- a/docs/api/AutoCheck.Core.Connectors.GDrive.yml +++ b/docs/api/AutoCheck.Core.Connectors.GDrive.yml @@ -51,7 +51,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GDrive path: ../core/connectors/GDrive.cs @@ -93,7 +93,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Drive path: ../core/connectors/GDrive.cs @@ -128,7 +128,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/GDrive.cs @@ -167,7 +167,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/GDrive.cs @@ -210,7 +210,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/GDrive.cs @@ -255,7 +255,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/GDrive.cs @@ -290,7 +290,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFolderContent path: ../core/connectors/GDrive.cs @@ -332,7 +332,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFolderContent path: ../core/connectors/GDrive.cs @@ -374,7 +374,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFolderContent path: ../core/connectors/GDrive.cs @@ -416,7 +416,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFromFile path: ../core/connectors/GDrive.cs @@ -458,7 +458,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateFolder path: ../core/connectors/GDrive.cs @@ -496,7 +496,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateFolder path: ../core/connectors/GDrive.cs @@ -537,7 +537,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFolder path: ../core/connectors/GDrive.cs @@ -575,7 +575,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFolder path: ../core/connectors/GDrive.cs @@ -620,7 +620,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFolders path: ../core/connectors/GDrive.cs @@ -662,7 +662,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DeleteFolder path: ../core/connectors/GDrive.cs @@ -698,7 +698,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DeleteFolder path: ../core/connectors/GDrive.cs @@ -737,7 +737,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFolder path: ../core/connectors/GDrive.cs @@ -775,7 +775,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFolder path: ../core/connectors/GDrive.cs @@ -820,7 +820,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: UploadFolder path: ../core/connectors/GDrive.cs @@ -862,7 +862,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: UploadFolder path: ../core/connectors/GDrive.cs @@ -907,7 +907,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFile path: ../core/connectors/GDrive.cs @@ -945,7 +945,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFile path: ../core/connectors/GDrive.cs @@ -990,7 +990,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFiles path: ../core/connectors/GDrive.cs @@ -1032,7 +1032,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateFile path: ../core/connectors/GDrive.cs @@ -1074,7 +1074,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DeleteFile path: ../core/connectors/GDrive.cs @@ -1110,7 +1110,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DeleteFile path: ../core/connectors/GDrive.cs @@ -1149,7 +1149,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFile path: ../core/connectors/GDrive.cs @@ -1191,7 +1191,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFile path: ../core/connectors/GDrive.cs @@ -1233,7 +1233,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyFile path: ../core/connectors/GDrive.cs @@ -1275,7 +1275,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: UploadFile path: ../core/connectors/GDrive.cs @@ -1318,7 +1318,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Download path: ../core/connectors/GDrive.cs @@ -1355,7 +1355,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Download path: ../core/connectors/GDrive.cs @@ -1392,7 +1392,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Download path: ../core/connectors/GDrive.cs @@ -1429,7 +1429,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DownloadFromFile path: ../core/connectors/GDrive.cs @@ -1466,7 +1466,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFile path: ../core/connectors/GDrive.cs @@ -1504,7 +1504,7 @@ items: source: remote: path: core/connectors/GDrive.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFile path: ../core/connectors/GDrive.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Html.yml b/docs/api/AutoCheck.Core.Connectors.Html.yml index 5adb40e6..6a33f59c 100644 --- a/docs/api/AutoCheck.Core.Connectors.Html.yml +++ b/docs/api/AutoCheck.Core.Connectors.Html.yml @@ -38,7 +38,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Html path: ../core/connectors/Html.cs @@ -80,7 +80,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: HtmlDoc path: ../core/connectors/Html.cs @@ -118,7 +118,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Raw path: ../core/connectors/Html.cs @@ -156,7 +156,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Html.cs @@ -192,7 +192,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Html.cs @@ -235,7 +235,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Html.cs @@ -276,7 +276,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Html.cs @@ -311,7 +311,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateHtml5AgainstW3C path: ../core/connectors/Html.cs @@ -343,7 +343,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SelectNodes path: ../core/connectors/Html.cs @@ -382,7 +382,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SelectNodes path: ../core/connectors/Html.cs @@ -424,7 +424,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountNodes path: ../core/connectors/Html.cs @@ -463,7 +463,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountNodes path: ../core/connectors/Html.cs @@ -505,7 +505,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GroupSiblings path: ../core/connectors/Html.cs @@ -544,7 +544,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GroupSiblings path: ../core/connectors/Html.cs @@ -586,7 +586,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountSiblings path: ../core/connectors/Html.cs @@ -625,7 +625,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountSiblings path: ../core/connectors/Html.cs @@ -667,7 +667,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ContentLength path: ../core/connectors/Html.cs @@ -706,7 +706,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ContentLength path: ../core/connectors/Html.cs @@ -748,7 +748,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetRelatedLabels path: ../core/connectors/Html.cs @@ -787,7 +787,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetRelatedLabels path: ../core/connectors/Html.cs @@ -829,7 +829,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountRelatedLabels path: ../core/connectors/Html.cs @@ -868,7 +868,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountRelatedLabels path: ../core/connectors/Html.cs @@ -910,7 +910,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateTable path: ../core/connectors/Html.cs @@ -946,7 +946,7 @@ items: source: remote: path: core/connectors/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateTable path: ../core/connectors/Html.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Math.yml b/docs/api/AutoCheck.Core.Connectors.Math.yml index 4f12fd3c..c5dd44d6 100644 --- a/docs/api/AutoCheck.Core.Connectors.Math.yml +++ b/docs/api/AutoCheck.Core.Connectors.Math.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/connectors/Math.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Math path: ../core/connectors/Math.cs @@ -59,7 +59,7 @@ items: source: remote: path: core/connectors/Math.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Math.cs @@ -94,7 +94,7 @@ items: source: remote: path: core/connectors/Math.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Evaluate path: ../core/connectors/Math.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Odoo.yml b/docs/api/AutoCheck.Core.Connectors.Odoo.yml index b7388ffc..70f58620 100644 --- a/docs/api/AutoCheck.Core.Connectors.Odoo.yml +++ b/docs/api/AutoCheck.Core.Connectors.Odoo.yml @@ -53,7 +53,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Odoo path: ../core/connectors/Odoo.cs @@ -133,7 +133,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CompanyID path: ../core/connectors/Odoo.cs @@ -171,7 +171,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CompanyName path: ../core/connectors/Odoo.cs @@ -209,7 +209,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Odoo.cs @@ -259,7 +259,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Odoo.cs @@ -309,7 +309,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetCompanyID path: ../core/connectors/Odoo.cs @@ -351,7 +351,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetCompanyData path: ../core/connectors/Odoo.cs @@ -390,7 +390,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetCompanyData path: ../core/connectors/Odoo.cs @@ -429,7 +429,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProviderID path: ../core/connectors/Odoo.cs @@ -471,7 +471,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProviderData path: ../core/connectors/Odoo.cs @@ -510,7 +510,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProviderData path: ../core/connectors/Odoo.cs @@ -549,7 +549,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProductTemplateID path: ../core/connectors/Odoo.cs @@ -591,7 +591,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProductTemplateData path: ../core/connectors/Odoo.cs @@ -630,7 +630,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProductTemplateData path: ../core/connectors/Odoo.cs @@ -669,7 +669,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLastPurchaseID path: ../core/connectors/Odoo.cs @@ -704,7 +704,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPurchaseID path: ../core/connectors/Odoo.cs @@ -743,7 +743,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPurchaseCode path: ../core/connectors/Odoo.cs @@ -782,7 +782,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPurchaseData path: ../core/connectors/Odoo.cs @@ -821,7 +821,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPurchaseData path: ../core/connectors/Odoo.cs @@ -860,7 +860,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLastSaleID path: ../core/connectors/Odoo.cs @@ -895,7 +895,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetSaleID path: ../core/connectors/Odoo.cs @@ -934,7 +934,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetSaleCode path: ../core/connectors/Odoo.cs @@ -973,7 +973,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetSaleData path: ../core/connectors/Odoo.cs @@ -1012,7 +1012,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetSaleData path: ../core/connectors/Odoo.cs @@ -1051,7 +1051,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLastPosSaleID path: ../core/connectors/Odoo.cs @@ -1086,7 +1086,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPosSaleID path: ../core/connectors/Odoo.cs @@ -1125,7 +1125,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPosSaleCode path: ../core/connectors/Odoo.cs @@ -1164,7 +1164,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPosSaleData path: ../core/connectors/Odoo.cs @@ -1202,7 +1202,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetPosSaleData path: ../core/connectors/Odoo.cs @@ -1240,7 +1240,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetStockMovementData path: ../core/connectors/Odoo.cs @@ -1282,7 +1282,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetScrappedStockData path: ../core/connectors/Odoo.cs @@ -1317,7 +1317,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetInvoiceID path: ../core/connectors/Odoo.cs @@ -1356,7 +1356,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetInvoiceCode path: ../core/connectors/Odoo.cs @@ -1395,7 +1395,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetInvoiceData path: ../core/connectors/Odoo.cs @@ -1434,7 +1434,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetInvoiceData path: ../core/connectors/Odoo.cs @@ -1473,7 +1473,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetUserID path: ../core/connectors/Odoo.cs @@ -1515,7 +1515,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetUserName path: ../core/connectors/Odoo.cs @@ -1554,7 +1554,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetUserData path: ../core/connectors/Odoo.cs @@ -1593,7 +1593,7 @@ items: source: remote: path: core/connectors/Odoo.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetUserData path: ../core/connectors/Odoo.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Operator.yml b/docs/api/AutoCheck.Core.Connectors.Operator.yml index feb19962..ff94bc35 100644 --- a/docs/api/AutoCheck.Core.Connectors.Operator.yml +++ b/docs/api/AutoCheck.Core.Connectors.Operator.yml @@ -22,7 +22,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Operator path: ../core/connectors/Base.cs @@ -57,7 +57,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LOWER path: ../core/connectors/Base.cs @@ -90,7 +90,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LOWEREQUALS path: ../core/connectors/Base.cs @@ -123,7 +123,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GREATER path: ../core/connectors/Base.cs @@ -156,7 +156,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GREATEREQUALS path: ../core/connectors/Base.cs @@ -189,7 +189,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: EQUALS path: ../core/connectors/Base.cs @@ -222,7 +222,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: NOTEQUALS path: ../core/connectors/Base.cs @@ -255,7 +255,7 @@ items: source: remote: path: core/connectors/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LIKE path: ../core/connectors/Base.cs diff --git a/docs/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.yml b/docs/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.yml index 23cc4483..446b328a 100644 --- a/docs/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.yml +++ b/docs/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.yml @@ -20,7 +20,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PlainTextDocument path: ../core/connectors/PlainText.cs @@ -59,7 +59,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Content path: ../core/connectors/PlainText.cs @@ -96,7 +96,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Lines path: ../core/connectors/PlainText.cs @@ -133,7 +133,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/PlainText.cs @@ -169,7 +169,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/PlainText.cs @@ -208,7 +208,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLine path: ../core/connectors/PlainText.cs diff --git a/docs/api/AutoCheck.Core.Connectors.PlainText.yml b/docs/api/AutoCheck.Core.Connectors.PlainText.yml index b3a7fd1a..6247ecb1 100644 --- a/docs/api/AutoCheck.Core.Connectors.PlainText.yml +++ b/docs/api/AutoCheck.Core.Connectors.PlainText.yml @@ -25,7 +25,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PlainText path: ../core/connectors/PlainText.cs @@ -67,7 +67,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: plainTextDoc path: ../core/connectors/PlainText.cs @@ -105,7 +105,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/PlainText.cs @@ -141,7 +141,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/PlainText.cs @@ -184,7 +184,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/PlainText.cs @@ -225,7 +225,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/PlainText.cs @@ -260,7 +260,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Find path: ../core/connectors/PlainText.cs @@ -299,7 +299,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Count path: ../core/connectors/PlainText.cs @@ -338,7 +338,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Replace path: ../core/connectors/PlainText.cs @@ -377,7 +377,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Store path: ../core/connectors/PlainText.cs @@ -416,7 +416,7 @@ items: source: remote: path: core/connectors/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Store path: ../core/connectors/PlainText.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Postgres.yml b/docs/api/AutoCheck.Core.Connectors.Postgres.yml index 81d13918..fb4f97f9 100644 --- a/docs/api/AutoCheck.Core.Connectors.Postgres.yml +++ b/docs/api/AutoCheck.Core.Connectors.Postgres.yml @@ -53,7 +53,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Postgres path: ../core/connectors/Postgres.cs @@ -97,7 +97,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Conn path: ../core/connectors/Postgres.cs @@ -135,7 +135,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Host path: ../core/connectors/Postgres.cs @@ -173,7 +173,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Database path: ../core/connectors/Postgres.cs @@ -211,7 +211,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: User path: ../core/connectors/Postgres.cs @@ -249,7 +249,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Password path: ../core/connectors/Postgres.cs @@ -287,7 +287,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BinPath path: ../core/connectors/Postgres.cs @@ -325,7 +325,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Postgres.cs @@ -373,7 +373,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Postgres.cs @@ -408,7 +408,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TestConnection path: ../core/connectors/Postgres.cs @@ -440,7 +440,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecuteQuery path: ../core/connectors/Postgres.cs @@ -479,7 +479,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecuteNonQuery path: ../core/connectors/Postgres.cs @@ -515,7 +515,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecuteScalar path: ../core/connectors/Postgres.cs @@ -559,7 +559,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsDataBase path: ../core/connectors/Postgres.cs @@ -594,7 +594,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateDataBase path: ../core/connectors/Postgres.cs @@ -632,7 +632,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateDataBase path: ../core/connectors/Postgres.cs @@ -668,7 +668,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ImportSqlDump path: ../core/connectors/Postgres.cs @@ -704,7 +704,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DropDataBase path: ../core/connectors/Postgres.cs @@ -736,7 +736,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetUsers path: ../core/connectors/Postgres.cs @@ -771,7 +771,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountUsers path: ../core/connectors/Postgres.cs @@ -806,7 +806,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateUser path: ../core/connectors/Postgres.cs @@ -843,7 +843,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DropUser path: ../core/connectors/Postgres.cs @@ -878,7 +878,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsUser path: ../core/connectors/Postgres.cs @@ -913,7 +913,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DropUserMembership path: ../core/connectors/Postgres.cs @@ -949,7 +949,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetRoles path: ../core/connectors/Postgres.cs @@ -984,7 +984,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountRoles path: ../core/connectors/Postgres.cs @@ -1019,7 +1019,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CreateRole path: ../core/connectors/Postgres.cs @@ -1055,7 +1055,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DropRole path: ../core/connectors/Postgres.cs @@ -1091,7 +1091,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsRole path: ../core/connectors/Postgres.cs @@ -1126,7 +1126,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DropRoleMembership path: ../core/connectors/Postgres.cs @@ -1162,7 +1162,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetMembership path: ../core/connectors/Postgres.cs @@ -1201,7 +1201,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetTablePrivileges path: ../core/connectors/Postgres.cs @@ -1246,7 +1246,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetSchemaPrivileges path: ../core/connectors/Postgres.cs @@ -1288,7 +1288,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CompareSelectWithView path: ../core/connectors/Postgres.cs @@ -1333,7 +1333,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CompareSelects path: ../core/connectors/Postgres.cs @@ -1375,7 +1375,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetViewDefinition path: ../core/connectors/Postgres.cs @@ -1417,7 +1417,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetForeignKeys path: ../core/connectors/Postgres.cs @@ -1459,7 +1459,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsForeignKey path: ../core/connectors/Postgres.cs @@ -1513,7 +1513,7 @@ items: source: remote: path: core/connectors/Postgres.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsTable path: ../core/connectors/Postgres.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Rss.yml b/docs/api/AutoCheck.Core.Connectors.Rss.yml index 74d30d71..c7f14ae1 100644 --- a/docs/api/AutoCheck.Core.Connectors.Rss.yml +++ b/docs/api/AutoCheck.Core.Connectors.Rss.yml @@ -20,7 +20,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Rss path: ../core/connectors/Rss.cs @@ -74,7 +74,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Rss.cs @@ -110,7 +110,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Rss.cs @@ -153,7 +153,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Rss.cs @@ -194,7 +194,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Rss.cs @@ -229,7 +229,7 @@ items: source: remote: path: core/connectors/Rss.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ValidateRssAgainstW3C path: ../core/connectors/Rss.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Shell.yml b/docs/api/AutoCheck.Core.Connectors.Shell.yml index dc22149a..11c3cb00 100644 --- a/docs/api/AutoCheck.Core.Connectors.Shell.yml +++ b/docs/api/AutoCheck.Core.Connectors.Shell.yml @@ -36,6 +36,7 @@ items: - AutoCheck.Core.Connectors.Shell.Run(System.String,System.String,System.Int32) - AutoCheck.Core.Connectors.Shell.TestConnection - AutoCheck.Core.Connectors.Shell.Username + - AutoCheck.Core.Connectors.Shell.Wait(System.Int32) langs: - csharp - vb @@ -46,11 +47,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Shell path: ../core/connectors/Shell.cs - startLine: 35 + startLine: 34 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -88,11 +89,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: RemoteOS path: ../core/connectors/Shell.cs - startLine: 40 + startLine: 39 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -126,11 +127,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Host path: ../core/connectors/Shell.cs - startLine: 46 + startLine: 45 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -164,11 +165,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Username path: ../core/connectors/Shell.cs - startLine: 52 + startLine: 51 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -202,11 +203,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Password path: ../core/connectors/Shell.cs - startLine: 58 + startLine: 57 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -240,11 +241,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Port path: ../core/connectors/Shell.cs - startLine: 64 + startLine: 63 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -278,11 +279,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: IsLocal path: ../core/connectors/Shell.cs - startLine: 70 + startLine: 69 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -316,11 +317,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: IsRemote path: ../core/connectors/Shell.cs - startLine: 80 + startLine: 79 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -354,11 +355,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Shell.cs - startLine: 99 + startLine: 98 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -386,11 +387,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Shell.cs - startLine: 114 + startLine: 113 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -427,11 +428,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Shell.cs - startLine: 125 + startLine: 124 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -468,11 +469,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Shell.cs - startLine: 142 + startLine: 141 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -503,11 +504,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TestConnection path: ../core/connectors/Shell.cs - startLine: 149 + startLine: 148 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -535,11 +536,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Run path: ../core/connectors/Shell.cs - startLine: 167 + startLine: 166 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -577,11 +578,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Run path: ../core/connectors/Shell.cs - startLine: 178 + startLine: 177 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -622,11 +623,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFolder path: ../core/connectors/Shell.cs - startLine: 323 + startLine: 322 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -669,11 +670,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFile path: ../core/connectors/Shell.cs - startLine: 336 + startLine: 335 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -716,11 +717,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFolders path: ../core/connectors/Shell.cs - startLine: 348 + startLine: 347 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -760,11 +761,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFolders path: ../core/connectors/Shell.cs - startLine: 359 + startLine: 358 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -805,11 +806,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFiles path: ../core/connectors/Shell.cs - startLine: 376 + startLine: 375 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -849,11 +850,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetFiles path: ../core/connectors/Shell.cs - startLine: 387 + startLine: 386 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -894,11 +895,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFolders path: ../core/connectors/Shell.cs - startLine: 405 + startLine: 404 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -939,11 +940,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFolders path: ../core/connectors/Shell.cs - startLine: 415 + startLine: 414 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -983,11 +984,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFiles path: ../core/connectors/Shell.cs - startLine: 426 + startLine: 425 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1028,11 +1029,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountFiles path: ../core/connectors/Shell.cs - startLine: 436 + startLine: 435 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1072,11 +1073,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFolder path: ../core/connectors/Shell.cs - startLine: 444 + startLine: 443 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1110,11 +1111,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFolder path: ../core/connectors/Shell.cs - startLine: 460 + startLine: 459 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1155,11 +1156,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFile path: ../core/connectors/Shell.cs - startLine: 469 + startLine: 468 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1193,11 +1194,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExistsFile path: ../core/connectors/Shell.cs - startLine: 485 + startLine: 484 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1238,11 +1239,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DownloadFile path: ../core/connectors/Shell.cs - startLine: 496 + startLine: 495 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1280,11 +1281,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DownloadFolder path: ../core/connectors/Shell.cs - startLine: 520 + startLine: 519 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1322,11 +1323,11 @@ items: source: remote: path: core/connectors/Shell.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DownloadFolder path: ../core/connectors/Shell.cs - startLine: 531 + startLine: 530 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Connectors @@ -1353,6 +1354,42 @@ items: - public modifiers.vb: - Public +- uid: AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + commentId: M:AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + id: Wait(System.Int32) + parent: AutoCheck.Core.Connectors.Shell + langs: + - csharp + - vb + name: Wait(Int32) + nameWithType: Shell.Wait(Int32) + fullName: AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + type: Method + source: + remote: + path: core/connectors/Shell.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Wait + path: ../core/connectors/Shell.cs + startLine: 562 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nThe current thread execution will sleep for the given time.\n" + example: [] + syntax: + content: public void Wait(int milliseconds) + parameters: + - id: milliseconds + type: System.Int32 + description: The time to sleep. + content.vb: Public Sub Wait(milliseconds As Integer) + overload: AutoCheck.Core.Connectors.Shell.Wait* + modifiers.csharp: + - public + modifiers.vb: + - Public references: - uid: AutoCheck.Core.Connectors commentId: N:AutoCheck.Core.Connectors @@ -1896,3 +1933,8 @@ references: name: DownloadFolder nameWithType: Shell.DownloadFolder fullName: AutoCheck.Core.Connectors.Shell.DownloadFolder +- uid: AutoCheck.Core.Connectors.Shell.Wait* + commentId: Overload:AutoCheck.Core.Connectors.Shell.Wait + name: Wait + nameWithType: Shell.Wait + fullName: AutoCheck.Core.Connectors.Shell.Wait diff --git a/docs/api/AutoCheck.Core.Connectors.TextStream.yml b/docs/api/AutoCheck.Core.Connectors.TextStream.yml index e289e782..83f1cde0 100644 --- a/docs/api/AutoCheck.Core.Connectors.TextStream.yml +++ b/docs/api/AutoCheck.Core.Connectors.TextStream.yml @@ -24,7 +24,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TextStream path: ../core/connectors/TextStream.cs @@ -66,7 +66,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/TextStream.cs @@ -98,7 +98,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/TextStream.cs @@ -133,7 +133,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Find path: ../core/connectors/TextStream.cs @@ -175,7 +175,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Substring path: ../core/connectors/TextStream.cs @@ -217,7 +217,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Replace path: ../core/connectors/TextStream.cs @@ -262,7 +262,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Count path: ../core/connectors/TextStream.cs @@ -304,7 +304,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DirectoryPath path: ../core/connectors/TextStream.cs @@ -343,7 +343,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DirectoryName path: ../core/connectors/TextStream.cs @@ -382,7 +382,7 @@ items: source: remote: path: core/connectors/TextStream.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FileName path: ../core/connectors/TextStream.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.yml b/docs/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.yml index df4ef082..7e1c4773 100644 --- a/docs/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.yml +++ b/docs/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.yml @@ -19,7 +19,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: XmlNodeType path: ../core/connectors/Xml.cs @@ -52,7 +52,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ALL path: ../core/connectors/Xml.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: STRING path: ../core/connectors/Xml.cs @@ -116,7 +116,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BOOLEAN path: ../core/connectors/Xml.cs @@ -148,7 +148,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: NUMERIC path: ../core/connectors/Xml.cs diff --git a/docs/api/AutoCheck.Core.Connectors.Xml.yml b/docs/api/AutoCheck.Core.Connectors.Xml.yml index 1347946d..a5bcf994 100644 --- a/docs/api/AutoCheck.Core.Connectors.Xml.yml +++ b/docs/api/AutoCheck.Core.Connectors.Xml.yml @@ -28,7 +28,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Xml path: ../core/connectors/Xml.cs @@ -72,7 +72,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Comments path: ../core/connectors/Xml.cs @@ -107,7 +107,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: XmlDoc path: ../core/connectors/Xml.cs @@ -145,7 +145,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Raw path: ../core/connectors/Xml.cs @@ -183,7 +183,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Xml.cs @@ -222,7 +222,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Xml.cs @@ -267,7 +267,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/connectors/Xml.cs @@ -310,7 +310,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/connectors/Xml.cs @@ -345,7 +345,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SelectNodes path: ../core/connectors/Xml.cs @@ -386,7 +386,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SelectNodes path: ../core/connectors/Xml.cs @@ -430,7 +430,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountNodes path: ../core/connectors/Xml.cs @@ -471,7 +471,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CountNodes path: ../core/connectors/Xml.cs @@ -515,7 +515,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Equals path: ../core/connectors/Xml.cs @@ -556,7 +556,7 @@ items: source: remote: path: core/connectors/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Equals path: ../core/connectors/Xml.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Base.yml b/docs/api/AutoCheck.Core.CopyDetectors.Base.yml index b4a754e0..d2ccf5f9 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.Base.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.Base.yml @@ -27,7 +27,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Base path: ../core/copy/Base.cs @@ -70,7 +70,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Threshold path: ../core/copy/Base.cs @@ -110,7 +110,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FilePattern path: ../core/copy/Base.cs @@ -150,7 +150,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Count path: ../core/copy/Base.cs @@ -190,7 +190,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/Base.cs @@ -227,7 +227,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/copy/Base.cs @@ -261,7 +261,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Load path: ../core/copy/Base.cs @@ -299,7 +299,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Load path: ../core/copy/Base.cs @@ -347,7 +347,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Load path: ../core/copy/Base.cs @@ -398,7 +398,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Load path: ../core/copy/Base.cs @@ -439,7 +439,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Compare path: ../core/copy/Base.cs @@ -473,7 +473,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyDetected path: ../core/copy/Base.cs @@ -514,7 +514,7 @@ items: source: remote: path: core/copy/Base.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetDetails path: ../core/copy/Base.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Css.yml b/docs/api/AutoCheck.Core.CopyDetectors.Css.yml index 2dda0343..b7d3256e 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.Css.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.Css.yml @@ -16,7 +16,7 @@ items: source: remote: path: core/copy/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Css path: ../core/copy/Css.cs @@ -76,7 +76,7 @@ items: source: remote: path: core/copy/Css.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/Css.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml b/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml new file mode 100644 index 00000000..e0ef3063 --- /dev/null +++ b/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml @@ -0,0 +1,764 @@ +### YamlMime:ManagedReference +items: +- uid: AutoCheck.Core.CopyDetectors.Dmoj + commentId: T:AutoCheck.Core.CopyDetectors.Dmoj + id: Dmoj + parent: AutoCheck.Core.CopyDetectors + children: + - AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) + - AutoCheck.Core.CopyDetectors.Dmoj.Compare + langs: + - csharp + - vb + name: Dmoj + nameWithType: Dmoj + fullName: AutoCheck.Core.CopyDetectors.Dmoj + type: Class + source: + remote: + path: core/copy/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Dmoj + path: ../core/copy/Dmoj.cs + startLine: 30 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.CopyDetectors + summary: "\nCopy detector for DMOJ contests.\n" + example: [] + syntax: + content: 'public class Dmoj : PlainText' + content.vb: >- + Public Class Dmoj + Inherits PlainText + inheritance: + - System.Object + - AutoCheck.Core.CopyDetectors.Base + - AutoCheck.Core.CopyDetectors.PlainText + inheritedMembers: + - AutoCheck.Core.CopyDetectors.PlainText.Index + - AutoCheck.Core.CopyDetectors.PlainText.Files + - AutoCheck.Core.CopyDetectors.PlainText.Matches + - AutoCheck.Core.CopyDetectors.PlainText.Diffs + - AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight + - AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight + - AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight + - AutoCheck.Core.CopyDetectors.PlainText.Count + - AutoCheck.Core.CopyDetectors.PlainText.Dispose + - AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) + - AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + - AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + - AutoCheck.Core.CopyDetectors.Base.Threshold + - AutoCheck.Core.CopyDetectors.Base.FilePattern + - AutoCheck.Core.CopyDetectors.Base.Load(System.String) + - AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) + - AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) + extensionMethods: + - AutoCheck.Core.CopyDetectors.Dmoj.ObjectExtensions.DeepClone``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) + commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) + id: '#ctor(System.String,System.Single,System.String)' + parent: AutoCheck.Core.CopyDetectors.Dmoj + langs: + - csharp + - vb + name: Dmoj(String, Single, String) + nameWithType: Dmoj.Dmoj(String, Single, String) + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj(System.String, System.Single, System.String) + type: Constructor + source: + remote: + path: core/copy/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: .ctor + path: ../core/copy/Dmoj.cs + startLine: 37 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.CopyDetectors + summary: "\nCreates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability.\n" + example: [] + syntax: + content: public Dmoj(string url, float threshold, string contestCode) + parameters: + - id: url + type: System.String + description: URL to the DMOJ's instance. + - id: threshold + type: System.Single + description: Above this comparisson percentage, it will be assumed as a pontential copy. + - id: contestCode + type: System.String + description: DMOJ's contest code to check. + content.vb: Public Sub New(url As String, threshold As Single, contestCode As String) + overload: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare + commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.Compare + id: Compare + parent: AutoCheck.Core.CopyDetectors.Dmoj + langs: + - csharp + - vb + name: Compare() + nameWithType: Dmoj.Compare() + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare() + type: Method + source: + remote: + path: core/copy/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Compare + path: ../core/copy/Dmoj.cs + startLine: 47 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.CopyDetectors + summary: "\nCompares all the previously loaded files, between each other.\n" + example: [] + syntax: + content: public override void Compare() + content.vb: Public Overrides Sub Compare + overridden: AutoCheck.Core.CopyDetectors.PlainText.Compare + overload: AutoCheck.Core.CopyDetectors.Dmoj.Compare* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: AutoCheck.Core.CopyDetectors + commentId: N:AutoCheck.Core.CopyDetectors + name: AutoCheck.Core.CopyDetectors + nameWithType: AutoCheck.Core.CopyDetectors + fullName: AutoCheck.Core.CopyDetectors +- uid: System.Object + commentId: '!:System.Object' + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: AutoCheck.Core.CopyDetectors.Base + commentId: T:AutoCheck.Core.CopyDetectors.Base + parent: AutoCheck.Core.CopyDetectors + name: Base + nameWithType: Base + fullName: AutoCheck.Core.CopyDetectors.Base +- uid: AutoCheck.Core.CopyDetectors.PlainText + commentId: T:AutoCheck.Core.CopyDetectors.PlainText + parent: AutoCheck.Core.CopyDetectors + name: PlainText + nameWithType: PlainText + fullName: AutoCheck.Core.CopyDetectors.PlainText +- uid: AutoCheck.Core.CopyDetectors.PlainText.Index + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Index + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Index + nameWithType: PlainText.Index + fullName: AutoCheck.Core.CopyDetectors.PlainText.Index +- uid: AutoCheck.Core.CopyDetectors.PlainText.Files + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Files + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Files + nameWithType: PlainText.Files + fullName: AutoCheck.Core.CopyDetectors.PlainText.Files +- uid: AutoCheck.Core.CopyDetectors.PlainText.Matches + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Matches + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Matches + nameWithType: PlainText.Matches + fullName: AutoCheck.Core.CopyDetectors.PlainText.Matches +- uid: AutoCheck.Core.CopyDetectors.PlainText.Diffs + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Diffs + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Diffs + nameWithType: PlainText.Diffs + fullName: AutoCheck.Core.CopyDetectors.PlainText.Diffs +- uid: AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight + parent: AutoCheck.Core.CopyDetectors.PlainText + name: SentenceMatchWeight + nameWithType: PlainText.SentenceMatchWeight + fullName: AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight +- uid: AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight + parent: AutoCheck.Core.CopyDetectors.PlainText + name: WordCountWeight + nameWithType: PlainText.WordCountWeight + fullName: AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight +- uid: AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight + parent: AutoCheck.Core.CopyDetectors.PlainText + name: LineCountWeight + nameWithType: PlainText.LineCountWeight + fullName: AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight +- uid: AutoCheck.Core.CopyDetectors.PlainText.Count + commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Count + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Count + nameWithType: PlainText.Count + fullName: AutoCheck.Core.CopyDetectors.PlainText.Count +- uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose + commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Dispose + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Dispose() + nameWithType: PlainText.Dispose() + fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose() + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose + name: Dispose + nameWithType: PlainText.Dispose + fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose + name: Dispose + nameWithType: PlainText.Dispose + fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) + commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) + parent: AutoCheck.Core.CopyDetectors.PlainText + isExternal: true + name: Load(String, String) + nameWithType: PlainText.Load(String, String) + fullName: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String, System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) + name: Load + nameWithType: PlainText.Load + fullName: AutoCheck.Core.CopyDetectors.PlainText.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) + name: Load + nameWithType: PlainText.Load + fullName: AutoCheck.Core.CopyDetectors.PlainText.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + commentId: M:AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + parent: AutoCheck.Core.CopyDetectors.PlainText + isExternal: true + name: CopyDetected(String) + nameWithType: PlainText.CopyDetected(String) + fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + name: CopyDetected + nameWithType: PlainText.CopyDetected + fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) + name: CopyDetected + nameWithType: PlainText.CopyDetected + fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + commentId: M:AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + parent: AutoCheck.Core.CopyDetectors.PlainText + isExternal: true + name: GetDetails(String) + nameWithType: PlainText.GetDetails(String) + fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + name: GetDetails + nameWithType: PlainText.GetDetails + fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) + name: GetDetails + nameWithType: PlainText.GetDetails + fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.Base.Threshold + commentId: P:AutoCheck.Core.CopyDetectors.Base.Threshold + parent: AutoCheck.Core.CopyDetectors.Base + name: Threshold + nameWithType: Base.Threshold + fullName: AutoCheck.Core.CopyDetectors.Base.Threshold +- uid: AutoCheck.Core.CopyDetectors.Base.FilePattern + commentId: P:AutoCheck.Core.CopyDetectors.Base.FilePattern + parent: AutoCheck.Core.CopyDetectors.Base + name: FilePattern + nameWithType: Base.FilePattern + fullName: AutoCheck.Core.CopyDetectors.Base.FilePattern +- uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) + commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(System.String) + parent: AutoCheck.Core.CopyDetectors.Base + isExternal: true + name: Load(String) + nameWithType: Base.Load(String) + fullName: AutoCheck.Core.CopyDetectors.Base.Load(System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) + commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) + parent: AutoCheck.Core.CopyDetectors.Base + isExternal: true + name: Load(Utils.OS, String, String, String, String) + nameWithType: Base.Load(Utils.OS, String, String, String, String) + fullName: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) + commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) + parent: AutoCheck.Core.CopyDetectors.Base + isExternal: true + name: Load(Utils.OS, String, String, String, Int32, String) + nameWithType: Base.Load(Utils.OS, String, String, String, Int32, String) + fullName: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.Int32, System.String) + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) + name: Load + nameWithType: Base.Load + fullName: AutoCheck.Core.CopyDetectors.Base.Load + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.Dmoj.ObjectExtensions.DeepClone``1 + commentId: M:ObjectExtensions.DeepClone``1(``0) + parent: ObjectExtensions + definition: ObjectExtensions.DeepClone``1(``0) + name: DeepClone() + nameWithType: ObjectExtensions.DeepClone() + fullName: ObjectExtensions.DeepClone() + nameWithType.vb: ObjectExtensions.DeepClone(Of Dmoj)() + fullName.vb: ObjectExtensions.DeepClone(Of AutoCheck.Core.CopyDetectors.Dmoj)() + name.vb: DeepClone(Of Dmoj)() + spec.csharp: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone(Of Dmoj) + nameWithType: ObjectExtensions.DeepClone(Of Dmoj) + fullName: ObjectExtensions.DeepClone(Of AutoCheck.Core.CopyDetectors.Dmoj) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions.DeepClone``1(``0) + commentId: M:ObjectExtensions.DeepClone``1(``0) + name: DeepClone(T) + nameWithType: ObjectExtensions.DeepClone(T) + fullName: ObjectExtensions.DeepClone(T) + nameWithType.vb: ObjectExtensions.DeepClone(Of T)(T) + fullName.vb: ObjectExtensions.DeepClone(Of T)(T) + name.vb: DeepClone(Of T)(T) + spec.csharp: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone(Of T) + nameWithType: ObjectExtensions.DeepClone(Of T) + fullName: ObjectExtensions.DeepClone(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions + commentId: T:ObjectExtensions + name: ObjectExtensions + nameWithType: ObjectExtensions + fullName: ObjectExtensions +- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* + commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.#ctor + name: Dmoj + nameWithType: Dmoj.Dmoj + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj +- uid: System.String + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Single + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: AutoCheck.Core.CopyDetectors.PlainText.Compare + commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Compare + parent: AutoCheck.Core.CopyDetectors.PlainText + name: Compare() + nameWithType: PlainText.Compare() + fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare() + spec.csharp: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Compare + name: Compare + nameWithType: PlainText.Compare + fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.CopyDetectors.PlainText.Compare + name: Compare + nameWithType: PlainText.Compare + fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare* + commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.Compare + name: Compare + nameWithType: Dmoj.Compare + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Html.yml b/docs/api/AutoCheck.Core.CopyDetectors.Html.yml index 7785b4e1..84c75e48 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.Html.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.Html.yml @@ -16,7 +16,7 @@ items: source: remote: path: core/copy/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Html path: ../core/copy/Html.cs @@ -76,7 +76,7 @@ items: source: remote: path: core/copy/Html.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/Html.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.File.yml b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.File.yml index 580373d3..2615a601 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.File.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.File.yml @@ -24,7 +24,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: File path: ../core/copy/PlainText.cs @@ -61,7 +61,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FolderPath path: ../core/copy/PlainText.cs @@ -96,7 +96,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FolderName path: ../core/copy/PlainText.cs @@ -131,7 +131,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FilePath path: ../core/copy/PlainText.cs @@ -166,7 +166,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: FileName path: ../core/copy/PlainText.cs @@ -201,7 +201,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WordCount path: ../core/copy/PlainText.cs @@ -236,7 +236,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LineCount path: ../core/copy/PlainText.cs @@ -271,7 +271,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Content path: ../core/copy/PlainText.cs @@ -306,7 +306,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/PlainText.cs @@ -341,7 +341,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToString path: ../core/copy/PlainText.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml index a0a1e31f..56fb7470 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml @@ -29,7 +29,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PlainText path: ../core/copy/PlainText.cs @@ -49,6 +49,7 @@ items: - AutoCheck.Core.CopyDetectors.Base derivedClasses: - AutoCheck.Core.CopyDetectors.Css + - AutoCheck.Core.CopyDetectors.Dmoj - AutoCheck.Core.CopyDetectors.Html - AutoCheck.Core.CopyDetectors.SourceCode - AutoCheck.Core.CopyDetectors.SqlLog @@ -81,7 +82,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Index path: ../core/copy/PlainText.cs @@ -116,7 +117,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Files path: ../core/copy/PlainText.cs @@ -151,7 +152,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Matches path: ../core/copy/PlainText.cs @@ -186,7 +187,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Diffs path: ../core/copy/PlainText.cs @@ -221,7 +222,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SentenceMatchWeight path: ../core/copy/PlainText.cs @@ -259,7 +260,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WordCountWeight path: ../core/copy/PlainText.cs @@ -297,7 +298,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LineCountWeight path: ../core/copy/PlainText.cs @@ -335,7 +336,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Count path: ../core/copy/PlainText.cs @@ -376,7 +377,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/PlainText.cs @@ -413,7 +414,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Dispose path: ../core/copy/PlainText.cs @@ -448,7 +449,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Load path: ../core/copy/PlainText.cs @@ -490,7 +491,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Compare path: ../core/copy/PlainText.cs @@ -525,7 +526,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyDetected path: ../core/copy/PlainText.cs @@ -567,7 +568,7 @@ items: source: remote: path: core/copy/PlainText.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetDetails path: ../core/copy/PlainText.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.SourceCode.yml b/docs/api/AutoCheck.Core.CopyDetectors.SourceCode.yml index a26b38f1..6111a472 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.SourceCode.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.SourceCode.yml @@ -18,7 +18,7 @@ items: source: remote: path: core/copy/SourceCode.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SourceCode path: ../core/copy/SourceCode.cs @@ -76,7 +76,7 @@ items: source: remote: path: core/copy/SourceCode.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/SourceCode.cs @@ -113,7 +113,7 @@ items: source: remote: path: core/copy/SourceCode.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Compare path: ../core/copy/SourceCode.cs @@ -148,7 +148,7 @@ items: source: remote: path: core/copy/SourceCode.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CopyDetected path: ../core/copy/SourceCode.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.SqlLog.yml b/docs/api/AutoCheck.Core.CopyDetectors.SqlLog.yml index 55cc0c59..cb9f56d9 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.SqlLog.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.SqlLog.yml @@ -16,7 +16,7 @@ items: source: remote: path: core/copy/SqlLog.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SqlLog path: ../core/copy/SqlLog.cs @@ -76,7 +76,7 @@ items: source: remote: path: core/copy/SqlLog.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/SqlLog.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Xml.yml b/docs/api/AutoCheck.Core.CopyDetectors.Xml.yml index 316f4112..8e1d8f33 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.Xml.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.Xml.yml @@ -16,7 +16,7 @@ items: source: remote: path: core/copy/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Xml path: ../core/copy/Xml.cs @@ -76,7 +76,7 @@ items: source: remote: path: core/copy/Xml.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/Xml.cs diff --git a/docs/api/AutoCheck.Core.CopyDetectors.yml b/docs/api/AutoCheck.Core.CopyDetectors.yml index d0a33577..12ae8772 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.yml @@ -6,6 +6,7 @@ items: children: - AutoCheck.Core.CopyDetectors.Base - AutoCheck.Core.CopyDetectors.Css + - AutoCheck.Core.CopyDetectors.Dmoj - AutoCheck.Core.CopyDetectors.Html - AutoCheck.Core.CopyDetectors.PlainText - AutoCheck.Core.CopyDetectors.PlainText.File @@ -33,6 +34,11 @@ references: name: Css nameWithType: Css fullName: AutoCheck.Core.CopyDetectors.Css +- uid: AutoCheck.Core.CopyDetectors.Dmoj + commentId: T:AutoCheck.Core.CopyDetectors.Dmoj + name: Dmoj + nameWithType: Dmoj + fullName: AutoCheck.Core.CopyDetectors.Dmoj - uid: AutoCheck.Core.CopyDetectors.Html commentId: T:AutoCheck.Core.CopyDetectors.Html name: Html diff --git a/docs/api/AutoCheck.Core.Events.LogUpdateEventArgs.yml b/docs/api/AutoCheck.Core.Events.LogUpdateEventArgs.yml index 905b2bc0..be88f7a1 100644 --- a/docs/api/AutoCheck.Core.Events.LogUpdateEventArgs.yml +++ b/docs/api/AutoCheck.Core.Events.LogUpdateEventArgs.yml @@ -19,7 +19,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogUpdateEventArgs path: ../core/main/Events.cs @@ -56,7 +56,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ID path: ../core/main/Events.cs @@ -91,7 +91,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Log path: ../core/main/Events.cs @@ -126,7 +126,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: EndOfScript path: ../core/main/Events.cs @@ -161,7 +161,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Events.cs diff --git a/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.yml b/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.yml index c48325d5..e12eaa5b 100644 --- a/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.yml +++ b/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.yml @@ -25,7 +25,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecutionEvent path: ../core/main/Events.cs @@ -58,7 +58,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_HEADER path: ../core/main/Events.cs @@ -90,7 +90,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_INIT path: ../core/main/Events.cs @@ -122,7 +122,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_SETUP path: ../core/main/Events.cs @@ -154,7 +154,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_COPY_DETECTOR path: ../core/main/Events.cs @@ -186,7 +186,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_PRE path: ../core/main/Events.cs @@ -218,7 +218,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_BODY path: ../core/main/Events.cs @@ -250,7 +250,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_POST path: ../core/main/Events.cs @@ -282,7 +282,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_SCRIPT path: ../core/main/Events.cs @@ -314,7 +314,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_TEARDOWN path: ../core/main/Events.cs @@ -346,7 +346,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_END path: ../core/main/Events.cs diff --git a/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.yml b/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.yml index 9b80d504..5834b718 100644 --- a/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.yml +++ b/docs/api/AutoCheck.Core.Events.StatusUpdateEventArgs.yml @@ -19,7 +19,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: StatusUpdateEventArgs path: ../core/main/Events.cs @@ -56,7 +56,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ID path: ../core/main/Events.cs @@ -91,7 +91,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Mode path: ../core/main/Events.cs @@ -126,7 +126,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Event path: ../core/main/Events.cs @@ -161,7 +161,7 @@ items: source: remote: path: core/main/Events.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Events.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml index 1cea4b8a..0ea9cb73 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ArgumentInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml index 7862c2cf..b60ffc30 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ArgumentNotFoundException path: ../core/main/Exceptions.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml index 1e0ad0f7..2512b597 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ConnectionInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml index eb170a6d..da1f6beb 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ConnectorInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml index 39f7cb94..1c839f7d 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ConnectorNotFoundException path: ../core/main/Exceptions.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml index 8d5c65f6..6a459676 100644 --- a/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DocumentInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml b/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml index ef7642c8..d26ce4f8 100644 --- a/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DownloadFailedException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml index 3149b6f6..e5ab5b11 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ItemNotFoundException path: ../core/main/Exceptions.cs @@ -60,7 +60,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -90,7 +90,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml index 43866dec..2d3075af 100644 --- a/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PorpertyNotFoundException path: ../core/main/Exceptions.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml index 5c1f3967..b763e7dd 100644 --- a/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: QueryInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml index 892de1d1..4c8eb42a 100644 --- a/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: RegexInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml b/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml index 2219debf..124ee9ae 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ResultMismatchException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml index c5f57b73..f090ae0b 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml index 7ab00377..5dc02c71 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptNotFoundException path: ../core/main/Exceptions.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml index bd60b856..46555be3 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: StyleInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml index 96eb2cad..230e62b0 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: StyleNotAppliedException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml index 0cbbebaa..1a7fd854 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: StyleNotFoundException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml b/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml index 65829f35..6c8fe042 100644 --- a/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TableInconsistencyException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml index c7c3a89b..5d1afc2f 100644 --- a/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: VariableInvalidException path: ../core/main/Exceptions.cs @@ -54,7 +54,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml index 8cf0c087..35da6419 100644 --- a/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: VariableNotFoundException path: ../core/main/Exceptions.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Exceptions.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs diff --git a/docs/api/AutoCheck.Core.Output.Log.yml b/docs/api/AutoCheck.Core.Output.Log.yml index 60de0b31..96f53f7a 100644 --- a/docs/api/AutoCheck.Core.Output.Log.yml +++ b/docs/api/AutoCheck.Core.Output.Log.yml @@ -18,7 +18,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Log path: ../core/main/Output.cs @@ -55,7 +55,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Output.cs @@ -85,7 +85,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToText path: ../core/main/Output.cs @@ -120,7 +120,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToJson path: ../core/main/Output.cs diff --git a/docs/api/AutoCheck.Core.Output.Style.yml b/docs/api/AutoCheck.Core.Output.Style.yml index 0be1ef2c..9c7d5e94 100644 --- a/docs/api/AutoCheck.Core.Output.Style.yml +++ b/docs/api/AutoCheck.Core.Output.Style.yml @@ -27,7 +27,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Style path: ../core/main/Output.cs @@ -60,7 +60,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: INFO path: ../core/main/Output.cs @@ -92,7 +92,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PROMPT path: ../core/main/Output.cs @@ -124,7 +124,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: HEADER path: ../core/main/Output.cs @@ -156,7 +156,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CRITICAL path: ../core/main/Output.cs @@ -188,7 +188,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DETAILS path: ../core/main/Output.cs @@ -220,7 +220,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: QUESTION path: ../core/main/Output.cs @@ -252,7 +252,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SCORE path: ../core/main/Output.cs @@ -284,7 +284,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SUCCESS path: ../core/main/Output.cs @@ -316,7 +316,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ERROR path: ../core/main/Output.cs @@ -348,7 +348,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DEFAULT path: ../core/main/Output.cs @@ -380,7 +380,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ECHO path: ../core/main/Output.cs @@ -412,7 +412,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WARNING path: ../core/main/Output.cs diff --git a/docs/api/AutoCheck.Core.Output.Type.yml b/docs/api/AutoCheck.Core.Output.Type.yml index 76ead50b..2e8b147b 100644 --- a/docs/api/AutoCheck.Core.Output.Type.yml +++ b/docs/api/AutoCheck.Core.Output.Type.yml @@ -19,7 +19,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Type path: ../core/main/Output.cs @@ -52,7 +52,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: START path: ../core/main/Output.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BEFORE_TARGET path: ../core/main/Output.cs @@ -116,7 +116,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AFTER_TARGET path: ../core/main/Output.cs @@ -148,7 +148,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: END path: ../core/main/Output.cs diff --git a/docs/api/AutoCheck.Core.Output.yml b/docs/api/AutoCheck.Core.Output.yml index e9554d5e..a1b8d718 100644 --- a/docs/api/AutoCheck.Core.Output.yml +++ b/docs/api/AutoCheck.Core.Output.yml @@ -33,7 +33,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Output path: ../core/main/Output.cs @@ -73,7 +73,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: OnLogUpdate path: ../core/main/Output.cs @@ -104,7 +104,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SingleIndent path: ../core/main/Output.cs @@ -137,7 +137,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentIndent path: ../core/main/Output.cs @@ -172,7 +172,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Output.cs @@ -204,7 +204,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Output.cs @@ -240,7 +240,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Write path: ../core/main/Output.cs @@ -279,7 +279,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WriteLine path: ../core/main/Output.cs @@ -318,7 +318,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WriteResponse path: ../core/main/Output.cs @@ -361,7 +361,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WriteResponse path: ../core/main/Output.cs @@ -400,7 +400,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Indent path: ../core/main/Output.cs @@ -432,7 +432,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: UnIndent path: ../core/main/Output.cs @@ -464,7 +464,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ResetIndent path: ../core/main/Output.cs @@ -496,7 +496,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BreakLine path: ../core/main/Output.cs @@ -532,7 +532,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CloseLog path: ../core/main/Output.cs @@ -567,7 +567,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetLog path: ../core/main/Output.cs @@ -601,7 +601,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToString path: ../core/main/Output.cs @@ -636,7 +636,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToJson path: ../core/main/Output.cs @@ -671,7 +671,7 @@ items: source: remote: path: core/main/Output.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SendToTerminal path: ../core/main/Output.cs diff --git a/docs/api/AutoCheck.Core.Script.ExecutionMode.yml b/docs/api/AutoCheck.Core.Script.ExecutionMode.yml index 5c3d40c9..ee592426 100644 --- a/docs/api/AutoCheck.Core.Script.ExecutionMode.yml +++ b/docs/api/AutoCheck.Core.Script.ExecutionMode.yml @@ -17,7 +17,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecutionMode path: ../core/main/Script.cs @@ -50,7 +50,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SINGLE path: ../core/main/Script.cs @@ -82,7 +82,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BATCH path: ../core/main/Script.cs diff --git a/docs/api/AutoCheck.Core.Script.yml b/docs/api/AutoCheck.Core.Script.yml index 667ab19b..b5438910 100644 --- a/docs/api/AutoCheck.Core.Script.yml +++ b/docs/api/AutoCheck.Core.Script.yml @@ -65,7 +65,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Script path: ../core/main/Script.cs @@ -102,7 +102,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptName path: ../core/main/Script.cs @@ -139,7 +139,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptVersion path: ../core/main/Script.cs @@ -176,7 +176,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptCaption path: ../core/main/Script.cs @@ -213,7 +213,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: SingleCaption path: ../core/main/Script.cs @@ -250,7 +250,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: BatchCaption path: ../core/main/Script.cs @@ -287,7 +287,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppFolderPath path: ../core/main/Script.cs @@ -324,7 +324,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppFolderName path: ../core/main/Script.cs @@ -361,7 +361,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppConfigPath path: ../core/main/Script.cs @@ -398,7 +398,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppConfigName path: ../core/main/Script.cs @@ -435,7 +435,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppUtilsPath path: ../core/main/Script.cs @@ -472,7 +472,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppUtilsName path: ../core/main/Script.cs @@ -509,7 +509,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecutionFolderPath path: ../core/main/Script.cs @@ -546,7 +546,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecutionFolderName path: ../core/main/Script.cs @@ -583,7 +583,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptFolderPath path: ../core/main/Script.cs @@ -620,7 +620,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptFolderName path: ../core/main/Script.cs @@ -657,7 +657,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptFilePath path: ../core/main/Script.cs @@ -694,7 +694,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptFileName path: ../core/main/Script.cs @@ -731,7 +731,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentFolderPath path: ../core/main/Script.cs @@ -768,7 +768,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentFolderName path: ../core/main/Script.cs @@ -805,7 +805,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentFilePath path: ../core/main/Script.cs @@ -842,7 +842,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentFileName path: ../core/main/Script.cs @@ -879,7 +879,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogFolderPath path: ../core/main/Script.cs @@ -916,7 +916,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogFolderName path: ../core/main/Script.cs @@ -953,7 +953,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogFilePath path: ../core/main/Script.cs @@ -990,7 +990,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogFileName path: ../core/main/Script.cs @@ -1027,7 +1027,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentTarget path: ../core/main/Script.cs @@ -1064,7 +1064,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentOS path: ../core/main/Script.cs @@ -1101,7 +1101,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentHost path: ../core/main/Script.cs @@ -1138,7 +1138,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentUser path: ../core/main/Script.cs @@ -1175,7 +1175,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentPassword path: ../core/main/Script.cs @@ -1212,7 +1212,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentPort path: ../core/main/Script.cs @@ -1249,7 +1249,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentDirSeparator path: ../core/main/Script.cs @@ -1286,7 +1286,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentQuestion path: ../core/main/Script.cs @@ -1323,7 +1323,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Result path: ../core/main/Script.cs @@ -1361,7 +1361,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Now path: ../core/main/Script.cs @@ -1398,7 +1398,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentScore path: ../core/main/Script.cs @@ -1435,7 +1435,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: MaxScore path: ../core/main/Script.cs @@ -1472,7 +1472,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TotalScore path: ../core/main/Script.cs @@ -1509,7 +1509,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Concurrent path: ../core/main/Script.cs @@ -1546,7 +1546,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Output path: ../core/main/Script.cs @@ -1583,7 +1583,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LogFiles path: ../core/main/Script.cs @@ -1620,7 +1620,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs @@ -1658,7 +1658,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs @@ -1693,7 +1693,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs @@ -1733,7 +1733,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs @@ -1781,7 +1781,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Start path: ../core/main/Script.cs @@ -1813,7 +1813,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: OverrideTarget path: ../core/main/Script.cs @@ -1855,7 +1855,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetTargetData path: ../core/main/Script.cs @@ -1890,7 +1890,7 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ForEachChild path: ../core/main/Script.cs @@ -1934,11 +1934,11 @@ items: source: remote: path: core/main/Script.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: LoadYamlFile path: ../core/main/Script.cs - startLine: 2452 + startLine: 2460 assemblies: - AutoCheck.Core namespace: AutoCheck.Core diff --git a/docs/api/AutoCheck.Core.Utils.OS.yml b/docs/api/AutoCheck.Core.Utils.OS.yml index 9f64dc6b..e3acf8c2 100644 --- a/docs/api/AutoCheck.Core.Utils.OS.yml +++ b/docs/api/AutoCheck.Core.Utils.OS.yml @@ -18,7 +18,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: OS path: ../core/main/Utils.cs @@ -51,7 +51,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GNU path: ../core/main/Utils.cs @@ -83,7 +83,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: MAC path: ../core/main/Utils.cs @@ -115,7 +115,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: WIN path: ../core/main/Utils.cs diff --git a/docs/api/AutoCheck.Core.Utils.yml b/docs/api/AutoCheck.Core.Utils.yml index 0456d5f4..d9909487 100644 --- a/docs/api/AutoCheck.Core.Utils.yml +++ b/docs/api/AutoCheck.Core.Utils.yml @@ -30,7 +30,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Utils path: ../core/main/Utils.cs @@ -66,7 +66,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: AppFolder path: ../core/main/Utils.cs @@ -106,7 +106,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ExecutionFolder path: ../core/main/Utils.cs @@ -146,7 +146,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ConfigFolder path: ../core/main/Utils.cs @@ -186,7 +186,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: UtilsFolder path: ../core/main/Utils.cs @@ -226,7 +226,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ScriptsFolder path: ../core/main/Utils.cs @@ -266,7 +266,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: TempFolder path: ../core/main/Utils.cs @@ -306,7 +306,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: CurrentOS path: ../core/main/Utils.cs @@ -347,7 +347,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToCamelCase path: ../core/main/Utils.cs @@ -392,7 +392,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: RemoveDiacritics path: ../core/main/Utils.cs @@ -436,7 +436,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetProductVersion path: ../core/main/Utils.cs @@ -477,7 +477,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: RunWithRetry path: ../core/main/Utils.cs @@ -528,7 +528,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: RunWithRetry path: ../core/main/Utils.cs @@ -581,7 +581,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PathToCurrentOS path: ../core/main/Utils.cs @@ -621,7 +621,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PathToRemoteOS path: ../core/main/Utils.cs @@ -663,7 +663,7 @@ items: source: remote: path: core/main/Utils.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ConfigFile path: ../core/main/Utils.cs diff --git a/docs/api/Google.DiffMatchPatch.Diff.yml b/docs/api/Google.DiffMatchPatch.Diff.yml index 71cc61f0..552ed8f4 100644 --- a/docs/api/Google.DiffMatchPatch.Diff.yml +++ b/docs/api/Google.DiffMatchPatch.Diff.yml @@ -22,7 +22,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Diff path: ../core/copy/DiffMatchPatch.cs @@ -60,7 +60,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Operation path: ../core/copy/DiffMatchPatch.cs @@ -91,7 +91,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Text path: ../core/copy/DiffMatchPatch.cs @@ -122,7 +122,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/copy/DiffMatchPatch.cs @@ -158,7 +158,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToString path: ../core/copy/DiffMatchPatch.cs @@ -193,7 +193,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Equals path: ../core/copy/DiffMatchPatch.cs @@ -231,7 +231,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Equals path: ../core/copy/DiffMatchPatch.cs @@ -266,7 +266,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: GetHashCode path: ../core/copy/DiffMatchPatch.cs diff --git a/docs/api/Google.DiffMatchPatch.DiffMatchPatch.yml b/docs/api/Google.DiffMatchPatch.DiffMatchPatch.yml index 42f4bddd..e5fba1f0 100644 --- a/docs/api/Google.DiffMatchPatch.DiffMatchPatch.yml +++ b/docs/api/Google.DiffMatchPatch.DiffMatchPatch.yml @@ -56,7 +56,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffMatchPatch path: ../core/copy/DiffMatchPatch.cs @@ -94,7 +94,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffTimeout path: ../core/copy/DiffMatchPatch.cs @@ -125,7 +125,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffEditCost path: ../core/copy/DiffMatchPatch.cs @@ -156,7 +156,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: MatchThreshold path: ../core/copy/DiffMatchPatch.cs @@ -187,7 +187,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: MatchDistance path: ../core/copy/DiffMatchPatch.cs @@ -218,7 +218,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchDeleteThreshold path: ../core/copy/DiffMatchPatch.cs @@ -249,7 +249,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchMargin path: ../core/copy/DiffMatchPatch.cs @@ -280,7 +280,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffMain path: ../core/copy/DiffMatchPatch.cs @@ -318,7 +318,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffMain path: ../core/copy/DiffMatchPatch.cs @@ -358,7 +358,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diff_bisect path: ../core/copy/DiffMatchPatch.cs @@ -398,7 +398,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diff_linesToChars path: ../core/copy/DiffMatchPatch.cs @@ -436,7 +436,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diff_charsToLines path: ../core/copy/DiffMatchPatch.cs @@ -475,7 +475,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCommonPrefix path: ../core/copy/DiffMatchPatch.cs @@ -513,7 +513,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCommonSuffix path: ../core/copy/DiffMatchPatch.cs @@ -551,7 +551,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diff_commonOverlap path: ../core/copy/DiffMatchPatch.cs @@ -589,7 +589,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diff_halfMatch path: ../core/copy/DiffMatchPatch.cs @@ -627,7 +627,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCleanupSemantic path: ../core/copy/DiffMatchPatch.cs @@ -664,7 +664,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCleanupSemanticLossless path: ../core/copy/DiffMatchPatch.cs @@ -701,7 +701,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCleanupEfficiency path: ../core/copy/DiffMatchPatch.cs @@ -738,7 +738,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffCleanupMerge path: ../core/copy/DiffMatchPatch.cs @@ -775,7 +775,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffxIndex path: ../core/copy/DiffMatchPatch.cs @@ -816,7 +816,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffPrettyHtml path: ../core/copy/DiffMatchPatch.cs @@ -855,7 +855,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffText1 path: ../core/copy/DiffMatchPatch.cs @@ -894,7 +894,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffText2 path: ../core/copy/DiffMatchPatch.cs @@ -933,7 +933,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffLevenshtein path: ../core/copy/DiffMatchPatch.cs @@ -972,7 +972,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffToDelta path: ../core/copy/DiffMatchPatch.cs @@ -1011,7 +1011,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DiffFromDelta path: ../core/copy/DiffMatchPatch.cs @@ -1049,7 +1049,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: MatchMain path: ../core/copy/DiffMatchPatch.cs @@ -1089,7 +1089,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: match_bitap path: ../core/copy/DiffMatchPatch.cs @@ -1129,7 +1129,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: match_alphabet path: ../core/copy/DiffMatchPatch.cs @@ -1165,7 +1165,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: patch_addContext path: ../core/copy/DiffMatchPatch.cs @@ -1201,7 +1201,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchMake path: ../core/copy/DiffMatchPatch.cs @@ -1239,7 +1239,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchMake path: ../core/copy/DiffMatchPatch.cs @@ -1278,7 +1278,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchMake path: ../core/copy/DiffMatchPatch.cs @@ -1320,7 +1320,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchMake path: ../core/copy/DiffMatchPatch.cs @@ -1361,7 +1361,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchDeepCopy path: ../core/copy/DiffMatchPatch.cs @@ -1400,7 +1400,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchApply path: ../core/copy/DiffMatchPatch.cs @@ -1441,7 +1441,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchAddPadding path: ../core/copy/DiffMatchPatch.cs @@ -1480,7 +1480,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchSplitMax path: ../core/copy/DiffMatchPatch.cs @@ -1517,7 +1517,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchToText path: ../core/copy/DiffMatchPatch.cs @@ -1556,7 +1556,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: PatchFromText path: ../core/copy/DiffMatchPatch.cs @@ -1592,7 +1592,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: EncodeURI path: ../core/copy/DiffMatchPatch.cs diff --git a/docs/api/Google.DiffMatchPatch.Operation.yml b/docs/api/Google.DiffMatchPatch.Operation.yml index 57378bb2..92d319c2 100644 --- a/docs/api/Google.DiffMatchPatch.Operation.yml +++ b/docs/api/Google.DiffMatchPatch.Operation.yml @@ -18,7 +18,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Operation path: ../core/copy/DiffMatchPatch.cs @@ -52,7 +52,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: DELETE path: ../core/copy/DiffMatchPatch.cs @@ -84,7 +84,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: INSERT path: ../core/copy/DiffMatchPatch.cs @@ -116,7 +116,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: EQUAL path: ../core/copy/DiffMatchPatch.cs diff --git a/docs/api/Google.DiffMatchPatch.Patch.yml b/docs/api/Google.DiffMatchPatch.Patch.yml index 223d9f8e..b62c2a90 100644 --- a/docs/api/Google.DiffMatchPatch.Patch.yml +++ b/docs/api/Google.DiffMatchPatch.Patch.yml @@ -21,7 +21,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: Patch path: ../core/copy/DiffMatchPatch.cs @@ -59,7 +59,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: diffs path: ../core/copy/DiffMatchPatch.cs @@ -90,7 +90,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: start1 path: ../core/copy/DiffMatchPatch.cs @@ -121,7 +121,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: start2 path: ../core/copy/DiffMatchPatch.cs @@ -152,7 +152,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: length1 path: ../core/copy/DiffMatchPatch.cs @@ -183,7 +183,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: length2 path: ../core/copy/DiffMatchPatch.cs @@ -214,7 +214,7 @@ items: source: remote: path: core/copy/DiffMatchPatch.cs - branch: v2.23.0 + branch: dmoj repo: https://github.com/FherStk/AutoCheck.git id: ToString path: ../core/copy/DiffMatchPatch.cs diff --git a/docs/api/toc.yml b/docs/api/toc.yml index 1f5bf66f..469e4ed0 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -66,6 +66,8 @@ name: Base - uid: AutoCheck.Core.CopyDetectors.Css name: Css + - uid: AutoCheck.Core.CopyDetectors.Dmoj + name: Dmoj - uid: AutoCheck.Core.CopyDetectors.Html name: Html - uid: AutoCheck.Core.CopyDetectors.PlainText diff --git a/docs/html/api/AutoCheck.Connectors.Css.html b/docs/html/api/AutoCheck.Connectors.Css.html index bb7fac6e..cc509dbe 100644 --- a/docs/html/api/AutoCheck.Connectors.Css.html +++ b/docs/html/api/AutoCheck.Connectors.Css.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Csv.html b/docs/html/api/AutoCheck.Connectors.Csv.html index 078428a6..9a00d1d0 100644 --- a/docs/html/api/AutoCheck.Connectors.Csv.html +++ b/docs/html/api/AutoCheck.Connectors.Csv.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.CsvDocument.html b/docs/html/api/AutoCheck.Connectors.CsvDocument.html index 9d5d046d..b869b3bd 100644 --- a/docs/html/api/AutoCheck.Connectors.CsvDocument.html +++ b/docs/html/api/AutoCheck.Connectors.CsvDocument.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.GDrive.html b/docs/html/api/AutoCheck.Connectors.GDrive.html index 52afa8df..fecca9d5 100644 --- a/docs/html/api/AutoCheck.Connectors.GDrive.html +++ b/docs/html/api/AutoCheck.Connectors.GDrive.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Html.html b/docs/html/api/AutoCheck.Connectors.Html.html index cf56189b..ff59446e 100644 --- a/docs/html/api/AutoCheck.Connectors.Html.html +++ b/docs/html/api/AutoCheck.Connectors.Html.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.LocalShell.html b/docs/html/api/AutoCheck.Connectors.LocalShell.html index c26181cf..5b9693b6 100644 --- a/docs/html/api/AutoCheck.Connectors.LocalShell.html +++ b/docs/html/api/AutoCheck.Connectors.LocalShell.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Moodle.html b/docs/html/api/AutoCheck.Connectors.Moodle.html index e425de54..a6234d59 100644 --- a/docs/html/api/AutoCheck.Connectors.Moodle.html +++ b/docs/html/api/AutoCheck.Connectors.Moodle.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Odoo.html b/docs/html/api/AutoCheck.Connectors.Odoo.html index 2ca660c0..3db6cc21 100644 --- a/docs/html/api/AutoCheck.Connectors.Odoo.html +++ b/docs/html/api/AutoCheck.Connectors.Odoo.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html b/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html index 1387c1b1..c7290426 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html b/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html index 55f47465..ca80682d 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Source.html b/docs/html/api/AutoCheck.Connectors.Postgres.Source.html index ef7305aa..0c649f72 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Source.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Source.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.html b/docs/html/api/AutoCheck.Connectors.Postgres.html index 14676b1c..d652418c 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.RemoteShell.html b/docs/html/api/AutoCheck.Connectors.RemoteShell.html index 497b2ffe..f264fdda 100644 --- a/docs/html/api/AutoCheck.Connectors.RemoteShell.html +++ b/docs/html/api/AutoCheck.Connectors.RemoteShell.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Connectors.html b/docs/html/api/AutoCheck.Connectors.html index b389e29e..801b553d 100644 --- a/docs/html/api/AutoCheck.Connectors.html +++ b/docs/html/api/AutoCheck.Connectors.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.Css.html b/docs/html/api/AutoCheck.CopyDetectors.Css.html index 9f2e346b..44716a68 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.Css.html +++ b/docs/html/api/AutoCheck.CopyDetectors.Css.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.Html.html b/docs/html/api/AutoCheck.CopyDetectors.Html.html index 3bd74334..a22c4d0e 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.Html.html +++ b/docs/html/api/AutoCheck.CopyDetectors.Html.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.None.html b/docs/html/api/AutoCheck.CopyDetectors.None.html index c3852f8f..eda6b611 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.None.html +++ b/docs/html/api/AutoCheck.CopyDetectors.None.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.PlainText.html b/docs/html/api/AutoCheck.CopyDetectors.PlainText.html index 328a90a9..5a1a9ad4 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.PlainText.html +++ b/docs/html/api/AutoCheck.CopyDetectors.PlainText.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html b/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html index 29aebe8e..c540116a 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html +++ b/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.html b/docs/html/api/AutoCheck.CopyDetectors.html index d994dc88..f48967b4 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.html +++ b/docs/html/api/AutoCheck.CopyDetectors.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Atom.html b/docs/html/api/AutoCheck.Core.Connectors.Atom.html index fb652a13..13f49e89 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Atom.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Atom.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -381,7 +384,7 @@

    Constructors Improve this Doc - View Source + View Source

    Atom(Utils.OS, String, String, String, Int32, String)

    @@ -438,7 +441,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Atom(Utils.OS, String, String, String, String)

    @@ -490,7 +493,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Atom(String)

    @@ -526,7 +529,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -544,7 +547,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    ValidateAtomAgainstW3C()

    @@ -571,7 +574,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Base.html b/docs/html/api/AutoCheck.Core.Connectors.Base.html index 6de3da98..a693d916 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Base.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Base.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -354,7 +357,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -370,7 +373,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action<String>)

    @@ -444,7 +447,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Compressed.html b/docs/html/api/AutoCheck.Core.Connectors.Compressed.html index 7e36d129..04637d02 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Compressed.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Compressed.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -348,7 +351,7 @@

    Constructors Improve this Doc - View Source + View Source

    Compressed(Utils.OS, String, String, String, Int32, String)

    @@ -405,7 +408,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Compressed(Utils.OS, String, String, String, String)

    @@ -457,7 +460,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Compressed(String)

    @@ -493,7 +496,7 @@

    Properties Improve this Doc - View Source + View Source

    FileContent

    @@ -523,7 +526,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FileType

    @@ -555,7 +558,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -573,7 +576,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Extract(Boolean, String, String)

    @@ -619,7 +622,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Extract(String, String)

    @@ -669,7 +672,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Css.html b/docs/html/api/AutoCheck.Core.Connectors.Css.html index 96359ea2..5256e890 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Css.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Css.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    Css(Utils.OS, String, String, String, Int32, String)

    @@ -406,7 +409,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Css(Utils.OS, String, String, String, String)

    @@ -458,7 +461,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Css(String)

    @@ -494,7 +497,7 @@

    Properties Improve this Doc - View Source + View Source

    CssDoc

    @@ -525,7 +528,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Raw

    @@ -558,7 +561,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -576,7 +579,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    PropertyApplied(Html, Dictionary<String, String>)

    @@ -632,7 +635,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyApplied(Html, String, String)

    @@ -689,7 +692,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyApplied(Html, String[])

    @@ -745,7 +748,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyApplied(HtmlDocument, Dictionary<String, String>)

    @@ -801,7 +804,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyApplied(HtmlDocument, String, String)

    @@ -858,7 +861,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyApplied(HtmlDocument, String[])

    @@ -914,7 +917,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyExists(Dictionary<String, String>)

    @@ -964,7 +967,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyExists(String, String)

    @@ -1020,7 +1023,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PropertyExists(String[])

    @@ -1070,7 +1073,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ValidateCss3AgainstW3C()

    @@ -1097,7 +1100,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Csv.html b/docs/html/api/AutoCheck.Core.Connectors.Csv.html index b89e066a..32f895db 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Csv.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Csv.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    Csv(Utils.OS, String, String, String, Int32, String, Char, Char, Boolean)

    @@ -421,7 +424,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Csv(Utils.OS, String, String, String, String, Char, Char, Boolean)

    @@ -488,7 +491,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Csv(String, Char, Nullable<Char>, Boolean)

    @@ -542,7 +545,7 @@

    Properties Improve this Doc - View Source + View Source

    CsvDoc

    @@ -575,7 +578,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -603,7 +606,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html b/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html index 369cef09..9a3d4050 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html +++ b/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    CsvDocument(String, Char, Nullable<Char>, Boolean)

    @@ -396,7 +399,7 @@

    Properties Improve this Doc - View Source + View Source

    Content

    @@ -427,7 +430,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Count

    @@ -458,7 +461,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Headers

    @@ -491,7 +494,7 @@

    Methods Improve this Doc - View Source + View Source

    GetLine(Int32)

    @@ -540,7 +543,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Validate()

    @@ -566,7 +569,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.GDrive.html b/docs/html/api/AutoCheck.Core.Connectors.GDrive.html index e8c801f4..b9ab2c9a 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.GDrive.html +++ b/docs/html/api/AutoCheck.Core.Connectors.GDrive.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    GDrive(Utils.OS, String, String, String, Int32, String, String)

    @@ -411,7 +414,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    GDrive(Utils.OS, String, String, String, String, String)

    @@ -468,7 +471,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    GDrive(String, String)

    @@ -510,7 +513,7 @@

    Properties Improve this Doc - View Source + View Source

    Drive

    @@ -542,7 +545,7 @@

    Methods Improve this Doc - View Source + View Source

    CopyFile(Apis.Drive.v3.Data.File, String, String)

    @@ -588,7 +591,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFile(String, String, String)

    @@ -634,7 +637,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFile(Uri, String, String)

    @@ -680,7 +683,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFolderContent(Apis.Drive.v3.Data.File, String, Boolean)

    @@ -726,7 +729,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFolderContent(String, String, Boolean)

    @@ -772,7 +775,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFolderContent(Uri, String, Boolean)

    @@ -818,7 +821,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CopyFromFile(String, String, String)

    @@ -864,7 +867,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CountFiles(String, Boolean)

    @@ -920,7 +923,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountFolders(String, Boolean)

    @@ -976,7 +979,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateFile(String, String, String)

    @@ -1022,7 +1025,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CreateFolder(String)

    @@ -1071,7 +1074,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateFolder(String, String)

    @@ -1126,7 +1129,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DeleteFile(String)

    @@ -1160,7 +1163,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DeleteFile(String, String)

    @@ -1200,7 +1203,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DeleteFolder(String)

    @@ -1234,7 +1237,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DeleteFolder(String, String)

    @@ -1274,7 +1277,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -1292,7 +1295,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Download(Apis.Drive.v3.Data.File, String)

    @@ -1344,7 +1347,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Download(String, String)

    @@ -1396,7 +1399,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Download(Uri, String)

    @@ -1448,7 +1451,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DownloadFromFile(String, String)

    @@ -1500,7 +1503,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFile(String)

    @@ -1549,7 +1552,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFile(String, String, Boolean)

    @@ -1611,7 +1614,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFolder(String)

    @@ -1660,7 +1663,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFolder(String, String, Boolean)

    @@ -1722,7 +1725,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFile(String)

    @@ -1771,7 +1774,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFile(String, String, Boolean)

    @@ -1833,7 +1836,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFolder(String)

    @@ -1882,7 +1885,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFolder(String, String, Boolean)

    @@ -1944,7 +1947,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UploadFile(String, String, String)

    @@ -1993,7 +1996,7 @@
    Improve this Doc - View Source + View Source

    UploadFolder(String, String, Boolean)

    @@ -2039,7 +2042,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    UploadFolder(String, String, String, Boolean)

    @@ -2101,7 +2104,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Html.html b/docs/html/api/AutoCheck.Core.Connectors.Html.html index 7765b904..876ba3ba 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Html.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Html.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    Html(Utils.OS, String, String, String, Int32, String)

    @@ -406,7 +409,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Html(Utils.OS, String, String, String, String)

    @@ -458,7 +461,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Html(String)

    @@ -494,7 +497,7 @@

    Properties Improve this Doc - View Source + View Source

    HtmlDoc

    @@ -525,7 +528,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Raw

    @@ -558,7 +561,7 @@

    Methods Improve this Doc - View Source + View Source

    ContentLength(HtmlNode, String)

    @@ -614,7 +617,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ContentLength(String)

    @@ -664,7 +667,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountNodes(HtmlNode, String)

    @@ -720,7 +723,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountNodes(String)

    @@ -770,7 +773,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountRelatedLabels(HtmlNode, String)

    @@ -826,7 +829,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountRelatedLabels(String)

    @@ -876,7 +879,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountSiblings(HtmlNode, String)

    @@ -932,7 +935,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountSiblings(String)

    @@ -982,7 +985,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -1000,7 +1003,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    GetRelatedLabels(HtmlNode, String)

    @@ -1056,7 +1059,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRelatedLabels(String)

    @@ -1106,7 +1109,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GroupSiblings(HtmlNode, String)

    @@ -1162,7 +1165,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GroupSiblings(String)

    @@ -1212,7 +1215,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SelectNodes(HtmlNode, String)

    @@ -1268,7 +1271,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SelectNodes(String)

    @@ -1318,7 +1321,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ValidateHtml5AgainstW3C()

    @@ -1335,7 +1338,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ValidateTable(HtmlNode, String)

    @@ -1376,7 +1379,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ValidateTable(String)

    @@ -1421,7 +1424,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Math.html b/docs/html/api/AutoCheck.Core.Connectors.Math.html index 84240bb7..37f85820 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Math.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Math.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -367,7 +370,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Evaluate(String)

    @@ -433,7 +436,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Odoo.html b/docs/html/api/AutoCheck.Core.Connectors.Odoo.html index 2f583535..8af2eef7 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Odoo.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Odoo.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -461,7 +464,7 @@

    Constructors Improve this Doc - View Source + View Source

    Odoo(Int32, String, String, String, String, String)

    @@ -524,7 +527,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Odoo(String, String, String, String, String, String)

    @@ -589,7 +592,7 @@

    Properties Improve this Doc - View Source + View Source

    CompanyID

    @@ -620,7 +623,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CompanyName

    @@ -653,7 +656,7 @@

    Methods Improve this Doc - View Source + View Source

    GetCompanyData(Int32)

    @@ -703,7 +706,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetCompanyData(String)

    @@ -753,7 +756,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetCompanyID(String, Boolean)

    @@ -809,7 +812,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetInvoiceCode(String)

    @@ -859,7 +862,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetInvoiceData(Int32)

    @@ -909,7 +912,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetInvoiceData(String)

    @@ -959,7 +962,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetInvoiceID(String)

    @@ -1009,7 +1012,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLastPosSaleID()

    @@ -1041,7 +1044,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLastPurchaseID()

    @@ -1073,7 +1076,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLastSaleID()

    @@ -1105,7 +1108,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPosSaleCode(Int32)

    @@ -1155,7 +1158,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPosSaleData(Int32)

    @@ -1204,7 +1207,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPosSaleData(String)

    @@ -1253,7 +1256,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPosSaleID(String)

    @@ -1303,7 +1306,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProductTemplateData(Int32)

    @@ -1353,7 +1356,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProductTemplateData(String)

    @@ -1403,7 +1406,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProductTemplateID(String, Boolean)

    @@ -1459,7 +1462,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProviderData(Int32)

    @@ -1509,7 +1512,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProviderData(String)

    @@ -1559,7 +1562,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProviderID(String, Boolean)

    @@ -1615,7 +1618,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPurchaseCode(Int32)

    @@ -1665,7 +1668,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPurchaseData(Int32)

    @@ -1715,7 +1718,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPurchaseData(String)

    @@ -1765,7 +1768,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetPurchaseID(String)

    @@ -1815,7 +1818,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSaleCode(Int32)

    @@ -1865,7 +1868,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSaleData(Int32)

    @@ -1915,7 +1918,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSaleData(String)

    @@ -1965,7 +1968,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSaleID(String)

    @@ -2015,7 +2018,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetScrappedStockData()

    @@ -2047,7 +2050,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetStockMovementData(String, Boolean)

    @@ -2103,7 +2106,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetUserData(Int32)

    @@ -2153,7 +2156,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetUserData(String)

    @@ -2203,7 +2206,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetUserID(String, Boolean)

    @@ -2259,7 +2262,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetUserName(Int32)

    @@ -2319,7 +2322,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Operator.html b/docs/html/api/AutoCheck.Core.Connectors.Operator.html index 37134ac7..fd64b263 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Operator.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Operator.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -385,7 +388,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html b/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html index e8ca48c5..1893f4d3 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html +++ b/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    PlainTextDocument(String)

    @@ -376,7 +379,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PlainTextDocument(String[])

    @@ -412,7 +415,7 @@

    Properties Improve this Doc - View Source + View Source

    Content

    @@ -443,7 +446,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Lines

    @@ -476,7 +479,7 @@

    Methods Improve this Doc - View Source + View Source

    GetLine(Int32)

    @@ -535,7 +538,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.PlainText.html b/docs/html/api/AutoCheck.Core.Connectors.PlainText.html index ab7bee42..cd3a5de9 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.PlainText.html +++ b/docs/html/api/AutoCheck.Core.Connectors.PlainText.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    PlainText(Utils.OS, String, String, String, Int32, String)

    @@ -406,7 +409,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PlainText(Utils.OS, String, String, String, String)

    @@ -458,7 +461,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PlainText(String)

    @@ -494,7 +497,7 @@

    Properties Improve this Doc - View Source + View Source

    plainTextDoc

    @@ -527,7 +530,7 @@

    Methods Improve this Doc - View Source + View Source

    Count(String)

    @@ -577,7 +580,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -595,7 +598,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Find(String)

    @@ -645,7 +648,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Replace(String, String)

    @@ -685,7 +688,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Store(String)

    @@ -719,7 +722,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Store(String, String)

    @@ -769,7 +772,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Postgres.html b/docs/html/api/AutoCheck.Core.Connectors.Postgres.html index 484fd623..71b9a0e8 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Postgres.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Postgres.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -350,7 +353,7 @@

    Constructors Improve this Doc - View Source + View Source

    Postgres(String, String, String, String, String)

    @@ -410,7 +413,7 @@

    Properties Improve this Doc - View Source + View Source

    BinPath

    @@ -441,7 +444,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Conn

    @@ -472,7 +475,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Database

    @@ -503,7 +506,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Host

    @@ -534,7 +537,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Password

    @@ -565,7 +568,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    User

    @@ -598,7 +601,7 @@

    Methods Improve this Doc - View Source + View Source

    CompareSelects(String, String)

    @@ -654,7 +657,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CompareSelectWithView(String, String, String)

    @@ -716,7 +719,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountRoles()

    @@ -748,7 +751,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountUsers()

    @@ -780,7 +783,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateDataBase(Boolean)

    @@ -814,7 +817,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CreateDataBase(String, Boolean)

    @@ -853,7 +856,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CreateRole(String)

    @@ -887,7 +890,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CreateUser(String, String)

    @@ -925,7 +928,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -943,7 +946,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    DropDataBase()

    @@ -959,7 +962,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    DropRole(String)

    @@ -993,7 +996,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DropRoleMembership(String)

    @@ -1027,7 +1030,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DropUser(String)

    @@ -1060,7 +1063,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DropUserMembership(String)

    @@ -1094,7 +1097,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ExecuteNonQuery(String)

    @@ -1128,7 +1131,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ExecuteQuery(String)

    @@ -1178,7 +1181,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExecuteScalar<T>(String)

    @@ -1243,7 +1246,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    ExistsDataBase()

    @@ -1275,7 +1278,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsForeignKey(String, String, String, String, String, String)

    @@ -1355,7 +1358,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsRole(String)

    @@ -1402,7 +1405,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsTable(String, String)

    @@ -1458,7 +1461,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsUser(String)

    @@ -1505,7 +1508,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetForeignKeys(String, String)

    @@ -1561,7 +1564,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetMembership(String)

    @@ -1611,7 +1614,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetRoles()

    @@ -1643,7 +1646,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetSchemaPrivileges(String, String)

    @@ -1699,7 +1702,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetTablePrivileges(String, String, String)

    @@ -1761,7 +1764,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetUsers()

    @@ -1793,7 +1796,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetViewDefinition(String, String)

    @@ -1849,7 +1852,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ImportSqlDump(String)

    @@ -1882,7 +1885,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    TestConnection()

    @@ -1908,7 +1911,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Rss.html b/docs/html/api/AutoCheck.Core.Connectors.Rss.html index dd5b3c97..d49df85a 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Rss.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Rss.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -378,7 +381,7 @@

    Constructors Improve this Doc - View Source + View Source

    Rss(Utils.OS, String, String, String, Int32, String)

    @@ -435,7 +438,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Rss(Utils.OS, String, String, String, String)

    @@ -487,7 +490,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Rss(String)

    @@ -523,7 +526,7 @@

    Methods Improve this Doc - View Source + View Source

    Dispose()

    @@ -541,7 +544,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    ValidateRssAgainstW3C()

    @@ -568,7 +571,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Shell.html b/docs/html/api/AutoCheck.Core.Connectors.Shell.html index f76b5906..97b9d363 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Shell.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Shell.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    Shell()

    @@ -365,7 +368,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    Shell(Utils.OS, String, String, String, Int32)

    @@ -417,7 +420,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Shell(String, String, String, String, Int32)

    @@ -471,7 +474,7 @@

    Properties Improve this Doc - View Source + View Source

    Host

    @@ -502,7 +505,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsLocal

    @@ -533,7 +536,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    IsRemote

    @@ -564,7 +567,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Password

    @@ -595,7 +598,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Port

    @@ -626,7 +629,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    RemoteOS

    @@ -657,7 +660,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Username

    @@ -690,7 +693,7 @@

    Methods Improve this Doc - View Source + View Source

    CountFiles(String, Boolean)

    @@ -746,7 +749,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountFiles(String, String, Boolean)

    @@ -808,7 +811,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountFolders(String, Boolean)

    @@ -864,7 +867,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountFolders(String, String, Boolean)

    @@ -926,7 +929,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -944,7 +947,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    DownloadFile(String, String)

    @@ -1000,7 +1003,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DownloadFolder(String, Boolean)

    @@ -1056,7 +1059,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DownloadFolder(String, String, Boolean)

    @@ -1118,7 +1121,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFile(String)

    @@ -1167,7 +1170,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFile(String, String, Boolean)

    @@ -1229,7 +1232,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFolder(String)

    @@ -1278,7 +1281,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExistsFolder(String, String, Boolean)

    @@ -1340,7 +1343,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFile(String, String, Boolean)

    @@ -1402,7 +1405,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFiles(String, Boolean)

    @@ -1458,7 +1461,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFiles(String, String, Boolean)

    @@ -1520,7 +1523,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFolder(String, String, Boolean)

    @@ -1582,7 +1585,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFolders(String, Boolean)

    @@ -1638,7 +1641,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetFolders(String, String, Boolean)

    @@ -1700,7 +1703,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Run(String, Int32)

    @@ -1756,7 +1759,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Run(String, String, Int32)

    @@ -1818,7 +1821,7 @@
    Returns
    Improve this Doc - View Source + View Source

    TestConnection()

    @@ -1829,6 +1832,40 @@
    Declaration
    public void TestConnection()
    + + | + Improve this Doc + + + View Source + + +

    Wait(Int32)

    +

    The current thread execution will sleep for the given time.

    +
    +
    +
    Declaration
    +
    +
    public void Wait(int milliseconds)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32milliseconds

    The time to sleep.

    +

    Extension Methods

    ObjectExtensions.DeepClone<T>(T) @@ -1844,7 +1881,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.TextStream.html b/docs/html/api/AutoCheck.Core.Connectors.TextStream.html index d317da71..70d65bf9 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.TextStream.html +++ b/docs/html/api/AutoCheck.Core.Connectors.TextStream.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    TextStream()

    @@ -367,7 +370,7 @@

    Methods Improve this Doc - View Source + View Source

    Count(String, String)

    @@ -423,7 +426,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DirectoryName(String)

    @@ -473,7 +476,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DirectoryPath(String)

    @@ -523,7 +526,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -541,7 +544,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    FileName(String)

    @@ -591,7 +594,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Find(String, String)

    @@ -647,7 +650,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Replace(String, String, String)

    @@ -709,7 +712,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Substring(String, String)

    @@ -775,7 +778,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html b/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html index 31ca062a..1d568877 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -372,7 +375,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Xml.html b/docs/html/api/AutoCheck.Core.Connectors.Xml.html index 5b0c2f99..2df257b8 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Xml.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Xml.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -350,7 +353,7 @@

    Constructors Improve this Doc - View Source + View Source

    Xml(Utils.OS, String, String, String, Int32, String, ValidationType)

    @@ -412,7 +415,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Xml(Utils.OS, String, String, String, String, ValidationType)

    @@ -469,7 +472,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Xml(String, ValidationType)

    @@ -511,7 +514,7 @@

    Properties Improve this Doc - View Source + View Source

    Comments

    @@ -541,7 +544,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Raw

    @@ -572,7 +575,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    XmlDoc

    @@ -605,7 +608,7 @@

    Methods Improve this Doc - View Source + View Source

    CountNodes(String, Xml.XmlNodeType)

    @@ -660,7 +663,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CountNodes(XmlNode, String, Xml.XmlNodeType)

    @@ -721,7 +724,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -739,7 +742,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Equals(Xml, Boolean)

    @@ -791,7 +794,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Equals(XmlDocument, Boolean)

    @@ -843,7 +846,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SelectNodes(String, Xml.XmlNodeType)

    @@ -898,7 +901,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SelectNodes(XmlNode, String, Xml.XmlNodeType)

    @@ -969,7 +972,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.html b/docs/html/api/AutoCheck.Core.Connectors.html index 248b18e7..b0944a21 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.html +++ b/docs/html/api/AutoCheck.Core.Connectors.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html index 3e3a6316..2ddca6c6 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    Base(Single, String)

    @@ -384,7 +387,7 @@

    Properties Improve this Doc - View Source + View Source

    Count

    @@ -415,7 +418,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FilePattern

    @@ -446,7 +449,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Threshold

    @@ -479,7 +482,7 @@

    Methods Improve this Doc - View Source + View Source

    Compare()

    @@ -495,7 +498,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    CopyDetected(String)

    @@ -546,7 +549,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -562,7 +565,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    GetDetails(String)

    @@ -612,7 +615,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Load(Utils.OS, String, String, String, Int32, String)

    @@ -674,7 +677,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Load(Utils.OS, String, String, String, String)

    @@ -730,7 +733,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Load(String)

    @@ -764,7 +767,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Load(String, String)

    @@ -814,7 +817,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html index 3eda0c36..d13d2100 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -401,7 +404,7 @@

    Constructors Improve this Doc - View Source + View Source

    Css(Single, String)

    @@ -449,7 +452,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Dmoj.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Dmoj.html new file mode 100644 index 00000000..77d364cf --- /dev/null +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Dmoj.html @@ -0,0 +1,511 @@ + + + + + + + + Class Dmoj + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html index cb4cabb8..513bc658 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -401,7 +404,7 @@

    Constructors Improve this Doc - View Source + View Source

    Html(Single, String)

    @@ -449,7 +452,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html index d92ce7db..696804cb 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    File(String, String)

    @@ -380,7 +383,7 @@

    Properties Improve this Doc - View Source + View Source

    Content

    @@ -410,7 +413,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FileName

    @@ -440,7 +443,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FilePath

    @@ -470,7 +473,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FolderName

    @@ -500,7 +503,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    FolderPath

    @@ -530,7 +533,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LineCount

    @@ -560,7 +563,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    WordCount

    @@ -592,7 +595,7 @@

    Methods Improve this Doc - View Source + View Source

    ToString()

    @@ -632,7 +635,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html index c6adb9f0..a1b1eb8c 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -330,6 +333,7 @@
    Inheritance
    PlainText
    + @@ -366,7 +370,7 @@

    Constructors Improve this Doc - View Source + View Source

    PlainText(Single, String)

    @@ -406,7 +410,7 @@

    Properties Improve this Doc - View Source + View Source

    Count

    @@ -439,7 +443,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Diffs

    @@ -469,7 +473,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Files

    @@ -499,7 +503,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Index

    @@ -529,7 +533,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LineCountWeight

    @@ -560,7 +564,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Matches

    @@ -590,7 +594,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SentenceMatchWeight

    @@ -621,7 +625,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    WordCountWeight

    @@ -654,7 +658,7 @@

    Methods Improve this Doc - View Source + View Source

    Compare()

    @@ -672,7 +676,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    CopyDetected(String)

    @@ -725,7 +729,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Dispose()

    @@ -743,7 +747,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    GetDetails(String)

    @@ -795,7 +799,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    Load(String, String)

    @@ -847,7 +851,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html b/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html index 3c217030..76961560 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -395,7 +398,7 @@

    Constructors Improve this Doc - View Source + View Source

    SourceCode(Single, String)

    @@ -436,7 +439,7 @@

    Methods Improve this Doc - View Source + View Source

    Compare()

    @@ -454,7 +457,7 @@
    Overrides
    Improve this Doc - View Source + View Source

    CopyDetected(String)

    @@ -517,7 +520,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html b/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html index 7549312b..3a30ec2b 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -401,7 +404,7 @@

    Constructors Improve this Doc - View Source + View Source

    SqlLog(Single, String)

    @@ -449,7 +452,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html index 27c4174f..8339021c 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -401,7 +404,7 @@

    Constructors Improve this Doc - View Source + View Source

    Xml(Single, String)

    @@ -449,7 +452,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.html b/docs/html/api/AutoCheck.Core.CopyDetectors.html index c3068e27..1da25537 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -331,6 +334,9 @@

    Base

    Css

    Copy detector for CSS files.

    +
    +

    Dmoj

    +

    Copy detector for DMOJ contests.

    Html

    Copy detector for HTML files.

    diff --git a/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html b/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html index ec1b1908..82071023 100644 --- a/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html +++ b/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    LogUpdateEventArgs(Guid, Output.Log, Boolean)

    @@ -388,7 +391,7 @@

    Properties Improve this Doc - View Source + View Source

    EndOfScript

    @@ -418,7 +421,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ID

    @@ -448,7 +451,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Log

    @@ -488,7 +491,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html index 9839a4f1..bd3580f8 100644 --- a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html +++ b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -396,7 +399,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html index 6e90b759..dcbcc34e 100644 --- a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html +++ b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    StatusUpdateEventArgs(Guid, Script.ExecutionMode, StatusUpdateEventArgs.ExecutionEvent)

    @@ -389,7 +392,7 @@

    Properties Improve this Doc - View Source + View Source

    Event

    @@ -419,7 +422,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ID

    @@ -449,7 +452,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Mode

    @@ -489,7 +492,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Events.html b/docs/html/api/AutoCheck.Core.Events.html index c4fca624..c8c60be0 100644 --- a/docs/html/api/AutoCheck.Core.Events.html +++ b/docs/html/api/AutoCheck.Core.Events.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html index ec45accd..1ad1e2b8 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    ArgumentInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ArgumentInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html index 60f8f7c1..c0587b20 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    ArgumentNotFoundException()

    @@ -357,7 +360,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ArgumentNotFoundException(String, Exception)

    @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html index 10c68b1e..d3e8ab37 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectionInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectionInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html index 748c06c8..054420ab 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectorInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectorInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html index c31af386..ed576c3b 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectorNotFoundException()

    @@ -357,7 +360,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectorNotFoundException(String, Exception)

    @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html index e121e706..9c58278b 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    DocumentInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    DocumentInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html b/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html index 2b3a1986..8b8c5724 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    DownloadFailedException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    DownloadFailedException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html index bf9742c7..217374c6 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -346,7 +349,7 @@

    Constructors Improve this Doc - View Source + View Source

    ItemNotFoundException()

    @@ -361,7 +364,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ItemNotFoundException(String, Exception)

    @@ -408,7 +411,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html index 6b7e72f5..e29e9cd3 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    PorpertyNotFoundException()

    @@ -357,7 +360,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    PorpertyNotFoundException(String, Exception)

    @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html index 584e37c9..6f54230e 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    QueryInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    QueryInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html index 28597134..7c0a579c 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    RegexInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    RegexInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html b/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html index ec9c5705..9b8524aa 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    ResultMismatchException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ResultMismatchException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html index 0ff53632..a0a20a49 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    ScriptInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ScriptInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html index e98fadab..cfe5172d 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    ScriptNotFoundException()

    @@ -357,7 +360,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ScriptNotFoundException(String, Exception)

    @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html index 46c96796..e81d5405 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html index 76240484..b10709cf 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleNotAppliedException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleNotAppliedException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html index a2d24a6e..979aaacc 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleNotFoundException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleNotFoundException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html b/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html index a49d2a2f..5848902f 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    TableInconsistencyException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    TableInconsistencyException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html index 0ad4d874..fdbad865 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    VariableInvalidException()

    @@ -356,7 +359,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    VariableInvalidException(String, Exception)

    @@ -403,7 +406,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html index c09dc880..0aa6a938 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -342,7 +345,7 @@

    Constructors Improve this Doc - View Source + View Source

    VariableNotFoundException()

    @@ -357,7 +360,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    VariableNotFoundException(String, Exception)

    @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.html b/docs/html/api/AutoCheck.Core.Exceptions.html index 6b0c58b7..9b9d40e7 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Core.Output.Log.html b/docs/html/api/AutoCheck.Core.Output.Log.html index cdefdc18..ee39d506 100644 --- a/docs/html/api/AutoCheck.Core.Output.Log.html +++ b/docs/html/api/AutoCheck.Core.Output.Log.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    Log()

    @@ -358,7 +361,7 @@

    Methods Improve this Doc - View Source + View Source

    ToJson()

    @@ -389,7 +392,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToText()

    @@ -430,7 +433,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Output.Style.html b/docs/html/api/AutoCheck.Core.Output.Style.html index 92379cc3..528e75a0 100644 --- a/docs/html/api/AutoCheck.Core.Output.Style.html +++ b/docs/html/api/AutoCheck.Core.Output.Style.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -404,7 +407,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Output.Type.html b/docs/html/api/AutoCheck.Core.Output.Type.html index 6799d515..22a3f658 100644 --- a/docs/html/api/AutoCheck.Core.Output.Type.html +++ b/docs/html/api/AutoCheck.Core.Output.Type.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -372,7 +375,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Output.html b/docs/html/api/AutoCheck.Core.Output.html index 9e2ff54b..cd9dea35 100644 --- a/docs/html/api/AutoCheck.Core.Output.html +++ b/docs/html/api/AutoCheck.Core.Output.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    Output()

    @@ -361,7 +364,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    Output(Boolean)

    @@ -397,7 +400,7 @@

    Fields Improve this Doc - View Source + View Source

    SingleIndent

    @@ -428,7 +431,7 @@

    Properties Improve this Doc - View Source + View Source

    CurrentIndent

    @@ -460,7 +463,7 @@

    Methods Improve this Doc - View Source + View Source

    BreakLine(Int32)

    @@ -494,7 +497,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    CloseLog()

    @@ -526,7 +529,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetLog()

    @@ -557,7 +560,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Indent()

    @@ -573,7 +576,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ResetIndent()

    @@ -589,7 +592,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    SendToTerminal(Output.Log)

    @@ -623,7 +626,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ToJson()

    @@ -654,7 +657,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    @@ -685,7 +688,7 @@
    Returns
    Improve this Doc - View Source + View Source

    UnIndent()

    @@ -701,7 +704,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    Write(String, Output.Style)

    @@ -742,7 +745,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    WriteLine(String, Output.Style)

    @@ -783,7 +786,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    WriteResponse(List<String>, String, String)

    @@ -828,7 +831,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    WriteResponse(String, String, String)

    @@ -874,7 +877,7 @@

    Events Improve this Doc - View Source + View Source

    OnLogUpdate

    @@ -913,7 +916,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html b/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html index d4652a0e..a77d48db 100644 --- a/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html +++ b/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -364,7 +367,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Script.html b/docs/html/api/AutoCheck.Core.Script.html index a1a7e14f..21a7ca1f 100644 --- a/docs/html/api/AutoCheck.Core.Script.html +++ b/docs/html/api/AutoCheck.Core.Script.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    Script(EventHandler<LogUpdateEventArgs>, EventHandler<StatusUpdateEventArgs>)

    @@ -378,7 +381,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, EventHandler<LogUpdateEventArgs>, EventHandler<StatusUpdateEventArgs>, Boolean)

    @@ -430,7 +433,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, EventHandler<LogUpdateEventArgs>, Boolean)

    @@ -472,7 +475,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, Boolean)

    @@ -511,7 +514,7 @@

    Properties Improve this Doc - View Source + View Source

    AppConfigName

    @@ -542,7 +545,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppConfigPath

    @@ -573,7 +576,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppFolderName

    @@ -604,7 +607,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppFolderPath

    @@ -635,7 +638,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppUtilsName

    @@ -666,7 +669,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppUtilsPath

    @@ -697,7 +700,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    BatchCaption

    @@ -728,7 +731,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Concurrent

    @@ -759,7 +762,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentDirSeparator

    @@ -790,7 +793,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFileName

    @@ -821,7 +824,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFilePath

    @@ -852,7 +855,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFolderName

    @@ -883,7 +886,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFolderPath

    @@ -914,7 +917,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentHost

    @@ -945,7 +948,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentOS

    @@ -976,7 +979,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentPassword

    @@ -1007,7 +1010,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentPort

    @@ -1038,7 +1041,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentQuestion

    @@ -1069,7 +1072,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentScore

    @@ -1100,7 +1103,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentTarget

    @@ -1131,7 +1134,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentUser

    @@ -1162,7 +1165,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExecutionFolderName

    @@ -1193,7 +1196,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExecutionFolderPath

    @@ -1224,7 +1227,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFileName

    @@ -1255,7 +1258,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFilePath

    @@ -1286,7 +1289,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFiles

    @@ -1317,7 +1320,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFolderName

    @@ -1348,7 +1351,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFolderPath

    @@ -1379,7 +1382,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    MaxScore

    @@ -1410,7 +1413,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Now

    @@ -1441,7 +1444,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Output

    @@ -1472,7 +1475,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Result

    @@ -1503,7 +1506,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptCaption

    @@ -1534,7 +1537,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFileName

    @@ -1565,7 +1568,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFilePath

    @@ -1596,7 +1599,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFolderName

    @@ -1627,7 +1630,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFolderPath

    @@ -1658,7 +1661,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptName

    @@ -1689,7 +1692,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptVersion

    @@ -1720,7 +1723,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SingleCaption

    @@ -1751,7 +1754,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TotalScore

    @@ -1784,7 +1787,7 @@

    Methods Improve this Doc - View Source + View Source

    ForEachChild<T>(YamlNode, Action<String, T>, Boolean)

    @@ -1842,7 +1845,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    GetTargetData()

    @@ -1873,7 +1876,7 @@
    Returns
    Improve this Doc - View Source + View Source

    LoadYamlFile(String)

    @@ -1920,7 +1923,7 @@
    Returns
    Improve this Doc - View Source + View Source

    OverrideTarget(Dictionary<String, String>, Dictionary<String, String>)

    @@ -1960,7 +1963,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Start()

    @@ -1986,7 +1989,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Utils.OS.html b/docs/html/api/AutoCheck.Core.Utils.OS.html index e0dc6452..c4ae09c2 100644 --- a/docs/html/api/AutoCheck.Core.Utils.OS.html +++ b/docs/html/api/AutoCheck.Core.Utils.OS.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -368,7 +371,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Utils.html b/docs/html/api/AutoCheck.Core.Utils.html index 6378bbd3..9c6681b3 100644 --- a/docs/html/api/AutoCheck.Core.Utils.html +++ b/docs/html/api/AutoCheck.Core.Utils.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Properties Improve this Doc - View Source + View Source

    AppFolder

    @@ -373,7 +376,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ConfigFolder

    @@ -405,7 +408,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentOS

    @@ -436,7 +439,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExecutionFolder

    @@ -468,7 +471,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptsFolder

    @@ -500,7 +503,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TempFolder

    @@ -532,7 +535,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    UtilsFolder

    @@ -566,7 +569,7 @@

    Methods Improve this Doc - View Source + View Source

    ConfigFile(String)

    @@ -615,7 +618,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetProductVersion(Assembly)

    @@ -665,7 +668,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PathToCurrentOS(String)

    @@ -714,7 +717,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PathToRemoteOS(String, Utils.OS)

    @@ -768,7 +771,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RemoveDiacritics(String)

    @@ -818,7 +821,7 @@
    Returns
    Improve this Doc - View Source + View Source

    RunWithRetry<T>(Action, Int32, Int32)

    @@ -880,7 +883,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    RunWithRetry<R, T>(Func<R>, Int32, Int32)

    @@ -960,7 +963,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    ToCamelCase(String)

    @@ -1015,7 +1018,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.html b/docs/html/api/AutoCheck.Core.html index 8e832167..93939d0a 100644 --- a/docs/html/api/AutoCheck.Core.html +++ b/docs/html/api/AutoCheck.Core.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html b/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html index 000a9ede..af7aa93e 100644 --- a/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html b/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html index 1e75be38..e0c177a3 100644 --- a/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html b/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html index f81763ba..a7a574e8 100644 --- a/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html b/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html index f3f72c17..fa887520 100644 --- a/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html +++ b/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html b/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html index 3d277ff4..d052dd9f 100644 --- a/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html b/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html index d772e46d..8143e656 100644 --- a/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html b/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html index 900aebc8..be7d8c33 100644 --- a/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html +++ b/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html b/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html index cc3adc14..c432afa0 100644 --- a/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html +++ b/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html b/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html index 56017985..dc345ce8 100644 --- a/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html +++ b/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html b/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html index 8862dcac..2cfc5e35 100644 --- a/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/AutoCheck.Exceptions.html b/docs/html/api/AutoCheck.Exceptions.html index 729b907b..d5cfa03c 100644 --- a/docs/html/api/AutoCheck.Exceptions.html +++ b/docs/html/api/AutoCheck.Exceptions.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Diff.html b/docs/html/api/Google.DiffMatchPatch.Diff.html index a7fa0c36..1466ce31 100644 --- a/docs/html/api/Google.DiffMatchPatch.Diff.html +++ b/docs/html/api/Google.DiffMatchPatch.Diff.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Constructors Improve this Doc - View Source + View Source

    Diff(Operation, String)

    @@ -380,7 +383,7 @@

    Fields Improve this Doc - View Source + View Source

    Operation

    @@ -409,7 +412,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    Text

    @@ -440,7 +443,7 @@

    Methods Improve this Doc - View Source + View Source

    Equals(Diff)

    @@ -487,7 +490,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -534,7 +537,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -564,7 +567,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    @@ -604,7 +607,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html b/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html index f5ee9f2c..c080d403 100644 --- a/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html +++ b/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Fields Improve this Doc - View Source + View Source

    DiffEditCost

    @@ -370,7 +373,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    DiffTimeout

    @@ -399,7 +402,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    MatchDistance

    @@ -428,7 +431,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    MatchThreshold

    @@ -457,7 +460,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PatchDeleteThreshold

    @@ -486,7 +489,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    PatchMargin

    @@ -517,7 +520,7 @@

    Methods Improve this Doc - View Source + View Source

    diff_bisect(String, String, DateTime)

    @@ -574,7 +577,7 @@
    Returns
    Improve this Doc - View Source + View Source

    diff_charsToLines(ICollection<Diff>, IList<String>)

    @@ -611,7 +614,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    diff_commonOverlap(String, String)

    @@ -663,7 +666,7 @@
    Returns
    Improve this Doc - View Source + View Source

    diff_halfMatch(String, String)

    @@ -715,7 +718,7 @@
    Returns
    Improve this Doc - View Source + View Source

    diff_linesToChars(String, String)

    @@ -767,7 +770,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffCleanupEfficiency(List<Diff>)

    @@ -799,7 +802,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DiffCleanupMerge(List<Diff>)

    @@ -831,7 +834,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DiffCleanupSemantic(List<Diff>)

    @@ -863,7 +866,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DiffCleanupSemanticLossless(List<Diff>)

    @@ -895,7 +898,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    DiffCommonPrefix(String, String)

    @@ -947,7 +950,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffCommonSuffix(String, String)

    @@ -999,7 +1002,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffFromDelta(String, String)

    @@ -1051,7 +1054,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffLevenshtein(List<Diff>)

    @@ -1098,7 +1101,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffMain(String, String)

    @@ -1150,7 +1153,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffMain(String, String, Boolean)

    @@ -1207,7 +1210,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffPrettyHtml(List<Diff>)

    @@ -1254,7 +1257,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffText1(List<Diff>)

    @@ -1301,7 +1304,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffText2(List<Diff>)

    @@ -1348,7 +1351,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffToDelta(List<Diff>)

    @@ -1395,7 +1398,7 @@
    Returns
    Improve this Doc - View Source + View Source

    DiffxIndex(List<Diff>, Int32)

    @@ -1447,7 +1450,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EncodeURI(String)

    @@ -1494,7 +1497,7 @@
    Returns
    Improve this Doc - View Source + View Source

    match_alphabet(String)

    @@ -1541,7 +1544,7 @@
    Returns
    Improve this Doc - View Source + View Source

    match_bitap(String, String, Int32)

    @@ -1598,7 +1601,7 @@
    Returns
    Improve this Doc - View Source + View Source

    MatchMain(String, String, Int32)

    @@ -1655,7 +1658,7 @@
    Returns
    Improve this Doc - View Source + View Source

    patch_addContext(Patch, String)

    @@ -1692,7 +1695,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PatchAddPadding(List<Patch>)

    @@ -1739,7 +1742,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchApply(List<Patch>, String)

    @@ -1791,7 +1794,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchDeepCopy(List<Patch>)

    @@ -1838,7 +1841,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchFromText(String)

    @@ -1885,7 +1888,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchMake(List<Diff>)

    @@ -1932,7 +1935,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchMake(String, List<Diff>)

    @@ -1984,7 +1987,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchMake(String, String)

    @@ -2036,7 +2039,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchMake(String, String, List<Diff>)

    @@ -2093,7 +2096,7 @@
    Returns
    Improve this Doc - View Source + View Source

    PatchSplitMax(List<Patch>)

    @@ -2125,7 +2128,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    PatchToText(List<Patch>)

    @@ -2182,7 +2185,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Operation.html b/docs/html/api/Google.DiffMatchPatch.Operation.html index b3b9dcfa..194f514d 100644 --- a/docs/html/api/Google.DiffMatchPatch.Operation.html +++ b/docs/html/api/Google.DiffMatchPatch.Operation.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -368,7 +371,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Patch.html b/docs/html/api/Google.DiffMatchPatch.Patch.html index 96e68836..74cd3498 100644 --- a/docs/html/api/Google.DiffMatchPatch.Patch.html +++ b/docs/html/api/Google.DiffMatchPatch.Patch.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • @@ -341,7 +344,7 @@

    Fields Improve this Doc - View Source + View Source

    diffs

    @@ -370,7 +373,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    length1

    @@ -399,7 +402,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    length2

    @@ -428,7 +431,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    start1

    @@ -457,7 +460,7 @@
    Field Value
    Improve this Doc - View Source + View Source

    start2

    @@ -488,7 +491,7 @@

    Methods Improve this Doc - View Source + View Source

    ToString()

    @@ -528,7 +531,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/Google.DiffMatchPatch.html b/docs/html/api/Google.DiffMatchPatch.html index 8e9ca335..60453c61 100644 --- a/docs/html/api/Google.DiffMatchPatch.html +++ b/docs/html/api/Google.DiffMatchPatch.html @@ -191,6 +191,9 @@
  • Css
  • +
  • + Dmoj +
  • Html
  • diff --git a/docs/html/credits/credits.html b/docs/html/credits/credits.html index ca9173e1..e2b0aee6 100644 --- a/docs/html/credits/credits.html +++ b/docs/html/credits/credits.html @@ -97,65 +97,65 @@

    Autocheck

    - -

    Copyright © 2023 by Fernando Porrino Serrano (under the AGPL license)
    -Further details about the license can be found at https://github.com/FherStk/AutoCheck/blob/master/LICENSE.

    -

    Third party software and licenses:

    -

    Please notice than this project could not be possible without the help of:

    -

    Bootstrap

    -

    Under the MIT license by Bootstrap
    -Further details about the license can be found at https://github.com/twbs/bootstrap/blob/main/LICENSE.

    -

    Diff Match and Patch

    -

    Under the Apache 2.0 license by Google
    -Further details about the license can be found at https://github.com/google/diff-match-patch/blob/master/LICENSE.

    -

    DocFX

    -

    Under the MIT license by Microsoft Corporation
    -Further details about the license can be found at https://github.com/dotnet/docfx/blob/dev/LICENSE.

    -

    ExCSS

    -

    Under the MIT license by Tyler Brinks
    -Further details about the license can be found at https://github.com/TylerBrinks/ExCSS/blob/master/license.txt.

    -

    Flaticon

    -

    Main logo and icon made by Freepik from www.flaticon.com -Further details about the license can be found at https://www.freepikcompany.com/legal#nav-flaticon.

    -

    Google Drive API

    -

    Under the Apache 2.0 license by Google APIs
    -Further details about the license can be found at https://github.com/googleapis/google-api-dotnet-client/blob/master/LICENSE.

    -

    HtmlAgilityPack

    -

    Under the MIT license by zzzprojects
    -Further details about the license can be found at https://github.com/khalidabuhakmeh/ConsoleTables/blob/master/LICENSE.

    -

    JPlag

    -

    Under the GPL-3.0 license by jplag
    -Further details about the license can be found at https://github.com/jplag/JPlag/blob/master/LICENSE.

    -

    jQuery

    -

    Under the MIT license by jquery
    -Further details about the license can be found at https://github.com/jquery/jquery/blob/main/LICENSE.txt.

    -

    NCalc2

    -

    Under the MIT license by Sebastian Klose
    -Further details about the license can be found at https://github.com/sklose/NCalc2/blob/master/LICENSE.

    -

    Noty

    -

    Under the MIT license by Nedim Arabacı
    -Further details about the license can be found at https://github.com/needim/noty/blob/master/LICENSE.txt.

    -

    Npgsql

    -

    Under the PostgreSQL license by The Npgsql Development Team
    -Further details about the license can be found at https://github.com/npgsql/npgsql/blob/master/LICENSE.txt.

    -

    Open JDK

    -

    Under the GPL v2 license by OpenJDK
    -Further details about the license can be found at http://openjdk.java.net/legal/gplv2+ce.html.

    -

    SharpZipLib

    -

    Under the MIT license by Mike Krüger
    -Further details about the license can be found at https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt.

    -

    SSH.NET

    -

    Under the MIT license by Gert Driesen
    -Further details about the license can be found at https://github.com/sshnet/SSH.NET/blob/develop/LICENSE.

    -

    ToolBox

    -

    Under the MIT License by Camilo Martinez
    -Further details about the license can be found at https://github.com/deinsoftware/toolbox/blob/master/LICENSE.

    -

    XPath2.Net

    -

    Under the Microsoft Public License by Stef Heyenrath
    -Further details about the license can be found at https://github.com/StefH/XPath2.Net/blob/master/license.

    -

    YamlDotNet

    -

    Under the MIT License by Antoine Aubry
    -Further details about the license can be found at https://github.com/aaubry/YamlDotNet/blob/master/LICENSE.txt.

    + +

    Copyright © 2023 by Fernando Porrino Serrano (under the AGPL license)
    +Further details about the license can be found at https://github.com/FherStk/AutoCheck/blob/master/LICENSE.

    +

    Third party software and licenses:

    +

    Please notice than this project could not be possible without the help of:

    +

    Bootstrap

    +

    Under the MIT license by Bootstrap
    +Further details about the license can be found at https://github.com/twbs/bootstrap/blob/main/LICENSE.

    +

    Diff Match and Patch

    +

    Under the Apache 2.0 license by Google
    +Further details about the license can be found at https://github.com/google/diff-match-patch/blob/master/LICENSE.

    +

    DocFX

    +

    Under the MIT license by Microsoft Corporation
    +Further details about the license can be found at https://github.com/dotnet/docfx/blob/dev/LICENSE.

    +

    ExCSS

    +

    Under the MIT license by Tyler Brinks
    +Further details about the license can be found at https://github.com/TylerBrinks/ExCSS/blob/master/license.txt.

    +

    Flaticon

    +

    Main logo and icon made by Freepik from www.flaticon.com +Further details about the license can be found at https://www.freepikcompany.com/legal#nav-flaticon.

    +

    Google Drive API

    +

    Under the Apache 2.0 license by Google APIs
    +Further details about the license can be found at https://github.com/googleapis/google-api-dotnet-client/blob/master/LICENSE.

    +

    HtmlAgilityPack

    +

    Under the MIT license by zzzprojects
    +Further details about the license can be found at https://github.com/khalidabuhakmeh/ConsoleTables/blob/master/LICENSE.

    +

    JPlag

    +

    Under the GPL-3.0 license by jplag
    +Further details about the license can be found at https://github.com/jplag/JPlag/blob/master/LICENSE.

    +

    jQuery

    +

    Under the MIT license by jquery
    +Further details about the license can be found at https://github.com/jquery/jquery/blob/main/LICENSE.txt.

    +

    NCalc2

    +

    Under the MIT license by Sebastian Klose
    +Further details about the license can be found at https://github.com/sklose/NCalc2/blob/master/LICENSE.

    +

    Noty

    +

    Under the MIT license by Nedim Arabacı
    +Further details about the license can be found at https://github.com/needim/noty/blob/master/LICENSE.txt.

    +

    Npgsql

    +

    Under the PostgreSQL license by The Npgsql Development Team
    +Further details about the license can be found at https://github.com/npgsql/npgsql/blob/master/LICENSE.txt.

    +

    Open JDK

    +

    Under the GPL v2 license by OpenJDK
    +Further details about the license can be found at http://openjdk.java.net/legal/gplv2+ce.html.

    +

    SharpZipLib

    +

    Under the MIT license by Mike Krüger
    +Further details about the license can be found at https://github.com/icsharpcode/SharpZipLib/blob/master/LICENSE.txt.

    +

    SSH.NET

    +

    Under the MIT license by Gert Driesen
    +Further details about the license can be found at https://github.com/sshnet/SSH.NET/blob/develop/LICENSE.

    +

    ToolBox

    +

    Under the MIT License by Camilo Martinez
    +Further details about the license can be found at https://github.com/deinsoftware/toolbox/blob/master/LICENSE.

    +

    XPath2.Net

    +

    Under the Microsoft Public License by Stef Heyenrath
    +Further details about the license can be found at https://github.com/StefH/XPath2.Net/blob/master/license.

    +

    YamlDotNet

    +

    Under the MIT License by Antoine Aubry
    +Further details about the license can be found at https://github.com/aaubry/YamlDotNet/blob/master/LICENSE.txt.

    diff --git a/docs/html/manifest.json b/docs/html/manifest.json index 480ca6ea..9a8d118a 100644 --- a/docs/html/manifest.json +++ b/docs/html/manifest.json @@ -1,54 +1,66 @@ { "homepages": [], - "source_base_path": "/home/autocheck/repos/AutoCheck/docs", + "source_base_path": "/home/fher/repos/AutoCheck/docs", "xrefmap": "xrefmap.yml", "files": [ { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Css.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Css.html", - "hash": "Abr8bWsObeSNuFs1+2xPMNXuT97oyTM8fDezn5YBA3I=" + "hash": "bGmPkOy19x3RfwtgtnDR1AfOBIWFNGsChfo+W9X8Qro=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Csv.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Csv.html", - "hash": "CD3FXF6+Ll0DuldFeQ4Nv6tprWkCTiMVYgQjYNgk/jw=" + "hash": "HooPEJNREMXa7qA0Kr/iqgBNgGvxzgQGWLi62IXht7A=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.CsvDocument.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.CsvDocument.html", - "hash": "S3tpuM7gfj+QAt4Na33tl0a/+m5n5ZvDFcH0PNRB8TA=" + "hash": "hvUn6Im8AV0BBqEzYFriBxqvam2bNgvYoWHGGckp0/w=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.GDrive.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.GDrive.html", - "hash": "P+okcxHYSFwY7EBadRt4ei+KfZ/fakeniiCNA3NuWBM=" + "hash": "u94ClKfa0XmVJThuq8CbzCYRTgBtHWDY6E3Il38448o=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -60,7 +72,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Html.html", - "hash": "NhLjxdSl5DL1of6xnauowYstk6QEDnYpsTVJ5FByvs4=" + "hash": "YpAv15mcT42KhECiGnuPxTr2tTPC7ZjyLGJ+vIrYbQg=" } }, "is_incremental": false, @@ -72,10 +84,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.LocalShell.html", - "hash": "fJZp06qcxFwVCwGJJvUThowbWAcyQSXmmD/I8ajoGgs=" + "hash": "2LL857IV2sRf1FFDe8xVzFsqV8v0tXLsu/vo5AnOlDk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -84,22 +96,25 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Moodle.html", - "hash": "aTaWAm3QdyNeNa2hSEGMaJLvoKTEeym3Iz4Ys9TX/hQ=" + "hash": "M+jenM5LHIsFuxZ6FGnjM3T9vt+HWbphbrd/B744mW8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Odoo.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Odoo.html", - "hash": "B4kmLnyYiaxcE8z8NDFzt2h1IIq/AHLqu8pejJHWZ7M=" + "hash": "kIh7NTevyGJmjWHC727GMjUb7pSbikKxtdxIprexiCY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -108,10 +123,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Destination.html", - "hash": "C3f63BRd9IerKrjWHYnTmDYrW0VgOatK/BjJGPEjngo=" + "hash": "NL4aQ9jGbJtKHQcrjOwsDhjsHL4mZnq1DpRk9A2Carw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -120,10 +135,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Filter.html", - "hash": "WdqGUg8pGvKW2ITVartuixd52Oe8eOeFDn/+bhMMmMQ=" + "hash": "x9Mj5pMCJVgWKAlL0SS5BiELIGDdbUUn/cVkc7nenvA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -132,22 +147,25 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Source.html", - "hash": "6kvpmxrlcuZAfslFsEZD3zgz2CgT+ilDDx5FaaVMAtQ=" + "hash": "qCcLFaPlwp69op7JCiLNyYHvZBi8kQ5KBzyMRMjx+kQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Postgres.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.html", - "hash": "7hheFdKDteeqVhdAZmvdMQvTSICA+bWNGrfQB4b1mCg=" + "hash": "NcXEWMRt/hPiTKjoUOE6Ppf1ik3b1wdNtWmoL9Vw3+s=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -156,10 +174,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.RemoteShell.html", - "hash": "sUmA/ppucuwjQbNTHpr91+lYUZEg78v4yqjTXDeHYhM=" + "hash": "DjIg31MiZoDo7SklM9PKv0fj49y5iWWP7VbXw2PtNSA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -171,7 +189,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.html", - "hash": "+FsqSN45Hzx+PzBAJQ34RBSAVg1TwBtY2AW3qC3XB0A=" + "hash": "L6DsPk6Zp5ecBm/rSykhtWhRMLkCNGiHkbyfgUzcpsM=" } }, "is_incremental": false, @@ -186,7 +204,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.Css.html", - "hash": "WFNqkD1viQWd8coR25VLpDap31suNbBkN0L+9XfknDw=" + "hash": "qLfA4zO2RXg4Fxk45ipfem1WRhhNqAu8QTgzzRXT9kQ=" } }, "is_incremental": false, @@ -201,7 +219,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.Html.html", - "hash": "G32M+C+W/mjRkfgNsW2yjFnXufY/JVzDixH2XlxOqio=" + "hash": "HZr8mFfHNTs6oFMKSwMM46Nav06+VFRxmce+oLRBbEI=" } }, "is_incremental": false, @@ -213,10 +231,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.None.html", - "hash": "GyWnIaRGFNNesBhRM/c21vXFbGyC73r4QETQ3ylCK9U=" + "hash": "Q7hAiIfZZPvEdk3HnpIQwIYg+KPG/enrAuGEsDYUEEo=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -228,7 +246,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.PlainText.html", - "hash": "XmK6zxPVQYcSyN/dVhO6EDd8H2Flr9xlRWmVtjJkzYI=" + "hash": "t2nFk5RlK4s9JkaVVxz4xyPahz54LpbjrNG7gxYxn0k=" } }, "is_incremental": false, @@ -243,19 +261,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.SqlLog.html", - "hash": "MpVqsHxj9gEgjMh1168n+2coRsUCoxBuSB/Jnp2XoV8=" + "hash": "Eib/Vd23bUB/qSG/cwLGaJHDYt6V8IolhFruoOsYcRo=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.CopyDetectors.yml", "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.html", - "hash": "j2fGrC6LYhG78MXKU3toUx6EWeCmpjArDgdHHhpUQbw=" + "hash": "y1zFxacsoO6u0cUUX3syAFSvhCXpJa03n1KNfyQ45mQ=" } }, "is_incremental": false, @@ -267,7 +288,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Atom.html", - "hash": "Nf05jAwIZmlEfk7UKjvBunveTp++GS879q5Q4hsIa+U=" + "hash": "eF1aIRT20KnQS+OEVgM85P5Gbb8UYhj5u1KewIvLfvg=" } }, "is_incremental": false, @@ -279,7 +300,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Base.html", - "hash": "2B4uc5eMDdwpHBKkYejK57bkoRAtKjcyqcpYkxwUKsM=" + "hash": "BVw8G2vpWyhLxC6PdG1T05oYgNJSCo8f4FDhtyS2RyE=" } }, "is_incremental": false, @@ -291,67 +312,55 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Compressed.html", - "hash": "b5yOi/AhbD0j2KtIDRBo0o5qtOnKe0EIabBKfuGSTNU=" + "hash": "bi9RFPwCUUsoQk/bwfmPPCRnPyM7PqvTQE4Og9KZn7c=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Css.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Css.html", - "hash": "nGRv6DeqrRXXnMcfd2a/SoIWM0oXAF10W9C9j6O/+Z0=" + "hash": "YhV8iBO/hnWWJlmSmlLkyk5etQoaj3CteR+cXiNwKFA=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Csv.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Csv.html", - "hash": "rILJRkKh5c+DF4DrY8y0gOlQpXou2+NFdDghxe9Vha0=" + "hash": "5pP87T9EybRYSpstD5qd/hI0COumiDMHwaULy7YzaTI=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.CsvDocument.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.CsvDocument.html", - "hash": "A/oqpUiiLBkWZlAP60HHjrRwJ1XuGs/Zq+u+MIj7SkI=" + "hash": "FUvSdyOk9XJmRgS9BY20Js6wKq0xwXXI0ZvNFSYt/s0=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.GDrive.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.GDrive.html", - "hash": "0Qy4LyB/+1LORDF57AqkH1EPMdnRdWfBdjHk8Nn4nOI=" + "hash": "xBKlbdocIzGwuq2AbHYxdncPj0CJizdDnkHhGqoS9VY=" } }, "is_incremental": false, @@ -363,7 +372,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Html.html", - "hash": "Th8c7yI6Y0UdHKzcJoiqaKDZrDq+rnxWhfJ0Da86nC0=" + "hash": "GR7GqkVSbN+MDugrDOJ5UPhxObg6ThKBq6NGsWZqLMI=" } }, "is_incremental": false, @@ -375,22 +384,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Math.html", - "hash": "0LYC89SgtUd2feUKpshUkdlwVkHBFdngbNSa/5zJels=" + "hash": "zFbeuICGsCVELBDZDCcFV6X9ufTlevIXcteqFsMJelw=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Odoo.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Odoo.html", - "hash": "1sKqqCaZQDjo0vY/WALRPtnFqeAsW0QqlnRnyXmnaUM=" + "hash": "uehfGXXbsaftH74e/xmDEPIKSgtYtfYntq1PdspzH0Q=" } }, "is_incremental": false, @@ -402,10 +408,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Operator.html", - "hash": "dF5IDgiJDrEIDONelVOkGwFwfQKDHW7I874Ua9RnX7I=" + "hash": "A+hNUEfj3qxcSJxN8I0Y13CB4luqD8lSKloXBLstFx4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -414,7 +420,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html", - "hash": "b3UnN3rQFmdf3cAEGzc0CLg6ooaFNJBuT2WngOh3A7s=" + "hash": "eTkjwH9r7rNAav3Jd6ClubcT+mCwYgbxY+eGOoROBUg=" } }, "is_incremental": false, @@ -426,22 +432,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.PlainText.html", - "hash": "hjVTkHHdX77dnl42tBtUXVvCQXuMcANc/h47wt+IkwQ=" + "hash": "bAU/GYqMCPSio13pr/N0M/qPz0lfSu7a+ZhKVual1Hw=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Postgres.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Postgres.html", - "hash": "Q1PHL+hHujNGO/JsgTUv1ARsbVoTVMT2Pa3ltKjDssE=" + "hash": "4ZwYTsPQ5Cm6URssdx7PkBv9a6/4LwBkyZM1TLzz0aw=" } }, "is_incremental": false, @@ -453,7 +456,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Rss.html", - "hash": "EW3ch+XIzFqkmYk+dkeUtBLdQJ07nUV2ohxaHndVZQ8=" + "hash": "ZRbUH1X2p5TlrhBjec8zApDV79AKDnib3WumzGVUl5M=" } }, "is_incremental": false, @@ -465,7 +468,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Shell.html", - "hash": "9muMvlfixbSfyQxXJveYurh1vDgIMj/uBu3OCI4so+4=" + "hash": "2+mYwbTqvITrVGNHJoGPKPQk6QnmEowh4kImGyuzPow=" } }, "is_incremental": false, @@ -477,7 +480,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.TextStream.html", - "hash": "J/XaKA5q9EJFwdLB1DYR5UwG7ScZNI+xcSZgVJEJHlg=" + "hash": "HDNWlW97ZflnCr/XsOuf2RhVBqJ9h//t1Ct/dEc662g=" } }, "is_incremental": false, @@ -489,10 +492,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html", - "hash": "GKjdW1c2uQhVrB0cfsywYHRHA6PfPRO55HmWIQISLAo=" + "hash": "W/rL4l8o9cOZmVZlpI5k4JsEjTb2AftpzAkM9ty9VBY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -501,7 +504,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Xml.html", - "hash": "sIr6hqQWKsGEuHF4Syq95atRB1E9lBvrKRjtuWSBg+0=" + "hash": "l05dVNi2jgvgaWYYp9KQr0dwY82ZpM/f+bvuQdalWu8=" } }, "is_incremental": false, @@ -513,7 +516,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.html", - "hash": "NnKuJKxbR6p1AYTC9qhvZb5v7jByB1LJrDz9OsMy614=" + "hash": "um0HTiNYeYM1ysHiHutjsW3IN+jmplYfc6oHgJR5TD0=" } }, "is_incremental": false, @@ -525,7 +528,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Base.html", - "hash": "6zcjwj2aKyZehnO5R+Q3e9nnGhzP4nx9IvabSNS6TVI=" + "hash": "ucwJh+Fl9mrNbjiTTVvXcH4Y4hZ/ofNgnpK7cVYIrdg=" } }, "is_incremental": false, @@ -537,7 +540,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Css.html", - "hash": "LHN0muUwhXHCtdBZ9Vco0/jn/eU+Z3ZzVeIfFQP3m5c=" + "hash": "wVjQOi4b1Zl6zQBNtRYRfmlaI84lNZb8ibZxnEHE7HQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/AutoCheck.Core.CopyDetectors.Dmoj.yml", + "output": { + ".html": { + "relative_path": "api/AutoCheck.Core.CopyDetectors.Dmoj.html", + "hash": "gnPuB0alMhAKIEXHc32Cq8lXiAlg/Gfh8Hpj1DNgyIw=" } }, "is_incremental": false, @@ -549,7 +564,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Html.html", - "hash": "ZoTPWN7NcxfHM3FlM76ANo5HmovwMDd4Ceqc01F7GZw=" + "hash": "ueNiX7v+vBTnhK+MAE1E1mciJe2jE9M89jGduOWMr0c=" } }, "is_incremental": false, @@ -561,7 +576,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.PlainText.File.html", - "hash": "1r0l1OO+ElQzkTrSLdR129veN4KjhKMt88vxqc+p4pM=" + "hash": "hPMFOe4SdWAigEFw1HYCnREyS6TC0a4RQ/GpSI1llNc=" } }, "is_incremental": false, @@ -573,7 +588,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.PlainText.html", - "hash": "w96hI7gWyxV/oeqrvbcCVBXhcAMVSueZ2QBxGOWITpo=" + "hash": "zoFgWpG2F/ZWqKnn0up0ieax/MLECKVYh10tYRT+nbU=" } }, "is_incremental": false, @@ -585,7 +600,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.SourceCode.html", - "hash": "my3Cu2SCBFVkfhe0DMGYmVSdpR5JuGYPHaxf/0tGw/M=" + "hash": "QJTohMGoAZchbBcZSPz5+SjZ/zJzyftA/pK1HQsxz8I=" } }, "is_incremental": false, @@ -597,7 +612,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.SqlLog.html", - "hash": "houvI2igiYOWVX4FaLBgVUshfQg7Ovt0bBta8HtLNSY=" + "hash": "/1A4S06ri/neSFftFOwzbVC6wxFyMYR2EZYmWJn9+QU=" } }, "is_incremental": false, @@ -609,22 +624,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Xml.html", - "hash": "CI0NekfqKJwKjNl87z7kguT2rKzjz9jHisP9fMP6Zjg=" + "hash": "n/UVxT3LJ/x5ydbrRNTMAxf6+e8UqC9JeTtpRnCK5rM=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.CopyDetectors.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.html", - "hash": "mI83XoyJB3Rt2ucbHwqta7bluJtWljjfT8ltM9JGO1c=" + "hash": "nptAq9xFhspCAlZ4zwS+7wVXqQgrCfuYGfeLbKxfmp0=" } }, "is_incremental": false, @@ -636,7 +648,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.LogUpdateEventArgs.html", - "hash": "et9TNSDF1nci3f1cm38sh7PBfDptf/xnvOWmZeyj6UU=" + "hash": "obBUxigCzDBkLTJkJ4a7GuWwsCEUx3sJ5Ohkv0xFWnI=" } }, "is_incremental": false, @@ -648,10 +660,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html", - "hash": "MlZZE0a/wPAtngZon68yffCEEriLZXdULHi8UMHOnpY=" + "hash": "eElS7KQ4HSOT90jpV6g/TogLaCd/fo3VEbv/k4eOoCQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -660,7 +672,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.StatusUpdateEventArgs.html", - "hash": "h7iy2NCbFTvd3mcH5nhxj1LQtaGiUGImDXqAyN4J/nM=" + "hash": "Fb+keBlroXy6l8PAq6g/5s9PUkkb/q9KIuzO6ivnSyE=" } }, "is_incremental": false, @@ -672,7 +684,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.html", - "hash": "Wd59skFrtrsiSx++8ux+it/gJHwFqvyRYbOp7jNhMwg=" + "hash": "+wuLfa6ANwU4WQRTRz9k/wd41gw/anMIU1myUwQjSYM=" } }, "is_incremental": false, @@ -684,7 +696,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html", - "hash": "dgUF3HayZwcAeXecAKRxTW4ksKxrLNd7FajwwMD1bqY=" + "hash": "GjQXbNp78diggqbn3dTsk9QMEddHIXF7D7GTQM+gJYw=" } }, "is_incremental": false, @@ -696,22 +708,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html", - "hash": "6m8435Kf9xMzXdZqRRmE/a2IdjsliFXNfNcqq+uwMH0=" + "hash": "N1i0105P5cB0BtDEey3SVLS7R+hQ3b/O3ATYqCdk3ps=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html", - "hash": "NSX0u+DQrK/oKkuLjulVFPL9O9Nn7r+EcvV9a+IsY4Y=" + "hash": "9i+pubmlO7S4jSwYg9TIQWVzeAklI74UtZrCudWNLtc=" } }, "is_incremental": false, @@ -723,7 +732,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html", - "hash": "WhOjyIDyV/wdKUqYMX7yvLnXXtaORt+mV94P6FxEm/0=" + "hash": "Pt0Ah2E0AA1Wtb5vC8yzFHtNJyZP0iapmfl1tJmF1HI=" } }, "is_incremental": false, @@ -735,7 +744,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html", - "hash": "Arv5eVvVIk+jmHhGI3kbi99+o2Rj4mjqjfvMMEvKP7E=" + "hash": "50q3h0uxJlcXwNcatHmiNHQ/GpJeAnR0fYOVXzp9/XU=" } }, "is_incremental": false, @@ -747,22 +756,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.DocumentInvalidException.html", - "hash": "TzDvQUcgvNd4Upwa7qQr1Mt4pALNKsF+I4bPyMrdsQM=" + "hash": "UnSjuXRwct/ltWsg9hLXr0dWXee55avxJZ1/YfBrWpw=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.DownloadFailedException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.DownloadFailedException.html", - "hash": "r3droAJM4pDk3M3nyE/+8Ia6H7QU4khvLe/nG510EAI=" + "hash": "RGjHRRuqyFjoAT08JM91qXBhpLEdK3RSqYO5NeaSWmQ=" } }, "is_incremental": false, @@ -774,7 +780,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ItemNotFoundException.html", - "hash": "cdgHSSvbWaCas9B18S1EcxHvVK7k75lSFd6Hj1yl/qc=" + "hash": "GtuPSLCy1Lgw2LP4XzK5+Trh6NaMZLmXAyZWih1Sns4=" } }, "is_incremental": false, @@ -786,7 +792,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html", - "hash": "g1suU8iIHj5l0PkvD+wlmSeU1cj5iMD1auUrZpBX51o=" + "hash": "H/U1rKIRMoIyL6v4ivUUNBDTlhKASWmrpQ6Ri0fPdvI=" } }, "is_incremental": false, @@ -798,7 +804,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.QueryInvalidException.html", - "hash": "c4mb2BlTzUD3vP+NFWM+o+xeudbns7H+No+E7NMBxDg=" + "hash": "C9PA7qKEcH/k+LwbhJsGheBZoNpWu2pDfWMEPE0yqxE=" } }, "is_incremental": false, @@ -810,7 +816,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.RegexInvalidException.html", - "hash": "aIXPmCb1UyEFuXsrPpDofirhnlOa48PyGvlhuV3iKWc=" + "hash": "P4GIXTVBm91GeNTuHh5HBVxvCnz73rHYbxyN/KrXEzg=" } }, "is_incremental": false, @@ -822,7 +828,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ResultMismatchException.html", - "hash": "9tfjkluT9IY5gTMZJP+yGgIFTstTUZ5dqhtaG76Lk+c=" + "hash": "UYU3+SWiCiIkIcoQxxYrpWVinVqgqa9x2vi/N0XMzIM=" } }, "is_incremental": false, @@ -834,7 +840,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ScriptInvalidException.html", - "hash": "9fuYXd1ovYyL+4dLuxjaLaEm7Nt3jIyZ9GEkpOTRAjw=" + "hash": "PY+UEy0OmEhRDUzBlWD7J7eXZW/jV0hItvrAxiqyeO8=" } }, "is_incremental": false, @@ -846,7 +852,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html", - "hash": "eT/NEU8vN6m191HXx2W+18nd6jsiRrYi3p6D+4HE6/A=" + "hash": "8CQxw3QszYCnq0FqRyimwQ4Z4nwMTDCIIxyVwFsNJdY=" } }, "is_incremental": false, @@ -858,22 +864,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleInvalidException.html", - "hash": "wqT+kD+cryfMytEovInvKq6UhgfR/QFAWMjr87KIJeQ=" + "hash": "WQpn4Mb1TfgqTzU6L9QFafVdZ9FkdSeI04rhalsDxk4=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html", - "hash": "2t3koU3Iw5WCFbdiWXEwO8FiQ3GNxCA4wUIDYV2eR3k=" + "hash": "awpRpJGE5Bt2ElPNMgFDVHouZCWG+LceiVI6TnNEUwo=" } }, "is_incremental": false, @@ -885,7 +888,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleNotFoundException.html", - "hash": "x+nqaV4c+hk1SGHwsBHWDJssZ46zq8fPhPuJ7RmLEmQ=" + "hash": "tjV+DALAdUwVUIfpsu9kxw1yD16zHtHswtiNHdDeuu8=" } }, "is_incremental": false, @@ -897,22 +900,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.TableInconsistencyException.html", - "hash": "dWZhAbVyXB6EnPHC1ALdPlDtYE4MX4BtbtJymKXz+tc=" + "hash": "MbRvnZxlJoK5KT1oNoXrd4SgY85V90aQQJ+QSn9cZxw=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.VariableInvalidException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.VariableInvalidException.html", - "hash": "Q2IKCRbLytptmdiq6Gfh3RZZKyKHnFWXmIrwecZZY5Y=" + "hash": "odzW5HEF8D72EsEr1ZhY99evcD/+XfYg6wtzLv3iZGU=" } }, "is_incremental": false, @@ -924,19 +924,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.VariableNotFoundException.html", - "hash": "doGRtZIhT0LCv5exeYbElpQd9E/n1rZjZ9Hiel9VtHE=" + "hash": "nW4XFNCyIertohOSWHq+5Ib97UFmUPw3NGdxxIdiFrg=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.html", - "hash": "t3P4wREcQMoOIzZ7Rf6j9HfF9Aglc+qhczemEv2THqk=" + "hash": "qD4f4lYkGeGDrvGyk+ruzXAG4uwezgUtji8coxebo+c=" } }, "is_incremental": false, @@ -948,7 +951,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Log.html", - "hash": "jDnwqYmWLdoj+E3TOpEWMQDz7YbI8fj9nwdWwGe9cpc=" + "hash": "hLXR6WEm+Y9ocdMHKKmP8dBydf+KLwgwW3x7PB6ozYE=" } }, "is_incremental": false, @@ -960,10 +963,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Style.html", - "hash": "0xosN/N16am8pUDxZ0FG8ZwKo8e+rQazk8kdqwQOKGM=" + "hash": "hex6uLns0W3UNwU1iPpLpolR5lMFWH9mj4ho9+HbShI=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -972,10 +975,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Type.html", - "hash": "dWooyWwDIwJPtdQ3hEtXVMckHJL1Sy79c63a1xRuPcg=" + "hash": "/7QSBIwZES92n6U9qr5f4LFTYr328NAix4GkPk/N1bQ=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -984,7 +987,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.html", - "hash": "g38ArxWkl0ghSvfa4T/eUADk63KZ/Jx1BIQ/NfMFbwE=" + "hash": "UBE90VT3U/mamlyGKWAo2vCHw4eoBLdaJ+B/8gmcHjc=" } }, "is_incremental": false, @@ -996,10 +999,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Script.ExecutionMode.html", - "hash": "c7OgzAan+TEXZGfsrSenDlZAhmHu0K4xzgkHz4zw2H8=" + "hash": "dVyP7mhQCa76k6yrqzOS3Rh2eIUOT775alAgUQsaHDA=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1008,7 +1011,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Script.html", - "hash": "TPfHtEsswgaU73ksW/F5h64kaq2RcYONl4PATnpBZVI=" + "hash": "Hqydw2UZDFO4+XXTdtFxCRELMVptuMiprzi8xYRuS0g=" } }, "is_incremental": false, @@ -1020,10 +1023,10 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Utils.OS.html", - "hash": "1XsQYWVVUjSaSCwrI+8IuMiaUaUPSm5rjCkD7b38/Gg=" + "hash": "L+Ph+QcKg91jrHTDvg53qEjScDmsThggYuJAbWa7EFk=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1032,7 +1035,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Utils.html", - "hash": "5JICjCNE9dpmiSShnGlyBUPWE/NLi3yRJBEblX4F8eo=" + "hash": "Qlgu/Mv8eXjuL73wkQZvDABO9FZbPnZRLReqRNA5YKI=" } }, "is_incremental": false, @@ -1044,7 +1047,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.html", - "hash": "JzAjrcK3ldJDYxAQkydEWcg4Ie/7qeyMS4nj/gm7BA0=" + "hash": "LRJlparu+WhnBLGc/lRm7EGlLR6gKEsXsd/YJPqDLak=" } }, "is_incremental": false, @@ -1059,22 +1062,25 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.ArgumentInvalidException.html", - "hash": "nttXRBqQMHHHo2CIZ9u63ggQfvb59xw3vhp/VxbPLNA=" + "hash": "GuHq5/npoVbrDT3YYYwkqtaZ5uKHSoKLH9L+8UwBAfg=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.ConnectionInvalidException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.ConnectionInvalidException.html", - "hash": "J0yMNkmddg+X7KRuhGgK55zBZzZRxhKf+JWV3M/WJok=" + "hash": "iG0g9M29uvNdOrbNrfrbbRuh3ACzD5C0eVdF0D9TRjw=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1086,22 +1092,25 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.DocumentInvalidException.html", - "hash": "vd/zG1wyrGkKevT/zetfsgrqe3nnafA8bjkOP40jCrg=" + "hash": "PK0CO/mYPTdxGs/Q7kkoxwKl7hryDDHw4AYAMfEDnps=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.DownloadFailedException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.DownloadFailedException.html", - "hash": "q2BV/itQPCHvj7D2KnDM327xSlCEiXbMwQ7XwIndz3I=" + "hash": "UuqW26fOgKTA+0Wc1pvbE1fBZJugusjprcFl2nos7us=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1113,7 +1122,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.QueryInvalidException.html", - "hash": "kBQtZBZLWAFp2+cgMrGq6BNrof+H7CiQYkzPBAjZeCg=" + "hash": "TG5N1kHQdfeGqNlBWqSYYyx2jV5AHn9/okX1QxqLExM=" } }, "is_incremental": false, @@ -1128,22 +1137,25 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.RegexInvalidException.html", - "hash": "aN2jtF/VuuBBLO8lcse90ptKaNfYhWXJoGQz1KgVGGU=" + "hash": "oxT5RferP7Ydc9mOBj+1SispNCWXWFU7IVaj/v0iMoA=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.StyleNotAppliedException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.StyleNotAppliedException.html", - "hash": "VZmsc1hjA0KmalfbhbeOQaaL7mNZAFEgRYZQeVXq4EI=" + "hash": "JaI7Ue9phcQmP3ybKMbDmyK8axDXsrVtjbf9VpzeY9E=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1155,7 +1167,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.StyleNotFoundException.html", - "hash": "QtDh8qbDk/B7d58p+hxKLIZNMDUXJpHppCB3BVJJzO0=" + "hash": "Qg+/0EB6RRvClscHbNPa3lfoIYbo95y4vDHgxiueFkU=" } }, "is_incremental": false, @@ -1170,34 +1182,34 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.TableInconsistencyException.html", - "hash": "zWv3gs/7kHhSLYMWZoqXEauBlXPpjCUWhAqbgkvMYJw=" + "hash": "ipbssiSu6oBwxCt/w2j316GvQIpSWRseQrNqW6rzKFo=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.VariableInvalidException.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.VariableInvalidException.html", - "hash": "FMKjYIv+fzx/z9qkoH0p1G4Gz0LyInZDKVbvi0bVyIA=" + "hash": "D+Oa7FBBeYJMwDt4jQ9Gx7piLGLZSgMM5MNnwkF7mn4=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.html", - "hash": "PcQ5UzWJ10K981HncDndnqXvngcL44Pqq7jeGMWYU4U=" + "hash": "//EHTEly5dML7swfLrY8q9PmQzUuhAAe23y+ZDjuDyo=" } }, "is_incremental": false, @@ -1209,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Diff.html", - "hash": "1cH4sbRfxJB1zPLEmQo8HG05jek7eUncGeCczOQjJQ0=" + "hash": "WdqeROae1mDek9dCbjchJNhUbxchRd0DmUBUsKvcINc=" } }, "is_incremental": false, @@ -1221,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.DiffMatchPatch.html", - "hash": "i7KsDW67iEkDCHRIDm2/4QC/wMmE3JAtr++BTcZSEN0=" + "hash": "INtCl33Sa5VMVBhbGZ2GhEOc7vhxvvj71gfLZwAymIo=" } }, "is_incremental": false, @@ -1233,10 +1245,10 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Operation.html", - "hash": "GIMhvZFprXwpvx15uxTn34kRX5UREsxT5onHGIG3Kx0=" + "hash": "DLg/7VxZb8lEIexS6Os4m4e9JoY3enTc/RZu7ILEv38=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1245,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Patch.html", - "hash": "G7yqQjT7zjzRrI6i8izUdNl2E/xiaIcy+MGjmHJCFf0=" + "hash": "hfRTt2mcrakcI+MYLqvJE8qmsjpehLixNS5YS1H9AN8=" } }, "is_incremental": false, @@ -1257,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.html", - "hash": "gyqIY9t4H6WroWksoYS8YZ10ABx9XdPe2KYvKtYTP8o=" + "hash": "Oba/Q6ncAkbgkd81LX/SHGG9nfXjWCrqRBo00Hw+PWY=" } }, "is_incremental": false, @@ -1269,10 +1281,10 @@ "output": { ".html": { "relative_path": "credits/credits.html", - "hash": "sBDSOKzQXITD0Z25gtw1VegDjo66vj6lSfem3fF218A=" + "hash": "fzug+H8ClRkUC1xsywuAhvj20EFHBgutbTOHhIbqfR8=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1381,13 +1393,13 @@ "can_incremental": true, "incrementalPhase": "build", "total_file_count": 5, - "skipped_file_count": 5 + "skipped_file_count": 4 }, "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build", - "total_file_count": 99, - "skipped_file_count": 45 + "total_file_count": 100, + "skipped_file_count": 36 }, "ResourceDocumentProcessor": { "can_incremental": false, diff --git a/docs/html/xrefmap.yml b/docs/html/xrefmap.yml index 986a731e..bf0363da 100644 --- a/docs/html/xrefmap.yml +++ b/docs/html/xrefmap.yml @@ -3624,6 +3624,19 @@ references: isSpec: "True" fullName: AutoCheck.Core.Connectors.Shell.Username nameWithType: Shell.Username +- uid: AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + name: Wait(Int32) + href: api/AutoCheck.Core.Connectors.Shell.html#AutoCheck_Core_Connectors_Shell_Wait_System_Int32_ + commentId: M:AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + fullName: AutoCheck.Core.Connectors.Shell.Wait(System.Int32) + nameWithType: Shell.Wait(Int32) +- uid: AutoCheck.Core.Connectors.Shell.Wait* + name: Wait + href: api/AutoCheck.Core.Connectors.Shell.html#AutoCheck_Core_Connectors_Shell_Wait_ + commentId: Overload:AutoCheck.Core.Connectors.Shell.Wait + isSpec: "True" + fullName: AutoCheck.Core.Connectors.Shell.Wait + nameWithType: Shell.Wait - uid: AutoCheck.Core.Connectors.TextStream name: TextStream href: api/AutoCheck.Core.Connectors.TextStream.html @@ -4089,6 +4102,38 @@ references: isSpec: "True" fullName: AutoCheck.Core.CopyDetectors.Css.Css nameWithType: Css.Css +- uid: AutoCheck.Core.CopyDetectors.Dmoj + name: Dmoj + href: api/AutoCheck.Core.CopyDetectors.Dmoj.html + commentId: T:AutoCheck.Core.CopyDetectors.Dmoj + fullName: AutoCheck.Core.CopyDetectors.Dmoj + nameWithType: Dmoj +- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) + name: Dmoj(String, Single, String) + href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj__ctor_System_String_System_Single_System_String_ + commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj(System.String, System.Single, System.String) + nameWithType: Dmoj.Dmoj(String, Single, String) +- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* + name: Dmoj + href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj__ctor_ + commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.#ctor + isSpec: "True" + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj + nameWithType: Dmoj.Dmoj +- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare + name: Compare() + href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj_Compare + commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.Compare + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare() + nameWithType: Dmoj.Compare() +- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare* + name: Compare + href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj_Compare_ + commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.Compare + isSpec: "True" + fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare + nameWithType: Dmoj.Compare - uid: AutoCheck.Core.CopyDetectors.Html name: Html href: api/AutoCheck.CopyDetectors.Html.html From 35b480e05c7d486d954e8b47da882b4b38a62e04 Mon Sep 17 00:00:00 2001 From: FherStk Date: Fri, 10 Feb 2023 13:50:01 +0100 Subject: [PATCH 3/9] planning --- core/copy/Dmoj.cs | 111 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 core/copy/Dmoj.cs diff --git a/core/copy/Dmoj.cs b/core/copy/Dmoj.cs new file mode 100644 index 00000000..6f75abf1 --- /dev/null +++ b/core/copy/Dmoj.cs @@ -0,0 +1,111 @@ +/* + Copyright © 2023 Fernando Porrino Serrano + Third party software licenses can be found at /docs/credits/credits.md + + This file is part of AutoCheck. + + AutoCheck is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + AutoCheck is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with AutoCheck. If not, see . +*/ + +using System; +using System.Linq; +using System.Collections.Generic; +using AutoCheck.Core.Exceptions; +using Google.DiffMatchPatch; + +namespace AutoCheck.Core.CopyDetectors{ + /// + /// Copy detector for DMOJ contests. + /// + public class Dmoj: PlainText{ + /// + /// Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability. + /// + /// URL to the DMOJ's instance. + /// Above this comparisson percentage, it will be assumed as a pontential copy. + /// DMOJ's contest code to check. + public Dmoj(string url, float threshold, string contestCode): base(threshold, contestCode) + { + this.SentenceMatchWeight = 0.5f; + this.WordCountWeight = 0.3f; + this.LineCountWeight = 0.2f; + } + + /// + /// Loads the given file into the local collection, in order to compare it when Compare() is called. + /// + /// Path where the files will be looked for. + /// File that will be loaded into the copy detector. + public override void Load(string folder, string file){ + //NOTA: en función del directorio de batch y del file puesto en el script, se invoca a este método con el folder y el file que se ha encontrado por cada iteración. + // en este caso eso no es necesario, porque se trata de cargar desde un servicio. + // habria que definir el destino del batch como un "service" que habría que inventárselo. En ese service habría que definir lo necesario para la conexión, en este caso al DMOJ. + // se podria lanzar excepción si se intenta hacer cualquier cosa dentro de un "service" que no sea el copy_detector + // en un futuro podría interesar conectarse a un servicio remoto, descargar todo lo descargable de allí en local y empezar a lanzar un batch (como Moodle por ejemplo). + + //ALT: como alternativa, se puede usar el INIT para descargar todas las entregas del DMOJ de un concurso. + // luego, basta con pasarle el anticopia de código fuente a esas carpetas generadas con el modo batch tradicional. + // esta opción parece más sencilla y factible. + + if(string.IsNullOrEmpty(folder)) throw new ArgumentNullException("path"); + if(string.IsNullOrEmpty(file)) throw new ArgumentNullException("file"); + if(Index.ContainsKey(folder)) throw new ArgumentInvalidException("Two compared files cannot share the same folder because this folder must be used as an unique key."); //Because files from different folders (students) are compared, and the folder will be de unique key to distinguish between sources. + + Index.Add(folder, Files.Count); + Files.Add(new File(folder, file)); + } + + // /// + // /// Compares all the previously loaded files, between each other. + // /// + // public override void Compare(){ + // if(WordCountWeight + LineCountWeight + SentenceMatchWeight != 1f) + // throw new Exception("The summary of all the weights must be 100%, set the correct values and try again."); + + // //Compute the changes and store the result in a matrix + // DiffMatchPatch dmp = new DiffMatchPatch(); + // dmp.DiffTimeout = 0; + + // Matches = new float[Files.Count(), Files.Count()]; + // Diffs = new List[Files.Count(), Files.Count()]; + // for(int i=0; i < Files.Count(); i++){ + // File left = Files[i]; + + // for(int j=i; j < Files.Count(); j++){ + // File right = Files[j]; + + // List diff = dmp.DiffMain(left.ToString(), right.ToString()); + // if(i == j) Matches[i,j] = 1; //Optimization + // else{ + // float diffAmount = (float)diff.Where(x => x.Operation == Operation.EQUAL).Count() / diff.Count; + // float diffWordCount = (left.WordCount <= right.WordCount ? ((float)left.WordCount / right.WordCount) : ((float)right.WordCount / left.WordCount)); + // float diffLineCount = (left.LineCount <= right.LineCount ? ((float)left.LineCount / right.LineCount) : ((float)right.LineCount / left.LineCount)); + // Matches[i,j] = (float)(diffWordCount * WordCountWeight) + (diffLineCount * LineCountWeight) + (diffAmount * SentenceMatchWeight); + // } + + // //This should be always added + // Diffs[i,j] = diff; + // } + // } + + // //Copy the results that has been already computed + // for(int i=0; i < Files.Count(); i++){ + // for(int j=i+1; j < Files.Count(); j++){ + // Matches[j,i] = Matches[i,j]; + // Diffs[j,i] = Diffs[i,j]; + // } + // } + // } + } +} \ No newline at end of file From d36e3804293b08b44d94a627f330d3918046656f Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 09:02:18 +0100 Subject: [PATCH 4/9] DMOJ should be a connector, not a copy detector. --- core/connectors/Dmoj.cs | 354 ++++++++++++++++++++++++++++++++++++++++ core/copy/Dmoj.cs | 111 ------------- 2 files changed, 354 insertions(+), 111 deletions(-) create mode 100644 core/connectors/Dmoj.cs delete mode 100644 core/copy/Dmoj.cs diff --git a/core/connectors/Dmoj.cs b/core/connectors/Dmoj.cs new file mode 100644 index 00000000..b8994467 --- /dev/null +++ b/core/connectors/Dmoj.cs @@ -0,0 +1,354 @@ +/* + Copyright © 2023 Fernando Porrino Serrano + Third party software licenses can be found at /docs/credits/credits.md + + This file is part of AutoCheck. + + AutoCheck is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + AutoCheck is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with AutoCheck. If not, see . +*/ + +using System; +using System.IO; +using System.Net; +using System.Net.Http; +using System.Xml; +using System.Linq; +using System.Collections.Generic; +using ExCSS; +using HtmlAgilityPack; +using AutoCheck.Core.Exceptions; + +//NOTA: en función del directorio de batch y del file puesto en el script, se invoca a este método con el folder y el file que se ha encontrado por cada iteración. +// en este caso eso no es necesario, porque se trata de cargar desde un servicio. +// habria que definir el destino del batch como un "service" que habría que inventárselo. En ese service habría que definir lo necesario para la conexión, en este caso al DMOJ. +// se podria lanzar excepción si se intenta hacer cualquier cosa dentro de un "service" que no sea el copy_detector +// en un futuro podría interesar conectarse a un servicio remoto, descargar todo lo descargable de allí en local y empezar a lanzar un batch (como Moodle por ejemplo). + +//ALT: como alternativa, se puede usar el INIT para descargar todas las entregas del DMOJ de un concurso. +// luego, basta con pasarle el anticopia de código fuente a esas carpetas generadas con el modo batch tradicional. +// esta opción parece más sencilla y factible. + +namespace AutoCheck.Core.Connectors{ + + /// + /// Allows in/out operations and/or data validations with the DMOJ service. + /// + public class Dmoj: Base{ + // /// + // /// The CSS document content. + // /// + // /// + // public Stylesheet CssDoc {get; private set;} + + // /// + // /// The original CSS file content (unparsed). + // /// + // /// + // public string Raw {get; private set;} + + /// + /// Creates a new connector instance. + /// + /// DMOJ's host address. + public Dmoj(string host){ + //Parse(filePath); + } + + // /// + // /// Creates a new connector instance. + // /// + // /// + // /// Host address where the command will be run. + // /// The remote machine's username which one will be used to login. + // /// The remote machine's password which one will be used to login. + // /// The remote machine's port where SSH is listening to. + // /// CSS file path. + // public Dmoj(Utils.OS remoteOS, string host, string username, string password, int port, string filePath){ + // ProcessRemoteFile(remoteOS, host, username, password, port, filePath, new Action((filePath) => { + // //Parse(filePath); + // })); + // } + + // /// + // /// Creates a new connector instance. + // /// + // /// + // /// Host address where the command will be run. + // /// The remote machine's username which one will be used to login. + // /// The remote machine's password which one will be used to login. + // /// CSS file path. + // public Dmoj(Utils.OS remoteOS, string host, string username, string password, string filePath): this(remoteOS, host, username, password, 22, filePath){ + // } + + // private void Parse(string filePath){ + // if(string.IsNullOrEmpty(filePath)) throw new ArgumentNullException("filePath"); + // if(!File.Exists(filePath)) throw new FileNotFoundException(); + + // StylesheetParser parser = new StylesheetParser(); + // Raw = File.ReadAllText(filePath); + // CssDoc = parser.Parse(Raw); + // } + + /// + /// Disposes the object releasing its unmanaged properties. + /// + public override void Dispose(){ + } + + // /// + // /// Validates the currently loaded CSS document against the W3C public API. + // /// Throws an exception if the document is invalid. + // /// + // public void ValidateCss3AgainstW3C(){ + // //Documentation: https://jigsaw.w3.org/css-validator/manual.html + // // https://jigsaw.w3.org/css-validator/api.html#requestformat + // var httpClient = new HttpClient(); + // var css = System.Web.HttpUtility.UrlEncode(Raw.Replace("\r\n", "")); + // var asyncGet = httpClient.GetAsync($"http://jigsaw.w3.org/css-validator/validator?profile=css3&output=soap12&warning=no&text={css}"); + // asyncGet.Wait(); + + // asyncGet.Result.EnsureSuccessStatusCode(); + + // var asyncRead = asyncGet.Result.Content.ReadAsStringAsync(); + // asyncRead.Wait(); + + // XmlDocument document = new XmlDocument(); + // document.LoadXml(asyncRead.Result); + + // int errorCount = int.Parse(document.GetElementsByTagName("m:errorcount")[0].InnerText); + // if(errorCount > 0){ + // //TODO: add the error list to the description + // //Loop through all the "m:error" nodes + // // Display: "m:line" + "m:errortype" + "m:context" + "m_message" + // foreach(XmlNode error in document.GetElementsByTagName("m:message")){ + // //TODO: add the error list to the description + // //Loop through all the "m:error" nodes + // // Display: "m:line" + "m:errortype" + "m:context" + "m_message" + // var message = error.InnerText.Trim(); + + // while(message.Contains('\n')){ + // int i = message.IndexOf('\n'); + // string temp = message.Substring(0, i); + // message = $"{temp}\\${message.Substring(i+1).TrimStart()}"; + // } + + // throw new DocumentInvalidException(message.Replace("\\$", System.Environment.NewLine)); + // } + // } + // } + + // /// + // /// Determines if a property exists within the current CSS document. + // /// + // /// The CSS property name. + // /// The CSS property value. + // /// True if the property has been found + // public bool PropertyExists(string property, string value = null){ + // foreach(StylesheetNode cssNode in CssDoc.Children){ + // if(!NodeUsingProperty(cssNode, property, value)) continue; + // return true; + // } + + // return false; + // } + + // /// + // /// Determines if a set of properties exists within the current CSS document. + // /// + // /// The CSS property names. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyExists(string[] properties){ + // return PropertyExists(properties.ToDictionary(x => x, y => string.Empty)); + // } + + // /// + // /// Determines if a set of properties exists within the current CSS document. + // /// + // /// The CSS property names and its expected values. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyExists(Dictionary properties){ + // List found = new List(); + // foreach(string name in properties.Keys){ + // var exists = PropertyExists(name, properties[name]); + // if(exists) found.Add(name); + // } + + // return (found.Count, found.ToArray()); + // } + + // /// + // /// Determines if a current CSS document property is beeing within a given HTML document. + // /// + // /// + // /// The HTML document that must be using the property. + // /// The CSS property name. + // /// The CSS property value. + // /// True if the property is being used. + // public bool PropertyApplied(HtmlDocument htmlDoc, string property, string value = null){ + // //Not needed, redundand check + // //if(!PropertyExists(property, value)) return false; + // //else{ + // foreach(StylesheetNode cssNode in CssDoc.Children){ + // if(!NodeUsingProperty(cssNode, property, value)) continue; + + // //Checking if the given css style is being used. Important: only one selector is allowed when calling BuildXpathQuery, so comma split is needed + // string[] selectors = GetCssSelectors(cssNode); + // foreach(string s in selectors){ + // HtmlNodeCollection htmlNodes = htmlDoc.DocumentNode.SelectNodes(BuildXpathQuery(s)); + // if(htmlNodes != null && htmlNodes.Count > 0) return true; + // } + // } + // //} + + // return false; + // } + + // /// + // /// Determines if a set of CSS properties has been applied within the given HTML document. + // /// + // /// The HTML document that must be using the property. + // /// The CSS property names. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyApplied(HtmlDocument htmlDoc, string[] properties){ + // return PropertyApplied(htmlDoc, properties.ToDictionary(x => x, y => string.Empty)); + // } + + // /// + // /// Determines if a set of CSS properties has been applied within the given HTML document. + // /// + // /// The HTML document that must be using the property. + // /// The CSS property names and its expected values. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyApplied(HtmlDocument htmlDoc, Dictionary properties){ + // List found = new List(); + // foreach(string name in properties.Keys){ + // var exists = PropertyApplied(htmlDoc, name, properties[name]); + // if(exists) found.Add(name); + // } + + // return (found.Count, found.ToArray()); + // } + + // /// + // /// Determines if a current CSS document property is beeing within a given HTML document. + // /// + // /// + // /// The HTML connector containing the document to check. + // /// The CSS property name. + // /// The CSS property value. + // /// True if the property is being used. + // public bool PropertyApplied(Connectors.Html htmlConn, string property, string value = null){ + // return PropertyApplied(htmlConn.HtmlDoc, property, value); + // } + + // /// + // /// Determines if a set of CSS properties has been applied within the given HTML document. + // /// + // /// The HTML connector containing the document to check. + // /// The CSS property names. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyApplied(Connectors.Html htmlConn, string[] properties){ + // return PropertyApplied(htmlConn.HtmlDoc, properties.ToDictionary(x => x, y => string.Empty)); + // } + + // /// + // /// Determines if a set of CSS properties has been applied within the given HTML document. + // /// + // /// The HTML connector containing the document to check. + // /// The CSS property names and its expected values. + // /// Total amount of existing properties, plus the name of those properties + // public (int count, string[] exists) PropertyApplied(Connectors.Html htmlConn, Dictionary properties){ + // return PropertyApplied(htmlConn.HtmlDoc, properties); + // } + + // private bool NodeUsingProperty(StylesheetNode node, string property, string value = null){ + // List definition = GetCssContent(node); + // foreach(string[] line in definition){ + // //If looking for "margin", valid values are: margin and margin-x + // //If looking for "top", valid values are just top + // //So, the property must be alone or left-sided over the "-" symbol. + // bool found = false; + // if(property.Contains("-") || !line[0].Contains("-")) found = line[0].Equals(property); + // else if(line[0].Contains("-")) found = line[0].Split("-")[0].Equals(property); + + // if(found){ + // if(string.IsNullOrEmpty(value)) return true; + // else if(line[1].Contains(value)) return true; + // } + // } + + // return false; + // } + + // private List GetCssContent(StylesheetNode node){ + // List lines = new List(); + // string css = node.ToCss(); + + // css = css.Substring(css.IndexOf("{")+1); + // foreach(string line in css.Split(";")){ + // if(line.Contains(":")){ + // string[] item = line.Replace(" ", "").Split(":"); + // if(item[1].Contains("}")) item[1]=item[1].Replace("}", ""); + // if(item[1].Length > 0) lines.Add(item); + // } + // } + + // return lines; + // } + + // private string[] GetCssSelectors(StylesheetNode node){ + // string css = node.ToCss(); + // return css.Substring(0, css.IndexOf("{")).Trim().Split(','); + // } + + // private string BuildXpathQuery(string cssSelector){ + // //TODO: if a comma is found, build the correct query with ORs (check first if it's supported by HtmlAgilitypack) + // string xPathQuery = "."; + // string[] selectors = cssSelector.Trim().TrimStart(':').Replace(">", " > ").Split(' '); //important to force spaces between ">" + + // bool children = false; + // for(int i = 0; i < selectors.Length; i++){ + // //ignoring modifiers like ":hover" + // if(selectors[i].Contains(":")) selectors[i] = selectors[i].Substring(0, selectors[i].IndexOf(":")); + + // if(selectors[i].Substring(1).Contains(".")){ + // //Recursive case: combined selectors like "p.bold" (wont work with multi-class selectors) + // int idx = selectors[i].Substring(1).IndexOf(".")+1; + // string left = BuildXpathQuery(selectors[i].Substring(0, idx)); + // string right = BuildXpathQuery(selectors[i].Substring(idx)); + + // left = left.Substring(children ? 2 : 3); + // if(left.StartsWith("*")) xPathQuery = right + left.Substring(1); + // else xPathQuery = right.Replace("*", left); + // } + // else{ + // //Base case + // if(selectors[i].StartsWith("#") || selectors[i].StartsWith(".")){ + // xPathQuery += string.Format("{0}*[@{1}='{2}']", (children ? "/" : "//"), (selectors[i].StartsWith("#") ? "id" : "class"), selectors[i].Substring(1)); + // children = false; + // } + // else if(selectors[i].StartsWith(">")){ + // children = true; + // } + // else if(!string.IsNullOrEmpty(selectors[i].Trim())){ + // xPathQuery += string.Format("{0}{1}", (children ? "/" : "//"), selectors[i].Trim()); + // children = false; + // } + // } + // } + + // return xPathQuery; + // } + } +} \ No newline at end of file diff --git a/core/copy/Dmoj.cs b/core/copy/Dmoj.cs deleted file mode 100644 index 6f75abf1..00000000 --- a/core/copy/Dmoj.cs +++ /dev/null @@ -1,111 +0,0 @@ -/* - Copyright © 2023 Fernando Porrino Serrano - Third party software licenses can be found at /docs/credits/credits.md - - This file is part of AutoCheck. - - AutoCheck is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - AutoCheck is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with AutoCheck. If not, see . -*/ - -using System; -using System.Linq; -using System.Collections.Generic; -using AutoCheck.Core.Exceptions; -using Google.DiffMatchPatch; - -namespace AutoCheck.Core.CopyDetectors{ - /// - /// Copy detector for DMOJ contests. - /// - public class Dmoj: PlainText{ - /// - /// Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability. - /// - /// URL to the DMOJ's instance. - /// Above this comparisson percentage, it will be assumed as a pontential copy. - /// DMOJ's contest code to check. - public Dmoj(string url, float threshold, string contestCode): base(threshold, contestCode) - { - this.SentenceMatchWeight = 0.5f; - this.WordCountWeight = 0.3f; - this.LineCountWeight = 0.2f; - } - - /// - /// Loads the given file into the local collection, in order to compare it when Compare() is called. - /// - /// Path where the files will be looked for. - /// File that will be loaded into the copy detector. - public override void Load(string folder, string file){ - //NOTA: en función del directorio de batch y del file puesto en el script, se invoca a este método con el folder y el file que se ha encontrado por cada iteración. - // en este caso eso no es necesario, porque se trata de cargar desde un servicio. - // habria que definir el destino del batch como un "service" que habría que inventárselo. En ese service habría que definir lo necesario para la conexión, en este caso al DMOJ. - // se podria lanzar excepción si se intenta hacer cualquier cosa dentro de un "service" que no sea el copy_detector - // en un futuro podría interesar conectarse a un servicio remoto, descargar todo lo descargable de allí en local y empezar a lanzar un batch (como Moodle por ejemplo). - - //ALT: como alternativa, se puede usar el INIT para descargar todas las entregas del DMOJ de un concurso. - // luego, basta con pasarle el anticopia de código fuente a esas carpetas generadas con el modo batch tradicional. - // esta opción parece más sencilla y factible. - - if(string.IsNullOrEmpty(folder)) throw new ArgumentNullException("path"); - if(string.IsNullOrEmpty(file)) throw new ArgumentNullException("file"); - if(Index.ContainsKey(folder)) throw new ArgumentInvalidException("Two compared files cannot share the same folder because this folder must be used as an unique key."); //Because files from different folders (students) are compared, and the folder will be de unique key to distinguish between sources. - - Index.Add(folder, Files.Count); - Files.Add(new File(folder, file)); - } - - // /// - // /// Compares all the previously loaded files, between each other. - // /// - // public override void Compare(){ - // if(WordCountWeight + LineCountWeight + SentenceMatchWeight != 1f) - // throw new Exception("The summary of all the weights must be 100%, set the correct values and try again."); - - // //Compute the changes and store the result in a matrix - // DiffMatchPatch dmp = new DiffMatchPatch(); - // dmp.DiffTimeout = 0; - - // Matches = new float[Files.Count(), Files.Count()]; - // Diffs = new List[Files.Count(), Files.Count()]; - // for(int i=0; i < Files.Count(); i++){ - // File left = Files[i]; - - // for(int j=i; j < Files.Count(); j++){ - // File right = Files[j]; - - // List diff = dmp.DiffMain(left.ToString(), right.ToString()); - // if(i == j) Matches[i,j] = 1; //Optimization - // else{ - // float diffAmount = (float)diff.Where(x => x.Operation == Operation.EQUAL).Count() / diff.Count; - // float diffWordCount = (left.WordCount <= right.WordCount ? ((float)left.WordCount / right.WordCount) : ((float)right.WordCount / left.WordCount)); - // float diffLineCount = (left.LineCount <= right.LineCount ? ((float)left.LineCount / right.LineCount) : ((float)right.LineCount / left.LineCount)); - // Matches[i,j] = (float)(diffWordCount * WordCountWeight) + (diffLineCount * LineCountWeight) + (diffAmount * SentenceMatchWeight); - // } - - // //This should be always added - // Diffs[i,j] = diff; - // } - // } - - // //Copy the results that has been already computed - // for(int i=0; i < Files.Count(); i++){ - // for(int j=i+1; j < Files.Count(); j++){ - // Matches[j,i] = Matches[i,j]; - // Diffs[j,i] = Diffs[i,j]; - // } - // } - // } - } -} \ No newline at end of file From ac258b9f715fe39feeb545bd03a1dfa39bf5fb5a Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 11:23:18 +0100 Subject: [PATCH 5/9] Downloading DMOJ contest code is working well --- README.md | 2 +- core/AutoCheck.Core.csproj | 58 +++--- core/config/dmoj_token.txt | 1 + core/connectors/Dmoj.cs | 368 +++++++++---------------------------- core/main/Exceptions.cs | 10 + docs/AutoCheck.Docs.csproj | 2 +- test/AutoCheck.Test.csproj | 2 +- test/connectors/Dmoj.cs | 77 ++++++++ 8 files changed, 205 insertions(+), 315 deletions(-) create mode 100644 core/config/dmoj_token.txt create mode 100644 test/connectors/Dmoj.cs diff --git a/README.md b/README.md index eb2abe65..1b161005 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [//]: # (WARNING: DO NOT EDIT README.md file because it's a copy of docs/index.md auto-generated during on build.) # Current versions: -**AutoCheck.Test:** v2.23.0 | **AutoCheck.Docs:** v2.23.0 | **AutoCheck.Core:** v2.23.1 | **AutoCheck.Cli:** v2.5.0 | **AutoCheck.Web:** v1.5.1 +**AutoCheck.Test:** v2.24.0 | **AutoCheck.Docs:** v2.24.0 | **AutoCheck.Core:** v2.24.0 | **AutoCheck.Cli:** v2.5.0 | **AutoCheck.Web:** v1.5.1 # AutoCheck Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0. It has been created in order to automatically check the correctness of a set of students assignments including a score suggestion, but manual supervision is still needed. diff --git a/core/AutoCheck.Core.csproj b/core/AutoCheck.Core.csproj index 81a05f44..b7a19287 100644 --- a/core/AutoCheck.Core.csproj +++ b/core/AutoCheck.Core.csproj @@ -6,7 +6,7 @@ Fernando Porrino Serrano AutoCheck.Core Copyright © 2023 - 2.23.1 + 2.24.0 stable $(VersionPrefix) $(AssemblyVersion) @@ -19,27 +19,27 @@ - - - - - - - + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - - - + + + + + + + + @@ -63,35 +63,35 @@ **AutoCheck.Test:** v@(TestVersion) | **AutoCheck.Docs:** v@(DocsVersion) | **AutoCheck.Core:** v$(VersionPrefix) | **AutoCheck.Cli:** v@(CliVersion) | **AutoCheck.Web:** v@(WebVersion) - - + + - + - + - + - - - - + + + + - - - + + + - + diff --git a/core/config/dmoj_token.txt b/core/config/dmoj_token.txt new file mode 100644 index 00000000..306bedfb --- /dev/null +++ b/core/config/dmoj_token.txt @@ -0,0 +1 @@ +AAAAAcsIYAC1jPFKWlFo2qAzQEomogs5bN1uXKBAXlrpa49h \ No newline at end of file diff --git a/core/connectors/Dmoj.cs b/core/connectors/Dmoj.cs index b8994467..5a356ebc 100644 --- a/core/connectors/Dmoj.cs +++ b/core/connectors/Dmoj.cs @@ -22,8 +22,11 @@ You should have received a copy of the GNU Affero General Public License using System.IO; using System.Net; using System.Net.Http; +using System.Net.Http.Headers; using System.Xml; +using System.Text.Json; using System.Linq; +using Newtonsoft.Json.Linq; using System.Collections.Generic; using ExCSS; using HtmlAgilityPack; @@ -45,11 +48,22 @@ namespace AutoCheck.Core.Connectors{ /// Allows in/out operations and/or data validations with the DMOJ service. /// public class Dmoj: Base{ - // /// - // /// The CSS document content. - // /// - // /// - // public Stylesheet CssDoc {get; private set;} + /// + /// DMOJ instance's host address. + /// + /// + public string Host {get; private set;} + + + private string ApiToken{ + get{ + string fileName = "dmoj_token.txt"; + string filePath = Utils.ConfigFile(fileName); + + if(!File.Exists(filePath)) throw new ConfigFileMissingException($"Unable to load the DMOJ's API token from the config file '{filePath}'"); + return File.ReadAllText(filePath); + } + } // /// // /// The original CSS file content (unparsed). @@ -61,44 +75,10 @@ public class Dmoj: Base{ /// Creates a new connector instance. /// /// DMOJ's host address. - public Dmoj(string host){ - //Parse(filePath); - } - - // /// - // /// Creates a new connector instance. - // /// - // /// - // /// Host address where the command will be run. - // /// The remote machine's username which one will be used to login. - // /// The remote machine's password which one will be used to login. - // /// The remote machine's port where SSH is listening to. - // /// CSS file path. - // public Dmoj(Utils.OS remoteOS, string host, string username, string password, int port, string filePath){ - // ProcessRemoteFile(remoteOS, host, username, password, port, filePath, new Action((filePath) => { - // //Parse(filePath); - // })); - // } - - // /// - // /// Creates a new connector instance. - // /// - // /// - // /// Host address where the command will be run. - // /// The remote machine's username which one will be used to login. - // /// The remote machine's password which one will be used to login. - // /// CSS file path. - // public Dmoj(Utils.OS remoteOS, string host, string username, string password, string filePath): this(remoteOS, host, username, password, 22, filePath){ - // } - - // private void Parse(string filePath){ - // if(string.IsNullOrEmpty(filePath)) throw new ArgumentNullException("filePath"); - // if(!File.Exists(filePath)) throw new FileNotFoundException(); - - // StylesheetParser parser = new StylesheetParser(); - // Raw = File.ReadAllText(filePath); - // CssDoc = parser.Parse(Raw); - // } + public Dmoj(string host){ + if(string.IsNullOrEmpty(host)) throw new ArgumentNullException("The 'host' cannot be null or empty"); + this.Host = host; + } /// /// Disposes the object releasing its unmanaged properties. @@ -106,249 +86,71 @@ public Dmoj(string host){ public override void Dispose(){ } - // /// - // /// Validates the currently loaded CSS document against the W3C public API. - // /// Throws an exception if the document is invalid. - // /// - // public void ValidateCss3AgainstW3C(){ - // //Documentation: https://jigsaw.w3.org/css-validator/manual.html - // // https://jigsaw.w3.org/css-validator/api.html#requestformat - // var httpClient = new HttpClient(); - // var css = System.Web.HttpUtility.UrlEncode(Raw.Replace("\r\n", "")); - // var asyncGet = httpClient.GetAsync($"http://jigsaw.w3.org/css-validator/validator?profile=css3&output=soap12&warning=no&text={css}"); - // asyncGet.Wait(); - - // asyncGet.Result.EnsureSuccessStatusCode(); - - // var asyncRead = asyncGet.Result.Content.ReadAsStringAsync(); - // asyncRead.Wait(); - - // XmlDocument document = new XmlDocument(); - // document.LoadXml(asyncRead.Result); + /// + /// Downloads all contest submissions, generating a a folder for each participant. + /// + /// The contest code to download. + /// The contest code to download. + public void DownloadContestSubmissions(string contestCode, string outputPath = ""){ + if(string.IsNullOrEmpty(contestCode)) throw new ArgumentNullException("The 'contestCode' cannot be null or empty"); + if(string.IsNullOrEmpty(outputPath)) outputPath = Path.Combine(Utils.TempFolder, "DMOJ", contestCode); + + //Documentation: https://docs.dmoj.ca/#/site/api + var httpClient = new HttpClient(); + httpClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", ApiToken); - // int errorCount = int.Parse(document.GetElementsByTagName("m:errorcount")[0].InnerText); - // if(errorCount > 0){ - // //TODO: add the error list to the description - // //Loop through all the "m:error" nodes - // // Display: "m:line" + "m:errortype" + "m:context" + "m_message" - // foreach(XmlNode error in document.GetElementsByTagName("m:message")){ - // //TODO: add the error list to the description - // //Loop through all the "m:error" nodes - // // Display: "m:line" + "m:errortype" + "m:context" + "m_message" - // var message = error.InnerText.Trim(); - - // while(message.Contains('\n')){ - // int i = message.IndexOf('\n'); - // string temp = message.Substring(0, i); - // message = $"{temp}\\${message.Substring(i+1).TrimStart()}"; - // } - - // throw new DocumentInvalidException(message.Replace("\\$", System.Environment.NewLine)); - // } - // } - // } - - // /// - // /// Determines if a property exists within the current CSS document. - // /// - // /// The CSS property name. - // /// The CSS property value. - // /// True if the property has been found - // public bool PropertyExists(string property, string value = null){ - // foreach(StylesheetNode cssNode in CssDoc.Children){ - // if(!NodeUsingProperty(cssNode, property, value)) continue; - // return true; - // } - - // return false; - // } - - // /// - // /// Determines if a set of properties exists within the current CSS document. - // /// - // /// The CSS property names. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyExists(string[] properties){ - // return PropertyExists(properties.ToDictionary(x => x, y => string.Empty)); - // } - - // /// - // /// Determines if a set of properties exists within the current CSS document. - // /// - // /// The CSS property names and its expected values. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyExists(Dictionary properties){ - // List found = new List(); - // foreach(string name in properties.Keys){ - // var exists = PropertyExists(name, properties[name]); - // if(exists) found.Add(name); - // } - - // return (found.Count, found.ToArray()); - // } + var contest = DmojApiCall(httpClient, $"https://{Host}/api/v2/contest/{contestCode}"); + var problems = contest["data"]["object"]["problems"]; + + int i=0; + string[] problemCodes = new string[problems.Count()]; + foreach(var problem in problems){ + problemCodes[i++] = problem["code"].ToString(); + } + + if(string.IsNullOrEmpty(outputPath)) outputPath = Utils.TempFolder; + var rankings = contest["data"]["object"]["rankings"]; + foreach(var ranking in rankings){ + var user = ranking["user"].ToString(); + var userPath = Path.Combine(outputPath, user); + + if(Directory.Exists(userPath)) Directory.Delete(userPath, true); + Directory.CreateDirectory(userPath); + + i=0; + foreach(var submit in ranking["solutions"]){ + if(submit.HasValues){ + var submissions = DmojApiCall(httpClient, $"https://{Host}/api/v2/submissions?user={user}&problem={problemCodes[i]}"); + var submitAC = submissions["data"]["objects"].Where(x => x["result"].ToString().Equals("AC")).FirstOrDefault(); + + if(submitAC != null){ + var submitID = submitAC["id"].ToString(); + + var sourceCode = DmojSrcCall(httpClient, $"https://{Host}/src/{submitID}/raw"); + + var problemFile = Path.Combine(userPath, $"{problemCodes[i]}.java"); + File.WriteAllText(problemFile, sourceCode); + } + } + + i++; + } + } + } - // /// - // /// Determines if a current CSS document property is beeing within a given HTML document. - // /// - // /// - // /// The HTML document that must be using the property. - // /// The CSS property name. - // /// The CSS property value. - // /// True if the property is being used. - // public bool PropertyApplied(HtmlDocument htmlDoc, string property, string value = null){ - // //Not needed, redundand check - // //if(!PropertyExists(property, value)) return false; - // //else{ - // foreach(StylesheetNode cssNode in CssDoc.Children){ - // if(!NodeUsingProperty(cssNode, property, value)) continue; + private JObject DmojApiCall(HttpClient httpClient, string uri){ + return JObject.Parse(DmojSrcCall(httpClient, uri)); + } - // //Checking if the given css style is being used. Important: only one selector is allowed when calling BuildXpathQuery, so comma split is needed - // string[] selectors = GetCssSelectors(cssNode); - // foreach(string s in selectors){ - // HtmlNodeCollection htmlNodes = htmlDoc.DocumentNode.SelectNodes(BuildXpathQuery(s)); - // if(htmlNodes != null && htmlNodes.Count > 0) return true; - // } - // } - // //} + private string DmojSrcCall(HttpClient httpClient, string uri){ + var asyncGet = httpClient.GetAsync(uri); + asyncGet.Wait(); + asyncGet.Result.EnsureSuccessStatusCode(); - // return false; - // } - - // /// - // /// Determines if a set of CSS properties has been applied within the given HTML document. - // /// - // /// The HTML document that must be using the property. - // /// The CSS property names. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyApplied(HtmlDocument htmlDoc, string[] properties){ - // return PropertyApplied(htmlDoc, properties.ToDictionary(x => x, y => string.Empty)); - // } - - // /// - // /// Determines if a set of CSS properties has been applied within the given HTML document. - // /// - // /// The HTML document that must be using the property. - // /// The CSS property names and its expected values. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyApplied(HtmlDocument htmlDoc, Dictionary properties){ - // List found = new List(); - // foreach(string name in properties.Keys){ - // var exists = PropertyApplied(htmlDoc, name, properties[name]); - // if(exists) found.Add(name); - // } - - // return (found.Count, found.ToArray()); - // } - - // /// - // /// Determines if a current CSS document property is beeing within a given HTML document. - // /// - // /// - // /// The HTML connector containing the document to check. - // /// The CSS property name. - // /// The CSS property value. - // /// True if the property is being used. - // public bool PropertyApplied(Connectors.Html htmlConn, string property, string value = null){ - // return PropertyApplied(htmlConn.HtmlDoc, property, value); - // } - - // /// - // /// Determines if a set of CSS properties has been applied within the given HTML document. - // /// - // /// The HTML connector containing the document to check. - // /// The CSS property names. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyApplied(Connectors.Html htmlConn, string[] properties){ - // return PropertyApplied(htmlConn.HtmlDoc, properties.ToDictionary(x => x, y => string.Empty)); - // } - - // /// - // /// Determines if a set of CSS properties has been applied within the given HTML document. - // /// - // /// The HTML connector containing the document to check. - // /// The CSS property names and its expected values. - // /// Total amount of existing properties, plus the name of those properties - // public (int count, string[] exists) PropertyApplied(Connectors.Html htmlConn, Dictionary properties){ - // return PropertyApplied(htmlConn.HtmlDoc, properties); - // } - - // private bool NodeUsingProperty(StylesheetNode node, string property, string value = null){ - // List definition = GetCssContent(node); - // foreach(string[] line in definition){ - // //If looking for "margin", valid values are: margin and margin-x - // //If looking for "top", valid values are just top - // //So, the property must be alone or left-sided over the "-" symbol. - // bool found = false; - // if(property.Contains("-") || !line[0].Contains("-")) found = line[0].Equals(property); - // else if(line[0].Contains("-")) found = line[0].Split("-")[0].Equals(property); - - // if(found){ - // if(string.IsNullOrEmpty(value)) return true; - // else if(line[1].Contains(value)) return true; - // } - // } - - // return false; - // } - - // private List GetCssContent(StylesheetNode node){ - // List lines = new List(); - // string css = node.ToCss(); - - // css = css.Substring(css.IndexOf("{")+1); - // foreach(string line in css.Split(";")){ - // if(line.Contains(":")){ - // string[] item = line.Replace(" ", "").Split(":"); - // if(item[1].Contains("}")) item[1]=item[1].Replace("}", ""); - // if(item[1].Length > 0) lines.Add(item); - // } - // } - - // return lines; - // } - - // private string[] GetCssSelectors(StylesheetNode node){ - // string css = node.ToCss(); - // return css.Substring(0, css.IndexOf("{")).Trim().Split(','); - // } - - // private string BuildXpathQuery(string cssSelector){ - // //TODO: if a comma is found, build the correct query with ORs (check first if it's supported by HtmlAgilitypack) - // string xPathQuery = "."; - // string[] selectors = cssSelector.Trim().TrimStart(':').Replace(">", " > ").Split(' '); //important to force spaces between ">" - - // bool children = false; - // for(int i = 0; i < selectors.Length; i++){ - // //ignoring modifiers like ":hover" - // if(selectors[i].Contains(":")) selectors[i] = selectors[i].Substring(0, selectors[i].IndexOf(":")); - - // if(selectors[i].Substring(1).Contains(".")){ - // //Recursive case: combined selectors like "p.bold" (wont work with multi-class selectors) - // int idx = selectors[i].Substring(1).IndexOf(".")+1; - // string left = BuildXpathQuery(selectors[i].Substring(0, idx)); - // string right = BuildXpathQuery(selectors[i].Substring(idx)); - - // left = left.Substring(children ? 2 : 3); - // if(left.StartsWith("*")) xPathQuery = right + left.Substring(1); - // else xPathQuery = right.Replace("*", left); - // } - // else{ - // //Base case - // if(selectors[i].StartsWith("#") || selectors[i].StartsWith(".")){ - // xPathQuery += string.Format("{0}*[@{1}='{2}']", (children ? "/" : "//"), (selectors[i].StartsWith("#") ? "id" : "class"), selectors[i].Substring(1)); - // children = false; - // } - // else if(selectors[i].StartsWith(">")){ - // children = true; - // } - // else if(!string.IsNullOrEmpty(selectors[i].Trim())){ - // xPathQuery += string.Format("{0}{1}", (children ? "/" : "//"), selectors[i].Trim()); - // children = false; - // } - // } - // } - - // return xPathQuery; - // } + var asyncRead = asyncGet.Result.Content.ReadAsStringAsync(); + asyncRead.Wait(); + + return asyncRead.Result; + } } } \ No newline at end of file diff --git a/core/main/Exceptions.cs b/core/main/Exceptions.cs index f294d653..2fa71dde 100644 --- a/core/main/Exceptions.cs +++ b/core/main/Exceptions.cs @@ -23,6 +23,16 @@ You should have received a copy of the GNU Affero General Public License namespace AutoCheck.Core.Exceptions { + [Serializable] + /// + /// The exception that is thrown when a config file is missing. + /// + public class ConfigFileMissingException : Exception + { + public ConfigFileMissingException(){} + public ConfigFileMissingException(string message, Exception innerException = null) : base(message, innerException){} + } + [Serializable] /// /// The exception that is thrown when a document cannot be correctly loaded and parsed into an equivalent object (CSS, HTML, etc.). diff --git a/docs/AutoCheck.Docs.csproj b/docs/AutoCheck.Docs.csproj index 78f0de17..06f23d73 100644 --- a/docs/AutoCheck.Docs.csproj +++ b/docs/AutoCheck.Docs.csproj @@ -7,7 +7,7 @@ Fernando Porrino Serrano AutoCheck.Docs Copyright © 2020 - 2.23.0 + 2.24.0 stable $(VersionPrefix) $(AssemblyVersion) diff --git a/test/AutoCheck.Test.csproj b/test/AutoCheck.Test.csproj index a3c0d154..56cfe5a8 100644 --- a/test/AutoCheck.Test.csproj +++ b/test/AutoCheck.Test.csproj @@ -5,7 +5,7 @@ Fernando Porrino Serrano AutoCheck.Test Copyright © 2023 - 2.23.0 + 2.24.0 stable $(VersionPrefix) $(AssemblyVersion) diff --git a/test/connectors/Dmoj.cs b/test/connectors/Dmoj.cs new file mode 100644 index 00000000..f1ef757a --- /dev/null +++ b/test/connectors/Dmoj.cs @@ -0,0 +1,77 @@ +/* + Copyright © 2023 Fernando Porrino Serrano + Third party software licenses can be found at /docs/credits/credits.md + + This file is part of AutoCheck. + + AutoCheck is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + AutoCheck is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with AutoCheck. If not, see . +*/ + +using System; +using System.IO; +using System.Linq; +using NUnit.Framework; +using AutoCheck.Core.Exceptions; +using OS = AutoCheck.Core.Utils.OS; + +namespace AutoCheck.Test.Connectors +{ + [Parallelizable(ParallelScope.All)] + public class Dmoj : Test + { + [Test] + [TestCase("dmoj.elpuig.xeill.net")] + public void Constructor_DoesNotThrow(string host) + { + Assert.DoesNotThrow(() => new AutoCheck.Core.Connectors.Dmoj(host)); + } + + [Test] + [TestCase("")] + public void Constructor_Throws_ArgumentNullException(string host) + { + Assert.Throws(() => new AutoCheck.Core.Connectors.Dmoj(host)); + } + + [Test] + [TestCase("")] + public void DownloadContestSubmissions_Throws_ArgumentNullException(string contestCode) + { + using(var conn = new AutoCheck.Core.Connectors.Dmoj("dmoj.elpuig.xeill.net")) + Assert.Throws(() => conn.DownloadContestSubmissions(contestCode)); + } + + [Test] + [TestCase("asix1p4curs22")] + public void DownloadContestSubmissions_DoesNotThrow(string contestCode) + { + using(var conn = new AutoCheck.Core.Connectors.Dmoj("dmoj.elpuig.xeill.net")){ + Assert.DoesNotThrow(() => conn.DownloadContestSubmissions(contestCode)); + } + } + + [Test] + [TestCase("asix1p4curs22")] + public void DownloadContestSubmissions_CountDownloads(string contestCode) + { + using(var conn = new AutoCheck.Core.Connectors.Dmoj("dmoj.elpuig.xeill.net")){ + var output = Path.Combine(AutoCheck.Core.Utils.TempFolder, "DMOJ", contestCode); + Assert.DoesNotThrow(() => conn.DownloadContestSubmissions(contestCode, output)); + + Assert.AreEqual(23, Directory.GetDirectories(output).Count()); + Assert.AreEqual(28, Directory.GetFiles(output, "*.java", SearchOption.AllDirectories).Count()); + } + } + } +} \ No newline at end of file From 72cf0573294ed4ebae1d6fbf279743cda2f1b445 Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 11:24:32 +0100 Subject: [PATCH 6/9] clean --- core/connectors/Dmoj.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/core/connectors/Dmoj.cs b/core/connectors/Dmoj.cs index 5a356ebc..9064a258 100644 --- a/core/connectors/Dmoj.cs +++ b/core/connectors/Dmoj.cs @@ -63,13 +63,7 @@ private string ApiToken{ if(!File.Exists(filePath)) throw new ConfigFileMissingException($"Unable to load the DMOJ's API token from the config file '{filePath}'"); return File.ReadAllText(filePath); } - } - - // /// - // /// The original CSS file content (unparsed). - // /// - // /// - // public string Raw {get; private set;} + } /// /// Creates a new connector instance. From fe4593f7e35d467fa5802ac5ff1027c5da4c211e Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 11:24:49 +0100 Subject: [PATCH 7/9] clean --- core/connectors/Dmoj.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/core/connectors/Dmoj.cs b/core/connectors/Dmoj.cs index 9064a258..b695339a 100644 --- a/core/connectors/Dmoj.cs +++ b/core/connectors/Dmoj.cs @@ -20,16 +20,10 @@ You should have received a copy of the GNU Affero General Public License using System; using System.IO; -using System.Net; +using System.Linq; using System.Net.Http; using System.Net.Http.Headers; -using System.Xml; -using System.Text.Json; -using System.Linq; using Newtonsoft.Json.Linq; -using System.Collections.Generic; -using ExCSS; -using HtmlAgilityPack; using AutoCheck.Core.Exceptions; //NOTA: en función del directorio de batch y del file puesto en el script, se invoca a este método con el folder y el file que se ha encontrado por cada iteración. From 0954617e18349a010d73a1980a88f6c7f92ff38a Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 17:08:19 +0100 Subject: [PATCH 8/9] Dmoj script ready --- core/main/Output.cs | 54 ++++++------ core/main/Script.cs | 31 +++++++ docs/tutorials/teacher.md | 34 ++++++-- scripts/targets/batch/dmoj_asix1p4curs22.yaml | 82 +++++++++++++++++++ test/main/Script.cs/Real/Dmoj.cs | 45 ++++++++++ 5 files changed, 217 insertions(+), 29 deletions(-) create mode 100644 scripts/targets/batch/dmoj_asix1p4curs22.yaml create mode 100644 test/main/Script.cs/Real/Dmoj.cs diff --git a/core/main/Output.cs b/core/main/Output.cs index 1c96da5d..f86d63fd 100644 --- a/core/main/Output.cs +++ b/core/main/Output.cs @@ -258,28 +258,14 @@ public Log CloseLog(){ /// public Log[] GetLog() { List logs = new List(); - - //Getting info for each script log (head+setup+script+teardown) - foreach(var script in ScriptLog){ - var log = new Log(); - log.Content = log.Content.Concat(Trim(HeaderLog.Content)).ToList(); - - if(SetupLog.Content.Count > 0){ - log.Content = log.Content.Concat(Trim(SetupLog.Content)).ToList(); - log.Content.Add(new Space()); - } - - if(script.Content.Count > 0){ - log.Content = log.Content.Concat(Trim(script.Content)).ToList(); - log.Content.Add(new Space()); - } - - if(TeardownLog.Content.Count > 0){ - log.Content = log.Content.Concat(Trim(TeardownLog.Content)).ToList(); - } - - logs.Add(log); - } + + if(ScriptLog.Count == 0) AppendLogData(logs, null); + if(ScriptLog.Count > 0){ + //Getting info for each script log (head+setup+script+teardown) + foreach(var scriptLog in ScriptLog){ + AppendLogData(logs, scriptLog); + } + } //Getting trailing log data if(CurrentLog.Content.Count > 0){ @@ -287,10 +273,31 @@ public Log[] GetLog() { log.Content.Add(new Space()); log.Content = log.Content.Concat(Trim(CurrentLog.Content)).ToList(); logs.Add(log); - } + } return logs.ToArray(); } + + private void AppendLogData(List allLogs, Log scriptLog){ + var log = new Log(); + log.Content = log.Content.Concat(Trim(HeaderLog.Content)).ToList(); + + if(SetupLog.Content.Count > 0){ + log.Content = log.Content.Concat(Trim(SetupLog.Content)).ToList(); + log.Content.Add(new Space()); + } + + if(scriptLog != null && scriptLog.Content.Count > 0){ + log.Content = log.Content.Concat(Trim(scriptLog.Content)).ToList(); + log.Content.Add(new Space()); + } + + if(TeardownLog.Content.Count > 0){ + log.Content = log.Content.Concat(Trim(TeardownLog.Content)).ToList(); + } + + allLogs.Add(log); + } /// /// Returns the Output history as an string, using \r\n as breaklines. @@ -414,6 +421,7 @@ private void WriteColor(string text, Style style, bool newLine){ Style = $"{style.ToString().ToLower()}-primary" }); text = text.Substring(i+1); + IsNewLine = false; //otherwise another ~ trailed items produces an unwanted indent i = (text.Contains("~") ? text.IndexOf("~") : text.Contains("...") ? text.IndexOf("...") : text.IndexOf(":")); if(i == -1) i = text.Length; diff --git a/core/main/Script.cs b/core/main/Script.cs index 1983b51c..ca467e5c 100644 --- a/core/main/Script.cs +++ b/core/main/Script.cs @@ -195,6 +195,36 @@ protected string AppConfigName { } } + /// + /// The current app's temporary folder path. + /// + protected string AppTempPath { + get{ + return GetVar("app_temp_path", AutoComputeVarValues).ToString(); + } + + private set{ + try{ + //Read only + GetVar("app_temp_path", AutoComputeVarValues); + throw new NotSupportedException("Read only"); + } + catch (ItemNotFoundException){ + UpdateVar("app_temp_path", value); + UpdateVar("app_temp_name", Path.GetFileName(value) ?? string.Empty); + } + } + } + + /// + /// The root app's temporary folder name. + /// + protected string AppTempName { + get{ + return GetVar("app_temp_name", AutoComputeVarValues).ToString(); + } + } + /// /// The current app's utils folder path. /// @@ -710,6 +740,7 @@ private Script(){ AppFolderPath = Utils.AppFolder; AppConfigPath = Utils.ConfigFolder; AppUtilsPath = Utils.UtilsFolder; + AppTempPath = Utils.TempFolder; ExecutionFolderPath = Utils.ExecutionFolder; //Setup the remaining vars diff --git a/docs/tutorials/teacher.md b/docs/tutorials/teacher.md index 6d5d41b0..5f9fe5d3 100644 --- a/docs/tutorials/teacher.md +++ b/docs/tutorials/teacher.md @@ -209,6 +209,8 @@ APP_CONFIG_NAME | text | The core app's configuration folder (just the folder na APP_CONFIG_PATH | text | The core app's configuration folder (the entire path). APP_UTILS_NAME | text | The core app's utils folder (just the folder name). APP_UTILS_PATH | text | The core app's utils folder (the entire path). +APP_TEMP_NAME | text | The core app's temporary folder (just the folder name). +APP_TEMP_PATH | text | The core app's temporary folder (the entire path). ##### Script data: Name | Type | Description @@ -443,18 +445,18 @@ Name | Type | Mandatory | Description | Default ------------ | ------------- caption | text | no | Message to display before every batch execution. | `"Running on batch mode:"` concurrent | integer | no | Maximum concurrent scripts execution (0 = MAX). | `0` -[init](#init) | sequence | no | The defined content will be executed once at the begining, before the caption| | +[init](#init) | sequence | no | The defined content will be executed once at the begining, before the caption. | | [setup](#setup) | sequence | no | The defined content will be executed once per target, before the caption (and also before the copy_detectors begins). | | [pre](#pre) | sequence | no | The defined content will be executed once per batch target just before each body. | [post](#post) | sequence | no | The defined content will be executed once per batch target just after each body. | [teardown](#teardown) | sequence | no | The defined content will be executed once per target, after the execution of all post. | -[end](#end) | sequence | no | The defined content will be executed once at the end of the script | | +[end](#end) | sequence | no | The defined content will be executed once at the end of the script. | | [copy_detector](#copy_detector) | mapping | no | Enables the copy detection logic, which will be executed before any body and after all pre executions. | [local](#local) | sequence | yes (if no `remote` has been defined) | Local batch target, so each script body will be executed once per local target. | [remote](#remote) | sequence | yes (if no `local` has been defined) | Remote batch target, so each script body will be executed once per remote target | -### body -The defined content will be executed before the caption (once per target on batch mode). +### init +The defined content will be executed once at the begining, before the caption. Name | Type | Mandatory | Description ------------ | ------------- @@ -463,8 +465,8 @@ Name | Type | Mandatory | Description [run](#run) | mapping | no | Runs a command. echo | text | no | Displays a message. -### body -The defined content will be executed at the end (once per target on batch mode). +### setup +The defined content will be executed before the caption (once per target on batch mode). Name | Type | Mandatory | Description ------------ | ------------- @@ -493,6 +495,26 @@ Name | Type | Mandatory | Description [run](#run) | mapping | no | Runs a command, it can be used wherever inside the body (usually inside a question's content). echo | text | no | Displays a message. +### teardown +The defined content will be executed at the end (once per target on batch mode). + +Name | Type | Mandatory | Description +------------ | ------------- +[vars](#vars) | mapping | no | Defines vars in the same way and with the same rules as the ones defined within root level, but as local-scope vars; useful to store command results or other stuff. +[connector](#connector) | mapping | no | Defines a connector to use, it can be defined wherever inside the body (usually inside a question's content). +[run](#run) | mapping | no | Runs a command. +echo | text | no | Displays a message. + +### end +The defined content will be executed once at the end of the script. + +Name | Type | Mandatory | Description +------------ | ------------- +[vars](#vars) | mapping | no | Defines vars in the same way and with the same rules as the ones defined within root level, but as local-scope vars; useful to store command results or other stuff. +[connector](#connector) | mapping | no | Defines a connector to use, it can be defined wherever inside the body (usually inside a question's content). +[run](#run) | mapping | no | Runs a command. +echo | text | no | Displays a message. + #### copy_detector Enables the copy detection logic, not supported for `host` targets (see avaliable copy detectors through API documentation). Just a single file per folder can be loaded into the copy detector engine, but this will be upgraded in a near future in order to allow multi-file support. diff --git a/scripts/targets/batch/dmoj_asix1p4curs22.yaml b/scripts/targets/batch/dmoj_asix1p4curs22.yaml new file mode 100644 index 00000000..fb903a73 --- /dev/null +++ b/scripts/targets/batch/dmoj_asix1p4curs22.yaml @@ -0,0 +1,82 @@ +# Copyright © 2023 Fernando Porrino Serrano +# Third party software licenses can be found at /docs/credits/credits.md + +# This file is part of AutoCheck. + +# AutoCheck is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# AutoCheck is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with AutoCheck. If not, see . + +vars: + contest: "asix1p4curs22" + output: "{$APP_TEMP_PATH}/DMOJ/{$CONTEST}" + +batch: + - init: + - echo: "Downloading DMOJ contest ~{$CONTEST}~ into ~{$OUTPUT}:" + + - connector: + type: "Dmoj" + arguments: "--host dmoj.elpuig.xeill.net" + + - run: + connector: "Dmoj" + command: "DownloadContestSubmissions" + arguments: "--contestCode {$CONTEST} --outputPath {$OUTPUT}" + store: "ZIP_FILE" + + - local: + - path: "{$APP_TEMP_PATH}/DMOJ/{$CONTEST}" + + - caption: "Running on batch mode for ~{$CURRENT_FOLDER_NAME}:" + + - copy_detector: + type: "SourceCode" + file: "quantitatdetalles.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "quantitatdivisibles.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "posiciovalormespetit.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "posiciovalormesgran.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "endrecarifiltrar.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "endrecareliminarrepe.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "fusiolleteresinums.java" + threshold: !!float 0.97 + + - copy_detector: + type: "SourceCode" + file: "separarlletresinums.java" + threshold: !!float 0.97 + + \ No newline at end of file diff --git a/test/main/Script.cs/Real/Dmoj.cs b/test/main/Script.cs/Real/Dmoj.cs new file mode 100644 index 00000000..52c1d545 --- /dev/null +++ b/test/main/Script.cs/Real/Dmoj.cs @@ -0,0 +1,45 @@ +/* + Copyright © 2023 Fernando Porrino Serrano + Third party software licenses can be found at /docs/credits/credits.md + + This file is part of AutoCheck. + + AutoCheck is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + AutoCheck is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with AutoCheck. If not, see . +*/ + +using System.IO; +using System.Collections.Generic; +using NUnit.Framework; + +namespace AutoCheck.Test.Real +{ + [Parallelizable(ParallelScope.All)] + public class Dmoj : Test + { + public Dmoj(): base("script/real"){ + } + + [Test, Category("FullScriptDmoj"), Category("Real"), Category("Remote")] + public void Real_Dmoj_asix1p4curs22() + { + //Some errors + var s = new AutoCheck.Core.Script(GetScriptFile(Core.Script.ExecutionMode.BATCH, "dmoj_asix1p4curs22.yaml"), false); + //s.OverrideTarget(new Dictionary(){ {"path", Path.Combine(AutoCheck.Core.Utils.TempFolder, "DMOJ", "asix1p4curs22")} }); + s.Start(); + + var expected = "Running script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for akarim:\r\n The copy detector was unable to find and compare some files using the search pattern akarim/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern akarim/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for amerchan:\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/quantitatdetalles.java:\r\n\r\n No potential copy detected for amerchan/quantitatdivisibles.java:\r\n Match score with drubiano/quantitatdivisibles.java... 60,30 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 49,20 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 75,00 %\r\n Match score with jruibal/quantitatdivisibles.java... 90,20 %\r\n Match score with villarenrique/quantitatdivisibles.java... 76,30 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 82,30 %\r\n\r\n No potential copy detected for amerchan/posiciovalormespetit.java:\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 49,20 %\r\n Match score with glucas/posiciovalormespetit.java... 66,00 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 93,70 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 45,40 %\r\n Match score with jruibal/posiciovalormespetit.java... 90,20 %\r\n Match score with villarenrique/posiciovalormespetit.java... 76,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern amerchan/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for camposjoan:\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/posiciovalormespetit.java:\r\n\r\n No potential copy detected for camposjoan/posiciovalormesgran.java:\r\n Match score with jimenezvictor/posiciovalormesgran.java... 65,40 %\r\n Match score with mgarcia/posiciovalormesgran.java... 66,60 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern camposjoan/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for djgarcia:\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern djgarcia/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for drubiano:\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/quantitatdetalles.java:\r\n\r\n No potential copy detected for drubiano/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 60,30 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 28,30 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 64,20 %\r\n Match score with jruibal/quantitatdivisibles.java... 66,00 %\r\n Match score with villarenrique/quantitatdivisibles.java... 66,00 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 52,80 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern drubiano/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for ebanos:\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ebanos/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for eghribelmohamed:\r\n The copy detector was unable to find and compare some files using the search pattern eghribelmohamed/quantitatdetalles.java:\r\n\r\n No potential copy detected for eghribelmohamed/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 49,20 %\r\n Match score with drubiano/quantitatdivisibles.java... 28,30 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 46,00 %\r\n Match score with jruibal/quantitatdivisibles.java... 47,40 %\r\n Match score with villarenrique/quantitatdivisibles.java... 40,20 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 57,80 %\r\n\r\n No potential copy detected for eghribelmohamed/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 49,20 %\r\n Match score with glucas/posiciovalormespetit.java... 30,00 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 49,80 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 77,10 %\r\n Match score with jruibal/posiciovalormespetit.java... 47,40 %\r\n Match score with villarenrique/posiciovalormespetit.java... 40,20 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern eghribelmohamed/posiciovalormesgran.java:\r\n\r\n No potential copy detected for eghribelmohamed/endrecarifiltrar.java:\r\n Match score with johnhairontorrico/endrecarifiltrar.java... 77,10 %\r\n Match score with leonpachecocarlosisaias/endrecarifiltrar.java... 36,80 %\r\n Match score with ybenjallam/endrecarifiltrar.java... 57,80 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern eghribelmohamed/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern eghribelmohamed/fusiolleteresinums.java:\r\n\r\n No potential copy detected for eghribelmohamed/separarlletresinums.java:\r\n Match score with johnhairontorrico/separarlletresinums.java... 77,10 %\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for ggarcia:\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ggarcia/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for glucas:\r\n The copy detector was unable to find and compare some files using the search pattern glucas/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/quantitatdivisibles.java:\r\n\r\n No potential copy detected for glucas/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 66,00 %\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 30,00 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 64,80 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 28,30 %\r\n Match score with jruibal/posiciovalormespetit.java... 62,50 %\r\n Match score with villarenrique/posiciovalormespetit.java... 51,70 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern glucas/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for jimenezdaniel:\r\n No potential copy detected for jimenezdaniel/quantitatdetalles.java:\r\n Match score with joaquimjulian/quantitatdetalles.java... 76,90 %\r\n Match score with johnhairontorrico/quantitatdetalles.java... 45,30 %\r\n Match score with mgarcia/quantitatdetalles.java... 84,00 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/quantitatdivisibles.java:\r\n\r\n No potential copy detected for jimenezdaniel/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 93,70 %\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 49,80 %\r\n Match score with glucas/posiciovalormespetit.java... 64,80 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 45,30 %\r\n Match score with jruibal/posiciovalormespetit.java... 83,20 %\r\n Match score with villarenrique/posiciovalormespetit.java... 80,50 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezdaniel/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for jimenezvictor:\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/quantitatdetalles.java:\r\n\r\n No potential copy detected for jimenezvictor/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 75,00 %\r\n Match score with drubiano/quantitatdivisibles.java... 64,20 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 46,00 %\r\n Match score with jruibal/quantitatdivisibles.java... 96,00 %\r\n Match score with villarenrique/quantitatdivisibles.java... 89,30 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 62,80 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/posiciovalormespetit.java:\r\n\r\n No potential copy detected for jimenezvictor/posiciovalormesgran.java:\r\n Match score with camposjoan/posiciovalormesgran.java... 65,40 %\r\n Match score with mgarcia/posiciovalormesgran.java... 95,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jimenezvictor/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for jmanzanera:\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jmanzanera/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for joaquimjulian:\r\n No potential copy detected for joaquimjulian/quantitatdetalles.java:\r\n Match score with jimenezdaniel/quantitatdetalles.java... 76,90 %\r\n Match score with johnhairontorrico/quantitatdetalles.java... 58,90 %\r\n Match score with mgarcia/quantitatdetalles.java... 65,40 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/endrecarifiltrar.java:\r\n\r\n No potential copy detected for joaquimjulian/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern joaquimjulian/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for johnhairontorrico:\r\n No potential copy detected for johnhairontorrico/quantitatdetalles.java:\r\n Match score with jimenezdaniel/quantitatdetalles.java... 45,30 %\r\n Match score with joaquimjulian/quantitatdetalles.java... 58,90 %\r\n Match score with mgarcia/quantitatdetalles.java... 42,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern johnhairontorrico/quantitatdivisibles.java:\r\n\r\n No potential copy detected for johnhairontorrico/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 45,40 %\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 77,10 %\r\n Match score with glucas/posiciovalormespetit.java... 28,30 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 45,30 %\r\n Match score with jruibal/posiciovalormespetit.java... 42,40 %\r\n Match score with villarenrique/posiciovalormespetit.java... 35,60 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern johnhairontorrico/posiciovalormesgran.java:\r\n\r\n No potential copy detected for johnhairontorrico/endrecarifiltrar.java:\r\n Match score with eghribelmohamed/endrecarifiltrar.java... 77,10 %\r\n Match score with leonpachecocarlosisaias/endrecarifiltrar.java... 33,30 %\r\n Match score with ybenjallam/endrecarifiltrar.java... 53,10 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern johnhairontorrico/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern johnhairontorrico/fusiolleteresinums.java:\r\n\r\n No potential copy detected for johnhairontorrico/separarlletresinums.java:\r\n Match score with eghribelmohamed/separarlletresinums.java... 77,10 %\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for jruibal:\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/quantitatdetalles.java:\r\n\r\n No potential copy detected for jruibal/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 90,20 %\r\n Match score with drubiano/quantitatdivisibles.java... 66,00 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 47,40 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 96,00 %\r\n Match score with villarenrique/quantitatdivisibles.java... 89,30 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 71,60 %\r\n\r\n No potential copy detected for jruibal/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 90,20 %\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 47,40 %\r\n Match score with glucas/posiciovalormespetit.java... 62,50 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 83,20 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 42,40 %\r\n Match score with villarenrique/posiciovalormespetit.java... 89,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern jruibal/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for leonpachecocarlosisaias:\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/posiciovalormesgran.java:\r\n\r\n No potential copy detected for leonpachecocarlosisaias/endrecarifiltrar.java:\r\n Match score with eghribelmohamed/endrecarifiltrar.java... 36,80 %\r\n Match score with johnhairontorrico/endrecarifiltrar.java... 33,30 %\r\n Match score with ybenjallam/endrecarifiltrar.java... 68,70 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern leonpachecocarlosisaias/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for mgarcia:\r\n No potential copy detected for mgarcia/quantitatdetalles.java:\r\n Match score with jimenezdaniel/quantitatdetalles.java... 84,00 %\r\n Match score with joaquimjulian/quantitatdetalles.java... 65,40 %\r\n Match score with johnhairontorrico/quantitatdetalles.java... 42,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/posiciovalormespetit.java:\r\n\r\n No potential copy detected for mgarcia/posiciovalormesgran.java:\r\n Match score with camposjoan/posiciovalormesgran.java... 66,60 %\r\n Match score with jimenezvictor/posiciovalormesgran.java... 95,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern mgarcia/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for ncoronado:\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ncoronado/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for rislam:\r\n The copy detector was unable to find and compare some files using the search pattern rislam/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rislam/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for rvazquez:\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern rvazquez/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for villarenrique:\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/quantitatdetalles.java:\r\n\r\n No potential copy detected for villarenrique/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 76,30 %\r\n Match score with drubiano/quantitatdivisibles.java... 66,00 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 40,20 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 89,30 %\r\n Match score with jruibal/quantitatdivisibles.java... 89,30 %\r\n Match score with ybenjallam/quantitatdivisibles.java... 60,30 %\r\n\r\n No potential copy detected for villarenrique/posiciovalormespetit.java:\r\n Match score with amerchan/posiciovalormespetit.java... 76,30 %\r\n Match score with eghribelmohamed/posiciovalormespetit.java... 40,20 %\r\n Match score with glucas/posiciovalormespetit.java... 51,70 %\r\n Match score with jimenezdaniel/posiciovalormespetit.java... 80,50 %\r\n Match score with johnhairontorrico/posiciovalormespetit.java... 35,60 %\r\n Match score with jruibal/posiciovalormespetit.java... 89,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern villarenrique/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for ybenjallam:\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/quantitatdetalles.java:\r\n\r\n No potential copy detected for ybenjallam/quantitatdivisibles.java:\r\n Match score with amerchan/quantitatdivisibles.java... 82,30 %\r\n Match score with drubiano/quantitatdivisibles.java... 52,80 %\r\n Match score with eghribelmohamed/quantitatdivisibles.java... 57,80 %\r\n Match score with jimenezvictor/quantitatdivisibles.java... 62,80 %\r\n Match score with jruibal/quantitatdivisibles.java... 71,60 %\r\n Match score with villarenrique/quantitatdivisibles.java... 60,30 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/posiciovalormesgran.java:\r\n\r\n No potential copy detected for ybenjallam/endrecarifiltrar.java:\r\n Match score with eghribelmohamed/endrecarifiltrar.java... 57,80 %\r\n Match score with johnhairontorrico/endrecarifiltrar.java... 53,10 %\r\n Match score with leonpachecocarlosisaias/endrecarifiltrar.java... 68,70 %\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern ybenjallam/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism.\r\n\r\nRunning script dmoj_asix1p4curs22 (v1.0.0.0):\r\n Downloading DMOJ contest asix1p4curs22 into /home/fher/repos/AutoCheck/test/bin/Debug/net6.0/temp/DMOJ/asix1p4curs22:\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdetalles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within drubiano... OK\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'quantitatdivisibles.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within amerchan... OK\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within glucas... OK\r\n Looking for potential copies within jimenezdaniel... OK\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... OK\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within villarenrique... OK\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormespetit.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within camposjoan... OK\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jimenezvictor... OK\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within mgarcia... OK\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'posiciovalormesgran.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... OK\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n Looking for potential copies within ybenjallam... OK\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecarifiltrar.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within joaquimjulian... OK\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'endrecareliminarrepe.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within eghribelmohamed... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within johnhairontorrico... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'fusiolleteresinums.java'.\r\n\r\n Starting the copy detector for SourceCode:\r\n Looking for potential copies within akarim... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within amerchan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within camposjoan... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within djgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within drubiano... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ebanos... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within eghribelmohamed... OK\r\n Looking for potential copies within ggarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within glucas... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezdaniel... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jimenezvictor... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within jmanzanera... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within joaquimjulian... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within johnhairontorrico... OK\r\n Looking for potential copies within jruibal... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within leonpachecocarlosisaias... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within mgarcia... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ncoronado... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rislam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within rvazquez... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within villarenrique... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within ybenjallam... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n Looking for potential copies within zdermani... ERROR:\n -Unable to find any file using the search pattern 'separarlletresinums.java'.\r\n\r\nRunning on batch mode for zdermani:\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/quantitatdetalles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/quantitatdivisibles.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/posiciovalormespetit.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/posiciovalormesgran.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/endrecarifiltrar.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/endrecareliminarrepe.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/fusiolleteresinums.java:\r\n\r\n The copy detector was unable to find and compare some files using the search pattern zdermani/separarlletresinums.java:\r\n\r\n Warning: some files were not found when performing the copy detection mechanism."; + Assert.AreEqual(expected, s.Output.ToString()); + } + } +} \ No newline at end of file From 15c19ac2abd0b0deba0cd894f4eb08f3de448eef Mon Sep 17 00:00:00 2001 From: FherStk Date: Sat, 11 Feb 2023 17:08:52 +0100 Subject: [PATCH 9/9] documentation --- docs/api/.manifest | 13 +- docs/api/AutoCheck.Core.Connectors.Base.yml | 1 + docs/api/AutoCheck.Core.Connectors.Dmoj.yml | 499 ++++++++++++ docs/api/AutoCheck.Core.Connectors.yml | 6 + .../api/AutoCheck.Core.CopyDetectors.Dmoj.yml | 764 ------------------ ...AutoCheck.Core.CopyDetectors.PlainText.yml | 1 - docs/api/AutoCheck.Core.CopyDetectors.yml | 6 - ...re.Exceptions.ArgumentInvalidException.yml | 6 +- ...e.Exceptions.ArgumentNotFoundException.yml | 6 +- ....Exceptions.ConfigFileMissingException.yml | 207 +++++ ....Exceptions.ConnectionInvalidException.yml | 6 +- ...e.Exceptions.ConnectorInvalidException.yml | 6 +- ....Exceptions.ConnectorNotFoundException.yml | 6 +- ...re.Exceptions.DocumentInvalidException.yml | 6 +- ...ore.Exceptions.DownloadFailedException.yml | 6 +- ....Core.Exceptions.ItemNotFoundException.yml | 6 +- ...e.Exceptions.PorpertyNotFoundException.yml | 6 +- ....Core.Exceptions.QueryInvalidException.yml | 6 +- ....Core.Exceptions.RegexInvalidException.yml | 6 +- ...ore.Exceptions.ResultMismatchException.yml | 6 +- ...Core.Exceptions.ScriptInvalidException.yml | 6 +- ...ore.Exceptions.ScriptNotFoundException.yml | 6 +- ....Core.Exceptions.StyleInvalidException.yml | 6 +- ...re.Exceptions.StyleNotAppliedException.yml | 6 +- ...Core.Exceptions.StyleNotFoundException.yml | 6 +- ...Exceptions.TableInconsistencyException.yml | 6 +- ...re.Exceptions.VariableInvalidException.yml | 6 +- ...e.Exceptions.VariableNotFoundException.yml | 6 +- docs/api/AutoCheck.Core.Exceptions.yml | 6 + docs/api/AutoCheck.Core.Output.yml | 6 +- .../AutoCheck.Core.Script.ExecutionMode.yml | 6 +- docs/api/AutoCheck.Core.Script.yml | 168 +++- docs/api/toc.yml | 6 +- docs/html/api/AutoCheck.Connectors.Css.html | 9 +- docs/html/api/AutoCheck.Connectors.Csv.html | 9 +- .../api/AutoCheck.Connectors.CsvDocument.html | 9 +- .../html/api/AutoCheck.Connectors.GDrive.html | 9 +- docs/html/api/AutoCheck.Connectors.Html.html | 9 +- .../api/AutoCheck.Connectors.LocalShell.html | 9 +- .../html/api/AutoCheck.Connectors.Moodle.html | 9 +- docs/html/api/AutoCheck.Connectors.Odoo.html | 9 +- ...Check.Connectors.Postgres.Destination.html | 9 +- .../AutoCheck.Connectors.Postgres.Filter.html | 9 +- .../AutoCheck.Connectors.Postgres.Source.html | 9 +- .../api/AutoCheck.Connectors.Postgres.html | 9 +- .../api/AutoCheck.Connectors.RemoteShell.html | 9 +- docs/html/api/AutoCheck.Connectors.html | 9 +- .../html/api/AutoCheck.CopyDetectors.Css.html | 9 +- .../api/AutoCheck.CopyDetectors.Html.html | 9 +- .../api/AutoCheck.CopyDetectors.None.html | 9 +- .../AutoCheck.CopyDetectors.PlainText.html | 9 +- .../api/AutoCheck.CopyDetectors.SqlLog.html | 9 +- docs/html/api/AutoCheck.CopyDetectors.html | 9 +- .../api/AutoCheck.Core.Connectors.Atom.html | 9 +- .../api/AutoCheck.Core.Connectors.Base.html | 10 +- .../AutoCheck.Core.Connectors.Compressed.html | 9 +- .../api/AutoCheck.Core.Connectors.Css.html | 9 +- .../api/AutoCheck.Core.Connectors.Csv.html | 9 +- ...AutoCheck.Core.Connectors.CsvDocument.html | 9 +- .../api/AutoCheck.Core.Connectors.Dmoj.html | 526 ++++++++++++ .../api/AutoCheck.Core.Connectors.GDrive.html | 9 +- .../api/AutoCheck.Core.Connectors.Html.html | 9 +- .../api/AutoCheck.Core.Connectors.Math.html | 9 +- .../api/AutoCheck.Core.Connectors.Odoo.html | 9 +- .../AutoCheck.Core.Connectors.Operator.html | 9 +- ...onnectors.PlainText.PlainTextDocument.html | 9 +- .../AutoCheck.Core.Connectors.PlainText.html | 9 +- .../AutoCheck.Core.Connectors.Postgres.html | 9 +- .../api/AutoCheck.Core.Connectors.Rss.html | 9 +- .../api/AutoCheck.Core.Connectors.Shell.html | 9 +- .../AutoCheck.Core.Connectors.TextStream.html | 9 +- ...Check.Core.Connectors.Xml.XmlNodeType.html | 9 +- .../api/AutoCheck.Core.Connectors.Xml.html | 9 +- docs/html/api/AutoCheck.Core.Connectors.html | 12 +- .../AutoCheck.Core.CopyDetectors.Base.html | 9 +- .../api/AutoCheck.Core.CopyDetectors.Css.html | 9 +- .../AutoCheck.Core.CopyDetectors.Html.html | 9 +- ...eck.Core.CopyDetectors.PlainText.File.html | 9 +- ...utoCheck.Core.CopyDetectors.PlainText.html | 10 +- ...toCheck.Core.CopyDetectors.SourceCode.html | 9 +- .../AutoCheck.Core.CopyDetectors.SqlLog.html | 9 +- .../api/AutoCheck.Core.CopyDetectors.Xml.html | 9 +- .../api/AutoCheck.Core.CopyDetectors.html | 12 +- ...oCheck.Core.Events.LogUpdateEventArgs.html | 9 +- ....StatusUpdateEventArgs.ExecutionEvent.html | 9 +- ...eck.Core.Events.StatusUpdateEventArgs.html | 9 +- docs/html/api/AutoCheck.Core.Events.html | 9 +- ...e.Exceptions.ArgumentInvalidException.html | 15 +- ....Exceptions.ArgumentNotFoundException.html | 15 +- ...Exceptions.ConfigFileMissingException.html | 443 ++++++++++ ...Exceptions.ConnectionInvalidException.html | 15 +- ....Exceptions.ConnectorInvalidException.html | 15 +- ...Exceptions.ConnectorNotFoundException.html | 15 +- ...e.Exceptions.DocumentInvalidException.html | 15 +- ...re.Exceptions.DownloadFailedException.html | 15 +- ...Core.Exceptions.ItemNotFoundException.html | 15 +- ....Exceptions.PorpertyNotFoundException.html | 15 +- ...Core.Exceptions.QueryInvalidException.html | 15 +- ...Core.Exceptions.RegexInvalidException.html | 15 +- ...re.Exceptions.ResultMismatchException.html | 15 +- ...ore.Exceptions.ScriptInvalidException.html | 15 +- ...re.Exceptions.ScriptNotFoundException.html | 15 +- ...Core.Exceptions.StyleInvalidException.html | 15 +- ...e.Exceptions.StyleNotAppliedException.html | 15 +- ...ore.Exceptions.StyleNotFoundException.html | 15 +- ...xceptions.TableInconsistencyException.html | 15 +- ...e.Exceptions.VariableInvalidException.html | 15 +- ....Exceptions.VariableNotFoundException.html | 15 +- docs/html/api/AutoCheck.Core.Exceptions.html | 11 +- docs/html/api/AutoCheck.Core.Output.Log.html | 9 +- .../html/api/AutoCheck.Core.Output.Style.html | 9 +- docs/html/api/AutoCheck.Core.Output.Type.html | 9 +- docs/html/api/AutoCheck.Core.Output.html | 15 +- .../AutoCheck.Core.Script.ExecutionMode.html | 11 +- docs/html/api/AutoCheck.Core.Script.html | 153 +++- docs/html/api/AutoCheck.Core.Utils.OS.html | 9 +- docs/html/api/AutoCheck.Core.Utils.html | 9 +- docs/html/api/AutoCheck.Core.html | 9 +- ...k.Exceptions.ArgumentInvalidException.html | 9 +- ...Exceptions.ConnectionInvalidException.html | 9 +- ...k.Exceptions.DocumentInvalidException.html | 9 +- ...ck.Exceptions.DownloadFailedException.html | 9 +- ...heck.Exceptions.QueryInvalidException.html | 9 +- ...heck.Exceptions.RegexInvalidException.html | 9 +- ...k.Exceptions.StyleNotAppliedException.html | 9 +- ...eck.Exceptions.StyleNotFoundException.html | 9 +- ...xceptions.TableInconsistencyException.html | 9 +- ...k.Exceptions.VariableInvalidException.html | 9 +- docs/html/api/AutoCheck.Exceptions.html | 9 +- docs/html/api/Google.DiffMatchPatch.Diff.html | 9 +- .../Google.DiffMatchPatch.DiffMatchPatch.html | 9 +- .../api/Google.DiffMatchPatch.Operation.html | 9 +- .../html/api/Google.DiffMatchPatch.Patch.html | 9 +- docs/html/api/Google.DiffMatchPatch.html | 9 +- docs/html/manifest.json | 268 +++--- docs/html/tutorials/teacher.html | 98 ++- docs/html/xrefmap.yml | 141 +++- 137 files changed, 3003 insertions(+), 1455 deletions(-) create mode 100644 docs/api/AutoCheck.Core.Connectors.Dmoj.yml delete mode 100644 docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml create mode 100644 docs/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.yml create mode 100644 docs/html/api/AutoCheck.Core.Connectors.Dmoj.html create mode 100644 docs/html/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html diff --git a/docs/api/.manifest b/docs/api/.manifest index 2c066719..b5807092 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -49,6 +49,11 @@ "AutoCheck.Core.Connectors.CsvDocument.GetLine(System.Int32)": "AutoCheck.Core.Connectors.CsvDocument.yml", "AutoCheck.Core.Connectors.CsvDocument.Headers": "AutoCheck.Core.Connectors.CsvDocument.yml", "AutoCheck.Core.Connectors.CsvDocument.Validate": "AutoCheck.Core.Connectors.CsvDocument.yml", + "AutoCheck.Core.Connectors.Dmoj": "AutoCheck.Core.Connectors.Dmoj.yml", + "AutoCheck.Core.Connectors.Dmoj.#ctor(System.String)": "AutoCheck.Core.Connectors.Dmoj.yml", + "AutoCheck.Core.Connectors.Dmoj.Dispose": "AutoCheck.Core.Connectors.Dmoj.yml", + "AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String)": "AutoCheck.Core.Connectors.Dmoj.yml", + "AutoCheck.Core.Connectors.Dmoj.Host": "AutoCheck.Core.Connectors.Dmoj.yml", "AutoCheck.Core.Connectors.GDrive": "AutoCheck.Core.Connectors.GDrive.yml", "AutoCheck.Core.Connectors.GDrive.#ctor(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,System.String)": "AutoCheck.Core.Connectors.GDrive.yml", "AutoCheck.Core.Connectors.GDrive.#ctor(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String,System.String)": "AutoCheck.Core.Connectors.GDrive.yml", @@ -300,9 +305,6 @@ "AutoCheck.Core.CopyDetectors.Base.Threshold": "AutoCheck.Core.CopyDetectors.Base.yml", "AutoCheck.Core.CopyDetectors.Css": "AutoCheck.Core.CopyDetectors.Css.yml", "AutoCheck.Core.CopyDetectors.Css.#ctor(System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Css.yml", - "AutoCheck.Core.CopyDetectors.Dmoj": "AutoCheck.Core.CopyDetectors.Dmoj.yml", - "AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Dmoj.yml", - "AutoCheck.Core.CopyDetectors.Dmoj.Compare": "AutoCheck.Core.CopyDetectors.Dmoj.yml", "AutoCheck.Core.CopyDetectors.Html": "AutoCheck.Core.CopyDetectors.Html.yml", "AutoCheck.Core.CopyDetectors.Html.#ctor(System.Single,System.String)": "AutoCheck.Core.CopyDetectors.Html.yml", "AutoCheck.Core.CopyDetectors.PlainText": "AutoCheck.Core.CopyDetectors.PlainText.yml", @@ -367,6 +369,9 @@ "AutoCheck.Core.Exceptions.ArgumentNotFoundException": "AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml", "AutoCheck.Core.Exceptions.ArgumentNotFoundException.#ctor": "AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml", "AutoCheck.Core.Exceptions.ArgumentNotFoundException.#ctor(System.String,Exception)": "AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml", + "AutoCheck.Core.Exceptions.ConfigFileMissingException": "AutoCheck.Core.Exceptions.ConfigFileMissingException.yml", + "AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor": "AutoCheck.Core.Exceptions.ConfigFileMissingException.yml", + "AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception)": "AutoCheck.Core.Exceptions.ConfigFileMissingException.yml", "AutoCheck.Core.Exceptions.ConnectionInvalidException": "AutoCheck.Core.Exceptions.ConnectionInvalidException.yml", "AutoCheck.Core.Exceptions.ConnectionInvalidException.#ctor": "AutoCheck.Core.Exceptions.ConnectionInvalidException.yml", "AutoCheck.Core.Exceptions.ConnectionInvalidException.#ctor(System.String,Exception)": "AutoCheck.Core.Exceptions.ConnectionInvalidException.yml", @@ -471,6 +476,8 @@ "AutoCheck.Core.Script.AppConfigPath": "AutoCheck.Core.Script.yml", "AutoCheck.Core.Script.AppFolderName": "AutoCheck.Core.Script.yml", "AutoCheck.Core.Script.AppFolderPath": "AutoCheck.Core.Script.yml", + "AutoCheck.Core.Script.AppTempName": "AutoCheck.Core.Script.yml", + "AutoCheck.Core.Script.AppTempPath": "AutoCheck.Core.Script.yml", "AutoCheck.Core.Script.AppUtilsName": "AutoCheck.Core.Script.yml", "AutoCheck.Core.Script.AppUtilsPath": "AutoCheck.Core.Script.yml", "AutoCheck.Core.Script.BatchCaption": "AutoCheck.Core.Script.yml", diff --git a/docs/api/AutoCheck.Core.Connectors.Base.yml b/docs/api/AutoCheck.Core.Connectors.Base.yml index 3ad6e2ba..c46dd446 100644 --- a/docs/api/AutoCheck.Core.Connectors.Base.yml +++ b/docs/api/AutoCheck.Core.Connectors.Base.yml @@ -38,6 +38,7 @@ items: - AutoCheck.Core.Connectors.Compressed - AutoCheck.Core.Connectors.Css - AutoCheck.Core.Connectors.Csv + - AutoCheck.Core.Connectors.Dmoj - AutoCheck.Core.Connectors.GDrive - AutoCheck.Core.Connectors.Html - AutoCheck.Core.Connectors.Math diff --git a/docs/api/AutoCheck.Core.Connectors.Dmoj.yml b/docs/api/AutoCheck.Core.Connectors.Dmoj.yml new file mode 100644 index 00000000..6622db50 --- /dev/null +++ b/docs/api/AutoCheck.Core.Connectors.Dmoj.yml @@ -0,0 +1,499 @@ +### YamlMime:ManagedReference +items: +- uid: AutoCheck.Core.Connectors.Dmoj + commentId: T:AutoCheck.Core.Connectors.Dmoj + id: Dmoj + parent: AutoCheck.Core.Connectors + children: + - AutoCheck.Core.Connectors.Dmoj.#ctor(System.String) + - AutoCheck.Core.Connectors.Dmoj.Dispose + - AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String) + - AutoCheck.Core.Connectors.Dmoj.Host + langs: + - csharp + - vb + name: Dmoj + nameWithType: Dmoj + fullName: AutoCheck.Core.Connectors.Dmoj + type: Class + source: + remote: + path: core/connectors/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Dmoj + path: ../core/connectors/Dmoj.cs + startLine: 43 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nAllows in/out operations and/or data validations with the DMOJ service.\n" + example: [] + syntax: + content: 'public class Dmoj : Base' + content.vb: >- + Public Class Dmoj + Inherits Base + inheritance: + - System.Object + - AutoCheck.Core.Connectors.Base + inheritedMembers: + - AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,Action{System.String}) + extensionMethods: + - AutoCheck.Core.Connectors.Dmoj.ObjectExtensions.DeepClone``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: AutoCheck.Core.Connectors.Dmoj.Host + commentId: P:AutoCheck.Core.Connectors.Dmoj.Host + id: Host + parent: AutoCheck.Core.Connectors.Dmoj + langs: + - csharp + - vb + name: Host + nameWithType: Dmoj.Host + fullName: AutoCheck.Core.Connectors.Dmoj.Host + type: Property + source: + remote: + path: core/connectors/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Host + path: ../core/connectors/Dmoj.cs + startLine: 48 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nDMOJ instance's host address.\n" + example: [] + syntax: + content: public string Host { get; } + parameters: [] + return: + type: System.String + description: '' + content.vb: Public ReadOnly Property Host As String + overload: AutoCheck.Core.Connectors.Dmoj.Host* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly +- uid: AutoCheck.Core.Connectors.Dmoj.#ctor(System.String) + commentId: M:AutoCheck.Core.Connectors.Dmoj.#ctor(System.String) + id: '#ctor(System.String)' + parent: AutoCheck.Core.Connectors.Dmoj + langs: + - csharp + - vb + name: Dmoj(String) + nameWithType: Dmoj.Dmoj(String) + fullName: AutoCheck.Core.Connectors.Dmoj.Dmoj(System.String) + type: Constructor + source: + remote: + path: core/connectors/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: .ctor + path: ../core/connectors/Dmoj.cs + startLine: 65 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nCreates a new connector instance.\n" + example: [] + syntax: + content: public Dmoj(string host) + parameters: + - id: host + type: System.String + description: DMOJ's host address. + content.vb: Public Sub New(host As String) + overload: AutoCheck.Core.Connectors.Dmoj.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: AutoCheck.Core.Connectors.Dmoj.Dispose + commentId: M:AutoCheck.Core.Connectors.Dmoj.Dispose + id: Dispose + parent: AutoCheck.Core.Connectors.Dmoj + langs: + - csharp + - vb + name: Dispose() + nameWithType: Dmoj.Dispose() + fullName: AutoCheck.Core.Connectors.Dmoj.Dispose() + type: Method + source: + remote: + path: core/connectors/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: Dispose + path: ../core/connectors/Dmoj.cs + startLine: 73 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nDisposes the object releasing its unmanaged properties.\n" + example: [] + syntax: + content: public override void Dispose() + content.vb: Public Overrides Sub Dispose + overridden: AutoCheck.Core.Connectors.Base.Dispose + overload: AutoCheck.Core.Connectors.Dmoj.Dispose* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String) + commentId: M:AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String) + id: DownloadContestSubmissions(System.String,System.String) + parent: AutoCheck.Core.Connectors.Dmoj + langs: + - csharp + - vb + name: DownloadContestSubmissions(String, String) + nameWithType: Dmoj.DownloadContestSubmissions(String, String) + fullName: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String, System.String) + type: Method + source: + remote: + path: core/connectors/Dmoj.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: DownloadContestSubmissions + path: ../core/connectors/Dmoj.cs + startLine: 81 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Connectors + summary: "\nDownloads all contest submissions, generating a a folder for each participant.\n" + example: [] + syntax: + content: public void DownloadContestSubmissions(string contestCode, string outputPath = "") + parameters: + - id: contestCode + type: System.String + description: The contest code to download. + - id: outputPath + type: System.String + description: The contest code to download. + content.vb: Public Sub DownloadContestSubmissions(contestCode As String, outputPath As String = "") + overload: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: AutoCheck.Core.Connectors + commentId: N:AutoCheck.Core.Connectors + name: AutoCheck.Core.Connectors + nameWithType: AutoCheck.Core.Connectors + fullName: AutoCheck.Core.Connectors +- uid: System.Object + commentId: '!:System.Object' + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: AutoCheck.Core.Connectors.Base + commentId: T:AutoCheck.Core.Connectors.Base + parent: AutoCheck.Core.Connectors + name: Base + nameWithType: Base + fullName: AutoCheck.Core.Connectors.Base +- uid: AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,Action{System.String}) + commentId: M:AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,Action{System.String}) + parent: AutoCheck.Core.Connectors.Base + isExternal: true + name: ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action) + nameWithType: Base.ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action) + fullName: AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.Int32, System.String, Action) + nameWithType.vb: Base.ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action(Of String)) + fullName.vb: AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.Int32, System.String, Action(Of System.String)) + name.vb: ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action(Of String)) + spec.csharp: + - uid: AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,Action{System.String}) + name: ProcessRemoteFile + nameWithType: Base.ProcessRemoteFile + fullName: AutoCheck.Core.Connectors.Base.ProcessRemoteFile + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Action`1 + name: Action + nameWithType: Action + fullName: Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.Connectors.Base.ProcessRemoteFile(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String,Action{System.String}) + name: ProcessRemoteFile + nameWithType: Base.ProcessRemoteFile + fullName: AutoCheck.Core.Connectors.Base.ProcessRemoteFile + - name: ( + nameWithType: ( + fullName: ( + - uid: AutoCheck.Core.Utils.OS + name: Utils.OS + nameWithType: Utils.OS + fullName: AutoCheck.Core.Utils.OS + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Action`1 + name: Action + nameWithType: Action + fullName: Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.Connectors.Dmoj.ObjectExtensions.DeepClone``1 + commentId: M:ObjectExtensions.DeepClone``1(``0) + parent: ObjectExtensions + definition: ObjectExtensions.DeepClone``1(``0) + name: DeepClone() + nameWithType: ObjectExtensions.DeepClone() + fullName: ObjectExtensions.DeepClone() + nameWithType.vb: ObjectExtensions.DeepClone(Of Dmoj)() + fullName.vb: ObjectExtensions.DeepClone(Of AutoCheck.Core.Connectors.Dmoj)() + name.vb: DeepClone(Of Dmoj)() + spec.csharp: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone(Of Dmoj) + nameWithType: ObjectExtensions.DeepClone(Of Dmoj) + fullName: ObjectExtensions.DeepClone(Of AutoCheck.Core.Connectors.Dmoj) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions.DeepClone``1(``0) + commentId: M:ObjectExtensions.DeepClone``1(``0) + name: DeepClone(T) + nameWithType: ObjectExtensions.DeepClone(T) + fullName: ObjectExtensions.DeepClone(T) + nameWithType.vb: ObjectExtensions.DeepClone(Of T)(T) + fullName.vb: ObjectExtensions.DeepClone(Of T)(T) + name.vb: DeepClone(Of T)(T) + spec.csharp: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone(Of T) + nameWithType: ObjectExtensions.DeepClone(Of T) + fullName: ObjectExtensions.DeepClone(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions + commentId: T:ObjectExtensions + name: ObjectExtensions + nameWithType: ObjectExtensions + fullName: ObjectExtensions +- uid: AutoCheck.Core.Connectors.Dmoj.Host* + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.Host + name: Host + nameWithType: Dmoj.Host + fullName: AutoCheck.Core.Connectors.Dmoj.Host +- uid: System.String + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: AutoCheck.Core.Connectors.Dmoj.#ctor* + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.#ctor + name: Dmoj + nameWithType: Dmoj.Dmoj + fullName: AutoCheck.Core.Connectors.Dmoj.Dmoj +- uid: AutoCheck.Core.Connectors.Base.Dispose + commentId: M:AutoCheck.Core.Connectors.Base.Dispose + parent: AutoCheck.Core.Connectors.Base + name: Dispose() + nameWithType: Base.Dispose() + fullName: AutoCheck.Core.Connectors.Base.Dispose() + spec.csharp: + - uid: AutoCheck.Core.Connectors.Base.Dispose + name: Dispose + nameWithType: Base.Dispose + fullName: AutoCheck.Core.Connectors.Base.Dispose + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: AutoCheck.Core.Connectors.Base.Dispose + name: Dispose + nameWithType: Base.Dispose + fullName: AutoCheck.Core.Connectors.Base.Dispose + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: AutoCheck.Core.Connectors.Dmoj.Dispose* + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.Dispose + name: Dispose + nameWithType: Dmoj.Dispose + fullName: AutoCheck.Core.Connectors.Dmoj.Dispose +- uid: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions* + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions + name: DownloadContestSubmissions + nameWithType: Dmoj.DownloadContestSubmissions + fullName: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions diff --git a/docs/api/AutoCheck.Core.Connectors.yml b/docs/api/AutoCheck.Core.Connectors.yml index 29bfdff1..dfaa1819 100644 --- a/docs/api/AutoCheck.Core.Connectors.yml +++ b/docs/api/AutoCheck.Core.Connectors.yml @@ -10,6 +10,7 @@ items: - AutoCheck.Core.Connectors.Css - AutoCheck.Core.Connectors.Csv - AutoCheck.Core.Connectors.CsvDocument + - AutoCheck.Core.Connectors.Dmoj - AutoCheck.Core.Connectors.GDrive - AutoCheck.Core.Connectors.Html - AutoCheck.Core.Connectors.Math @@ -71,6 +72,11 @@ references: name: Csv nameWithType: Csv fullName: AutoCheck.Core.Connectors.Csv +- uid: AutoCheck.Core.Connectors.Dmoj + commentId: T:AutoCheck.Core.Connectors.Dmoj + name: Dmoj + nameWithType: Dmoj + fullName: AutoCheck.Core.Connectors.Dmoj - uid: AutoCheck.Core.Connectors.GDrive commentId: T:AutoCheck.Core.Connectors.GDrive name: GDrive diff --git a/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml b/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml deleted file mode 100644 index e0ef3063..00000000 --- a/docs/api/AutoCheck.Core.CopyDetectors.Dmoj.yml +++ /dev/null @@ -1,764 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: AutoCheck.Core.CopyDetectors.Dmoj - commentId: T:AutoCheck.Core.CopyDetectors.Dmoj - id: Dmoj - parent: AutoCheck.Core.CopyDetectors - children: - - AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) - - AutoCheck.Core.CopyDetectors.Dmoj.Compare - langs: - - csharp - - vb - name: Dmoj - nameWithType: Dmoj - fullName: AutoCheck.Core.CopyDetectors.Dmoj - type: Class - source: - remote: - path: core/copy/Dmoj.cs - branch: dmoj - repo: https://github.com/FherStk/AutoCheck.git - id: Dmoj - path: ../core/copy/Dmoj.cs - startLine: 30 - assemblies: - - AutoCheck.Core - namespace: AutoCheck.Core.CopyDetectors - summary: "\nCopy detector for DMOJ contests.\n" - example: [] - syntax: - content: 'public class Dmoj : PlainText' - content.vb: >- - Public Class Dmoj - Inherits PlainText - inheritance: - - System.Object - - AutoCheck.Core.CopyDetectors.Base - - AutoCheck.Core.CopyDetectors.PlainText - inheritedMembers: - - AutoCheck.Core.CopyDetectors.PlainText.Index - - AutoCheck.Core.CopyDetectors.PlainText.Files - - AutoCheck.Core.CopyDetectors.PlainText.Matches - - AutoCheck.Core.CopyDetectors.PlainText.Diffs - - AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight - - AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight - - AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight - - AutoCheck.Core.CopyDetectors.PlainText.Count - - AutoCheck.Core.CopyDetectors.PlainText.Dispose - - AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) - - AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - - AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - - AutoCheck.Core.CopyDetectors.Base.Threshold - - AutoCheck.Core.CopyDetectors.Base.FilePattern - - AutoCheck.Core.CopyDetectors.Base.Load(System.String) - - AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) - - AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) - extensionMethods: - - AutoCheck.Core.CopyDetectors.Dmoj.ObjectExtensions.DeepClone``1 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) - commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) - id: '#ctor(System.String,System.Single,System.String)' - parent: AutoCheck.Core.CopyDetectors.Dmoj - langs: - - csharp - - vb - name: Dmoj(String, Single, String) - nameWithType: Dmoj.Dmoj(String, Single, String) - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj(System.String, System.Single, System.String) - type: Constructor - source: - remote: - path: core/copy/Dmoj.cs - branch: dmoj - repo: https://github.com/FherStk/AutoCheck.git - id: .ctor - path: ../core/copy/Dmoj.cs - startLine: 37 - assemblies: - - AutoCheck.Core - namespace: AutoCheck.Core.CopyDetectors - summary: "\nCreates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability.\n" - example: [] - syntax: - content: public Dmoj(string url, float threshold, string contestCode) - parameters: - - id: url - type: System.String - description: URL to the DMOJ's instance. - - id: threshold - type: System.Single - description: Above this comparisson percentage, it will be assumed as a pontential copy. - - id: contestCode - type: System.String - description: DMOJ's contest code to check. - content.vb: Public Sub New(url As String, threshold As Single, contestCode As String) - overload: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* - modifiers.csharp: - - public - modifiers.vb: - - Public -- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare - commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.Compare - id: Compare - parent: AutoCheck.Core.CopyDetectors.Dmoj - langs: - - csharp - - vb - name: Compare() - nameWithType: Dmoj.Compare() - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare() - type: Method - source: - remote: - path: core/copy/Dmoj.cs - branch: dmoj - repo: https://github.com/FherStk/AutoCheck.git - id: Compare - path: ../core/copy/Dmoj.cs - startLine: 47 - assemblies: - - AutoCheck.Core - namespace: AutoCheck.Core.CopyDetectors - summary: "\nCompares all the previously loaded files, between each other.\n" - example: [] - syntax: - content: public override void Compare() - content.vb: Public Overrides Sub Compare - overridden: AutoCheck.Core.CopyDetectors.PlainText.Compare - overload: AutoCheck.Core.CopyDetectors.Dmoj.Compare* - modifiers.csharp: - - public - - override - modifiers.vb: - - Public - - Overrides -references: -- uid: AutoCheck.Core.CopyDetectors - commentId: N:AutoCheck.Core.CopyDetectors - name: AutoCheck.Core.CopyDetectors - nameWithType: AutoCheck.Core.CopyDetectors - fullName: AutoCheck.Core.CopyDetectors -- uid: System.Object - commentId: '!:System.Object' - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: AutoCheck.Core.CopyDetectors.Base - commentId: T:AutoCheck.Core.CopyDetectors.Base - parent: AutoCheck.Core.CopyDetectors - name: Base - nameWithType: Base - fullName: AutoCheck.Core.CopyDetectors.Base -- uid: AutoCheck.Core.CopyDetectors.PlainText - commentId: T:AutoCheck.Core.CopyDetectors.PlainText - parent: AutoCheck.Core.CopyDetectors - name: PlainText - nameWithType: PlainText - fullName: AutoCheck.Core.CopyDetectors.PlainText -- uid: AutoCheck.Core.CopyDetectors.PlainText.Index - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Index - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Index - nameWithType: PlainText.Index - fullName: AutoCheck.Core.CopyDetectors.PlainText.Index -- uid: AutoCheck.Core.CopyDetectors.PlainText.Files - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Files - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Files - nameWithType: PlainText.Files - fullName: AutoCheck.Core.CopyDetectors.PlainText.Files -- uid: AutoCheck.Core.CopyDetectors.PlainText.Matches - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Matches - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Matches - nameWithType: PlainText.Matches - fullName: AutoCheck.Core.CopyDetectors.PlainText.Matches -- uid: AutoCheck.Core.CopyDetectors.PlainText.Diffs - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Diffs - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Diffs - nameWithType: PlainText.Diffs - fullName: AutoCheck.Core.CopyDetectors.PlainText.Diffs -- uid: AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight - parent: AutoCheck.Core.CopyDetectors.PlainText - name: SentenceMatchWeight - nameWithType: PlainText.SentenceMatchWeight - fullName: AutoCheck.Core.CopyDetectors.PlainText.SentenceMatchWeight -- uid: AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight - parent: AutoCheck.Core.CopyDetectors.PlainText - name: WordCountWeight - nameWithType: PlainText.WordCountWeight - fullName: AutoCheck.Core.CopyDetectors.PlainText.WordCountWeight -- uid: AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight - parent: AutoCheck.Core.CopyDetectors.PlainText - name: LineCountWeight - nameWithType: PlainText.LineCountWeight - fullName: AutoCheck.Core.CopyDetectors.PlainText.LineCountWeight -- uid: AutoCheck.Core.CopyDetectors.PlainText.Count - commentId: P:AutoCheck.Core.CopyDetectors.PlainText.Count - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Count - nameWithType: PlainText.Count - fullName: AutoCheck.Core.CopyDetectors.PlainText.Count -- uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose - commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Dispose - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Dispose() - nameWithType: PlainText.Dispose() - fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose() - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose - name: Dispose - nameWithType: PlainText.Dispose - fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Dispose - name: Dispose - nameWithType: PlainText.Dispose - fullName: AutoCheck.Core.CopyDetectors.PlainText.Dispose - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) - commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) - parent: AutoCheck.Core.CopyDetectors.PlainText - isExternal: true - name: Load(String, String) - nameWithType: PlainText.Load(String, String) - fullName: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String, System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) - name: Load - nameWithType: PlainText.Load - fullName: AutoCheck.Core.CopyDetectors.PlainText.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Load(System.String,System.String) - name: Load - nameWithType: PlainText.Load - fullName: AutoCheck.Core.CopyDetectors.PlainText.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - commentId: M:AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - parent: AutoCheck.Core.CopyDetectors.PlainText - isExternal: true - name: CopyDetected(String) - nameWithType: PlainText.CopyDetected(String) - fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - name: CopyDetected - nameWithType: PlainText.CopyDetected - fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected(System.String) - name: CopyDetected - nameWithType: PlainText.CopyDetected - fullName: AutoCheck.Core.CopyDetectors.PlainText.CopyDetected - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - commentId: M:AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - parent: AutoCheck.Core.CopyDetectors.PlainText - isExternal: true - name: GetDetails(String) - nameWithType: PlainText.GetDetails(String) - fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - name: GetDetails - nameWithType: PlainText.GetDetails - fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.PlainText.GetDetails(System.String) - name: GetDetails - nameWithType: PlainText.GetDetails - fullName: AutoCheck.Core.CopyDetectors.PlainText.GetDetails - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.Base.Threshold - commentId: P:AutoCheck.Core.CopyDetectors.Base.Threshold - parent: AutoCheck.Core.CopyDetectors.Base - name: Threshold - nameWithType: Base.Threshold - fullName: AutoCheck.Core.CopyDetectors.Base.Threshold -- uid: AutoCheck.Core.CopyDetectors.Base.FilePattern - commentId: P:AutoCheck.Core.CopyDetectors.Base.FilePattern - parent: AutoCheck.Core.CopyDetectors.Base - name: FilePattern - nameWithType: Base.FilePattern - fullName: AutoCheck.Core.CopyDetectors.Base.FilePattern -- uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) - commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(System.String) - parent: AutoCheck.Core.CopyDetectors.Base - isExternal: true - name: Load(String) - nameWithType: Base.Load(String) - fullName: AutoCheck.Core.CopyDetectors.Base.Load(System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) - commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) - parent: AutoCheck.Core.CopyDetectors.Base - isExternal: true - name: Load(Utils.OS, String, String, String, String) - nameWithType: Base.Load(Utils.OS, String, String, String, String) - fullName: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: AutoCheck.Core.Utils.OS - name: Utils.OS - nameWithType: Utils.OS - fullName: AutoCheck.Core.Utils.OS - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: AutoCheck.Core.Utils.OS - name: Utils.OS - nameWithType: Utils.OS - fullName: AutoCheck.Core.Utils.OS - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) - commentId: M:AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) - parent: AutoCheck.Core.CopyDetectors.Base - isExternal: true - name: Load(Utils.OS, String, String, String, Int32, String) - nameWithType: Base.Load(Utils.OS, String, String, String, Int32, String) - fullName: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS, System.String, System.String, System.String, System.Int32, System.String) - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: AutoCheck.Core.Utils.OS - name: Utils.OS - nameWithType: Utils.OS - fullName: AutoCheck.Core.Utils.OS - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.Base.Load(AutoCheck.Core.Utils.OS,System.String,System.String,System.String,System.Int32,System.String) - name: Load - nameWithType: Base.Load - fullName: AutoCheck.Core.CopyDetectors.Base.Load - - name: ( - nameWithType: ( - fullName: ( - - uid: AutoCheck.Core.Utils.OS - name: Utils.OS - nameWithType: Utils.OS - fullName: AutoCheck.Core.Utils.OS - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Int32 - name: Int32 - nameWithType: Int32 - fullName: System.Int32 - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.Dmoj.ObjectExtensions.DeepClone``1 - commentId: M:ObjectExtensions.DeepClone``1(``0) - parent: ObjectExtensions - definition: ObjectExtensions.DeepClone``1(``0) - name: DeepClone() - nameWithType: ObjectExtensions.DeepClone() - fullName: ObjectExtensions.DeepClone() - nameWithType.vb: ObjectExtensions.DeepClone(Of Dmoj)() - fullName.vb: ObjectExtensions.DeepClone(Of AutoCheck.Core.CopyDetectors.Dmoj)() - name.vb: DeepClone(Of Dmoj)() - spec.csharp: - - uid: ObjectExtensions.DeepClone``1 - name: DeepClone - nameWithType: ObjectExtensions.DeepClone - fullName: ObjectExtensions.DeepClone - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: ObjectExtensions.DeepClone``1 - name: DeepClone(Of Dmoj) - nameWithType: ObjectExtensions.DeepClone(Of Dmoj) - fullName: ObjectExtensions.DeepClone(Of AutoCheck.Core.CopyDetectors.Dmoj) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: ObjectExtensions.DeepClone``1(``0) - commentId: M:ObjectExtensions.DeepClone``1(``0) - name: DeepClone(T) - nameWithType: ObjectExtensions.DeepClone(T) - fullName: ObjectExtensions.DeepClone(T) - nameWithType.vb: ObjectExtensions.DeepClone(Of T)(T) - fullName.vb: ObjectExtensions.DeepClone(Of T)(T) - name.vb: DeepClone(Of T)(T) - spec.csharp: - - uid: ObjectExtensions.DeepClone``1(``0) - name: DeepClone - nameWithType: ObjectExtensions.DeepClone - fullName: ObjectExtensions.DeepClone - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: ObjectExtensions.DeepClone``1(``0) - name: DeepClone(Of T) - nameWithType: ObjectExtensions.DeepClone(Of T) - fullName: ObjectExtensions.DeepClone(Of T) - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: ObjectExtensions - commentId: T:ObjectExtensions - name: ObjectExtensions - nameWithType: ObjectExtensions - fullName: ObjectExtensions -- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* - commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.#ctor - name: Dmoj - nameWithType: Dmoj.Dmoj - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj -- uid: System.String - isExternal: true - name: String - nameWithType: String - fullName: System.String -- uid: System.Single - isExternal: true - name: Single - nameWithType: Single - fullName: System.Single -- uid: AutoCheck.Core.CopyDetectors.PlainText.Compare - commentId: M:AutoCheck.Core.CopyDetectors.PlainText.Compare - parent: AutoCheck.Core.CopyDetectors.PlainText - name: Compare() - nameWithType: PlainText.Compare() - fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare() - spec.csharp: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Compare - name: Compare - nameWithType: PlainText.Compare - fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: AutoCheck.Core.CopyDetectors.PlainText.Compare - name: Compare - nameWithType: PlainText.Compare - fullName: AutoCheck.Core.CopyDetectors.PlainText.Compare - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare* - commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.Compare - name: Compare - nameWithType: Dmoj.Compare - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare diff --git a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml index 56fb7470..ef3f5a79 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.PlainText.yml @@ -49,7 +49,6 @@ items: - AutoCheck.Core.CopyDetectors.Base derivedClasses: - AutoCheck.Core.CopyDetectors.Css - - AutoCheck.Core.CopyDetectors.Dmoj - AutoCheck.Core.CopyDetectors.Html - AutoCheck.Core.CopyDetectors.SourceCode - AutoCheck.Core.CopyDetectors.SqlLog diff --git a/docs/api/AutoCheck.Core.CopyDetectors.yml b/docs/api/AutoCheck.Core.CopyDetectors.yml index 12ae8772..d0a33577 100644 --- a/docs/api/AutoCheck.Core.CopyDetectors.yml +++ b/docs/api/AutoCheck.Core.CopyDetectors.yml @@ -6,7 +6,6 @@ items: children: - AutoCheck.Core.CopyDetectors.Base - AutoCheck.Core.CopyDetectors.Css - - AutoCheck.Core.CopyDetectors.Dmoj - AutoCheck.Core.CopyDetectors.Html - AutoCheck.Core.CopyDetectors.PlainText - AutoCheck.Core.CopyDetectors.PlainText.File @@ -34,11 +33,6 @@ references: name: Css nameWithType: Css fullName: AutoCheck.Core.CopyDetectors.Css -- uid: AutoCheck.Core.CopyDetectors.Dmoj - commentId: T:AutoCheck.Core.CopyDetectors.Dmoj - name: Dmoj - nameWithType: Dmoj - fullName: AutoCheck.Core.CopyDetectors.Dmoj - uid: AutoCheck.Core.CopyDetectors.Html commentId: T:AutoCheck.Core.CopyDetectors.Html name: Html diff --git a/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml index 0ea9cb73..dff5119b 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ArgumentInvalidException path: ../core/main/Exceptions.cs - startLine: 197 + startLine: 207 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 203 + startLine: 213 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 204 + startLine: 214 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml index b60ffc30..27f4bee9 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ArgumentNotFoundException path: ../core/main/Exceptions.cs - startLine: 75 + startLine: 85 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -59,7 +59,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 81 + startLine: 91 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -89,7 +89,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 82 + startLine: 92 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.yml b/docs/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.yml new file mode 100644 index 00000000..18d37b7d --- /dev/null +++ b/docs/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.yml @@ -0,0 +1,207 @@ +### YamlMime:ManagedReference +items: +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException + commentId: T:AutoCheck.Core.Exceptions.ConfigFileMissingException + id: ConfigFileMissingException + parent: AutoCheck.Core.Exceptions + children: + - AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + - AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception) + langs: + - csharp + - vb + name: ConfigFileMissingException + nameWithType: ConfigFileMissingException + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException + type: Class + source: + remote: + path: core/main/Exceptions.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: ConfigFileMissingException + path: ../core/main/Exceptions.cs + startLine: 25 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Exceptions + syntax: + content: 'public class ConfigFileMissingException : Exception' + content.vb: >- + Public Class ConfigFileMissingException + Inherits Exception + inheritance: + - System.Object + extensionMethods: + - AutoCheck.Core.Exceptions.ConfigFileMissingException.ObjectExtensions.DeepClone``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + commentId: M:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + id: '#ctor' + parent: AutoCheck.Core.Exceptions.ConfigFileMissingException + langs: + - csharp + - vb + name: ConfigFileMissingException() + nameWithType: ConfigFileMissingException.ConfigFileMissingException() + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException() + type: Constructor + source: + remote: + path: core/main/Exceptions.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: .ctor + path: ../core/main/Exceptions.cs + startLine: 31 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Exceptions + syntax: + content: public ConfigFileMissingException() + content.vb: Public Sub New + overload: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception) + commentId: M:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception) + id: '#ctor(System.String,Exception)' + parent: AutoCheck.Core.Exceptions.ConfigFileMissingException + langs: + - csharp + - vb + name: ConfigFileMissingException(String, Exception) + nameWithType: ConfigFileMissingException.ConfigFileMissingException(String, Exception) + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException(System.String, Exception) + type: Constructor + source: + remote: + path: core/main/Exceptions.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: .ctor + path: ../core/main/Exceptions.cs + startLine: 32 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core.Exceptions + syntax: + content: public ConfigFileMissingException(string message, Exception innerException = null) + parameters: + - id: message + type: System.String + - id: innerException + type: Exception + content.vb: Public Sub New(message As String, innerException As Exception = Nothing) + overload: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +references: +- uid: AutoCheck.Core.Exceptions + commentId: N:AutoCheck.Core.Exceptions + name: AutoCheck.Core.Exceptions + nameWithType: AutoCheck.Core.Exceptions + fullName: AutoCheck.Core.Exceptions +- uid: System.Object + commentId: '!:System.Object' + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.ObjectExtensions.DeepClone``1 + commentId: M:ObjectExtensions.DeepClone``1(``0) + parent: ObjectExtensions + definition: ObjectExtensions.DeepClone``1(``0) + name: DeepClone() + nameWithType: ObjectExtensions.DeepClone() + fullName: ObjectExtensions.DeepClone() + nameWithType.vb: ObjectExtensions.DeepClone(Of ConfigFileMissingException)() + fullName.vb: ObjectExtensions.DeepClone(Of AutoCheck.Core.Exceptions.ConfigFileMissingException)() + name.vb: DeepClone(Of ConfigFileMissingException)() + spec.csharp: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1 + name: DeepClone(Of ConfigFileMissingException) + nameWithType: ObjectExtensions.DeepClone(Of ConfigFileMissingException) + fullName: ObjectExtensions.DeepClone(Of AutoCheck.Core.Exceptions.ConfigFileMissingException) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions.DeepClone``1(``0) + commentId: M:ObjectExtensions.DeepClone``1(``0) + name: DeepClone(T) + nameWithType: ObjectExtensions.DeepClone(T) + fullName: ObjectExtensions.DeepClone(T) + nameWithType.vb: ObjectExtensions.DeepClone(Of T)(T) + fullName.vb: ObjectExtensions.DeepClone(Of T)(T) + name.vb: DeepClone(Of T)(T) + spec.csharp: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone + nameWithType: ObjectExtensions.DeepClone + fullName: ObjectExtensions.DeepClone + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: ObjectExtensions.DeepClone``1(``0) + name: DeepClone(Of T) + nameWithType: ObjectExtensions.DeepClone(Of T) + fullName: ObjectExtensions.DeepClone(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: ObjectExtensions + commentId: T:ObjectExtensions + name: ObjectExtensions + nameWithType: ObjectExtensions + fullName: ObjectExtensions +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor* + commentId: Overload:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + name: ConfigFileMissingException + nameWithType: ConfigFileMissingException.ConfigFileMissingException + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException +- uid: System.String + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: Exception + isExternal: true + name: Exception + nameWithType: Exception + fullName: Exception diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml index 2512b597..054a839b 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ConnectionInvalidException path: ../core/main/Exceptions.cs - startLine: 177 + startLine: 187 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 183 + startLine: 193 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 184 + startLine: 194 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml index da1f6beb..607720f4 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ConnectorInvalidException path: ../core/main/Exceptions.cs - startLine: 127 + startLine: 137 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 133 + startLine: 143 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 134 + startLine: 144 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml index 1c839f7d..80b25f28 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ConnectorNotFoundException path: ../core/main/Exceptions.cs - startLine: 95 + startLine: 105 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -59,7 +59,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 101 + startLine: 111 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -89,7 +89,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 102 + startLine: 112 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml index 6a459676..1f29f644 100644 --- a/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.DocumentInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: DocumentInvalidException path: ../core/main/Exceptions.cs - startLine: 25 + startLine: 35 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 31 + startLine: 41 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 32 + startLine: 42 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml b/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml index d26ce4f8..3819f7bd 100644 --- a/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.DownloadFailedException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: DownloadFailedException path: ../core/main/Exceptions.cs - startLine: 207 + startLine: 217 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 213 + startLine: 223 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 214 + startLine: 224 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml index e5ab5b11..3538306d 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ItemNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ItemNotFoundException path: ../core/main/Exceptions.cs - startLine: 55 + startLine: 65 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -64,7 +64,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 61 + startLine: 71 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -94,7 +94,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 62 + startLine: 72 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml index 2d3075af..647a05c7 100644 --- a/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: PorpertyNotFoundException path: ../core/main/Exceptions.cs - startLine: 85 + startLine: 95 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -59,7 +59,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 91 + startLine: 101 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -89,7 +89,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 92 + startLine: 102 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml index b763e7dd..9aff3854 100644 --- a/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.QueryInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: QueryInvalidException path: ../core/main/Exceptions.cs - startLine: 187 + startLine: 197 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 193 + startLine: 203 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 194 + startLine: 204 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml index 4c8eb42a..69f3cb05 100644 --- a/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.RegexInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: RegexInvalidException path: ../core/main/Exceptions.cs - startLine: 45 + startLine: 55 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 51 + startLine: 61 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 52 + startLine: 62 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml b/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml index 124ee9ae..6587ced7 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ResultMismatchException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ResultMismatchException path: ../core/main/Exceptions.cs - startLine: 217 + startLine: 227 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 223 + startLine: 233 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 224 + startLine: 234 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml index f090ae0b..c9cc0b52 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ScriptInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptInvalidException path: ../core/main/Exceptions.cs - startLine: 115 + startLine: 125 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 121 + startLine: 131 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 122 + startLine: 132 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml index 5dc02c71..a503831b 100644 --- a/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptNotFoundException path: ../core/main/Exceptions.cs - startLine: 105 + startLine: 115 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -59,7 +59,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 111 + startLine: 121 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -89,7 +89,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 112 + startLine: 122 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml index 46555be3..af2e7933 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: StyleInvalidException path: ../core/main/Exceptions.cs - startLine: 35 + startLine: 45 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 41 + startLine: 51 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 42 + startLine: 52 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml index 230e62b0..0b6726b8 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: StyleNotAppliedException path: ../core/main/Exceptions.cs - startLine: 157 + startLine: 167 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 163 + startLine: 173 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 164 + startLine: 174 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml index 1a7fd854..92e8b2d4 100644 --- a/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.StyleNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: StyleNotFoundException path: ../core/main/Exceptions.cs - startLine: 147 + startLine: 157 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 153 + startLine: 163 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 154 + startLine: 164 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml b/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml index 6c8fe042..6ac54667 100644 --- a/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.TableInconsistencyException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: TableInconsistencyException path: ../core/main/Exceptions.cs - startLine: 167 + startLine: 177 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 173 + startLine: 183 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 174 + startLine: 184 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml b/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml index 5d1afc2f..e3b15e09 100644 --- a/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.VariableInvalidException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: VariableInvalidException path: ../core/main/Exceptions.cs - startLine: 137 + startLine: 147 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -58,7 +58,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 143 + startLine: 153 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -88,7 +88,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 144 + startLine: 154 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml b/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml index 35da6419..24725cdc 100644 --- a/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml +++ b/docs/api/AutoCheck.Core.Exceptions.VariableNotFoundException.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: VariableNotFoundException path: ../core/main/Exceptions.cs - startLine: 65 + startLine: 75 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -59,7 +59,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 71 + startLine: 81 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions @@ -89,7 +89,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Exceptions.cs - startLine: 72 + startLine: 82 assemblies: - AutoCheck.Core namespace: AutoCheck.Core.Exceptions diff --git a/docs/api/AutoCheck.Core.Exceptions.yml b/docs/api/AutoCheck.Core.Exceptions.yml index 00c60ebd..8fa1da26 100644 --- a/docs/api/AutoCheck.Core.Exceptions.yml +++ b/docs/api/AutoCheck.Core.Exceptions.yml @@ -6,6 +6,7 @@ items: children: - AutoCheck.Core.Exceptions.ArgumentInvalidException - AutoCheck.Core.Exceptions.ArgumentNotFoundException + - AutoCheck.Core.Exceptions.ConfigFileMissingException - AutoCheck.Core.Exceptions.ConnectionInvalidException - AutoCheck.Core.Exceptions.ConnectorInvalidException - AutoCheck.Core.Exceptions.ConnectorNotFoundException @@ -34,6 +35,11 @@ items: assemblies: - AutoCheck.Core references: +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException + commentId: T:AutoCheck.Core.Exceptions.ConfigFileMissingException + name: ConfigFileMissingException + nameWithType: ConfigFileMissingException + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException - uid: AutoCheck.Core.Exceptions.DocumentInvalidException commentId: T:AutoCheck.Core.Exceptions.DocumentInvalidException name: DocumentInvalidException diff --git a/docs/api/AutoCheck.Core.Output.yml b/docs/api/AutoCheck.Core.Output.yml index a1b8d718..a390bec6 100644 --- a/docs/api/AutoCheck.Core.Output.yml +++ b/docs/api/AutoCheck.Core.Output.yml @@ -605,7 +605,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ToString path: ../core/main/Output.cs - startLine: 298 + startLine: 305 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -640,7 +640,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ToJson path: ../core/main/Output.cs - startLine: 306 + startLine: 313 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -675,7 +675,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: SendToTerminal path: ../core/main/Output.cs - startLine: 314 + startLine: 321 assemblies: - AutoCheck.Core namespace: AutoCheck.Core diff --git a/docs/api/AutoCheck.Core.Script.ExecutionMode.yml b/docs/api/AutoCheck.Core.Script.ExecutionMode.yml index ee592426..3406c27d 100644 --- a/docs/api/AutoCheck.Core.Script.ExecutionMode.yml +++ b/docs/api/AutoCheck.Core.Script.ExecutionMode.yml @@ -21,7 +21,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ExecutionMode path: ../core/main/Script.cs - startLine: 690 + startLine: 720 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -54,7 +54,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: SINGLE path: ../core/main/Script.cs - startLine: 691 + startLine: 721 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -86,7 +86,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: BATCH path: ../core/main/Script.cs - startLine: 692 + startLine: 722 assemblies: - AutoCheck.Core namespace: AutoCheck.Core diff --git a/docs/api/AutoCheck.Core.Script.yml b/docs/api/AutoCheck.Core.Script.yml index b5438910..8672c334 100644 --- a/docs/api/AutoCheck.Core.Script.yml +++ b/docs/api/AutoCheck.Core.Script.yml @@ -13,6 +13,8 @@ items: - AutoCheck.Core.Script.AppConfigPath - AutoCheck.Core.Script.AppFolderName - AutoCheck.Core.Script.AppFolderPath + - AutoCheck.Core.Script.AppTempName + - AutoCheck.Core.Script.AppTempPath - AutoCheck.Core.Script.AppUtilsName - AutoCheck.Core.Script.AppUtilsPath - AutoCheck.Core.Script.BatchCaption @@ -421,6 +423,80 @@ items: modifiers.vb: - Protected - ReadOnly +- uid: AutoCheck.Core.Script.AppTempPath + commentId: P:AutoCheck.Core.Script.AppTempPath + id: AppTempPath + parent: AutoCheck.Core.Script + langs: + - csharp + - vb + name: AppTempPath + nameWithType: Script.AppTempPath + fullName: AutoCheck.Core.Script.AppTempPath + type: Property + source: + remote: + path: core/main/Script.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: AppTempPath + path: ../core/main/Script.cs + startLine: 200 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core + summary: "\nThe current app's temporary folder path.\n" + example: [] + syntax: + content: protected string AppTempPath { get; } + parameters: [] + return: + type: System.String + content.vb: Protected ReadOnly Property AppTempPath As String + overload: AutoCheck.Core.Script.AppTempPath* + modifiers.csharp: + - protected + - get + modifiers.vb: + - Protected + - ReadOnly +- uid: AutoCheck.Core.Script.AppTempName + commentId: P:AutoCheck.Core.Script.AppTempName + id: AppTempName + parent: AutoCheck.Core.Script + langs: + - csharp + - vb + name: AppTempName + nameWithType: Script.AppTempName + fullName: AutoCheck.Core.Script.AppTempName + type: Property + source: + remote: + path: core/main/Script.cs + branch: dmoj + repo: https://github.com/FherStk/AutoCheck.git + id: AppTempName + path: ../core/main/Script.cs + startLine: 221 + assemblies: + - AutoCheck.Core + namespace: AutoCheck.Core + summary: "\nThe root app's temporary folder name.\n" + example: [] + syntax: + content: protected string AppTempName { get; } + parameters: [] + return: + type: System.String + content.vb: Protected ReadOnly Property AppTempName As String + overload: AutoCheck.Core.Script.AppTempName* + modifiers.csharp: + - protected + - get + modifiers.vb: + - Protected + - ReadOnly - uid: AutoCheck.Core.Script.AppUtilsPath commentId: P:AutoCheck.Core.Script.AppUtilsPath id: AppUtilsPath @@ -439,7 +515,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: AppUtilsPath path: ../core/main/Script.cs - startLine: 200 + startLine: 230 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -476,7 +552,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: AppUtilsName path: ../core/main/Script.cs - startLine: 221 + startLine: 251 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -513,7 +589,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ExecutionFolderPath path: ../core/main/Script.cs - startLine: 230 + startLine: 260 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -550,7 +626,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ExecutionFolderName path: ../core/main/Script.cs - startLine: 251 + startLine: 281 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -587,7 +663,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptFolderPath path: ../core/main/Script.cs - startLine: 260 + startLine: 290 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -624,7 +700,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptFolderName path: ../core/main/Script.cs - startLine: 286 + startLine: 316 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -661,7 +737,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptFilePath path: ../core/main/Script.cs - startLine: 295 + startLine: 325 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -698,7 +774,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ScriptFileName path: ../core/main/Script.cs - startLine: 314 + startLine: 344 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -735,7 +811,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentFolderPath path: ../core/main/Script.cs - startLine: 323 + startLine: 353 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -772,7 +848,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentFolderName path: ../core/main/Script.cs - startLine: 342 + startLine: 372 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -809,7 +885,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentFilePath path: ../core/main/Script.cs - startLine: 351 + startLine: 381 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -846,7 +922,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentFileName path: ../core/main/Script.cs - startLine: 369 + startLine: 399 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -883,7 +959,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LogFolderPath path: ../core/main/Script.cs - startLine: 378 + startLine: 408 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -920,7 +996,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LogFolderName path: ../core/main/Script.cs - startLine: 398 + startLine: 428 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -957,7 +1033,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LogFilePath path: ../core/main/Script.cs - startLine: 408 + startLine: 438 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -994,7 +1070,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LogFileName path: ../core/main/Script.cs - startLine: 427 + startLine: 457 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1031,7 +1107,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentTarget path: ../core/main/Script.cs - startLine: 437 + startLine: 467 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1068,7 +1144,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentOS path: ../core/main/Script.cs - startLine: 450 + startLine: 480 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1105,7 +1181,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentHost path: ../core/main/Script.cs - startLine: 464 + startLine: 494 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1142,7 +1218,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentUser path: ../core/main/Script.cs - startLine: 477 + startLine: 507 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1179,7 +1255,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentPassword path: ../core/main/Script.cs - startLine: 490 + startLine: 520 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1216,7 +1292,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentPort path: ../core/main/Script.cs - startLine: 503 + startLine: 533 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1253,7 +1329,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentDirSeparator path: ../core/main/Script.cs - startLine: 516 + startLine: 546 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1290,7 +1366,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentQuestion path: ../core/main/Script.cs - startLine: 525 + startLine: 555 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1327,7 +1403,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: Result path: ../core/main/Script.cs - startLine: 539 + startLine: 569 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1365,7 +1441,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: Now path: ../core/main/Script.cs - startLine: 560 + startLine: 590 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1402,7 +1478,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: CurrentScore path: ../core/main/Script.cs - startLine: 569 + startLine: 599 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1439,7 +1515,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: MaxScore path: ../core/main/Script.cs - startLine: 582 + startLine: 612 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1476,7 +1552,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: TotalScore path: ../core/main/Script.cs - startLine: 595 + startLine: 625 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1513,7 +1589,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: Concurrent path: ../core/main/Script.cs - startLine: 608 + startLine: 638 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1550,7 +1626,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: Output path: ../core/main/Script.cs - startLine: 623 + startLine: 653 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1587,7 +1663,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LogFiles path: ../core/main/Script.cs - startLine: 628 + startLine: 658 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1624,7 +1700,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs - startLine: 736 + startLine: 767 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1662,7 +1738,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs - startLine: 747 + startLine: 778 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1697,7 +1773,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs - startLine: 769 + startLine: 800 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1737,7 +1813,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: .ctor path: ../core/main/Script.cs - startLine: 778 + startLine: 809 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1785,7 +1861,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: Start path: ../core/main/Script.cs - startLine: 795 + startLine: 826 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1817,7 +1893,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: OverrideTarget path: ../core/main/Script.cs - startLine: 901 + startLine: 932 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1859,7 +1935,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: GetTargetData path: ../core/main/Script.cs - startLine: 944 + startLine: 975 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1894,7 +1970,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: ForEachChild path: ../core/main/Script.cs - startLine: 1978 + startLine: 2009 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -1938,7 +2014,7 @@ items: repo: https://github.com/FherStk/AutoCheck.git id: LoadYamlFile path: ../core/main/Script.cs - startLine: 2460 + startLine: 2491 assemblies: - AutoCheck.Core namespace: AutoCheck.Core @@ -2090,6 +2166,16 @@ references: name: AppConfigName nameWithType: Script.AppConfigName fullName: AutoCheck.Core.Script.AppConfigName +- uid: AutoCheck.Core.Script.AppTempPath* + commentId: Overload:AutoCheck.Core.Script.AppTempPath + name: AppTempPath + nameWithType: Script.AppTempPath + fullName: AutoCheck.Core.Script.AppTempPath +- uid: AutoCheck.Core.Script.AppTempName* + commentId: Overload:AutoCheck.Core.Script.AppTempName + name: AppTempName + nameWithType: Script.AppTempName + fullName: AutoCheck.Core.Script.AppTempName - uid: AutoCheck.Core.Script.AppUtilsPath* commentId: Overload:AutoCheck.Core.Script.AppUtilsPath name: AppUtilsPath diff --git a/docs/api/toc.yml b/docs/api/toc.yml index 469e4ed0..c58f3454 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -33,6 +33,8 @@ name: Csv - uid: AutoCheck.Core.Connectors.CsvDocument name: CsvDocument + - uid: AutoCheck.Core.Connectors.Dmoj + name: Dmoj - uid: AutoCheck.Core.Connectors.GDrive name: GDrive - uid: AutoCheck.Core.Connectors.Html @@ -66,8 +68,6 @@ name: Base - uid: AutoCheck.Core.CopyDetectors.Css name: Css - - uid: AutoCheck.Core.CopyDetectors.Dmoj - name: Dmoj - uid: AutoCheck.Core.CopyDetectors.Html name: Html - uid: AutoCheck.Core.CopyDetectors.PlainText @@ -96,6 +96,8 @@ name: ArgumentInvalidException - uid: AutoCheck.Core.Exceptions.ArgumentNotFoundException name: ArgumentNotFoundException + - uid: AutoCheck.Core.Exceptions.ConfigFileMissingException + name: ConfigFileMissingException - uid: AutoCheck.Core.Exceptions.ConnectionInvalidException name: ConnectionInvalidException - uid: AutoCheck.Core.Exceptions.ConnectorInvalidException diff --git a/docs/html/api/AutoCheck.Connectors.Css.html b/docs/html/api/AutoCheck.Connectors.Css.html index cc509dbe..bf257413 100644 --- a/docs/html/api/AutoCheck.Connectors.Css.html +++ b/docs/html/api/AutoCheck.Connectors.Css.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Csv.html b/docs/html/api/AutoCheck.Connectors.Csv.html index 9a00d1d0..ce69de77 100644 --- a/docs/html/api/AutoCheck.Connectors.Csv.html +++ b/docs/html/api/AutoCheck.Connectors.Csv.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.CsvDocument.html b/docs/html/api/AutoCheck.Connectors.CsvDocument.html index b869b3bd..25921f9f 100644 --- a/docs/html/api/AutoCheck.Connectors.CsvDocument.html +++ b/docs/html/api/AutoCheck.Connectors.CsvDocument.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.GDrive.html b/docs/html/api/AutoCheck.Connectors.GDrive.html index fecca9d5..bd6f4705 100644 --- a/docs/html/api/AutoCheck.Connectors.GDrive.html +++ b/docs/html/api/AutoCheck.Connectors.GDrive.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Html.html b/docs/html/api/AutoCheck.Connectors.Html.html index ff59446e..8155e147 100644 --- a/docs/html/api/AutoCheck.Connectors.Html.html +++ b/docs/html/api/AutoCheck.Connectors.Html.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.LocalShell.html b/docs/html/api/AutoCheck.Connectors.LocalShell.html index 5b9693b6..19e7d99d 100644 --- a/docs/html/api/AutoCheck.Connectors.LocalShell.html +++ b/docs/html/api/AutoCheck.Connectors.LocalShell.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Moodle.html b/docs/html/api/AutoCheck.Connectors.Moodle.html index a6234d59..2ca4a4ac 100644 --- a/docs/html/api/AutoCheck.Connectors.Moodle.html +++ b/docs/html/api/AutoCheck.Connectors.Moodle.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Odoo.html b/docs/html/api/AutoCheck.Connectors.Odoo.html index 3db6cc21..b6a48f37 100644 --- a/docs/html/api/AutoCheck.Connectors.Odoo.html +++ b/docs/html/api/AutoCheck.Connectors.Odoo.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html b/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html index c7290426..55b263f0 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Destination.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html b/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html index ca80682d..37f70c63 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Filter.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.Source.html b/docs/html/api/AutoCheck.Connectors.Postgres.Source.html index 0c649f72..fbf9c78d 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.Source.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.Source.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.Postgres.html b/docs/html/api/AutoCheck.Connectors.Postgres.html index d652418c..e7f5033a 100644 --- a/docs/html/api/AutoCheck.Connectors.Postgres.html +++ b/docs/html/api/AutoCheck.Connectors.Postgres.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.RemoteShell.html b/docs/html/api/AutoCheck.Connectors.RemoteShell.html index f264fdda..e8ec7842 100644 --- a/docs/html/api/AutoCheck.Connectors.RemoteShell.html +++ b/docs/html/api/AutoCheck.Connectors.RemoteShell.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Connectors.html b/docs/html/api/AutoCheck.Connectors.html index 801b553d..23c76202 100644 --- a/docs/html/api/AutoCheck.Connectors.html +++ b/docs/html/api/AutoCheck.Connectors.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.Css.html b/docs/html/api/AutoCheck.CopyDetectors.Css.html index 44716a68..5a3d51a7 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.Css.html +++ b/docs/html/api/AutoCheck.CopyDetectors.Css.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.Html.html b/docs/html/api/AutoCheck.CopyDetectors.Html.html index a22c4d0e..9fef46db 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.Html.html +++ b/docs/html/api/AutoCheck.CopyDetectors.Html.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.None.html b/docs/html/api/AutoCheck.CopyDetectors.None.html index eda6b611..f684f908 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.None.html +++ b/docs/html/api/AutoCheck.CopyDetectors.None.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.PlainText.html b/docs/html/api/AutoCheck.CopyDetectors.PlainText.html index 5a1a9ad4..762ceeee 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.PlainText.html +++ b/docs/html/api/AutoCheck.CopyDetectors.PlainText.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html b/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html index c540116a..a8162cb5 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html +++ b/docs/html/api/AutoCheck.CopyDetectors.SqlLog.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.CopyDetectors.html b/docs/html/api/AutoCheck.CopyDetectors.html index f48967b4..9b041d67 100644 --- a/docs/html/api/AutoCheck.CopyDetectors.html +++ b/docs/html/api/AutoCheck.CopyDetectors.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Atom.html b/docs/html/api/AutoCheck.Core.Connectors.Atom.html index 13f49e89..c81d41c4 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Atom.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Atom.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Base.html b/docs/html/api/AutoCheck.Core.Connectors.Base.html index a693d916..56b6fc70 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Base.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Base.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -335,6 +338,7 @@
    Inheritance
    + diff --git a/docs/html/api/AutoCheck.Core.Connectors.Compressed.html b/docs/html/api/AutoCheck.Core.Connectors.Compressed.html index 04637d02..bfc6353c 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Compressed.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Compressed.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Css.html b/docs/html/api/AutoCheck.Core.Connectors.Css.html index 5256e890..f40b48b8 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Css.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Css.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Csv.html b/docs/html/api/AutoCheck.Core.Connectors.Csv.html index 32f895db..ca72ce52 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Csv.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Csv.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html b/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html index 9a3d4050..189c4560 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html +++ b/docs/html/api/AutoCheck.Core.Connectors.CsvDocument.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Dmoj.html b/docs/html/api/AutoCheck.Core.Connectors.Dmoj.html new file mode 100644 index 00000000..31275bdd --- /dev/null +++ b/docs/html/api/AutoCheck.Core.Connectors.Dmoj.html @@ -0,0 +1,526 @@ + + + + + + + + Class Dmoj + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/html/api/AutoCheck.Core.Connectors.GDrive.html b/docs/html/api/AutoCheck.Core.Connectors.GDrive.html index b9ab2c9a..3ddfba8a 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.GDrive.html +++ b/docs/html/api/AutoCheck.Core.Connectors.GDrive.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Html.html b/docs/html/api/AutoCheck.Core.Connectors.Html.html index 876ba3ba..148f2f05 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Html.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Html.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Math.html b/docs/html/api/AutoCheck.Core.Connectors.Math.html index 37f85820..7080159a 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Math.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Math.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Odoo.html b/docs/html/api/AutoCheck.Core.Connectors.Odoo.html index 8af2eef7..1ed068d3 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Odoo.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Odoo.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Operator.html b/docs/html/api/AutoCheck.Core.Connectors.Operator.html index fd64b263..d1f90bd4 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Operator.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Operator.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html b/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html index 1893f4d3..63b6e2bc 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html +++ b/docs/html/api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.PlainText.html b/docs/html/api/AutoCheck.Core.Connectors.PlainText.html index cd3a5de9..19964c22 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.PlainText.html +++ b/docs/html/api/AutoCheck.Core.Connectors.PlainText.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Postgres.html b/docs/html/api/AutoCheck.Core.Connectors.Postgres.html index 71b9a0e8..c21a1ce7 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Postgres.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Postgres.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Rss.html b/docs/html/api/AutoCheck.Core.Connectors.Rss.html index d49df85a..5b554a7a 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Rss.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Rss.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Shell.html b/docs/html/api/AutoCheck.Core.Connectors.Shell.html index 97b9d363..905c6ba5 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Shell.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Shell.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.TextStream.html b/docs/html/api/AutoCheck.Core.Connectors.TextStream.html index 70d65bf9..9a1cec92 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.TextStream.html +++ b/docs/html/api/AutoCheck.Core.Connectors.TextStream.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html b/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html index 1d568877..c42d3cde 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.Xml.html b/docs/html/api/AutoCheck.Core.Connectors.Xml.html index 2df257b8..afd406c7 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.Xml.html +++ b/docs/html/api/AutoCheck.Core.Connectors.Xml.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Connectors.html b/docs/html/api/AutoCheck.Core.Connectors.html index b0944a21..ca1e3bb6 100644 --- a/docs/html/api/AutoCheck.Core.Connectors.html +++ b/docs/html/api/AutoCheck.Core.Connectors.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,6 +348,9 @@

    Csv

    CsvDocument

    Contains a CSV document content (without data mappings, all the content will be a string).

    +
    +

    Dmoj

    +

    Allows in/out operations and/or data validations with the DMOJ service.

    GDrive

    Allows in/out operations and/or data validations with a GDrive instance.

    diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html index 2ddca6c6..554df23f 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Base.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html index d13d2100..bb20dd7a 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Css.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html index 513bc658..0891c53a 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Html.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html index 696804cb..947f767e 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.File.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html index a1b1eb8c..660f5331 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.PlainText.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -333,7 +336,6 @@
    Inheritance
    PlainText
    - diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html b/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html index 76961560..23cf9337 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.SourceCode.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html b/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html index 3a30ec2b..a8b153d3 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.SqlLog.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html b/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html index 8339021c..7473f2a8 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.Xml.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.CopyDetectors.html b/docs/html/api/AutoCheck.Core.CopyDetectors.html index 1da25537..4b79af6b 100644 --- a/docs/html/api/AutoCheck.Core.CopyDetectors.html +++ b/docs/html/api/AutoCheck.Core.CopyDetectors.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -334,9 +337,6 @@

    Base

    Css

    Copy detector for CSS files.

    -
    -

    Dmoj

    -

    Copy detector for DMOJ contests.

    Html

    Copy detector for HTML files.

    diff --git a/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html b/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html index 82071023..d2406c10 100644 --- a/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html +++ b/docs/html/api/AutoCheck.Core.Events.LogUpdateEventArgs.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html index bd3580f8..2da93641 100644 --- a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html +++ b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html index dcbcc34e..0eab7e2f 100644 --- a/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html +++ b/docs/html/api/AutoCheck.Core.Events.StatusUpdateEventArgs.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Events.html b/docs/html/api/AutoCheck.Core.Events.html index c8c60be0..81798ff4 100644 --- a/docs/html/api/AutoCheck.Core.Events.html +++ b/docs/html/api/AutoCheck.Core.Events.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html index 1ad1e2b8..f8db269d 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    ArgumentInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ArgumentInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html index c0587b20..a4333381 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    ArgumentNotFoundException()

    @@ -360,7 +363,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ArgumentNotFoundException(String, Exception)

    @@ -407,7 +410,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html new file mode 100644 index 00000000..e1e0ea83 --- /dev/null +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html @@ -0,0 +1,443 @@ + + + + + + + + Class ConfigFileMissingException + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html index d3e8ab37..63a0681b 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectionInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectionInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html index 054420ab..8ff0d9aa 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectorInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectorInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html index ed576c3b..6b9de3cf 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    ConnectorNotFoundException()

    @@ -360,7 +363,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ConnectorNotFoundException(String, Exception)

    @@ -407,7 +410,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html index 9c58278b..ae7a6d36 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.DocumentInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    DocumentInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    DocumentInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html b/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html index 8b8c5724..74a56031 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.DownloadFailedException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    DownloadFailedException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    DownloadFailedException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html index 217374c6..37d84521 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ItemNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -349,7 +352,7 @@

    Constructors Improve this Doc - View Source + View Source

    ItemNotFoundException()

    @@ -364,7 +367,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ItemNotFoundException(String, Exception)

    @@ -411,7 +414,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html index e29e9cd3..a0e03c00 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    PorpertyNotFoundException()

    @@ -360,7 +363,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    PorpertyNotFoundException(String, Exception)

    @@ -407,7 +410,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html index 6f54230e..d1a0a2d4 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.QueryInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    QueryInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    QueryInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html index 7c0a579c..22effe30 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.RegexInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    RegexInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    RegexInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html b/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html index 9b8524aa..43b02930 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ResultMismatchException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    ResultMismatchException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ResultMismatchException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html index a0a20a49..eec0ad07 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ScriptInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    ScriptInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ScriptInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html index cfe5172d..7d70b2c0 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    ScriptNotFoundException()

    @@ -360,7 +363,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    ScriptNotFoundException(String, Exception)

    @@ -407,7 +410,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html index e81d5405..8ce18f1f 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html index b10709cf..d63a5fd0 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleNotAppliedException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleNotAppliedException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html index 979aaacc..2c610ae1 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.StyleNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    StyleNotFoundException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    StyleNotFoundException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html b/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html index 5848902f..c77a2092 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.TableInconsistencyException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    TableInconsistencyException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    TableInconsistencyException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html b/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html index fdbad865..88bb422e 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.VariableInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    VariableInvalidException()

    @@ -359,7 +362,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    VariableInvalidException(String, Exception)

    @@ -406,7 +409,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html b/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html index 0aa6a938..abd6a67d 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.VariableNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -345,7 +348,7 @@

    Constructors Improve this Doc - View Source + View Source

    VariableNotFoundException()

    @@ -360,7 +363,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    VariableNotFoundException(String, Exception)

    @@ -407,7 +410,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Exceptions.html b/docs/html/api/AutoCheck.Core.Exceptions.html index 9b9d40e7..d122f001 100644 --- a/docs/html/api/AutoCheck.Core.Exceptions.html +++ b/docs/html/api/AutoCheck.Core.Exceptions.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -332,6 +335,8 @@

    ArgumentNotFoundException

    +

    ConfigFileMissingException

    +

    ConnectionInvalidException

    ConnectorInvalidException

    diff --git a/docs/html/api/AutoCheck.Core.Output.Log.html b/docs/html/api/AutoCheck.Core.Output.Log.html index ee39d506..9211e135 100644 --- a/docs/html/api/AutoCheck.Core.Output.Log.html +++ b/docs/html/api/AutoCheck.Core.Output.Log.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Output.Style.html b/docs/html/api/AutoCheck.Core.Output.Style.html index 528e75a0..8910a9d5 100644 --- a/docs/html/api/AutoCheck.Core.Output.Style.html +++ b/docs/html/api/AutoCheck.Core.Output.Style.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Output.Type.html b/docs/html/api/AutoCheck.Core.Output.Type.html index 22a3f658..a1eb9a51 100644 --- a/docs/html/api/AutoCheck.Core.Output.Type.html +++ b/docs/html/api/AutoCheck.Core.Output.Type.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Output.html b/docs/html/api/AutoCheck.Core.Output.html index cd9dea35..0eb0d64d 100644 --- a/docs/html/api/AutoCheck.Core.Output.html +++ b/docs/html/api/AutoCheck.Core.Output.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -592,7 +595,7 @@
    Declaration
    Improve this Doc - View Source + View Source

    SendToTerminal(Output.Log)

    @@ -626,7 +629,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    ToJson()

    @@ -657,7 +660,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html b/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html index a77d48db..0d3c817f 100644 --- a/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html +++ b/docs/html/api/AutoCheck.Core.Script.ExecutionMode.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -367,7 +370,7 @@

    Extension Methods

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/html/api/AutoCheck.Core.Script.html b/docs/html/api/AutoCheck.Core.Script.html index 21a7ca1f..422e8b6b 100644 --- a/docs/html/api/AutoCheck.Core.Script.html +++ b/docs/html/api/AutoCheck.Core.Script.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • @@ -344,7 +347,7 @@

    Constructors Improve this Doc - View Source + View Source

    Script(EventHandler<LogUpdateEventArgs>, EventHandler<StatusUpdateEventArgs>)

    @@ -381,7 +384,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, EventHandler<LogUpdateEventArgs>, EventHandler<StatusUpdateEventArgs>, Boolean)

    @@ -433,7 +436,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, EventHandler<LogUpdateEventArgs>, Boolean)

    @@ -475,7 +478,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Script(String, Boolean)

    @@ -635,11 +638,73 @@
    Property Value
    | - Improve this Doc + Improve this Doc View Source + +

    AppTempName

    +

    The root app's temporary folder name.

    +
    +
    +
    Declaration
    +
    +
    protected string AppTempName { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    + + | + Improve this Doc + + + View Source + + +

    AppTempPath

    +

    The current app's temporary folder path.

    +
    +
    +
    Declaration
    +
    +
    protected string AppTempPath { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    + + | + Improve this Doc + + + View Source +

    AppUtilsName

    The root app's utils folder name.

    @@ -669,7 +734,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    AppUtilsPath

    @@ -731,7 +796,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Concurrent

    @@ -762,7 +827,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentDirSeparator

    @@ -793,7 +858,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFileName

    @@ -824,7 +889,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFilePath

    @@ -855,7 +920,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFolderName

    @@ -886,7 +951,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentFolderPath

    @@ -917,7 +982,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentHost

    @@ -948,7 +1013,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentOS

    @@ -979,7 +1044,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentPassword

    @@ -1010,7 +1075,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentPort

    @@ -1041,7 +1106,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentQuestion

    @@ -1072,7 +1137,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentScore

    @@ -1103,7 +1168,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentTarget

    @@ -1134,7 +1199,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    CurrentUser

    @@ -1165,7 +1230,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExecutionFolderName

    @@ -1196,7 +1261,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ExecutionFolderPath

    @@ -1227,7 +1292,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFileName

    @@ -1258,7 +1323,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFilePath

    @@ -1289,7 +1354,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFiles

    @@ -1320,7 +1385,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFolderName

    @@ -1351,7 +1416,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    LogFolderPath

    @@ -1382,7 +1447,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    MaxScore

    @@ -1413,7 +1478,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Now

    @@ -1444,7 +1509,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Output

    @@ -1475,7 +1540,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Result

    @@ -1537,7 +1602,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFileName

    @@ -1568,7 +1633,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFilePath

    @@ -1599,7 +1664,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFolderName

    @@ -1630,7 +1695,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ScriptFolderPath

    @@ -1754,7 +1819,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TotalScore

    @@ -1787,7 +1852,7 @@

    Methods Improve this Doc - View Source + View Source

    ForEachChild<T>(YamlNode, Action<String, T>, Boolean)

    @@ -1845,7 +1910,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    GetTargetData()

    @@ -1876,7 +1941,7 @@
    Returns
    Improve this Doc - View Source + View Source

    LoadYamlFile(String)

    @@ -1923,7 +1988,7 @@
    Returns
    Improve this Doc - View Source + View Source

    OverrideTarget(Dictionary<String, String>, Dictionary<String, String>)

    @@ -1963,7 +2028,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Start()

    diff --git a/docs/html/api/AutoCheck.Core.Utils.OS.html b/docs/html/api/AutoCheck.Core.Utils.OS.html index c4ae09c2..1c9d4801 100644 --- a/docs/html/api/AutoCheck.Core.Utils.OS.html +++ b/docs/html/api/AutoCheck.Core.Utils.OS.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.Utils.html b/docs/html/api/AutoCheck.Core.Utils.html index 9c6681b3..24009fe0 100644 --- a/docs/html/api/AutoCheck.Core.Utils.html +++ b/docs/html/api/AutoCheck.Core.Utils.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Core.html b/docs/html/api/AutoCheck.Core.html index 93939d0a..2347d8dd 100644 --- a/docs/html/api/AutoCheck.Core.html +++ b/docs/html/api/AutoCheck.Core.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html b/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html index af7aa93e..2779806a 100644 --- a/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.ArgumentInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html b/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html index e0c177a3..ee7176b8 100644 --- a/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.ConnectionInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html b/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html index a7a574e8..b938afe2 100644 --- a/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.DocumentInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html b/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html index fa887520..cc14bc65 100644 --- a/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html +++ b/docs/html/api/AutoCheck.Exceptions.DownloadFailedException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html b/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html index d052dd9f..a6ad80e0 100644 --- a/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.QueryInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html b/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html index 8143e656..861294fa 100644 --- a/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.RegexInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html b/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html index be7d8c33..070c4622 100644 --- a/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html +++ b/docs/html/api/AutoCheck.Exceptions.StyleNotAppliedException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html b/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html index c432afa0..54b54468 100644 --- a/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html +++ b/docs/html/api/AutoCheck.Exceptions.StyleNotFoundException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html b/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html index dc345ce8..2d9e7af9 100644 --- a/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html +++ b/docs/html/api/AutoCheck.Exceptions.TableInconsistencyException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html b/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html index 2cfc5e35..ade56686 100644 --- a/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html +++ b/docs/html/api/AutoCheck.Exceptions.VariableInvalidException.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/AutoCheck.Exceptions.html b/docs/html/api/AutoCheck.Exceptions.html index d5cfa03c..1e373242 100644 --- a/docs/html/api/AutoCheck.Exceptions.html +++ b/docs/html/api/AutoCheck.Exceptions.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Diff.html b/docs/html/api/Google.DiffMatchPatch.Diff.html index 1466ce31..83ff1b33 100644 --- a/docs/html/api/Google.DiffMatchPatch.Diff.html +++ b/docs/html/api/Google.DiffMatchPatch.Diff.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html b/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html index c080d403..ec905ab7 100644 --- a/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html +++ b/docs/html/api/Google.DiffMatchPatch.DiffMatchPatch.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Operation.html b/docs/html/api/Google.DiffMatchPatch.Operation.html index 194f514d..aada1d21 100644 --- a/docs/html/api/Google.DiffMatchPatch.Operation.html +++ b/docs/html/api/Google.DiffMatchPatch.Operation.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/Google.DiffMatchPatch.Patch.html b/docs/html/api/Google.DiffMatchPatch.Patch.html index 74cd3498..8feb0cd8 100644 --- a/docs/html/api/Google.DiffMatchPatch.Patch.html +++ b/docs/html/api/Google.DiffMatchPatch.Patch.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/api/Google.DiffMatchPatch.html b/docs/html/api/Google.DiffMatchPatch.html index 60453c61..600ec9b7 100644 --- a/docs/html/api/Google.DiffMatchPatch.html +++ b/docs/html/api/Google.DiffMatchPatch.html @@ -140,6 +140,9 @@
  • CsvDocument
  • +
  • + Dmoj +
  • GDrive
  • @@ -191,9 +194,6 @@
  • Css
  • -
  • - Dmoj -
  • Html
  • @@ -239,6 +239,9 @@
  • ArgumentNotFoundException
  • +
  • + ConfigFileMissingException +
  • ConnectionInvalidException
  • diff --git a/docs/html/manifest.json b/docs/html/manifest.json index 9a8d118a..b4f568aa 100644 --- a/docs/html/manifest.json +++ b/docs/html/manifest.json @@ -12,22 +12,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Css.html", - "hash": "bGmPkOy19x3RfwtgtnDR1AfOBIWFNGsChfo+W9X8Qro=" + "hash": "TqkXnJq/9I9nS6r9VLHB7uII0pgHvkvBtuIUgwCOljw=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Csv.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Csv.html", - "hash": "HooPEJNREMXa7qA0Kr/iqgBNgGvxzgQGWLi62IXht7A=" + "hash": "oNHJlplGuU8m9Am44fdHKNWJJgqveoUAZWMZ5Kdn34o=" } }, "is_incremental": false, @@ -42,7 +39,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.CsvDocument.html", - "hash": "hvUn6Im8AV0BBqEzYFriBxqvam2bNgvYoWHGGckp0/w=" + "hash": "B8mXWZXj55ZgZhbMmBRWdr0r4o4tlXtS+pbNmyrkQr0=" } }, "is_incremental": false, @@ -57,7 +54,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.GDrive.html", - "hash": "u94ClKfa0XmVJThuq8CbzCYRTgBtHWDY6E3Il38448o=" + "hash": "Y904I7CfTQgf2KnlTpjhIE+DPUN65WxEsk9Wl5AOqd0=" } }, "is_incremental": false, @@ -72,7 +69,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Html.html", - "hash": "YpAv15mcT42KhECiGnuPxTr2tTPC7ZjyLGJ+vIrYbQg=" + "hash": "CuL0VN/mPGNPXdXDfXHtlWsXIFIk/n9EaZqUyTmUrOA=" } }, "is_incremental": false, @@ -84,7 +81,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.LocalShell.html", - "hash": "2LL857IV2sRf1FFDe8xVzFsqV8v0tXLsu/vo5AnOlDk=" + "hash": "EvlLbj4yjSQpSqQ2BgWo2jo4Ul8SWhzDpAPOZ/E8PnI=" } }, "is_incremental": false, @@ -96,22 +93,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Moodle.html", - "hash": "M+jenM5LHIsFuxZ6FGnjM3T9vt+HWbphbrd/B744mW8=" + "hash": "Ku5CK00j6Suy/eb6MR3X32M/tSpSREhfC0CWliT2Bvk=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Odoo.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Odoo.html", - "hash": "kIh7NTevyGJmjWHC727GMjUb7pSbikKxtdxIprexiCY=" + "hash": "SEtuxJEh0EQgEnP8vhp56++4Rx1G2SlotCsBJEgejTc=" } }, "is_incremental": false, @@ -123,7 +117,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Destination.html", - "hash": "NL4aQ9jGbJtKHQcrjOwsDhjsHL4mZnq1DpRk9A2Carw=" + "hash": "82FxJMofhdd23WBaovAkNtq7DQXoAyMyDHAQQPEhdOo=" } }, "is_incremental": false, @@ -135,7 +129,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Filter.html", - "hash": "x9Mj5pMCJVgWKAlL0SS5BiELIGDdbUUn/cVkc7nenvA=" + "hash": "NuV56m7AD+XRhSQRMu95YKMygjzvRm7WHkU2cQ4Oq1A=" } }, "is_incremental": false, @@ -147,22 +141,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.Source.html", - "hash": "qCcLFaPlwp69op7JCiLNyYHvZBi8kQ5KBzyMRMjx+kQ=" + "hash": "OIRodtNJNR2mwPZ7UX6/+Z9KuvN9y26RdG+2wRjJb5c=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Connectors.Postgres.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.Postgres.html", - "hash": "NcXEWMRt/hPiTKjoUOE6Ppf1ik3b1wdNtWmoL9Vw3+s=" + "hash": "g0CTrnAfGAYmTPCDhcTYtdFBVOXCnygwy/MweqsyDcY=" } }, "is_incremental": false, @@ -174,7 +165,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.RemoteShell.html", - "hash": "DjIg31MiZoDo7SklM9PKv0fj49y5iWWP7VbXw2PtNSA=" + "hash": "KFSza8FEJG8kkfQhB5huvBGhnD6y3oDsQ9IUpN6v+NE=" } }, "is_incremental": false, @@ -189,7 +180,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Connectors.html", - "hash": "L6DsPk6Zp5ecBm/rSykhtWhRMLkCNGiHkbyfgUzcpsM=" + "hash": "I/eN68ZW/B0FsiXr+COYbE8oO+wppuwLfhgRgyN3gtU=" } }, "is_incremental": false, @@ -204,7 +195,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.Css.html", - "hash": "qLfA4zO2RXg4Fxk45ipfem1WRhhNqAu8QTgzzRXT9kQ=" + "hash": "a0N/bVQXHntYF+I835uN3yVE2M7HgvKH44dRHoRmuqg=" } }, "is_incremental": false, @@ -219,7 +210,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.Html.html", - "hash": "HZr8mFfHNTs6oFMKSwMM46Nav06+VFRxmce+oLRBbEI=" + "hash": "qjQWmNHrczVfRapSVx18WBTtG78QDovfJxxP5PsFTGI=" } }, "is_incremental": false, @@ -231,7 +222,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.None.html", - "hash": "Q7hAiIfZZPvEdk3HnpIQwIYg+KPG/enrAuGEsDYUEEo=" + "hash": "g4RjuBDDSzpYtG1dnHeSeoIFFYIrVn0FXjsmEjJ2l84=" } }, "is_incremental": false, @@ -246,7 +237,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.PlainText.html", - "hash": "t2nFk5RlK4s9JkaVVxz4xyPahz54LpbjrNG7gxYxn0k=" + "hash": "rJhWABwXDTHSTzBkuQURI4EV4fxBRNSajTp8CmCdI48=" } }, "is_incremental": false, @@ -261,7 +252,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.SqlLog.html", - "hash": "Eib/Vd23bUB/qSG/cwLGaJHDYt6V8IolhFruoOsYcRo=" + "hash": "NA1i2frHL8BGYAsY7Bly/OBa85PWmW+b22O52Bnp87Q=" } }, "is_incremental": false, @@ -276,7 +267,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.CopyDetectors.html", - "hash": "y1zFxacsoO6u0cUUX3syAFSvhCXpJa03n1KNfyQ45mQ=" + "hash": "UbjJMmu12EZfp/dFj3XizAnnkaDjvCe8p+w3WHEj0cA=" } }, "is_incremental": false, @@ -288,7 +279,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Atom.html", - "hash": "eF1aIRT20KnQS+OEVgM85P5Gbb8UYhj5u1KewIvLfvg=" + "hash": "NyjYcGpC9+EasTB4mzxQ01KKY8O1+mWOhO+pf6I8AmM=" } }, "is_incremental": false, @@ -300,7 +291,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Base.html", - "hash": "BVw8G2vpWyhLxC6PdG1T05oYgNJSCo8f4FDhtyS2RyE=" + "hash": "WOoAIGvd6ooU0VJlLY8mok4883xgWeXoikToLeilEuA=" } }, "is_incremental": false, @@ -312,7 +303,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Compressed.html", - "hash": "bi9RFPwCUUsoQk/bwfmPPCRnPyM7PqvTQE4Og9KZn7c=" + "hash": "Qj5/cFP60h3KP2lsUuAE3FLhOW4hfXso2j16GUM1UHc=" } }, "is_incremental": false, @@ -324,19 +315,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Css.html", - "hash": "YhV8iBO/hnWWJlmSmlLkyk5etQoaj3CteR+cXiNwKFA=" + "hash": "CriNe3kLDKkl18lhoHpGvLmL/6Qu8aqAsxeiOWjxTNg=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Csv.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Csv.html", - "hash": "5pP87T9EybRYSpstD5qd/hI0COumiDMHwaULy7YzaTI=" + "hash": "Y/V/Iy95nOZsxnjsd3lGm5qafDVBSNYd5riNRibkKGs=" } }, "is_incremental": false, @@ -348,7 +342,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.CsvDocument.html", - "hash": "FUvSdyOk9XJmRgS9BY20Js6wKq0xwXXI0ZvNFSYt/s0=" + "hash": "9zTz9mTK5L2b+DkxqQoK9ARw8i3XLYxLAuYfaVrtdqU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/AutoCheck.Core.Connectors.Dmoj.yml", + "output": { + ".html": { + "relative_path": "api/AutoCheck.Core.Connectors.Dmoj.html", + "hash": "2kmQH1s6cE0JyP1IWq5b8GckOB/PPnqOMQGZ7bYHpkY=" } }, "is_incremental": false, @@ -360,7 +366,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.GDrive.html", - "hash": "xBKlbdocIzGwuq2AbHYxdncPj0CJizdDnkHhGqoS9VY=" + "hash": "XJ998tm7kpLM/9ZipFTAtby/N25xR1DSXacQq5YIr18=" } }, "is_incremental": false, @@ -372,7 +378,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Html.html", - "hash": "GR7GqkVSbN+MDugrDOJ5UPhxObg6ThKBq6NGsWZqLMI=" + "hash": "Ph3dF3Pot4p4VjW98uuZ5DRJ6ikwJl+KScfWInP7kA8=" } }, "is_incremental": false, @@ -384,19 +390,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Math.html", - "hash": "zFbeuICGsCVELBDZDCcFV6X9ufTlevIXcteqFsMJelw=" + "hash": "5DaRMHkmiTEMBC4XXYAPBfgwyBYHWYgCtsBbRM7IPoI=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Odoo.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Odoo.html", - "hash": "uehfGXXbsaftH74e/xmDEPIKSgtYtfYntq1PdspzH0Q=" + "hash": "EtB7CjwfpNL20AKGZpXZGKzi04HqsgaCN8T79ZTucj8=" } }, "is_incremental": false, @@ -408,7 +417,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Operator.html", - "hash": "A+hNUEfj3qxcSJxN8I0Y13CB4luqD8lSKloXBLstFx4=" + "hash": "9fdaXbCGa1iD/5IUh1yerrLZlLKtidqBIPNSko9Oo7M=" } }, "is_incremental": false, @@ -420,7 +429,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.PlainText.PlainTextDocument.html", - "hash": "eTkjwH9r7rNAav3Jd6ClubcT+mCwYgbxY+eGOoROBUg=" + "hash": "96BNxDRPBQ5BYHKgF7dFfdGKVYr2IyqMMxxHCAH3OOs=" } }, "is_incremental": false, @@ -432,19 +441,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.PlainText.html", - "hash": "bAU/GYqMCPSio13pr/N0M/qPz0lfSu7a+ZhKVual1Hw=" + "hash": "FybUKJ+cOfEi8sLshdCYP0lVWh0LmSOgNDZTxymrefs=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Connectors.Postgres.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Postgres.html", - "hash": "4ZwYTsPQ5Cm6URssdx7PkBv9a6/4LwBkyZM1TLzz0aw=" + "hash": "1EDy/7imbcjTJXNz3rSY86MVTHlTdIxlAnsjhocNLoo=" } }, "is_incremental": false, @@ -456,7 +468,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Rss.html", - "hash": "ZRbUH1X2p5TlrhBjec8zApDV79AKDnib3WumzGVUl5M=" + "hash": "TrJRHLC3qlD35tG4UETMKEomSWaVSbqfPCmU5NEpqFs=" } }, "is_incremental": false, @@ -468,7 +480,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Shell.html", - "hash": "2+mYwbTqvITrVGNHJoGPKPQk6QnmEowh4kImGyuzPow=" + "hash": "q6fLT2WbwE3iehOO4rDNKXA2c2PVsIFj5i7YaRnZ/b8=" } }, "is_incremental": false, @@ -480,7 +492,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.TextStream.html", - "hash": "HDNWlW97ZflnCr/XsOuf2RhVBqJ9h//t1Ct/dEc662g=" + "hash": "ysd/U6fp7mhbatxyMxjmVHLxydE6qWNZUWGDFNh84SU=" } }, "is_incremental": false, @@ -492,7 +504,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Xml.XmlNodeType.html", - "hash": "W/rL4l8o9cOZmVZlpI5k4JsEjTb2AftpzAkM9ty9VBY=" + "hash": "WhF3n4AQVpVjIx8vVv+lWSsGKcW60cBDXrnMlmKbU9M=" } }, "is_incremental": false, @@ -504,7 +516,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.Xml.html", - "hash": "l05dVNi2jgvgaWYYp9KQr0dwY82ZpM/f+bvuQdalWu8=" + "hash": "sNXyCKG8YuyeHe7IWzYV6LOOOqa0DAjl+yAwN07xjJs=" } }, "is_incremental": false, @@ -516,7 +528,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Connectors.html", - "hash": "um0HTiNYeYM1ysHiHutjsW3IN+jmplYfc6oHgJR5TD0=" + "hash": "fGdHwNi4b5G1nt7E6DCacKYXxAc/x8nehosv8A8ajiE=" } }, "is_incremental": false, @@ -528,7 +540,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Base.html", - "hash": "ucwJh+Fl9mrNbjiTTVvXcH4Y4hZ/ofNgnpK7cVYIrdg=" + "hash": "5b54ePFHoaZLOvilxNEibbyLv8xcHA4UqdOFcJRjKFo=" } }, "is_incremental": false, @@ -540,19 +552,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Css.html", - "hash": "wVjQOi4b1Zl6zQBNtRYRfmlaI84lNZb8ibZxnEHE7HQ=" - } - }, - "is_incremental": false, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/AutoCheck.Core.CopyDetectors.Dmoj.yml", - "output": { - ".html": { - "relative_path": "api/AutoCheck.Core.CopyDetectors.Dmoj.html", - "hash": "gnPuB0alMhAKIEXHc32Cq8lXiAlg/Gfh8Hpj1DNgyIw=" + "hash": "Bw4YqIqMqdZAeq9qSj4/hQfoZpUPvVclDbqhNjwiy+g=" } }, "is_incremental": false, @@ -564,7 +564,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Html.html", - "hash": "ueNiX7v+vBTnhK+MAE1E1mciJe2jE9M89jGduOWMr0c=" + "hash": "ZFmQKA4I7bpJ1kBpjmubN8ghZJ4Ofr7TNSJhKUZqoCY=" } }, "is_incremental": false, @@ -576,7 +576,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.PlainText.File.html", - "hash": "hPMFOe4SdWAigEFw1HYCnREyS6TC0a4RQ/GpSI1llNc=" + "hash": "BnnA0GHSrb70M6SXUnBZrLzXYylF+vs37c/t/M7K6as=" } }, "is_incremental": false, @@ -588,7 +588,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.PlainText.html", - "hash": "zoFgWpG2F/ZWqKnn0up0ieax/MLECKVYh10tYRT+nbU=" + "hash": "65Qk4/oc4WL+1R4TfWQGcaUPl5PYHCPKxgN/gpZLaQ4=" } }, "is_incremental": false, @@ -600,7 +600,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.SourceCode.html", - "hash": "QJTohMGoAZchbBcZSPz5+SjZ/zJzyftA/pK1HQsxz8I=" + "hash": "l68z0EL4Au2gpCwiBziAZsdOSN314T6cv25Gr70KFtA=" } }, "is_incremental": false, @@ -612,7 +612,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.SqlLog.html", - "hash": "/1A4S06ri/neSFftFOwzbVC6wxFyMYR2EZYmWJn9+QU=" + "hash": "0beDEc5MZQg4t9vY9uXzFtfuT5qkUY5hBbsovfxAx2Q=" } }, "is_incremental": false, @@ -624,7 +624,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.Xml.html", - "hash": "n/UVxT3LJ/x5ydbrRNTMAxf6+e8UqC9JeTtpRnCK5rM=" + "hash": "HwIvqNlLAu/Tax4D8olHeJdGnynl4VYRgjccpbBA9W0=" } }, "is_incremental": false, @@ -636,7 +636,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.CopyDetectors.html", - "hash": "nptAq9xFhspCAlZ4zwS+7wVXqQgrCfuYGfeLbKxfmp0=" + "hash": "tSCZBs9gsB45eOY8kXgAvrUFVFBAQXJRxBAX6iTV87A=" } }, "is_incremental": false, @@ -648,7 +648,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.LogUpdateEventArgs.html", - "hash": "obBUxigCzDBkLTJkJ4a7GuWwsCEUx3sJ5Ohkv0xFWnI=" + "hash": "XwEyk1HMvAVjnT+2fQAFX87yNLdK8Cx7Rx2P0VmS1j0=" } }, "is_incremental": false, @@ -660,7 +660,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.StatusUpdateEventArgs.ExecutionEvent.html", - "hash": "eElS7KQ4HSOT90jpV6g/TogLaCd/fo3VEbv/k4eOoCQ=" + "hash": "f/0nwNQR9VAZH/ds5DPb9SYVh0Vs1MdbinpbIwlNNvI=" } }, "is_incremental": false, @@ -672,7 +672,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.StatusUpdateEventArgs.html", - "hash": "Fb+keBlroXy6l8PAq6g/5s9PUkkb/q9KIuzO6ivnSyE=" + "hash": "K9unGzM0dGwnFSV6MV7+WfFDQKyqDdwf80m2UixnoW4=" } }, "is_incremental": false, @@ -684,7 +684,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Events.html", - "hash": "+wuLfa6ANwU4WQRTRz9k/wd41gw/anMIU1myUwQjSYM=" + "hash": "o52WcFto7TbYA0XSvncZO1cVOFJDes4Kt1hhJeUEhHk=" } }, "is_incremental": false, @@ -696,7 +696,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ArgumentInvalidException.html", - "hash": "GjQXbNp78diggqbn3dTsk9QMEddHIXF7D7GTQM+gJYw=" + "hash": "DFJI4WFQzUmW7Tn165Xp1jSfu5rCfZ34g1QI7+pGZ7k=" } }, "is_incremental": false, @@ -708,7 +708,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ArgumentNotFoundException.html", - "hash": "N1i0105P5cB0BtDEey3SVLS7R+hQ3b/O3ATYqCdk3ps=" + "hash": "BCCrGzqvOYHT7CxSSYkwQl/OtsiPV/JTVMKPhyz4qB8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/AutoCheck.Core.Exceptions.ConfigFileMissingException.yml", + "output": { + ".html": { + "relative_path": "api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html", + "hash": "DyCaJ8gJWW2iyH9VsvsEf5UI81nfuqIv/thXAZh2P3U=" } }, "is_incremental": false, @@ -720,7 +732,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html", - "hash": "9i+pubmlO7S4jSwYg9TIQWVzeAklI74UtZrCudWNLtc=" + "hash": "9UIB2CAl9O5wsw0rBh9Bn0IZ4dldxK4MT+NNDYwfkvY=" } }, "is_incremental": false, @@ -732,7 +744,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectorInvalidException.html", - "hash": "Pt0Ah2E0AA1Wtb5vC8yzFHtNJyZP0iapmfl1tJmF1HI=" + "hash": "bWfUXL1kwgzlwix0vzcacnG8pPgQ9K5fuFm4PtMlXao=" } }, "is_incremental": false, @@ -744,7 +756,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ConnectorNotFoundException.html", - "hash": "50q3h0uxJlcXwNcatHmiNHQ/GpJeAnR0fYOVXzp9/XU=" + "hash": "XF0SL/PGyQ5TldPP84rrPi6fVWNFVrbOQwOq0yciSy8=" } }, "is_incremental": false, @@ -756,7 +768,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.DocumentInvalidException.html", - "hash": "UnSjuXRwct/ltWsg9hLXr0dWXee55avxJZ1/YfBrWpw=" + "hash": "z48qwk1WNS3ZOER9yUmQ4Ra1NHlK5+oX41qOxLBt1CQ=" } }, "is_incremental": false, @@ -768,7 +780,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.DownloadFailedException.html", - "hash": "RGjHRRuqyFjoAT08JM91qXBhpLEdK3RSqYO5NeaSWmQ=" + "hash": "lYWIKKgHC9N7chdaSuspjV+KkVpVQb4h5n49ovu7xbg=" } }, "is_incremental": false, @@ -780,7 +792,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ItemNotFoundException.html", - "hash": "GtuPSLCy1Lgw2LP4XzK5+Trh6NaMZLmXAyZWih1Sns4=" + "hash": "AoL2F3JPEZSRheND3qh4/jIWzGN+1gRa5OF63+efhHg=" } }, "is_incremental": false, @@ -792,7 +804,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.PorpertyNotFoundException.html", - "hash": "H/U1rKIRMoIyL6v4ivUUNBDTlhKASWmrpQ6Ri0fPdvI=" + "hash": "9pJNcdekq1boTF2o9XeOMXR2IgTV4m4DLk9TRFANDsk=" } }, "is_incremental": false, @@ -804,7 +816,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.QueryInvalidException.html", - "hash": "C9PA7qKEcH/k+LwbhJsGheBZoNpWu2pDfWMEPE0yqxE=" + "hash": "bezoqwh3ghAwI7oujsfYjlLcqLhkYWzFBAf954qX+BU=" } }, "is_incremental": false, @@ -816,7 +828,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.RegexInvalidException.html", - "hash": "P4GIXTVBm91GeNTuHh5HBVxvCnz73rHYbxyN/KrXEzg=" + "hash": "7E3xs3eDMu6wzA7YXZtRneRBXB5fzRZkCdENWpgQxbg=" } }, "is_incremental": false, @@ -828,7 +840,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ResultMismatchException.html", - "hash": "UYU3+SWiCiIkIcoQxxYrpWVinVqgqa9x2vi/N0XMzIM=" + "hash": "oEB1f+7ZSaX1IivVkefP7occKpnF5sGNQfYJYs/VSkA=" } }, "is_incremental": false, @@ -840,7 +852,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ScriptInvalidException.html", - "hash": "PY+UEy0OmEhRDUzBlWD7J7eXZW/jV0hItvrAxiqyeO8=" + "hash": "rANH7exfX/yNmuzHAJgJBQRos1RPsQeK/Jyg1Ob0zcM=" } }, "is_incremental": false, @@ -852,7 +864,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.ScriptNotFoundException.html", - "hash": "8CQxw3QszYCnq0FqRyimwQ4Z4nwMTDCIIxyVwFsNJdY=" + "hash": "WPOLG9DMGV0vvHzQCjEXr95LUTceUk6nBWSu30Xo2w0=" } }, "is_incremental": false, @@ -864,7 +876,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleInvalidException.html", - "hash": "WQpn4Mb1TfgqTzU6L9QFafVdZ9FkdSeI04rhalsDxk4=" + "hash": "x+HqhIz3BW3e4cwkeQS8TIdieWr/34G9M4yWsUFevU0=" } }, "is_incremental": false, @@ -876,7 +888,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleNotAppliedException.html", - "hash": "awpRpJGE5Bt2ElPNMgFDVHouZCWG+LceiVI6TnNEUwo=" + "hash": "fciyN9WWjAQw9ZFT2ahFP7j9kSgLwFlaWK+sqwiujeY=" } }, "is_incremental": false, @@ -888,7 +900,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.StyleNotFoundException.html", - "hash": "tjV+DALAdUwVUIfpsu9kxw1yD16zHtHswtiNHdDeuu8=" + "hash": "Kkq2v1gEQUAXGcUBBFQKjkjN0EcA9VAwwRSb46K0uPA=" } }, "is_incremental": false, @@ -900,7 +912,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.TableInconsistencyException.html", - "hash": "MbRvnZxlJoK5KT1oNoXrd4SgY85V90aQQJ+QSn9cZxw=" + "hash": "yvaTvq3JHqYBKR0NaiM+fv3y7Hx++xnnLgo5QzOwbY8=" } }, "is_incremental": false, @@ -912,7 +924,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.VariableInvalidException.html", - "hash": "odzW5HEF8D72EsEr1ZhY99evcD/+XfYg6wtzLv3iZGU=" + "hash": "lH/bMD97e5B/d/BKN8ojBQxQwWC7g/dczBVZImWlUnY=" } }, "is_incremental": false, @@ -924,22 +936,19 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.VariableNotFoundException.html", - "hash": "nW4XFNCyIertohOSWHq+5Ib97UFmUPw3NGdxxIdiFrg=" + "hash": "RvUrE+Q8WuA0I3eWIORSUq91oT46TApMf3gcgp0Z/yY=" } }, "is_incremental": false, "version": "" }, { - "log_codes": [ - "DuplicateUids" - ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Core.Exceptions.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Core.Exceptions.html", - "hash": "qD4f4lYkGeGDrvGyk+ruzXAG4uwezgUtji8coxebo+c=" + "hash": "faDRcnG+Mk5P2llN6fbQa1m46tOWGfskDZLRPmucojU=" } }, "is_incremental": false, @@ -951,7 +960,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Log.html", - "hash": "hLXR6WEm+Y9ocdMHKKmP8dBydf+KLwgwW3x7PB6ozYE=" + "hash": "DpbkpOU5Ejpx70rntJxs6W9H5GiNPjQExrAmha3Q4AE=" } }, "is_incremental": false, @@ -963,7 +972,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Style.html", - "hash": "hex6uLns0W3UNwU1iPpLpolR5lMFWH9mj4ho9+HbShI=" + "hash": "jtK4LQW7hJyzQPng3LdTbdSq1nYyysIW6t3Lo9x3Toc=" } }, "is_incremental": false, @@ -975,7 +984,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.Type.html", - "hash": "/7QSBIwZES92n6U9qr5f4LFTYr328NAix4GkPk/N1bQ=" + "hash": "rnO6+JWZr/TgIKAbsQDDnXJ/kv9KGzK3j/VS/iHUCx0=" } }, "is_incremental": false, @@ -987,7 +996,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Output.html", - "hash": "UBE90VT3U/mamlyGKWAo2vCHw4eoBLdaJ+B/8gmcHjc=" + "hash": "GLAZ7VK/pJteocebPG346efoOuVwzCz8vQzABDXN6Xg=" } }, "is_incremental": false, @@ -999,7 +1008,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Script.ExecutionMode.html", - "hash": "dVyP7mhQCa76k6yrqzOS3Rh2eIUOT775alAgUQsaHDA=" + "hash": "1xqAiUUsitpCByrMWu/yUuRJ2pwTnszUuZXRa/sLx1E=" } }, "is_incremental": false, @@ -1011,7 +1020,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Script.html", - "hash": "Hqydw2UZDFO4+XXTdtFxCRELMVptuMiprzi8xYRuS0g=" + "hash": "PiXrmN1TZlQkIvObLXo4qdX57iB7P5uBW7N57D23q3s=" } }, "is_incremental": false, @@ -1023,7 +1032,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Utils.OS.html", - "hash": "L+Ph+QcKg91jrHTDvg53qEjScDmsThggYuJAbWa7EFk=" + "hash": "xvDf7vO0kRyeGCv7+KpUTiei+HS9yW/SmL9O74p3xik=" } }, "is_incremental": false, @@ -1035,7 +1044,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.Utils.html", - "hash": "Qlgu/Mv8eXjuL73wkQZvDABO9FZbPnZRLReqRNA5YKI=" + "hash": "bfy0dyxJ/BJYNfDuCx788jfKPU+raf96ZavwJhpgQfE=" } }, "is_incremental": false, @@ -1047,7 +1056,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Core.html", - "hash": "LRJlparu+WhnBLGc/lRm7EGlLR6gKEsXsd/YJPqDLak=" + "hash": "vvDWfKxY4YZwKGCYycJAGvo5ZqoP0sEkHXk6DQD3IKw=" } }, "is_incremental": false, @@ -1062,7 +1071,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.ArgumentInvalidException.html", - "hash": "GuHq5/npoVbrDT3YYYwkqtaZ5uKHSoKLH9L+8UwBAfg=" + "hash": "HSJ/FXaDAZq7k30XDzu/ttwh09YRrThROdVhLj8hfi8=" } }, "is_incremental": false, @@ -1077,7 +1086,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.ConnectionInvalidException.html", - "hash": "iG0g9M29uvNdOrbNrfrbbRuh3ACzD5C0eVdF0D9TRjw=" + "hash": "DQwS8IaGp5j8LB3FsUwybsDbI9k4zZ155JT/ovQp5Bc=" } }, "is_incremental": false, @@ -1092,7 +1101,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.DocumentInvalidException.html", - "hash": "PK0CO/mYPTdxGs/Q7kkoxwKl7hryDDHw4AYAMfEDnps=" + "hash": "VKIGWaywZlquxYt/+1QhBWu993IjlPHYz+WR51HrUfY=" } }, "is_incremental": false, @@ -1107,7 +1116,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.DownloadFailedException.html", - "hash": "UuqW26fOgKTA+0Wc1pvbE1fBZJugusjprcFl2nos7us=" + "hash": "uh1TSkeNGlG43dBjNqxuuDZcvDBaMWA4EtFKa4xFeOg=" } }, "is_incremental": false, @@ -1122,7 +1131,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.QueryInvalidException.html", - "hash": "TG5N1kHQdfeGqNlBWqSYYyx2jV5AHn9/okX1QxqLExM=" + "hash": "bK72BIJ6In0NuWsCJKgm8F5Pc31SSIFu9ARS4pWvVno=" } }, "is_incremental": false, @@ -1137,7 +1146,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.RegexInvalidException.html", - "hash": "oxT5RferP7Ydc9mOBj+1SispNCWXWFU7IVaj/v0iMoA=" + "hash": "IoGdeyjJ+8oyLsStEHXXO7d2EVkAslMwq1nGCw8LZvQ=" } }, "is_incremental": false, @@ -1152,7 +1161,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.StyleNotAppliedException.html", - "hash": "JaI7Ue9phcQmP3ybKMbDmyK8axDXsrVtjbf9VpzeY9E=" + "hash": "WLwWDBaECHVVOOqszXPp0ELS/7CHOMEVx4X6ylJOoXo=" } }, "is_incremental": false, @@ -1167,7 +1176,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.StyleNotFoundException.html", - "hash": "Qg+/0EB6RRvClscHbNPa3lfoIYbo95y4vDHgxiueFkU=" + "hash": "0eIKcffNKf3+xd7p0C11mpekgS/jbx/3irKtHHJPfzk=" } }, "is_incremental": false, @@ -1182,7 +1191,7 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.TableInconsistencyException.html", - "hash": "ipbssiSu6oBwxCt/w2j316GvQIpSWRseQrNqW6rzKFo=" + "hash": "k0rfLJ7zdOD/Ls36YvpQ5NMpoWm5qe+mjGKpM8SNovY=" } }, "is_incremental": false, @@ -1197,19 +1206,22 @@ "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.VariableInvalidException.html", - "hash": "D+Oa7FBBeYJMwDt4jQ9Gx7piLGLZSgMM5MNnwkF7mn4=" + "hash": "Q+legSl3GwWr38hiVmTea/vfu7Akx12LnfjQ+rGgS4Y=" } }, "is_incremental": false, "version": "" }, { + "log_codes": [ + "DuplicateUids" + ], "type": "ManagedReference", "source_relative_path": "api/AutoCheck.Exceptions.yml", "output": { ".html": { "relative_path": "api/AutoCheck.Exceptions.html", - "hash": "//EHTEly5dML7swfLrY8q9PmQzUuhAAe23y+ZDjuDyo=" + "hash": "DhEzPk+tDZL1PfUYqtACuWfQesttmhcWvzpFd65ktpY=" } }, "is_incremental": false, @@ -1221,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Diff.html", - "hash": "WdqeROae1mDek9dCbjchJNhUbxchRd0DmUBUsKvcINc=" + "hash": "HBomtuCyKgmVI8KeC2WFNGfH3XqUlMsfmDLRbUvdq1o=" } }, "is_incremental": false, @@ -1233,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.DiffMatchPatch.html", - "hash": "INtCl33Sa5VMVBhbGZ2GhEOc7vhxvvj71gfLZwAymIo=" + "hash": "KQZS3NfyCRWRF7cSPen7JElUUZgCJcDThGf4BtmStOU=" } }, "is_incremental": false, @@ -1245,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Operation.html", - "hash": "DLg/7VxZb8lEIexS6Os4m4e9JoY3enTc/RZu7ILEv38=" + "hash": "4wSl6R4GpeRdVkkREyU2lH4MsMtyRvjLzYu09FpoXZ8=" } }, "is_incremental": false, @@ -1257,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.Patch.html", - "hash": "hfRTt2mcrakcI+MYLqvJE8qmsjpehLixNS5YS1H9AN8=" + "hash": "x42mD7ZDmVgT+Ms8tMrKsWIaD9Ea13VYoT3Avkba3qI=" } }, "is_incremental": false, @@ -1269,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/Google.DiffMatchPatch.html", - "hash": "Oba/Q6ncAkbgkd81LX/SHGG9nfXjWCrqRBo00Hw+PWY=" + "hash": "a6QgxtHC/+KXRzH88Xi0elNfyhHRnLFp4HddR8EDQ1k=" } }, "is_incremental": false, @@ -1284,7 +1296,7 @@ "hash": "fzug+H8ClRkUC1xsywuAhvj20EFHBgutbTOHhIbqfR8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1373,10 +1385,10 @@ "output": { ".html": { "relative_path": "tutorials/teacher.html", - "hash": "4wejDkQ6kmWZuagKznKxnqd/Mw8fPuhFwyTuXQwQvmE=" + "hash": "x4S3EqurKyXiOtqpOTOzhlQY5Pa+neeWAjEF3iHz/nY=" } }, - "is_incremental": true, + "is_incremental": false, "version": "" } ], @@ -1398,8 +1410,8 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build", - "total_file_count": 100, - "skipped_file_count": 36 + "total_file_count": 101, + "skipped_file_count": 71 }, "ResourceDocumentProcessor": { "can_incremental": false, diff --git a/docs/html/tutorials/teacher.html b/docs/html/tutorials/teacher.html index 26f4624c..b234d9cb 100644 --- a/docs/html/tutorials/teacher.html +++ b/docs/html/tutorials/teacher.html @@ -405,6 +405,16 @@
    Application data:
    text The core app's utils folder (the entire path). + +APP_TEMP_NAME +text +The core app's temporary folder (just the folder name). + + +APP_TEMP_PATH +text +The core app's temporary folder (the entire path). +
    Script data:
    @@ -1116,7 +1126,7 @@

    batch

    init sequence no -The defined content will be executed once at the begining, before the caption +The defined content will be executed once at the begining, before the caption. @@ -1151,7 +1161,7 @@

    batch

    end sequence no -The defined content will be executed once at the end of the script +The defined content will be executed once at the end of the script. @@ -1177,8 +1187,8 @@

    batch

    -

    body

    -

    The defined content will be executed before the caption (once per target on batch mode).

    +

    init

    +

    The defined content will be executed once at the begining, before the caption.

    @@ -1215,8 +1225,8 @@

    body

    -

    body

    -

    The defined content will be executed at the end (once per target on batch mode).

    +

    setup

    +

    The defined content will be executed before the caption (once per target on batch mode).

    @@ -1329,6 +1339,82 @@

    post

    +

    teardown

    +

    The defined content will be executed at the end (once per target on batch mode).

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeMandatoryDescription
    varsmappingnoDefines vars in the same way and with the same rules as the ones defined within root level, but as local-scope vars; useful to store command results or other stuff.
    connectormappingnoDefines a connector to use, it can be defined wherever inside the body (usually inside a question's content).
    runmappingnoRuns a command.
    echotextnoDisplays a message.
    +

    end

    +

    The defined content will be executed once at the end of the script.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeMandatoryDescription
    varsmappingnoDefines vars in the same way and with the same rules as the ones defined within root level, but as local-scope vars; useful to store command results or other stuff.
    connectormappingnoDefines a connector to use, it can be defined wherever inside the body (usually inside a question's content).
    runmappingnoRuns a command.
    echotextnoDisplays a message.

    copy_detector

    Enables the copy detection logic, not supported for host targets (see avaliable copy detectors through API documentation). Just a single file per folder can be loaded into the copy detector engine, but this will be upgraded in a near future in order to allow multi-file support.

    diff --git a/docs/html/xrefmap.yml b/docs/html/xrefmap.yml index bf0363da..de56b7a7 100644 --- a/docs/html/xrefmap.yml +++ b/docs/html/xrefmap.yml @@ -534,6 +534,64 @@ references: isSpec: "True" fullName: AutoCheck.Core.Connectors.CsvDocument.Validate nameWithType: CsvDocument.Validate +- uid: AutoCheck.Core.Connectors.Dmoj + name: Dmoj + href: api/AutoCheck.Core.Connectors.Dmoj.html + commentId: T:AutoCheck.Core.Connectors.Dmoj + fullName: AutoCheck.Core.Connectors.Dmoj + nameWithType: Dmoj +- uid: AutoCheck.Core.Connectors.Dmoj.#ctor(System.String) + name: Dmoj(String) + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj__ctor_System_String_ + commentId: M:AutoCheck.Core.Connectors.Dmoj.#ctor(System.String) + fullName: AutoCheck.Core.Connectors.Dmoj.Dmoj(System.String) + nameWithType: Dmoj.Dmoj(String) +- uid: AutoCheck.Core.Connectors.Dmoj.#ctor* + name: Dmoj + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj__ctor_ + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.#ctor + isSpec: "True" + fullName: AutoCheck.Core.Connectors.Dmoj.Dmoj + nameWithType: Dmoj.Dmoj +- uid: AutoCheck.Core.Connectors.Dmoj.Dispose + name: Dispose() + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_Dispose + commentId: M:AutoCheck.Core.Connectors.Dmoj.Dispose + fullName: AutoCheck.Core.Connectors.Dmoj.Dispose() + nameWithType: Dmoj.Dispose() +- uid: AutoCheck.Core.Connectors.Dmoj.Dispose* + name: Dispose + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_Dispose_ + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.Dispose + isSpec: "True" + fullName: AutoCheck.Core.Connectors.Dmoj.Dispose + nameWithType: Dmoj.Dispose +- uid: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String) + name: DownloadContestSubmissions(String, String) + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_DownloadContestSubmissions_System_String_System_String_ + commentId: M:AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String,System.String) + fullName: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions(System.String, System.String) + nameWithType: Dmoj.DownloadContestSubmissions(String, String) +- uid: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions* + name: DownloadContestSubmissions + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_DownloadContestSubmissions_ + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions + isSpec: "True" + fullName: AutoCheck.Core.Connectors.Dmoj.DownloadContestSubmissions + nameWithType: Dmoj.DownloadContestSubmissions +- uid: AutoCheck.Core.Connectors.Dmoj.Host + name: Host + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_Host + commentId: P:AutoCheck.Core.Connectors.Dmoj.Host + fullName: AutoCheck.Core.Connectors.Dmoj.Host + nameWithType: Dmoj.Host +- uid: AutoCheck.Core.Connectors.Dmoj.Host* + name: Host + href: api/AutoCheck.Core.Connectors.Dmoj.html#AutoCheck_Core_Connectors_Dmoj_Host_ + commentId: Overload:AutoCheck.Core.Connectors.Dmoj.Host + isSpec: "True" + fullName: AutoCheck.Core.Connectors.Dmoj.Host + nameWithType: Dmoj.Host - uid: AutoCheck.Core.Connectors.GDrive name: GDrive href: api/AutoCheck.Connectors.GDrive.html @@ -4102,38 +4160,6 @@ references: isSpec: "True" fullName: AutoCheck.Core.CopyDetectors.Css.Css nameWithType: Css.Css -- uid: AutoCheck.Core.CopyDetectors.Dmoj - name: Dmoj - href: api/AutoCheck.Core.CopyDetectors.Dmoj.html - commentId: T:AutoCheck.Core.CopyDetectors.Dmoj - fullName: AutoCheck.Core.CopyDetectors.Dmoj - nameWithType: Dmoj -- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) - name: Dmoj(String, Single, String) - href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj__ctor_System_String_System_Single_System_String_ - commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.#ctor(System.String,System.Single,System.String) - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj(System.String, System.Single, System.String) - nameWithType: Dmoj.Dmoj(String, Single, String) -- uid: AutoCheck.Core.CopyDetectors.Dmoj.#ctor* - name: Dmoj - href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj__ctor_ - commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.#ctor - isSpec: "True" - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Dmoj - nameWithType: Dmoj.Dmoj -- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare - name: Compare() - href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj_Compare - commentId: M:AutoCheck.Core.CopyDetectors.Dmoj.Compare - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare() - nameWithType: Dmoj.Compare() -- uid: AutoCheck.Core.CopyDetectors.Dmoj.Compare* - name: Compare - href: api/AutoCheck.Core.CopyDetectors.Dmoj.html#AutoCheck_Core_CopyDetectors_Dmoj_Compare_ - commentId: Overload:AutoCheck.Core.CopyDetectors.Dmoj.Compare - isSpec: "True" - fullName: AutoCheck.Core.CopyDetectors.Dmoj.Compare - nameWithType: Dmoj.Compare - uid: AutoCheck.Core.CopyDetectors.Html name: Html href: api/AutoCheck.CopyDetectors.Html.html @@ -4924,6 +4950,31 @@ references: isSpec: "True" fullName: AutoCheck.Core.Exceptions.ArgumentNotFoundException.ArgumentNotFoundException nameWithType: ArgumentNotFoundException.ArgumentNotFoundException +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException + name: ConfigFileMissingException + href: api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html + commentId: T:AutoCheck.Core.Exceptions.ConfigFileMissingException + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException + nameWithType: ConfigFileMissingException +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + name: ConfigFileMissingException() + href: api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html#AutoCheck_Core_Exceptions_ConfigFileMissingException__ctor + commentId: M:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException() + nameWithType: ConfigFileMissingException.ConfigFileMissingException() +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception) + name: ConfigFileMissingException(String, Exception) + href: api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html#AutoCheck_Core_Exceptions_ConfigFileMissingException__ctor_System_String_Exception_ + commentId: M:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor(System.String,Exception) + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException(System.String, Exception) + nameWithType: ConfigFileMissingException.ConfigFileMissingException(String, Exception) +- uid: AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor* + name: ConfigFileMissingException + href: api/AutoCheck.Core.Exceptions.ConfigFileMissingException.html#AutoCheck_Core_Exceptions_ConfigFileMissingException__ctor_ + commentId: Overload:AutoCheck.Core.Exceptions.ConfigFileMissingException.#ctor + isSpec: "True" + fullName: AutoCheck.Core.Exceptions.ConfigFileMissingException.ConfigFileMissingException + nameWithType: ConfigFileMissingException.ConfigFileMissingException - uid: AutoCheck.Core.Exceptions.ConnectionInvalidException name: ConnectionInvalidException href: api/AutoCheck.Core.Exceptions.ConnectionInvalidException.html @@ -5894,6 +5945,32 @@ references: isSpec: "True" fullName: AutoCheck.Core.Script.AppFolderPath nameWithType: Script.AppFolderPath +- uid: AutoCheck.Core.Script.AppTempName + name: AppTempName + href: api/AutoCheck.Core.Script.html#AutoCheck_Core_Script_AppTempName + commentId: P:AutoCheck.Core.Script.AppTempName + fullName: AutoCheck.Core.Script.AppTempName + nameWithType: Script.AppTempName +- uid: AutoCheck.Core.Script.AppTempName* + name: AppTempName + href: api/AutoCheck.Core.Script.html#AutoCheck_Core_Script_AppTempName_ + commentId: Overload:AutoCheck.Core.Script.AppTempName + isSpec: "True" + fullName: AutoCheck.Core.Script.AppTempName + nameWithType: Script.AppTempName +- uid: AutoCheck.Core.Script.AppTempPath + name: AppTempPath + href: api/AutoCheck.Core.Script.html#AutoCheck_Core_Script_AppTempPath + commentId: P:AutoCheck.Core.Script.AppTempPath + fullName: AutoCheck.Core.Script.AppTempPath + nameWithType: Script.AppTempPath +- uid: AutoCheck.Core.Script.AppTempPath* + name: AppTempPath + href: api/AutoCheck.Core.Script.html#AutoCheck_Core_Script_AppTempPath_ + commentId: Overload:AutoCheck.Core.Script.AppTempPath + isSpec: "True" + fullName: AutoCheck.Core.Script.AppTempPath + nameWithType: Script.AppTempPath - uid: AutoCheck.Core.Script.AppUtilsName name: AppUtilsName href: api/AutoCheck.Core.Script.html#AutoCheck_Core_Script_AppUtilsName