Severity |
Category |
Rule |
Message |
Line |
Warning |
imports |
CustomImportOrder |
Extra separation in import group before 'org.restlet.data.Status' |
5 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'org.json.JSONObject' import. Should be before 'org.restlet.resource.ServerResource'. |
8 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'java.time.LocalDate' import. Should be before 'org.restlet.resource.ServerResource'. |
9 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'java.time.format.DateTimeFormatter' import. Should be before 'org.restlet.resource.ServerResource'. |
10 |
Warning |
imports |
CustomImportOrder |
Wrong lexicographical order for 'java.time.format.DateTimeParseException' import. Should be before 'org.restlet.resource.ServerResource'. |
11 |
Warning |
javadoc |
MissingJavadocType |
Missing a Javadoc comment. |
13 |
Warning |
indentation |
Indentation |
'method def modifier' has incorrect indentation level 4, expected level should be 2. |
15 |
Warning |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
15 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
17 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
18 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
19 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
21 |
Warning |
indentation |
Indentation |
'try' has incorrect indentation level 8, expected level should be 4. |
22 |
Warning |
indentation |
Indentation |
'try' child has incorrect indentation level 12, expected level should be 6. |
23 |
Warning |
indentation |
Indentation |
'try rcurly' has incorrect indentation level 8, expected level should be 4. |
24 |
Warning |
indentation |
Indentation |
'catch' child has incorrect indentation level 12, expected level should be 6. |
25 |
Warning |
indentation |
Indentation |
'catch' child has incorrect indentation level 12, expected level should be 6. |
26 |
Warning |
indentation |
Indentation |
'catch' child has incorrect indentation level 12, expected level should be 6. |
27 |
Warning |
indentation |
Indentation |
'catch rcurly' has incorrect indentation level 8, expected level should be 4. |
28 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
30 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
31 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
32 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
33 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
34 |
Warning |
indentation |
Indentation |
'method def' child has incorrect indentation level 8, expected level should be 4. |
35 |
Warning |
indentation |
Indentation |
'method def rcurly' has incorrect indentation level 4, expected level should be 2. |
36 |