ivaynberg / salve

Automatically exported from code.google.com/p/salve
0 stars 0 forks source link

@NotEmpty does not work on a String method param right bfore a var-args param #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

public void methodX(String param1, @NotEmpty String param2, String... params){
}

What is the expected output? What do you see instead?

Expected class to be instrumented without error.  Instead, an
InstrumentationException is reported.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jeff.pay...@gmail.com on 25 Jun 2008 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by igor.vay...@gmail.com on 30 May 2009 at 9:22

GoogleCodeExporter commented 9 years ago
see NotEmptyContractInstrumentorTest$Bean#public void 
testParamBeforeVarArgs(String
param1, @NotEmpty String param2, String... params)

Original comment by igor.vay...@gmail.com on 30 May 2009 at 9:23