@Retention(value=SOURCE) @Target(value={}) public @interface Issue
Issue
is used in preference to Ignore
, so that automated builds can
occasionally run these tests to determine if a fix addresses a known issue. This is often the
case when two seemingly unrelated bugs have the same source issue. Solving the second bug
resolves both, so we need to know when that happens.
Copyright © 2013. All rights reserved.