Ignore:
Timestamp:
09/20/12 11:04:28 (12 years ago)
Author:
fglaser
Message:
  • new traces of freemind and ArgoUML
  • Output for debugging JFCReplayIDCalculator improved
  • new test with parsing ArgoUML files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/JFCReplayIDCalculator.java

    r806 r836  
    114114                           if (validator.validateReplayID("w" + hashCode)){ 
    115115                                   System.out.println("ID w" + hashCode + " is valid."); 
     116                                   System.out.println("==> " + currentSpec + " describes a known component."); 
    116117                           } 
    117118                           else{ 
    118                                     System.err.println(currentSpec + " describes an unknown component."); 
    119                                         System.err.println("ID w" + hashCode + " is unknown." ); 
    120                                         System.err.println(); 
     119                                   System.err.println("ID w" + hashCode + " is unknown." ); 
     120                                   System.err.println("==> " + currentSpec + " describes an unknown component."); 
     121                                   System.err.println(); 
    121122                           } 
    122123                   } 
Note: See TracChangeset for help on using the changeset viewer.