Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49606

Jenkins core should whitelist com.google.common.collect.Lists$TransformingRandomAccessList

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • core

      It is a follow-up to JENKINS-49573. com.google.common.collect.Lists$TransformingRandomAccessList may be produced by Lists.transform() in Guava, which seems to be a valid use-case.

      public ResultShortcut(String name, boolean exact, Result... results) {
              this(name, exact, Lists.transform(
                  Arrays.asList(results),
                  new Function<Result, String>() {
                      public String apply(Result result) {
                          return result.toString();
                      }
              }));
          }
      

      Keeping it as Bug so that it becomes an LTS candidate for 2.107.1

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: