roycezhc / doclava

Automatically exported from code.google.com/p/doclava
Apache License 2.0
0 stars 0 forks source link

changing to varargs should not be an api change #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As reported as internal issue 2894577 by bdc,

For example, when the Array.newInstance dimensions parameter changed from int[] 
to int it should not be reported as an API change.

bjdodson recommends flagging this type of API change with a new error 
CHANGED_VARARGS, with default level HIDDEN.

Original issue reported on code.google.com by jessewil...@google.com on 2 Sep 2010 at 9:04