Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-6632

Incorrect comparison in TemporalExpressionWorker.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 14.12, 16.11.01
    • 14.12.01, 12.04.06, 13.07.03
    • framework
    • None
    • Community Day 3 - 2015

    Description

      Line 128 in TemporalExpressionWorker.java does incorrect comparison

      if ("SUBSTITUTION".equals(childExpression.get("exprAssocType"))) {
      

      should be

      if ("SUBSTITUTE".equals(childExpression.get("exprAssocType"))) {
      

      Also documentation of field exprAssocType in entity definition of TemporalExpressionAssoc needs to be fixed. INCLUDED & EXCLUDED should be INCLUDE & EXCLUDE respectively.

      Attachments

        Activity

          People

            mbrohl Michael Brohl
            vyom0213@gmail.com Vyom Jain
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: