aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/desugar/TryWithResourcesRewriter.java
Commit message (Expand)AuthorAge
* Relax the assertion in Desugar for checking the calls to $closeResource(...).Gravatar cnsun2018-04-17
* Make KeepScanner tool search classpath for nearest definition of each member ...Gravatar kmb2018-03-12
* Relax the assertion on the inferred resource type. Now we only require that theGravatar cnsun2018-01-05
* Correct stack map frame computation. When visiting CHOP Frame (discarding n l...Gravatar cnsun2017-12-12
* Improve exception message to output more information.Gravatar cnsun2017-12-04
* Automatic code cleanup.Gravatar cushon2017-11-28
* Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...Gravatar cnsun2017-11-14
* Add a closeResource(Throwable throwable, Object resource) in the runtimeGravatar cnsun2017-08-31
* Improve the error message when Desugar fails to load a class from theGravatar cnsun2017-06-05
* Optimize the runtime library for try-with-resources, by reducing theGravatar cnsun2017-05-11
* Use ASM to collection exception types, so that we can avoid using class loadersGravatar cnsun2017-05-04
* Bug fix. Enable Desugar to desugar try-with-resources multiple times.Gravatar cnsun2017-04-30
* Desugar try-with-resources statements for Android. Any call toGravatar cnsun2017-04-27