Kyle Stevenson
Kyle Stevenson
#### Background ... this is due to them taking up two indices in the Constant Pool: > All 8-byte constants take up two entries in the `constant_pool` table of the...
In the works, but needs to be present for v0.1 release. Should cover: - [ ] Public methods (including constructors) - [ ] Public properties - [ ] Public attributes...
This is a crucial feature to have in a bytecode library if it is intended to be used for modification and not strictly static analysis. While this shouldn't be too...
- [ ] Methods for writing general class file. Possible refactoring options include the following: - [x] NodeBuffer needs a way to write bytes to a buffer - [ ]...
Instructions and constant pool entries/types that are not implemented in the JVM version for a class file should not be able to be written to a file. At parse time,...
Now that the binary-parser PR has been merged, it will give us a decent performance increase if we are able to utilize it when reading attributes.
How should the Java source files used to generate the files used in tests be stored in the tree? @TSedlar
Hi Tim, Nice to see this getting attention! With the influx of PRs you're getting, I would suggest looking into something like [checkstyle](http://checkstyle.sourceforge.net/) alongside a Travis/CI integration to ensure consistent...
The `json` option essentially does what the code is doing now (calling `json_encode`) along with setting the `Content-Type` header to `application/json`. --- This will automatically set the appropriate Content-Type header[1]...