Error messages when using safevarargs annotation incorrectly

Issue #215 resolved
Markus Olsson created an issue

ExtendJ 8.0.1-196-gc01b244 JavaSE 8

The error message when using safevarargs annotations incorrectly is not very informative and sometimes incorrect. The error message is "@SafeVarargs is only allowed for variable arity method and constructor declarations". This is incorrect if the method is a variable arity method that is not static or final.

Comments (1)

  1. Log in to comment