Changeset 1277
- Timestamp:
- 07/26/13 09:25:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogTextInputPseudomizer.java
r1272 r1277 37 37 /** 38 38 * <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. 40 42 * </p> 41 43 * … … 87 89 * called to pseudomize all text inputs in the given log file. The given file is read 88 90 * 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 te st inputs.91 * written to an output file as they are, as well, as long as they do not represent text inputs. 90 92 * If they are text input events, the entered text is replaced by its hash value for 91 93 * pseudomizing the text input. Finally, the original log file is deleted and replaced by
Note: See TracChangeset
for help on using the changeset viewer.