User Tools

Site Tools


modec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
modec [2014/02/16 07:12]
yann
modec [2014/02/16 07:12]
yann
Line 27: Line 27:
     * The fully qualified name of the "​main"​ class of the target program;     * The fully qualified name of the "​main"​ class of the target program;
     * A list of paths to the Java class files to instrument, relative to the first path above.     * A list of paths to the Java class files to instrument, relative to the first path above.
-    ​See for a complete example the file ''​MoDeC Bytecode Instrumentation Tests/Input Files/​Evaluation of ArgoUML v0.19.8.txt''​. The list of paths to the Java class files to instrument can be generated using ''​modec.tool.helper.ClassFileListGenerator.main(String[])''​.+ 
 +  - See for a complete example the file ''​MoDeC Bytecode Instrumentation Tests/Input Files/​Evaluation of ArgoUML v0.19.8.txt''​. The list of paths to the Java class files to instrument can be generated using ''​modec.tool.helper.ClassFileListGenerator.main(String[])''​.
  
   - Execute the instrumented target program, using ''​modec.tool.Invoker.invokeMainClass(String)'',​ see examples in ''​modec.tool.Invoker.main(String[])''​. Running the invoker will launch the instrumented target program and open a new window. The new window shows only one button and a text field, used to insert marks (also called tags) at any user-chosen appropriate moment in the collected execution traces, for example before and after executing some particular feature.   - Execute the instrumented target program, using ''​modec.tool.Invoker.invokeMainClass(String)'',​ see examples in ''​modec.tool.Invoker.main(String[])''​. Running the invoker will launch the instrumented target program and open a new window. The new window shows only one button and a text field, used to insert marks (also called tags) at any user-chosen appropriate moment in the collected execution traces, for example before and after executing some particular feature.
  
modec.txt · Last modified: 2019/10/06 20:37 (external edit)