1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-03 09:57:35 +02:00

Ошибки checkstyle

This commit is contained in:
Капралов Александр 2021-07-21 18:16:51 +03:00
parent da8b331ad8
commit 08259654a9
7 changed files with 58 additions and 13 deletions

View File

@ -108,7 +108,7 @@
<module name="MethodParamPad" />
<module name="NoLineWrap" />
<module name="NoWhitespaceAfter">
<property name="tokens" value="ARRAY_INIT, INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, ARRAY_DECLARATOR, INDEX_OP, METHOD_REF" />
<property name="tokens" value="INC, DEC, UNARY_MINUS, UNARY_PLUS, BNOT, LNOT, DOT, INDEX_OP, METHOD_REF" />
</module>
<module name="NoWhitespaceBefore">
<property name="tokens" value="DOT" />
@ -170,4 +170,4 @@
<module name="FallThrough" />
<module name="MissingSwitchDefault" />
</module>
</module>
</module>

View File

@ -45,7 +45,7 @@ import com.google.inject.Inject;
/**
* Tests for {@link ISortService}
*/
@RunWith(value = JUnitGuiceRunner.class)
@RunWith(JUnitGuiceRunner.class)
@GuiceModules(modules = { ExternalDependenciesModule.class })
public class SortServiceTest
{

View File

@ -1,6 +1,15 @@
/**
/*******************************************************************************
* Copyright (C) 2021, 1C-Soft LLC and others.
*
*/
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -1,6 +1,15 @@
/**
/*******************************************************************************
* Copyright (C) 2021, 1C-Soft LLC and others.
*
*/
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -1,6 +1,15 @@
/**
/*******************************************************************************
* Copyright (C) 2021, 1C-Soft LLC and others.
*
*/
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -1,6 +1,15 @@
/**
/*******************************************************************************
* Copyright (C) 2021, 1C-Soft LLC and others.
*
*/
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
import static org.junit.Assert.assertNotNull;

View File

@ -1,6 +1,15 @@
/**
/*******************************************************************************
* Copyright (C) 2021, 1C-Soft LLC and others.
*
*/
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* 1C-Soft LLC - initial API and implementation
*******************************************************************************/
package com.e1c.v8codestyle.md.itests;
import static org.junit.Assert.assertNotNull;