Ignore:
Timestamp:
08/16/12 12:34:24 (12 years ago)
Author:
sherbold
Message:
  • countless adaptations throughout nearly all components to remove errors introduced due to the refactoring of the event core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/ui/commands/CMDgenerateHybrid.java

    r524 r547  
    7878                 
    7979                HybridGenerator generator = new HybridGenerator(numSequences, length, maxLengthAll, validEnd); 
    80                 Collection<List<? extends Event<?>>> sequences = generator.generateTestSuite(model); 
     80                Collection<List<Event>> sequences = generator.generateTestSuite(model); 
    8181                 
    8282                if (GlobalDataContainer.getInstance().addData(sequencesName, sequences)) { 
Note: See TracChangeset for help on using the changeset viewer.