PMD Results
The following document contains the results of PMD 6.29.0.
Violations By Priority
Priority 3
it/tidalwave/northernwind/frontend/ui/component/blog/DefaultBlogViewController.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
27–751 |
it/tidalwave/northernwind/frontend/ui/component/breadcrumb/DefaultBreadCrumbViewController.java
Rule |
Violation |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'view'. |
47 |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'siteNode'. |
47 |
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/DefaultNodeContainerViewController.java
Rule |
Violation |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
27–218 |
Files
it/tidalwave/northernwind/frontend/ui/component/blog/DefaultBlogViewController.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
27–751 |
it/tidalwave/northernwind/frontend/ui/component/breadcrumb/DefaultBreadCrumbViewController.java
Rule |
Violation |
Priority |
Line |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'view'. |
3 |
47 |
UnusedFormalParameter |
Avoid unused constructor parameters such as 'siteNode'. |
3 |
47 |
it/tidalwave/northernwind/frontend/ui/component/nodecontainer/DefaultNodeContainerViewController.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
27–218 |