Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Added a customised fitness function for ArrayIndexOutOfBoundsException #91

Merged
merged 6 commits into from
Oct 23, 2019

Conversation

CoolTomatos
Copy link
Contributor

The ITFFForArrayIndex is based on IntegrationTestingFF and uses array index info logged in EvoSuite to calculated an improved fitness value for ArrayIndexOutOfBoundsException.

See STAMP-project/evosuite-ramp#1

@CoolTomatos CoolTomatos changed the title Added a customised fitness function for ArrayIndexOutOfBoundsException [WIP] Added a customised fitness function for ArrayIndexOutOfBoundsException Oct 3, 2019
@pderakhshanfar
Copy link
Collaborator

@CoolTomatos
Can you please check why the build process is failed? We should make sure that the build process is passing before accepting the pull request.

@CoolTomatos
Copy link
Contributor Author

@pderakhshanfar
Log says it has something to do with javafx not found.
It's weird because javafx is only removed for jdk 11 or newer. And the CI is using jdk8.

@CoolTomatos
Copy link
Contributor Author

@pderakhshanfar
It is an issue with openjdk, see adoptium/temurin-build#577.
I will remove the usage of javafx.util.Pair.

@coveralls
Copy link

coveralls commented Oct 23, 2019

Pull Request Test Coverage Report for Build 413

  • 36 of 45 (80.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.09%) to 62.065%

Changes Missing Coverage Covered Lines Changed/Added Lines %
botsing-reproduction/src/main/java/eu/stamp/botsing/fitnessfunction/FitnessFunctionHelper.java 0 1 0.0%
botsing-reproduction/src/main/java/eu/stamp/botsing/StackTrace.java 8 10 80.0%
botsing-reproduction/src/main/java/eu/stamp/botsing/fitnessfunction/ITFFForArrayIndex.java 16 18 88.89%
botsing-reproduction/src/main/java/eu/stamp/botsing/Botsing.java 1 5 20.0%
Totals Coverage Status
Change from base Build 410: 0.09%
Covered Lines: 2441
Relevant Lines: 3933

💛 - Coveralls

@pderakhshanfar pderakhshanfar merged commit 68d64d6 into STAMP-project:master Oct 23, 2019
@CoolTomatos CoolTomatos deleted the arrayIndex branch October 23, 2019 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants