Hippo

Results 9 comments of Hippo

Note: All test pass with mvn clean verify

I will look into the check style error, and ill add a unit test. But as far as it being a version specific brute force hack is well, because this...

Since this is just support for oak class files, do I really need to write a test for it? Can't I just use the existing test cases?

[OakFile.class.zip](https://github.com/apache/commons-bcel/files/5053630/OakFile.class.zip) This is an oak class file that BCEL fails to parse without my patches, I fixed the checkstyle error. But I am still not sure how I feel about...

Actually I just thought of a more stable way to implement this, I will do so when I get the chance.

[OakFile.java.zip](https://github.com/apache/commons-bcel/files/5054556/OakFile.java.zip) There is no license, it's practically a hello world program.

I realized that my idea for making it "more stable" would require a massive overhaul on the library, which doesn't seem like a good idea. I can think of a...

That's strange? What version of java are you using to run Mosey?