Skip to content

Commit

Permalink
CI: checkstyle rule for Java file headers: fix existing source files (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik authored Apr 1, 2022
1 parent 19b9806 commit 73a1361
Show file tree
Hide file tree
Showing 445 changed files with 618 additions and 254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.collection;

import java.util.LinkedHashMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.concurrency;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.concurrency;

import java.util.concurrent.TimeUnit;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.stream;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.collection;

import org.junit.jupiter.api.BeforeEach;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.concurrency;

import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.common.stream;

import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2022 Microsoft Corporation
* Copyright (c) 2020 - 2022 Microsoft Corporation
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -12,6 +12,7 @@
* Fraunhofer Institute for Software and Systems Engineering - refactored
*
*/

package org.eclipse.dataspaceconnector.core.base;

import org.eclipse.dataspaceconnector.spi.command.Command;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.agent;

import org.eclipse.dataspaceconnector.spi.agent.ParticipantAgent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.spi.agent.ParticipantAgent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.policy.engine.PolicyEvaluator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.spi.policy.RuleBindingRegistry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.policy.model.AtomicConstraint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core;

import org.eclipse.dataspaceconnector.policy.model.PolicyRegistrationTypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.agent;

import org.eclipse.dataspaceconnector.spi.agent.ParticipantAgentServiceExtension;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.policy.model.Action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.spi.policy.PolicyEngine;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.core.base.policy;

import org.eclipse.dataspaceconnector.policy.model.Action;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.boot.system.injection;

import org.eclipse.dataspaceconnector.spi.EdcException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.boot.system.injection;

import org.eclipse.dataspaceconnector.spi.EdcException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.boot.util;

import org.eclipse.dataspaceconnector.spi.EdcException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.boot.util;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract;

import org.eclipse.dataspaceconnector.contract.negotiation.command.handlers.CancelNegotiationCommandHandler;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
* Contributors:
* Daimler TSS GmbH - Initial API and Implementation
* Fraunhofer Institute for Software and Systems Engineering - add contract negotiation functionality
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Microsoft Corporation
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - improvements
* Microsoft Corporation - improvements
*
*/

package org.eclipse.dataspaceconnector.contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Daimler TSS GmbH - Initial API and Implementation
*
*/

package org.eclipse.dataspaceconnector.contract;

import org.eclipse.dataspaceconnector.spi.asset.AssetIndex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.common;

import org.jetbrains.annotations.NotNull;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* SPDX-License-Identifier: Apache-2.0
*
* Contributors:
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - improvements
*
*/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation.command.commands;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation.command.commands;

import org.eclipse.dataspaceconnector.spi.types.domain.contract.negotiation.command.ContractNegotiationCommand;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation.command.handlers;

import org.eclipse.dataspaceconnector.contract.negotiation.command.commands.CancelNegotiationCommand;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation.command.handlers;

import org.eclipse.dataspaceconnector.contract.negotiation.command.commands.SingleContractNegotiationCommand;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
* Contributors:
* Daimler TSS GmbH - Initial API and Implementation
* Microsoft Corporation - Refactoring
*
*/

package org.eclipse.dataspaceconnector.contract.offer;

import org.eclipse.dataspaceconnector.spi.agent.ParticipantAgent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Fraunhofer Institute for Software and Systems Engineering - extended method implementation
*
*/

package org.eclipse.dataspaceconnector.contract.offer;

import org.eclipse.dataspaceconnector.contract.common.ContractId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
*
* Contributors:
* Microsoft Corporation - initial API and implementation
* Fraunhofer Institute for Software and Systems Engineering
* Fraunhofer Institute for Software and Systems Engineering - improvements
*
*/

package org.eclipse.dataspaceconnector.contract.validation;

import org.eclipse.dataspaceconnector.spi.agent.ParticipantAgentService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Microsoft Corporation - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.common;

import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation;

import org.eclipse.dataspaceconnector.contract.common.ContractId;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
<<<<<<< HEAD
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
=======
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
>>>>>>> 9d998cb09 (core: add configuration setting to set state machine batch sizes)
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -13,9 +9,10 @@
*
* Contributors:
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - improvements
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation;

import org.eclipse.dataspaceconnector.policy.model.Policy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation;

import org.eclipse.dataspaceconnector.spi.result.Result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/*
<<<<<<< HEAD
* Copyright (c) 2021-2022 Fraunhofer Institute for Software and Systems Engineering
=======
* Copyright (c) 2021 - 2022 Fraunhofer Institute for Software and Systems Engineering
>>>>>>> 9d998cb09 (core: add configuration setting to set state machine batch sizes)
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
Expand All @@ -13,9 +9,10 @@
*
* Contributors:
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - improvements
*
*/

package org.eclipse.dataspaceconnector.contract.negotiation;

import org.eclipse.dataspaceconnector.policy.model.Policy;
Expand Down
Loading

0 comments on commit 73a1361

Please sign in to comment.