[TEST_BUG] Too many new-lines in backport of WeakAlg test

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • openjdk7u
    • Affects Version/s: openjdk7u
    • Component/s: security-libs
    • None
    • b00
    • master
    • generic
    • generic

      In translating:

      feed = Stream.of(input).collect(Collectors.joining("\n")) + "\n";

      to OpenJDK 7 code, we end up with too many new-lines as our version always adds element + '\n', while the collector only inserts them between elements, not after the final element. Thus the 8 version needs that final
      "\n" but the 7 version doesn't.

            Assignee:
            Andrew Hughes
            Reporter:
            Andrew Hughes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: