Ignore:
Timestamp:
01/26/15 11:43:30 (10 years ago)
Author:
sherbold
Message:
  • updated experiment and SoftwareVersion? such that the order of the results will now always be the same and not depend on the order of the data loading. Instead, it depends on the string-order of the projects and versions that are loaded.
File:
1 edited

Legend:

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

    r6 r27  
    22 
    33import java.io.File; 
     4import java.util.Collections; 
    45import java.util.LinkedList; 
    56import java.util.List; 
     
    9091                } 
    9192                 
     93                // sort versions 
     94                Collections.sort(versions); 
     95                 
    9296                for( SoftwareVersion testVersion : versions ) { 
    9397                        if( isVersion(testVersion, config.getTestVersionFilters()) ) { 
Note: See TracChangeset for help on using the changeset viewer.