From 1ed5c370b8015583d3685c7e904a3d202443c1ea Mon Sep 17 00:00:00 2001 From: "cleanthat[bot]" <65607995+cleanthat[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:09:43 +0000 Subject: [PATCH] engine=spotless nb_files_formatted: 5 nb_files_already_formatted: 4 eventKey: random-db06f4a4-dc21-4b6e-9f5f-099ebf04bded --- .../unittest/PepperJacksonTestHelper.java | 2 +- .../pepper/unittest/PepperTestHelper.java | 2 +- .../unittest/InvalidJackson_noEmptyCtor.java | 22 +++++++++++++++++++ .../unittest/InvalidJackson_weirdSetter.java | 22 +++++++++++++++++++ .../unittest/TestPepperJacksonTestHelper.java | 22 +++++++++++++++++++ 5 files changed, 68 insertions(+), 2 deletions(-) diff --git a/unittest/src/main/java/eu/solven/pepper/unittest/PepperJacksonTestHelper.java b/unittest/src/main/java/eu/solven/pepper/unittest/PepperJacksonTestHelper.java index 190d3019..c468ba71 100644 --- a/unittest/src/main/java/eu/solven/pepper/unittest/PepperJacksonTestHelper.java +++ b/unittest/src/main/java/eu/solven/pepper/unittest/PepperJacksonTestHelper.java @@ -1,6 +1,6 @@ /** * The MIT License - * Copyright (c) 2023 Benoit Lacelle - SOLVEN + * Copyright (c) 2023-2025 Benoit Lacelle - SOLVEN * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/unittest/src/main/java/eu/solven/pepper/unittest/PepperTestHelper.java b/unittest/src/main/java/eu/solven/pepper/unittest/PepperTestHelper.java index 8830a072..4cb63e88 100644 --- a/unittest/src/main/java/eu/solven/pepper/unittest/PepperTestHelper.java +++ b/unittest/src/main/java/eu/solven/pepper/unittest/PepperTestHelper.java @@ -1,6 +1,6 @@ /** * The MIT License - * Copyright (c) 2023 Benoit Lacelle - SOLVEN + * Copyright (c) 2023-2025 Benoit Lacelle - SOLVEN * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_noEmptyCtor.java b/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_noEmptyCtor.java index ea2feb13..8dd6d990 100644 --- a/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_noEmptyCtor.java +++ b/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_noEmptyCtor.java @@ -1,3 +1,25 @@ +/** + * The MIT License + * Copyright (c) 2025 Benoit Lacelle - SOLVEN + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package eu.solven.pepper.unittest; public class InvalidJackson_noEmptyCtor { diff --git a/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_weirdSetter.java b/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_weirdSetter.java index 3c740cf0..3e506013 100644 --- a/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_weirdSetter.java +++ b/unittest/src/test/java/eu/solven/pepper/unittest/InvalidJackson_weirdSetter.java @@ -1,3 +1,25 @@ +/** + * The MIT License + * Copyright (c) 2025 Benoit Lacelle - SOLVEN + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package eu.solven.pepper.unittest; public class InvalidJackson_weirdSetter { diff --git a/unittest/src/test/java/eu/solven/pepper/unittest/TestPepperJacksonTestHelper.java b/unittest/src/test/java/eu/solven/pepper/unittest/TestPepperJacksonTestHelper.java index a6845d56..9c2222c8 100644 --- a/unittest/src/test/java/eu/solven/pepper/unittest/TestPepperJacksonTestHelper.java +++ b/unittest/src/test/java/eu/solven/pepper/unittest/TestPepperJacksonTestHelper.java @@ -1,3 +1,25 @@ +/** + * The MIT License + * Copyright (c) 2025 Benoit Lacelle - SOLVEN + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + */ package eu.solven.pepper.unittest; import java.io.UncheckedIOException;