< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java

Print this page
rev 3467 : [mq]: 8153362-phase2

*** 4391,4400 **** --- 4391,4401 ---- attribClassBody(env, c); chk.checkDeprecatedAnnotation(env.tree.pos(), c); chk.checkClassOverrideEqualsAndHashIfNeeded(env.tree.pos(), c); chk.checkFunctionalInterface((JCClassDecl) env.tree, c); + chk.checkLeaksNotAccessible(env, (JCClassDecl) env.tree); } finally { env.info.returnResult = prevReturnRes; log.useSource(prev); chk.setLint(prevLint); }
< prev index next >