1515import de .rub .nds .modifiablevariable .biginteger .BigIntegerShiftRightModification ;
1616import de .rub .nds .modifiablevariable .biginteger .BigIntegerSubtractModification ;
1717import de .rub .nds .modifiablevariable .biginteger .BigIntegerXorModification ;
18+ import de .rub .nds .modifiablevariable .bool .BooleanExplicitValueModification ;
19+ import de .rub .nds .modifiablevariable .bool .BooleanToogleModification ;
1820import de .rub .nds .modifiablevariable .bytearray .ByteArrayDeleteModification ;
1921import de .rub .nds .modifiablevariable .bytearray .ByteArrayDuplicateModification ;
2022import de .rub .nds .modifiablevariable .bytearray .ByteArrayExplicitValueModification ;
4951@ XmlTransient
5052@ XmlSeeAlso ({ AccessModificationFilter .class , BigIntegerAddModification .class , BigIntegerInteractiveModification .class ,
5153 BigIntegerExplicitValueModification .class , BigIntegerSubtractModification .class ,
52- BigIntegerXorModification .class , BigIntegerShiftLeftModification .class , BigIntegerShiftRightModification .class ,
53- IntegerAddModification .class , IntegerExplicitValueModification .class , IntegerSubtractModification .class ,
54- IntegerXorModification .class , IntegerShiftLeftModification .class , IntegerShiftRightModification .class ,
55- ByteArrayDeleteModification .class , ByteArrayExplicitValueModification .class , ByteArrayInsertModification .class ,
56- ByteArrayXorModification .class , ByteArrayDuplicateModification .class , ByteArrayShuffleModification .class ,
57- ByteAddModification .class , ByteExplicitValueModification .class , ByteSubtractModification .class ,
58- ByteXorModification .class })
54+ BooleanExplicitValueModification .class , BooleanToogleModification .class , BigIntegerXorModification .class ,
55+ BigIntegerShiftLeftModification .class , BigIntegerShiftRightModification .class , IntegerAddModification .class ,
56+ IntegerExplicitValueModification .class , IntegerSubtractModification .class , IntegerXorModification .class ,
57+ IntegerShiftLeftModification .class , IntegerShiftRightModification .class , ByteArrayDeleteModification .class ,
58+ ByteArrayExplicitValueModification .class , ByteArrayInsertModification .class , ByteArrayXorModification .class ,
59+ ByteArrayDuplicateModification .class , ByteArrayShuffleModification .class , ByteAddModification .class ,
60+ ByteExplicitValueModification .class , ByteSubtractModification .class , ByteXorModification .class
61+
62+ })
5963public abstract class VariableModification <E > {
6064
6165 private static final Logger LOGGER = LogManager .getLogger (VariableModification .class );
@@ -74,7 +78,7 @@ public abstract class VariableModification<E> {
7478
7579 /**
7680 * Get the value of postModification
77- *
81+ *
7882 * @return the value of postModification
7983 */
8084 // http://stackoverflow.com/questions/5122296/jaxb-not-unmarshalling-xml-any-element-to-jaxbelement
@@ -85,7 +89,7 @@ public VariableModification<E> getPostModification() {
8589
8690 /**
8791 * Set the value of postModification
88- *
92+ *
8993 * @param postModification
9094 * new value of postModification
9195 */
@@ -111,7 +115,7 @@ public E modify(E input) {
111115 /**
112116 * Debugging modified variables. Getting stack trace can be time consuming,
113117 * thus we use isDebugEnabled() function
114- *
118+ *
115119 * @param value
116120 */
117121 protected void debug (E value ) {
0 commit comments