TSK-1064: removed DeclarationOrderCheck from checkstyle
This commit is contained in:
parent
73ac030bad
commit
811f26c206
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -47,7 +47,6 @@ class WorkbasketServiceImplIntExplicitTest {
|
|||
|
||||
private static final int SLEEP_TIME = 100;
|
||||
|
||||
@SuppressWarnings("checkstyle:DeclarationOrder")
|
||||
static int counter = 0;
|
||||
|
||||
private DataSource dataSource;
|
||||
|
|
|
@ -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}''."/>
|
||||
|
|
|
@ -43,7 +43,6 @@ class AsyncUpdateJobIntTest {
|
|||
|
||||
private static final String CLASSIFICATION_ID = "CLI:100000000000000000000000000000000003";
|
||||
|
||||
@SuppressWarnings("checkstyle:DeclarationOrder")
|
||||
static RestTemplate template;
|
||||
|
||||
@Autowired ClassificationResourceAssembler classificationResourceAssembler;
|
||||
|
|
Loading…
Reference in New Issue