Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DiSL
DiSL
Commits
8b107133
Commit
8b107133
authored
May 07, 2014
by
Lubomir Bulej
Browse files
DiSL: cleaned up white space to simplify upcoming merges.
parent
2cfae3b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ch/usi/dag/disl/DiSL.java
View file @
8b107133
...
...
@@ -86,7 +86,7 @@ public class DiSL {
/**
* DiSL initialization.
*
*
* @param useDynamicBypass
* enable or disable dynamic bypass instrumentation
*/
...
...
@@ -159,7 +159,7 @@ public class DiSL {
/**
* Finds transformer class in configuration and allocates it.
*
*
* @return newly allocated transformer.
*/
private
Transformer
resolveTransformer
()
throws
ManifestInfoException
,
...
...
@@ -198,9 +198,9 @@ public class DiSL {
/**
* Instruments a method in a class.
*
*
* NOTE: This method changes the classNode argument
*
*
* @param classNode
* class that will be instrumented
* @param methodNode
...
...
@@ -336,7 +336,7 @@ public class DiSL {
/**
* Selects only shadows matching the passed guard.
*
*
* @param guard
* guard, on witch conditions are the shadows selected
* @param marking
...
...
@@ -390,10 +390,10 @@ public class DiSL {
/**
* Instruments class node.
*
*
* Note: This method is thread safe. Parameter classNode is changed during
* the invocation.
*
*
* @param classNode
* class node to instrument
* @return instrumented class
...
...
@@ -471,7 +471,7 @@ public class DiSL {
/**
* Instruments array of bytes representing a class.
*
*
* @param classAsBytes
* class as array of bytes
* @return instrumented class as array of bytes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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