jochen
48d5c63aec
open class file as binary
...
handle read to return early
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1086 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
dd3b440b9b
move chmod 755 to AC_OUTPUT
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1085 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
d7311d1091
remove autoconf part
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1084 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
48fb8a75b3
ConstructorOperator removed, InvokeOperator handles it all.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1083 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
e4337a16a7
ConstructorOperator removed, InvokeOperator handles it all.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1082 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
1a153a2529
print anonymous class name
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1081 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
9a042f80c8
ConstructorOperator removed, InvokeOperator handles it all.
...
insertStructuredBlock must be called _after_ analyzation.
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1080 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
ea7bac2872
Startet to write something that may make sense.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1079 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
ec599fb69b
New perl script to build dependencies out of java class files.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1078 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
12ca9d7b09
fixed some small things
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1077 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
6a189d2a66
added javacWithDeps, to calculate dependencies
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1076 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
d2eaf84869
updated, so that emacs can compile in build directory
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1075 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
5b3fb0a36b
fixed some AWT10 things
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1074 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
ba4e13803b
use appendBlock instead of sequentialT1
...
clean ups and fixes for in/out analysis
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1073 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
d4b15f7b44
use member functions to access Instruction fields
...
cleaned up imports
use appendBlock instead of sequentialT1
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1072 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
8d4691f8b0
mergeKill added (which doesn't combine the locals)
...
set unused entries in backing array to null
remove fixed (remove local using same slot, even if it differs)
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1071 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
f4d9aff1da
clear removed entries in backing array
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1070 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
00edbfd0df
fillInGenSet now takes Collection instead Set as parameter
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1069 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
0f38b5d122
use member functions to access Instruction fields
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1068 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
f301603e87
use member functions to access Instruction fields
...
cleaned up imports
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1067 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
4280f1d6ce
moved class->typesignature methods into bytecode package
...
remove class->type methods
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1066 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
9dd47c5ea7
made constructor package local.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1065 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
900205e713
use member functions to access Instruction fields
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1064 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
2ecb19a3d9
imports cleaned up
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1063 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
56464880ac
Cleaned up the bytecode module:
...
- no references to jode.type anymore
- all fields in Instruction are private now
- instructions are inserted with length 0, so that addr's are correct
- instruction length increases, when a neighbour gets removed
- all lenghts are recalculated on write
- more checks
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1062 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
75df7ec7f2
merged changes from stable tree
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1061 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
0a8b2be671
moved html files into doc directory
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1047 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
5a7713ae1a
added automake/autoconf files for automatically building.
...
reordered directory structure a bit (hidden)
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1046 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
a41bef2994
removed redundant call
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1041 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
38d78b49bf
new set, that will merge locals with same slot on insertion
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1040 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
8db70be1a7
fillInGenSet now takes Set, not VariableSet
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1039 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
ec1e63532c
gen/kill set rework in FlowBlock, successors now private
...
Other files changed to get jumps via methods of flowblock.
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1038 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
efdfcbf7bc
Use gnu.getopt package to parse the options.
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1037 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
aace74ecc2
setDebugging now returns result.
...
don't indent options with tab.
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1036 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
6e053f676e
ClassAnalyzer now handles OPTION_IMMEDIATE flag
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1035 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
cb2026eac7
handle OPTION_IMMEDIATE flag
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1034 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
4eac3b281e
simplify also successing flow blocks on simplify()
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1033 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
81cac56337
some bug fixes
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1032 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
e0f4124830
ignore class files
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1031 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
4375465cdc
give recursive flag to zip (Oops)
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1030 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
ad7b57952c
cleaned up directories
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1029 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
6ed9922879
Rewritten for cvs access
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1028 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
5c969865db
Changed to get methodAnalyzer from flowblock
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1027 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
8d04ee0354
removed entries that are done, marked entries with ~ that are
...
partially done.
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1026 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
07ed57d8bd
removed unneeded prj.el
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1025 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
71b1a85b6d
removed unneeded files from CVS repository
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1024 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
f6f5d1707e
Initial revision
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1023 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
9461a813d9
buildTable simplified
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1022 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
12375451c3
buildTable removed
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1021 379699f6-c40d-0410-875b-85095c16579e
26 years ago
jochen
6c3c90b866
*** empty log message ***
...
git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1020 379699f6-c40d-0410-875b-85095c16579e
26 years ago