EventSubscriptionQueryImpl.eventSubscriptionId() checks wrong variable

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.1.0, 7.1.0-alpha4
    • Affects Version/s: None
    • Component/s: 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)

            Assignee:
            Sebastian Menski
            Reporter:
            Marek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: