jdk-24/langtools/test/tools/javac/TryWithResources
Jan Lahoda a2b0a2413e 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources
Allowing final variables as operands to try-with-resources; also reviewed by Sergei Pikalev.

Reviewed-by: darcy, mcimadamore, vromero
2014-11-19 13:46:04 +01:00
..
BadTwr.java
BadTwr.out
BadTwrSyntax.java
BadTwrSyntax.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
DuplicateResource.java
DuplicateResourceDecl.java
DuplicateResourceDecl.out
ExplicitFinal.java
ImplicitFinal.java
ImplicitFinal.out
InterruptedExceptionTest.java 8062348: langtools tests should close file manager (group 1) 2014-10-29 17:25:23 -07:00
PlainTry6.out
PlainTry.java
PlainTry.out
ResDeclOutsideTry.java 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
ResDeclOutsideTry.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
ResInNestedExpr.java 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceInterface.java
ResourceInterface.out
ResourceNameConflict.java 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceNameConflict.out 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceOutsideTry.java
ResourceOutsideTry.out
ResourceRedecl.java 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceRedecl.out 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceShadow.java 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
ResourceTypeVar.java
T7022711.java
T7022711.out
T7032633.java
T7164542.java
T7178324.java 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {} 2012-08-08 22:17:27 +05:30
TestTwr09.java 8025113: Convert 7 tools TryWithResources tests to jtreg format 2013-11-13 16:36:08 -08:00
TwrFlow.java
TwrFlow.out
TwrForVariable1.java 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable1.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable2.java 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable2.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable3.java 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable3.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable4.java 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrForVariable4.out 7196163: Project Coin: Allow effectively final variables to be used as resources in try-with-resources 2014-11-19 13:46:04 +01:00
TwrLint.java
TwrLint.out
TwrMultiCatch.java
TwrNullTests.java
TwrOnNonResource.java
TwrOnNonResource.out 7175911: Simplify error reporting API in Check.CheckContext interface 2012-08-02 18:22:41 +01:00
TwrSuppression.java
TwrTests.java
UnusedResourcesTest.java 8062348: langtools tests should close file manager (group 1) 2014-10-29 17:25:23 -07:00
WeirdTwr.java