Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
DiSL
DiSL
Commits
34529483
Commit
34529483
authored
Nov 14, 2011
by
Lukáš Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ported to ASM 4.0
parent
64d42448
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
5 deletions
+7
-5
.classpath
.classpath
+1
-1
build.properties
build.properties
+1
-1
lib/asm-debug-all-4.0.jar
lib/asm-debug-all-4.0.jar
+0
-0
src/ch/usi/dag/disl/dislclass/snippet/marker/AfterInitBodyMarker.java
...ag/disl/dislclass/snippet/marker/AfterInitBodyMarker.java
+2
-0
test/.classpath
test/.classpath
+1
-1
test/conf/lib.lst
test/conf/lib.lst
+1
-1
test/conf/udilib.lst
test/conf/udilib.lst
+1
-1
test/lib/libjboratclientagent.so
test/lib/libjboratclientagent.so
+0
-0
No files found.
.classpath
View file @
34529483
...
...
@@ -2,8 +2,8 @@
<classpath>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<classpathentry
kind=
"lib"
path=
"lib/asm-debug-all-4.0_RC2.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jborat-interface.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jborat-runtime.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/asm-debug-all-4.0.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
build.properties
View file @
34529483
asm.path
=
lib/asm-debug-all-4.0
_RC2
.jar
asm.path
=
lib/asm-debug-all-4.0.jar
jborat-runtime.path
=
lib/jborat-runtime.jar
jborat-interface.path
=
lib/jborat-interface.jar
instr.jar.name
=
dislinstr.jar
lib/asm-debug-all-4.0
_RC2
.jar
→
lib/asm-debug-all-4.0.jar
View file @
34529483
No preview for this file type
src/ch/usi/dag/disl/dislclass/snippet/marker/AfterInitBodyMarker.java
View file @
34529483
...
...
@@ -13,6 +13,8 @@ import ch.usi.dag.disl.util.Constants;
public
class
AfterInitBodyMarker
implements
Marker
{
// TODO ! not marking correctly
// empty visitor for new AdviceAdapter
private
static
class
EmptyMethodVisitor
extends
MethodVisitor
{
...
...
test/.classpath
View file @
34529483
...
...
@@ -6,6 +6,6 @@
<classpathentry
kind=
"lib"
path=
"/DiSL/lib/jborat.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/stp.jar"
/>
<classpathentry
kind=
"lib"
path=
"/DiSL/lib/jborat-runtime.jar"
/>
<classpathentry
kind=
"lib"
path=
"/DiSL/lib/asm-debug-all-4.0
_RC2
.jar"
/>
<classpathentry
kind=
"lib"
path=
"/DiSL/lib/asm-debug-all-4.0.jar"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
</classpath>
test/conf/lib.lst
View file @
34529483
# This is a sample configuration with relative paths
# you can use full path using file:/// format
../lib/asm-debug-all-4.0
_RC2
.jar
../lib/asm-debug-all-4.0.jar
lib/remote-jborat.jar
../lib/jborat.jar
test/conf/udilib.lst
View file @
34529483
# This is a sample configuration with relative paths
# you can use full path using file:/// format
../lib/asm-debug-all-4.0
_RC2
.jar
../lib/asm-debug-all-4.0.jar
../build/disl-unspec.jar
../build/dislinstr.jar
test/lib/libjboratclientagent.so
deleted
100755 → 0
View file @
64d42448
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment