javaclass

Changelog

(0) -100 -10 +10 tip
175:d4f721d4d1f0
2005-02-21 Paul Boddie changeset files shortlog graph Fixed circular import (again).
java/lang/__init__.py
174:de31270d308a
2005-02-21 Paul Boddie changeset files shortlog graph Fixed circular import (again).
java/lang/_object.py
173:c99763aa736f
2005-02-21 Paul Boddie changeset files shortlog graph Fixed circular import (again).
java/_object.py java/io.py
172:3b608fcfbf34
2005-02-20 Paul Boddie changeset files shortlog graph Fixed multiple imports - the loaded_classes attribute was not removed. Added interfaces as base classes.
javaclass/classhook.py
171:bea01a58e7d5
2005-02-20 Paul Boddie changeset files shortlog graph Fixed multiple imports - the loaded_classes attribute was not removed. Added interfaces as base classes.
javaclass/bytecode.py
170:e6cc3dba9fe7
2005-02-13 Paul Boddie changeset files shortlog graph Made more lookupswitch and tableswitch fixes. Added tracing code for cases where translation fails.
javaclass/bytecode.py javaclass/classhook.py
169:171be9f996cb
2005-02-13 Paul Boddie changeset files shortlog graph Added a test of circular interpackage references.
tests/testpackage/CircularTest.java tests/testpackage/subpackage/CircularTest.java tests/testpackage/subpackage/SubpackageClass.java
168:1f3fa26a27e2
2005-02-13 Paul Boddie changeset files shortlog graph Attempted to simplify the class loading mechanism by adding instance-level state to remember which classes have been imported so far. Only at the top level will such classes be created and initialised. Added a convenience method to ClassTranslator.
javaclass/bytecode.py javaclass/classhook.py
167:0e3cc4370264
2005-02-13 Paul Boddie changeset files shortlog graph Fixed offsets in tableswitch.
javaclass/bytecode.py
166:fed5a5ceb0e6
2005-02-13 Paul Boddie changeset files shortlog graph Introduced initial measures for handling circular imports/references.
README.txt javaclass/bytecode.py javaclass/classhook.py
(0) -100 -10 +10 tip