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. |
11 |
Warning |
indentation |
Indentation |
'member def modifier' has incorrect indentation level 4, expected level should be 2. |
12 |
Warning |
indentation |
Indentation |
'member def modifier' has incorrect indentation level 4, expected level should be 2. |
13 |
Warning |
indentation |
Indentation |
'ctor def modifier' has incorrect indentation level 4, expected level should be 2. |
15 |
Warning |
indentation |
Indentation |
'ctor def' child has incorrect indentation level 8, expected level should be 4. |
16 |
Warning |
indentation |
Indentation |
'ctor def' child has incorrect indentation level 8, expected level should be 4. |
17 |
Warning |
indentation |
Indentation |
'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. |
18 |
Warning |
indentation |
Indentation |
'method def modifier' has incorrect indentation level 4, expected level should be 2. |
20 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
22 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
23 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
24 |
Warning |
indentation |
Indentation |
'method def rcurly' has incorrect indentation level 4, expected level should be 2. |
25 |