commit | be712a0152eab8b2d02ce957cab4acb8ca723387 | [log] [tgz] |
---|---|---|
author | Maurizio Cimadamore <mcimadamore@openjdk.org> | Fri Apr 01 12:30:13 2011 +0100 |
committer | Maurizio Cimadamore <mcimadamore@openjdk.org> | Fri Apr 01 12:30:13 2011 +0100 |
tree | ce8e78c6e0b78af77ff6d027e01ec158847c9547 | |
parent | cd57e9960f0047147cc61c5e8ceaf2f27bb64026 [diff] |
7032633: javac -Xlint:all warns about flush() within try on an auto-closeable resource Missing name check before calling MethodSymbol.overrides causes wrong warnings to be issued Reviewed-by: jjg