javaclass

Changelog

(0) -10 +10 +100 tip
32:29818b5b62b5
2004-11-11 Paul Boddie changeset files shortlog graph Added tests of dispatch according to object class or interface.
tests/DispatchTest.java
31:bdd29da1e141
2004-11-11 Paul Boddie changeset files shortlog graph Modified invokespecial to hopefully find the appropriate methods to use in each invocation case. Added SLICE+1.
bytecode.py
30:ffd0431b8307
2004-11-11 Paul Boddie changeset files shortlog graph Added a test of instantiation within an <init> method in order to determine whether the correct invocation is used.
tests/ValueSubclass.java
29:68fbab7e6269
2004-11-11 Paul Boddie changeset files shortlog graph Added UNARY_NEGATIVE support. Added insufficient support for invocation of superclass methods.
bytecode.py
28:8bd6e8322ae0
2004-11-11 Paul Boddie changeset files shortlog graph Added overriding tests to ValueSubclass, modifying Value. Added a test of dispatch to methods with identical names.
tests/DispatchTest.java tests/Value.java tests/ValueSubclass.java
27:fe4821483813
2004-11-10 Paul Boddie changeset files shortlog graph Added an uncaught (and hence re-raised) exception to the testCatchFinally method. Added a method with multiple exception areas.
tests/ExceptionTest.java
26:1622bd94b804
2004-11-10 Paul Boddie changeset files shortlog graph Fixed the iinc translation.
bytecode.py
25:fe245dbbb3f1
2004-11-10 Paul Boddie changeset files shortlog graph Made the results of various tests more suggestive.
tests/ExceptionTest.java
24:7121c7af1076
2004-11-10 Paul Boddie changeset files shortlog graph Added exception type checking.
bytecode.py
23:cdfdf58bec4c
2004-11-10 Paul Boddie changeset files shortlog graph Changed get_name to get_python_name in most remaining places of relevance. Fixed invokespecial to get the method's class directly rather than erroneously use self.__classes__. Added simple base class definition.
bytecode.py
(0) -10 +10 +100 tip