Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8030009

Analyze and move javac/varargs negative tests for colocation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      Out of the 6 negative tools tests for javac/varargs, there are two tests that are not covered in regression and jck testbase.
      The test cases are:
      1. Misplaced ellipsis: void foo( String s, Object o... ) { }
      2. Varargs is not the last argument: void foo(String... s, int i){}

      The above two tests are candidates for colocation.

            sogoel Sonali Goel (Inactive)
            sogoel Sonali Goel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: