PMD Results

The following document contains the results of PMD 6.21.0.

Violations By Priority

Priority 3

info/magnolia/messages/app/MessagesView.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'public' on interface 'Listener': members of interface types are implicitly public 4860

info/magnolia/messages/app/MessagesViewImpl.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 149151

Files

info/magnolia/messages/app/MessagesView.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'public' on interface 'Listener': members of interface types are implicitly public 3 4860

info/magnolia/messages/app/MessagesViewImpl.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 149151