Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Import statement for 'java.util.Objects.requireNonNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. |
5 |
Warning |
indentation |
Indentation |
'member def modifier' has incorrect indentation level 4, expected level should be 2. |
16 |
Warning |
indentation |
Indentation |
'member def modifier' has incorrect indentation level 4, expected level should be 2. |
17 |
Warning |
indentation |
Indentation |
'member def modifier' has incorrect indentation level 4, expected level should be 2. |
18 |
Warning |
indentation |
Indentation |
'ctor def modifier' has incorrect indentation level 4, expected level should be 2. |
26 |
Warning |
indentation |
Indentation |
'ctor def' child has incorrect indentation level 8, expected level should be 4. |
27 |
Warning |
indentation |
Indentation |
'ctor def' child has incorrect indentation level 8, expected level should be 4. |
28 |
Warning |
indentation |
Indentation |
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. |
29 |
Warning |
indentation |
Indentation |
'method def modifier' has incorrect indentation level 4, expected level should be 2. |
37 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
39 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
40 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
41 |
Warning |
indentation |
Indentation |
'method def rcurly' has incorrect indentation level 4, expected level should be 2. |
42 |