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

EventSubscriptionQueryImpl.eventSubscriptionId() checks wrong variable

    XMLWordPrintable

Details

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

    Description

      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)

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce