botsing icon indicating copy to clipboard operation
botsing copied to clipboard

Botsing is a Java framework for crash reproduction. It depends on EvoSuite (http://www.evosuite.org) for code instrumentation.

Results 18 botsing issues
Sort by recently updated
recently updated
newest added

#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: major, crash - **Tool/Service/Component**: botsing-reproduction-1.0.8 - **Execution Environment**: macOS 10.15.1, jdk 1.8.0_231 - **Reporter**: @CoolTomatos , [email protected] #### Description...

https://github.com/STAMP-project/botsing/blob/fb4795c4234f4915e5466d7b535f5e3c3a6f7b21/botsing-reproduction/src/main/java/eu/stamp/botsing/fitnessfunction/FitnessFunctions.java#L55 When we are using multi objectives, branching variable diversity for example, front0.get() is getting the wrong individual.

bug
botsing

#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: major - **Tool/Service/Component**: botsing-reproduction-1.0.7 - **Execution Environment**: Windows 10 - **Reporter**: Lars Thomas Boye #### Description Running botsing-reproduction-1.0.7 as...

When executed on xwiki-commons-properties, I got: ``` ... * Property NO_RUNTIME_DEPENDENCY is set to true - skipping JUnit compile check * WARNING: Not including the runtime dependencies is likely to...

I got: ``` public class AbstractContextStore_ESTest { @Test public void notGeneratedAnyTest() { // EvoSuite did not generate any tests } } ``` Which is not very useful and prevents automatic...

The following test was generated: ``` @Test(timeout = 4000) public void test02() throws Throwable { Object object0 = new Object(); String string0 = XMLUtils.escape(object0); assertNotNull(string0); } ``` However the existing...

Example of generated test: ``` @Test(timeout = 4000) public void test00() throws Throwable { Document document0 = XMLUtils.createDOMDocument(); // Undeclared exception! try { XMLUtils.extractXML(document0, (-1164), (-1164)); fail("Expecting exception: RuntimeException"); }...

Right now evosuite generates JUnit4 tests. On XWiki we use JUnit5 and it would be great that the generated tests could be using JUnit5.

#### Characteristics - **Issue Type**: test report - **Reproducibility**: always - **Severity**: major - **Tool/Service/Component**: Botsing-reproduction 1.0.8_SNAPSHOT - **Execution Environment**: CentOS 7 - **Reporter**: Jesús Gorroñogoitia #### Description Experiment running...

enhancement

#### Characteristics - **Issue Type**: bug - **Reproducibility**: always - **Severity**: crash - **Tool/Service/Component**: botsing-reproduction-1.0.4 - **Execution Environment**: macOS 10.14.2 - **Reporter**: [email protected] #### Description When the frame in the...

bug
duplicate
botsing