Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-742

DecisionTableXLSToDecisionTableGuidedConverterTest fails on jdk8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • 6.2.0.Final
    • decision tables

      Failing test is from drools-wb repo.

      Test methods testConditions() and testConditionsIndexedParameters() fails on jdk8.

      XLS files used in these methods contain multiple parameters column (column with more parameters than one). When XLS is parsed, these parameters are transformed into child columns of BRLConditionColumn. In ParameterUtilities class is method extractTemplateKeys. This method extracts params from preprocessed original string from XLS table cell containing parameters. But because the method uses HashSet as return value, the ordering of parameters cannot be determined (in HashSet, the order of items can be different than the order in which the items were inserted).

            manstis@redhat.com Michael Anstis
            tzimanyi@redhat.com Tibor Zimányi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: