j8unit-team / j8unit

Enhancement for JUnit4 to take advantage of Java 8
4 stars 2 forks source link

Cleanup any VarArg #63

Open ghostcity opened 7 years ago

ghostcity commented 7 years ago

Cleanup any code that has a variable arity parameter; similar to:

@SafeVarargs
@SuppressWarnings("varargs") // Creating a ... from an array is safe