Checkstyle Results

The following document contains the results of Checkstyle 8.23 with checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
2 0 20 0

Files

File
 I
 W
 E
com/github/javakeyring/internal/windows/CREDENTIAL.java 0 1 0
com/github/javakeyring/win/CorruptedHeapTest.java 0 19 0

Rules

Category Rule Violations Severity

Details

com/github/javakeyring/internal/windows/CREDENTIAL.java

Severity Category Rule Message Line
 Warning
blocks RightCurly '}' at column 25 should be alone on a line. 51

com/github/javakeyring/win/CorruptedHeapTest.java

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