zweb/src/main/java/org/zkoss/web/servlet/dsp/action/html/Img.java

Summary

Maintainability
A
3 hrs
Test Coverage

Img has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

public class Img extends AbstractAction {
    private String _id, _onclick;
    private String _src, _height, _width, _border, _hspace, _vspace;
    private String _align, _title, _alt, _sclass, _style;

Severity: Minor
Found in zweb/src/main/java/org/zkoss/web/servlet/dsp/action/html/Img.java - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status