We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f39dd1 commit 5eaaf78Copy full SHA for 5eaaf78
1 file changed
core/src/main/kotlin/org/evomaster/core/search/gene/regex/RxAbsorbable.kt
@@ -13,7 +13,7 @@ package org.evomaster.core.search.gene.regex
13
interface RxAbsorbable {
14
15
/**
16
- * Maximum number of leading characters of [value] this gene can be forced to
+ * Read-only: maximum number of leading characters of [value] this gene can be forced to
17
* produce, or already produces without needing to change. Default 0 = cannot help.
18
*/
19
fun absorbableCount(value: String): Int = 0
@@ -30,7 +30,7 @@ interface RxAbsorbable {
30
}
31
32
33
- * Read-only: could [forceZeroWidth] succeed on this gene right now?
+ * Read-only: could [forceZeroWidth] succeed on this gene (i.e.: "" can match this expression)?
34
35
val canBeZeroWidth: Boolean
36
0 commit comments