Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-214

Redundant call of fillInStackTrace() in JexlEngine.createInfo() ?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.1
    • None

    Description

      I wonder what is the call of fillInStackTrace() for ?

          public JexlInfo createInfo() {
              JexlInfo info = null;
              Throwable xinfo = new Throwable();
              xinfo.fillInStackTrace();
              ...
      

      As far as I know the constructor of Throwable is implemented already calling this method.

      Attachments

        Activity

          People

            henrib Henri Biestro
            dmitri_blinov Dmitri Blinov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: