Ignore:
Timestamp:
07/26/13 09:25:56 (11 years ago)
Author:
pharms
Message:
  • added some Java Docs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogTextInputPseudomizer.java

    r1272 r1277  
    3737/** 
    3838 * <p> 
    39  * TODO comment 
     39 * pseudomizes the text entered in text input events by replacing it with an MD5 hash. For this, it 
     40 * parses a given file and dumps a replacement, in which all text input events have an MD5 hash 
     41 * as entered text. If the events already have an MD5 hash, it stays unchanged. 
    4042 * </p> 
    4143 *  
     
    8789     * called to pseudomize all text inputs in the given log file. The given file is read 
    8890     * completely. All GUI elements are written to an output file as they are. All events are 
    89      * written to an output file as they are, as well, as long as they do not represent test inputs. 
     91     * written to an output file as they are, as well, as long as they do not represent text inputs. 
    9092     * If they are text input events, the entered text is replaced by its hash value for 
    9193     * pseudomizing the text input. Finally, the original log file is deleted and replaced by 
Note: See TracChangeset for help on using the changeset viewer.