Analyze and move javac/varargs negative tests for colocation

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: