- Timestamp:
- 07/18/16 12:26:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/AUDIChangeFolderLoader.java
r86 r135 15 15 package de.ugoe.cs.cpdp.loader; 16 16 17 /** 18 * <p> 19 * Loads data from the automative defect data set from Audi Electronic Ventures donated by Altinger 20 * et al. at the MSR 2015. This loader contains the changes per commit, i.e., it is for JIT defect 21 * prediction. 22 * </p> 23 * 24 * @author Steffen Herbold 25 */ 17 26 public class AUDIChangeFolderLoader extends AbstractFolderLoader { 18 27
Note: See TracChangeset
for help on using the changeset viewer.