javaclass

Changelog

(0) -10 +10 +100 tip
89:ff7df6e579e9
2004-12-14 Paul Boddie changeset files shortlog graph Fixed Class.forName, added some more exceptions and the start of the System class.
java/lang.py
88:6837caf38a99
2004-12-14 Paul Boddie changeset files shortlog graph Added some real behaviour to InputStream and added stream classes of use for java.lang.System.
java/io.py
87:964002d174b7
2004-12-10 Paul Boddie changeset files shortlog graph Added the start of java.security.
java/security/__init__.py
86:f97c6f3d901c
2004-12-10 Paul Boddie changeset files shortlog graph Added more classes and missing special methods.
java/lang.py
85:85e3410a7de9
2004-12-10 Paul Boddie changeset files shortlog graph Moved class name loading (in translated instructions) into a top-level function in the bytecode module. Added initialisation order processing to classhook.
bytecode.py classhook.py
84:eb71e53b14ce
2004-12-09 Paul Boddie changeset files shortlog graph Added support for "package unions" or "multi-rooted packages" where the root of a package hierarchy may appear in many places.
classhook.py
83:ed62337d311f
2004-12-09 Paul Boddie changeset files shortlog graph Fixed source code filename acquisition.
bytecode.py
82:6379c132fad2
2004-12-09 Paul Boddie changeset files shortlog graph Added "return None" for abstract methods. Added comments for various methods and reformatted slightly.
bytecode.py
81:2e78d10e4a35
2004-12-09 Paul Boddie changeset files shortlog graph Added a simple comparison test.
tests/ComparisonTest.java
80:cfb9fe666890
2004-12-09 Paul Boddie changeset files shortlog graph Changed the special notation for Java-callable methods so that methods may be more easily written in Python. Added various method implementations so that javax.servlet.http.Cookie can at least be instantiated.
java/io.py java/lang.py java/text.py java/util.py
(0) -10 +10 +100 tip