Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3226

Javadoc not up to date for ErrorEvent constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.3
    • 8.0.2
    • None
    • Security Level: Jimmy
    • None
    • ZK 8.0.3 S3

      The param and the javadoc do not match in org.zkoss.zk.ui.event.ErrorEvent

      /** Constructs an error-relevant event.

      • @param val the new value that caused the error
      • @param oldValue the previous value.
      • @param msg the error message if not null. If null, it means the
      • error (notified by previous {@link ErrorEvent}

        ) is cleared.

      • @since 5.0.4
        */
        public ErrorEvent(String name, Component target, String val, Object oldValue, String msg) { super(name, target, val, oldValue); _msg = msg; }

            DevChu DevChu
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: