Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.09 KB

reused_code.md

File metadata and controls

23 lines (17 loc) · 1.09 KB

Re-used Code

In some cases, EvoMaster imported (and then modified) code from other open-source projects. When this happened, it is explicitly stated in the files themselves. Still, to give a general overview (and comply to the different licence requirements), they are listed here:

  • ComputeClassWriter.java: from ASM library. Released under custom INRIA license.

  • RegexEcma262.g4: from Antlr examples. Released under MIT license.

  • CustomSummaryGeneratingListener.java and CustomMutableTestExecutionSummary.java: from JUnit 5. Released under Eclipse Public License. These classes will be removed when this PR will be part of the next JUnit release.

  • RegexDistanceUtils.java: from EvoSuite unit test generator. Released under GNU Lesser General Public

  • RegexDistanceUtilsTest.java: from EvoSuite unit test generator. Released under GNU Lesser General Public