Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2222

StackOverflowError in HistoryActivityInstanceQueryImpl

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 4.0.0.Beta2
    • jBPM 4.0.0.Beta1
    • Runtime Engine
    • None

      StackOverflowError in HistoryActivityInstanceQueryImpl.java at line 89

      The statement in line 89:

      return hql().toString();

      should be:

      return hql.toString();

      because the content of the stringbuffer (variable name "hql") is the return value

      Thank you.

              tom.baeyens Tom Baeyens (Inactive)
              biber82 Andreas Bieberbach (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: