changelog tags files rss atom

shortlog for Scala port of FJBG

navigate: (0) tip

6 months david Fixed the reading issue. Seems it was actually EPFL's code that was broken, not my port of it. ByteArray(InputStream, Int) wasn't setting the position correctly so thought the result was empty even though the data was there.
6 months david Minor changes.
6 months david Initial start on porting the reading code.
6 months david Added tag traits for changeset 66e548441064
6 months david Made JClass/Class a trait too.
6 months david Finished and fixed porting to use traits.
6 months david Switched to traits.
6 months david Premerge commit.
6 months david Aggregated some files.
6 months david Fixing the build. Forgot to clean before I committed last time. :(
6 months david Munge munge munge.
6 months david Munged the tagging of opcodes away.
6 months david Changed the addNewMethod and addNewField methods to use inner classes.
6 months David Ripped out FJBGContext and replaced it with a dynamic variable. It was basically just an object for threading the major/minor class file versions throughout the application state, and way too fucking intrusive for that purpose. This should make my life easier.
6 months David Eschew capitalisation.
6 months David Tidying up JType.scala
6 months David Changed name of instanceof (as it's not a keyword in Scala)
6 months David Mostly reformating.
6 months david Cleaned up opcodes.
6 months david goto is no longer a keyword.
6 months david getter squashing.
6 months david Another test.
6 months david Added another test.
6 months david Added test directory and one feeble test script.
6 months david Moved directories around. Fixed some NPEs that were occurring.
6 months David Woohoo! Clean compile!!!!
6 months David Cleaned up arrays for type conversion in JCode.
6 months david Random fixing.
6 months david Changed package names to avoid versions on classpath from compiler.
6 months david JConstantPool.scala cleaned. Down to 218 errors, woohoo!
6 months david Initial foolhardy attempts at porting FJBG to Scala.

navigate: (0) tip