sigtest in the most cases ignores order of values in annotation parameters.
For example
@Ann({"aaa", "bbb", "ccc"})
and
@Ann({"ccc", "bbb", "aaa"})
are equal except some special cases
b04 has a regression and the order is not ignored
For example
@Ann({"aaa", "bbb", "ccc"})
and
@Ann({"ccc", "bbb", "aaa"})
are equal except some special cases
b04 has a regression and the order is not ignored