Commit Graph

1139 Commits (65ce4f3b538d7a3deabab30d78bdd68c7c9774bd)
 

Author SHA1 Message Date
(no author) 65ce4f3b53 This commit was manufactured by cvs2svn to create tag 'jode_1_0_91'. 25 years ago
jochen ff298fb733 version set to 1.0.91 25 years ago
jochen 567209f324 added cast if necessary. 25 years ago
jochen 2402d437c1 printType called with type.getHint() 25 years ago
jochen 28514944da added some comments 25 years ago
jochen 6acf478de4 added a comment 25 years ago
jochen 9da2bae535 simple bug fix: super is Object not null for classes loaded from reflection 25 years ago
jochen 75cc1c2c9d Remove jode.test package 25 years ago
jochen 15e5e76033 swingui: class list toggable between class hierarchy and package hierarchy 25 years ago
jochen 74acab5ec7 fix a bug if destination is directory 25 years ago
jochen ae9c23f5ec use implementation specific opcode as border opcode instead of xxxunknownxxx 25 years ago
jochen 2108dbbaa2 Don't load fields and methods any more, they take too much space. 25 years ago
jochen 6092fcd5ef remove debugging message 25 years ago
jochen cdd5662578 print stacktrace to stderr 25 years ago
jochen 52c6c30277 made start and end instruction determination more robust 25 years ago
jochen 52c24788fe some small changes 25 years ago
jochen 20700d69ba added hashCode 25 years ago
jochen 3ee902a629 a minor optimization 25 years ago
jochen 4e007feb53 Use TypeSignature instead of Type 25 years ago
jochen f4d9bae9f6 allow script reading from stdin 25 years ago
jochen 054a4eeccb remove Type import 25 years ago
jochen eff1cbfc99 added copyright header 25 years ago
jochen 10f0a467df Use TypeSignature instead of jode.type.Type 25 years ago
jochen c41a61b4a3 JSR handling reworked 25 years ago
jochen e88bfb332d added copyright header 25 years ago
jochen c77119dd31 allow .java.in extension 25 years ago
jochen 55bb13e768 Some JSR tests 25 years ago
jochen d9e7c2b803 fixed some bugs 25 years ago
jochen d54f47c0a2 optimized checkTypeSig 25 years ago
jochen 4104af6d61 some speed improvements 25 years ago
jochen 6fea2e3540 check for cygpath and give java a correct classpath under windows 25 years ago
jochen 17986f6c3f check for cygpath and give java a correct classpath under windows 25 years ago
jochen 43a8e3ea9d create listener set on demand to save memory 25 years ago
jochen 4b8022a00e rename exception attributes 25 years ago
jochen 1cfa18f43c use UnifiyHash 25 years ago
jochen fccee54533 remove softreference import 25 years ago
jochen afc996f5e0 removed commented code 25 years ago
jochen efc2f0f662 Type.java.in added 25 years ago
jochen fd99e8bf69 oops, previous code did not even compile 25 years ago
jochen d9f8ffd373 fixed a bug 25 years ago
jochen 6eb8ea7f59 added ConstantRuntimeEnvironment.java.in 25 years ago
jochen e52d921afc simplified Interpreter even more 25 years ago
jochen 2b972a10ae added getClass() 25 years ago
jochen ed15fe5b9a commented this interface 25 years ago
jochen f504348712 Interpreter reworked and simplified 25 years ago
jochen b15a674928 New type handling (again, there were some problems in previous code) 25 years ago
jochen 9d59b9ced1 a finally block is handled like a no return block in mapStackToLocal 25 years ago
jochen 97bf664ac8 Adjust exception range when appending instructions. 25 years ago
jochen ad5a9f0194 fixed a bug in SynchronizedBlock. 25 years ago
jochen 8e6f442ee5 isOfType should return true on (class, interface) 25 years ago