Published May 1, 2015 | Version v1

maintenance benchmarks

Description

Overview of Data

This dataset contains two new datasets for ArgoUML0.24 and ArgoUML0.26.2, as well as a suite of Java tools used to generate these benchmarks, and two Matlab scripts that use VSM and LSI to compute the similarities between a query and the methods of a system (i.e., the corpus).

Traces Format

The format of a JPDA trace is as following:

```
thread name  Number of pipes ("|") denote call stack depth methodName  --  ClassNameWithFullPath$InnerClass
```

Example:

```
main:0:| 5:2  processOptions  --  org.mozilla.javascript.tools.shell.Main
main:0:| 5:2  init  --  org.mozilla.javascript.tools.shell.Global
main:0:| | 5:2  <init>  --  org.mozilla.javascript.tools.shell.Global$1
main:0:| | 5:2  call  --  org.mozilla.javascript.ContextFactory
main:0:| | 5:2  call  --  org.mozilla.javascript.ContextFactory
main:0:| | 5:2  <init>  --  org.mozilla.javascript.ScriptableObject$Slot
main:0:| | | 5:2  <clinit>  --  org.mozilla.javascript.Context
main:0:| | | | 5:2  <clinit>  --  org.mozilla.javascript.ScriptRuntime
main:0:| | | | | 5:2  classOrNull  --  org.mozilla.javascript.Kit
```

Remarks

 * `$1` denotes an anonymous class
 * `<init>` is the class constructor, and should be replaced with the actual name of the class (e.g., from org.mozilla.javascript.tools.shell.Global.<init> to org.mozilla.javascript.tools.shell.Global.Global)
 * `<clinit>` is for static block or class initialization (can be discarded)
 * the trace does not capture the signature of the methods

Files

ArgoUML0.22.zip

Files (2.0 GB)

Name Size
md5:a81353507c8af62c33bb94cd289cfe04
484.5 MB Preview Download
md5:179470d339e47ee0e56ab6816fc4bdc0
216.3 MB Preview Download
md5:fe732292033d0d44b45125694e4a2c74
966.5 MB Preview Download
md5:1c643b0a4bb60849328d6023e72e5759
23.4 MB Preview Download
md5:7034a43d03592532d6a76d53d8c72b59
36.5 MB Preview Download
md5:c40544c371863366be379fb3f045ad5e
292.0 MB Preview Download
md5:7f3fe1b7b865951a112b4949a0115c3f
240 Bytes Preview Download