zk/src/main/java/org/zkoss/zk/ui/Component.java

Summary

Maintainability
D
1 day
Test Coverage

Component has 86 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface Component extends Scope, java.io.Serializable, Cloneable {
    /** Returns the widget class (a.k.a., the widget type), or null
     * if not available.
     * The widget class is a JavaScript class, including the package name.
     * For example, "zul.wnd.Window".
Severity: Major
Found in zk/src/main/java/org/zkoss/zk/ui/Component.java - About 1 day to fix

    There are no issues that match your filters.

    Category
    Status