Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7900013

Javatest exclude list api does not work with Jira IDs

XMLWordPrintable

    • b18
    • Verified

      JavaTest does not fully support Jira IDs. For example:

                      Iterator<ExcludeList.Entry> iterTmpExcludeList =
                              new ExcludeList(excludeFile).getIterator(false);
                      excludeList = new ExcludeList();
                      while (iterTmpExcludeList.hasNext()) {
                          ExcludeList.Entry entry = iterTmpExcludeList.next();
                          entry.getBugIds(); // returns array with -1 element

      excludeFile is used from recent jck workspace and uses Jira IDs ("JCK-number").

      It is also impossible to create object of type ExcludeList.Entry, that would store and later return bud is as Jira ID.

      The only constructor is available is:
      public Entry(String u, String tc, int[] b, String[] p, String s)

      This functionality is a stopper for JTXCheck utility.

            ersh Mikhail Ershov (Inactive)
            vrudomet Victor Rudometov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: