Searched refs:TrustMe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java62 boolean isSuppressed(TrustMe trustMe, SourceLevel source, SuppressLevel suppressLevelClient,
68 trustMe == TrustMe.TRUST;
71 (trustMe == TrustMe.TRUST && modKind != ModifierKind.NONE && source == SourceLevel.JDK_7);
78 (trustMe == TrustMe.TRUST && modKind != ModifierKind.NONE);
93 enum TrustMe { enum in class:Warn4
99 TrustMe(String anno) { method in class:Warn4.TrustMe
168 for (TrustMe trustMe : TrustMe.values()) {
195 static void test(SourceLevel sourceLevel, TrustMe trustMe, SuppressLevel suppressLevelClient,
211 TrustMe trustM
[all...]
H A DWarn5.java60 enum TrustMe { enum in class:Warn5
66 TrustMe(String anno) { method in class:Warn5.TrustMe
170 for (TrustMe trustMe : TrustMe.values()) {
196 final TrustMe trustMe;
205 public Warn5(SourceLevel sourceLevel, XlintOption xlint, TrustMe trustMe, SuppressLevel suppressLevel, ModifierKind modKind, MethodKind methKind, SignatureKind sig, BodyKind body) {
231 trustMe == TrustMe.TRUST &&
240 trustMe == TrustMe.DONT_TRUST &&
248 trustMe == TrustMe.TRUST &&
255 trustMe == TrustMe
[all...]

Completed in 5325 milliseconds