On 11/06/2014 09:08, Staffan Larsen wrote:
I added: + * @throws IllegalArgumentException + * If keys or values in agentProperties are invalid. + *
That is probably okay for now, thanks.
I don't use Eclipse but I will guess that it shouldn't complain if these methods are package-private (just an approach that would avoid suppressing non-javac warnings).: I would prefer to leave them in as they do no harm for non-Eclipse users and are only present in the tests.
-Alan