Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artspb/try-with-resources-examples
https://github.com/artspb/try-with-resources-examples
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/artspb/try-with-resources-examples
- Owner: artspb
- License: apache-2.0
- Created: 2014-02-20T11:17:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:25:24.000Z (about 4 years ago)
- Last Synced: 2023-04-03T13:59:49.909Z (over 1 year ago)
- Language: Java
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
try-with-resources statement examples
===========================
The project is intended to show different ways to compile a try-with-resources statement. In the resources you can find precompiled examples for javac, ECJ and AspecJ compilers together with a Java bytecode in the text form. To pretty print a bytecode [Textifier](http://asm.ow2.org/asm50/javadoc/user/org/objectweb/asm/util/Textifier.html) was using.