Severity
Category
Rule
Message
Line
Warning
imports
CustomImportOrder
Import statement for 'org.junit.Test' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line.
31
Warning
imports
CustomImportOrder
Import statement for 'org.assertj.core.api.Assertions.assertThat' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
33
Warning
imports
CustomImportOrder
Import statement for 'org.assertj.core.api.Assertions.catchThrowable' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
34
Warning
imports
CustomImportOrder
Import statement for 'org.junit.Assume.assumeTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
35
Warning
javadoc
SummaryJavadoc
First sentence of Javadoc is missing an ending period.
37
Warning
indentation
Indentation
'member def modifier' has incorrect indentation level 4, expected level should be 2.
42
Warning
indentation
Indentation
'member def modifier' has incorrect indentation level 4, expected level should be 2.
43
Warning
indentation
Indentation
'member def modifier' has incorrect indentation level 4, expected level should be 2.
44
Warning
indentation
Indentation
'method def modifier' has incorrect indentation level 4, expected level should be 2.
46
Warning
indentation
Indentation
'method def' child has incorrect indentation level 8, expected level should be 4.
48
Warning
indentation
Indentation
'method def' child has incorrect indentation level 8, expected level should be 4.
49
Warning
indentation
Indentation
'method def' child has incorrect indentation level 8, expected level should be 4.
50
Warning
indentation
Indentation
'method def' child has incorrect indentation level 8, expected level should be 4.
51
Warning
indentation
Indentation
'for' has incorrect indentation level 8, expected level should be 4.
52
Warning
indentation
Indentation
'for' child has incorrect indentation level 12, expected level should be 6.
53
Warning
indentation
Indentation
'for' child has incorrect indentation level 12, expected level should be 6.
54
Warning
indentation
Indentation
'for rcurly' has incorrect indentation level 8, expected level should be 4.
55
Warning
indentation
Indentation
'method def' child has incorrect indentation level 8, expected level should be 4.
56
Warning
indentation
Indentation
'method def rcurly' has incorrect indentation level 4, expected level should be 2.
57