Ignore:
Timestamp:
06/28/16 12:01:39 (8 years ago)
Author:
sherbold
Message:
  • rather intrusive and large change to correctly evaluate AUCEC in case metrics are modified. The effort is now stored directly with a software version and it is the duty of the loader to specify the review effort for each instance. This required changes to the execution strategiey, data loading, and evaluation process.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/DecentFolderLoader.java

    r86 r132  
    104104            String versionName = versionFile.getName(); 
    105105            Instances data = instancesLoader.load(versionFile); 
    106             versions.add(new SoftwareVersion(projectName, versionName, data)); 
     106            versions.add(new SoftwareVersion(projectName, versionName, data, null)); 
    107107        } 
    108108    } 
Note: See TracChangeset for help on using the changeset viewer.