History log of /openjdk10/langtools/test/tools/javac/TryWithResources/TwrForVariable3.java
Revision Date Author Comments
# 3160:ec86b76c5d03 09-Dec-2015 jlahoda

8080641: JEP-JDK-8042880 : Implement new tests on Project Coin
Summary: A set of tests using t-w-r as variable in different positive and negative constructions
Reviewed-by: abuckley, darcy, jlahoda, sadayapalam
Contributed-by: sergei.pikalev@oracle.com


# 2726:f62d01419621 19-Nov-2014 jlahoda

7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
Summary: Allowing final variables as operands to try-with-resources; also reviewed by Sergei Pikalev.
Reviewed-by: darcy, mcimadamore, vromero