PMD Results

The following document contains the results of PMD 5.3.5.

Files

cn/home1/oss/lib/webmvc/api/Jetty9ServerCustomizers.java

Violation Line
This class has too many methods, consider refactoring it. 40302
Consider simply returning the value vs storing it in local variable 'requestLog' 142

cn/home1/oss/lib/webmvc/api/JsonToken.java

Violation Line
Field fromToken has the same name as a method 19
Field toToken has the same name as a method 20

cn/home1/oss/lib/webmvc/api/TypeSafeCookie.java

Violation Line
The method buildCookie() has an NPath complexity of 450 3155

cn/home1/oss/lib/webmvc/internal/DefaultDomainResolver.java

Violation Line
Private field 'domain' could be made final; it is only initialized in the declaration or constructor. 19
Private field 'prodEnvironment' could be made final; it is only initialized in the declaration or constructor. 20

cn/home1/oss/lib/webmvc/internal/DefaultRequestResolver.java

Violation Line
Private field 'loginEndpoint' could be made final; it is only initialized in the declaration or constructor. 29