Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-1539

EventSubscriptionQueryImpl.eventSubscriptionId() checks wrong variable

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.1.0, 7.1.0-alpha4
    • None
    • None

      The implementation:

      public EventSubscriptionQuery eventSubscriptionId(String id) {
      if (eventSubscriptionId == null)

      { throw new ProcessEngineException("Provided svent subscription id is null"); }

      this.eventSubscriptionId = id;
      return this;
      }

      Obviously it should check if(id == null)

        This is the controller panel for Smart Panels app

              sebastian.menski Sebastian Menski
              marek Marek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: