PMD Results

The following document contains the results of PMD 5.1.2.

Files

org/vaadin/openesignforms/ckeditor/CKEditorTextField.java

Violation Line
Overriding method merely calls super 278280
Overriding method merely calls super 283286
Avoid modifiers which are implied by the context 359
Avoid modifiers which are implied by the context 384385
Avoid modifiers which are implied by the context 387

org/vaadin/openesignforms/ckeditor/VaadinCKEditorUI.java

Violation Line
Avoid unused imports such as 'org.vaadin.openesignforms.ckeditor.CKEditorTextField.SelectionChangeEvent' 10
Avoid unused imports such as 'org.vaadin.openesignforms.ckeditor.CKEditorTextField.SelectionChangeListener' 11
Avoid unused imports such as 'com.vaadin.ui.Notification.Type' 23

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/CKEditorService.java

Violation Line
Avoid modifiers which are implied by the context 160
Avoid modifiers which are implied by the context 161
Avoid modifiers which are implied by the context 162
Avoid modifiers which are implied by the context 163
Avoid modifiers which are implied by the context 164
Avoid modifiers which are implied by the context 165
Avoid modifiers which are implied by the context 166
Avoid modifiers which are implied by the context 167

org/vaadin/openesignforms/ckeditor/widgetset/client/ui/VCKEditorTextField.java

Violation Line
Avoid empty if statements 299301
Avoid empty if statements 322324
Avoid empty if statements 351353
Avoid empty if statements 371373
Avoid empty if statements 385387
Avoid empty if statements 388390
These nested if statements could be combined 402404
Avoid empty if statements 486488
Avoid empty if statements 489491
Avoid empty if statements 506508
Avoid empty if statements 509511
These nested if statements could be combined 523534
Avoid empty if statements 550552
Avoid empty if statements 578580
Avoid unused private methods such as 'logState(String)'. 583
Avoid unnecessary return statements 623