TSK-1064: removed DeclarationOrderCheck from checkstyle

This commit is contained in:
Mustapha Zorgati 2020-01-29 21:05:16 +01:00
parent 73ac030bad
commit 811f26c206
5 changed files with 0 additions and 5 deletions

View File

@ -25,7 +25,6 @@ public class AbstractAccTest {
private static final Logger LOGGER = LoggerFactory.getLogger(AbstractAccTest.class);
private static final int POOL_TIME_TO_WAIT = 50;
@SuppressWarnings("checkstyle:DeclarationOrder")
private static SimpleHistoryServiceImpl historyService;
private static DataSource dataSource;

View File

@ -47,7 +47,6 @@ public class ClassificationServiceImplIntExplicitTest {
private static final String ID_PREFIX_CLASSIFICATION = "CLI";
@SuppressWarnings("checkstyle:DeclarationOrder")
static int counter = 0;
private DataSource dataSource;

View File

@ -47,7 +47,6 @@ class WorkbasketServiceImplIntExplicitTest {
private static final int SLEEP_TIME = 100;
@SuppressWarnings("checkstyle:DeclarationOrder")
static int counter = 0;
private DataSource dataSource;

View File

@ -177,7 +177,6 @@
value="Method type name ''{0}'' must match pattern ''{1}''."/>
<property name="format" value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)"/>
</module>
<module name="DeclarationOrderCheck"/>
<module name="InterfaceTypeParameterName">
<message key="name.invalidPattern"
value="Interface type name ''{0}'' must match pattern ''{1}''."/>

View File

@ -43,7 +43,6 @@ class AsyncUpdateJobIntTest {
private static final String CLASSIFICATION_ID = "CLI:100000000000000000000000000000000003";
@SuppressWarnings("checkstyle:DeclarationOrder")
static RestTemplate template;
@Autowired ClassificationResourceAssembler classificationResourceAssembler;