The following document contains the results of Checkstyle. 
Summary
Files |
Infos |
Warnings |
Errors |
6 |
0 |
0 |
26 |
Rules
Rules |
Violations |
Severity |
JavadocPackage
|
0 |
Error |
NewlineAtEndOfFile |
3 |
Error |
Translation |
0 |
Error |
FileLength |
0 |
Error |
FileTabCharacter
|
0 |
Error |
RegexpSingleline
- format: "\s+$"
- message: "Line has trailing spaces."
|
0 |
Error |
JavadocMethod |
2 |
Error |
JavadocType |
0 |
Error |
JavadocVariable |
4 |
Error |
JavadocStyle |
1 |
Error |
ConstantName |
0 |
Error |
LocalFinalVariableName |
0 |
Error |
LocalVariableName |
0 |
Error |
MemberName |
0 |
Error |
MethodName |
0 |
Error |
PackageName |
0 |
Error |
ParameterName |
0 |
Error |
StaticVariableName |
0 |
Error |
TypeName |
0 |
Error |
AvoidStarImport |
0 |
Error |
IllegalImport |
0 |
Error |
RedundantImport |
0 |
Error |
UnusedImports |
0 |
Error |
LineLength |
8 |
Error |
MethodLength |
0 |
Error |
ParameterNumber |
0 |
Error |
EmptyForIteratorPad |
0 |
Error |
MethodParamPad |
0 |
Error |
NoWhitespaceAfter |
0 |
Error |
NoWhitespaceBefore |
0 |
Error |
OperatorWrap |
0 |
Error |
ParenPad |
0 |
Error |
TypecastParenPad |
0 |
Error |
WhitespaceAfter |
0 |
Error |
WhitespaceAround |
0 |
Error |
ModifierOrder |
0 |
Error |
RedundantModifier |
0 |
Error |
AvoidNestedBlocks |
0 |
Error |
EmptyBlock |
0 |
Error |
LeftCurly |
0 |
Error |
NeedBraces |
0 |
Error |
RightCurly |
0 |
Error |
AvoidInlineConditionals |
0 |
Error |
DoubleCheckedLocking |
0 |
Error |
EmptyStatement |
0 |
Error |
EqualsHashCode |
0 |
Error |
HiddenField |
1 |
Error |
IllegalInstantiation |
0 |
Error |
InnerAssignment |
0 |
Error |
MagicNumber |
0 |
Error |
MissingSwitchDefault |
0 |
Error |
RedundantThrows |
0 |
Error |
SimplifyBooleanExpression |
0 |
Error |
SimplifyBooleanReturn |
0 |
Error |
DesignForExtension |
5 |
Error |
FinalClass |
0 |
Error |
HideUtilityClassConstructor |
0 |
Error |
InterfaceIsType |
0 |
Error |
VisibilityModifier |
0 |
Error |
ArrayTypeStyle |
0 |
Error |
FinalParameters |
1 |
Error |
TodoComment |
0 |
Error |
UpperEll |
0 |
Error |
Details
com/jmpeax/osgi/undertow/http/UndertowHttpServiceActivator.java
Violation |
Message |
Line |
|
Line is longer than 80 characters. |
43 |
|
Missing a Javadoc comment. |
48 |
|
Missing a Javadoc comment. |
49 |
|
Method 'start' is not designed for extension - needs to be abstract, final or empty. |
51 |
|
Line is longer than 80 characters. |
55 |
|
Method 'stop' is not designed for extension - needs to be abstract, final or empty. |
59 |
|
Missing a Javadoc comment. |
71 |
|
Line is longer than 80 characters. |
73 |
com/jmpeax/osgi/undertow/http/api/package-info.java
Violation |
Message |
Line |
|
File does not end with a newline. |
0 |
com/jmpeax/osgi/undertow/http/impl/UndertowHttpServer.java
Violation |
Message |
Line |
|
Got an exception - expecting EOF, found '}' |
55 |
com/jmpeax/osgi/undertow/http/impl/UndertowHttpService.java
Violation |
Message |
Line |
|
First sentence should end with a period. |
30 |
|
Line is longer than 80 characters. |
31 |
|
Missing a Javadoc comment. |
38 |
|
Missing a Javadoc comment. |
40 |
|
Missing a Javadoc comment. |
42 |
|
Parameter httpServer should be final. |
42 |
|
'httpServer' hides a field. |
42 |
|
Method 'registerServlet' is not designed for extension - needs to be abstract, final or empty. |
46 |
|
Line is longer than 80 characters. |
47 |
|
Line is longer than 80 characters. |
48 |
|
Line is longer than 80 characters. |
53 |
|
Method 'unregister' is not designed for extension - needs to be abstract, final or empty. |
57 |
|
Method 'createDefaultHttpContext' is not designed for extension - needs to be abstract, final or empty. |
62 |
com/jmpeax/osgi/undertow/http/impl/package-info.java
Violation |
Message |
Line |
|
File does not end with a newline. |
0 |
|
Line is longer than 80 characters. |
19 |
com/jmpeax/osgi/undertow/http/package-info.java
Violation |
Message |
Line |
|
File does not end with a newline. |
0 |