InteractiveFaultLocalization / iFL4Eclipse

iFL for Eclipse is an Eclipse plug-in for supporting interactive fault localization for Java projects developed in this environment.
Eclipse Public License 2.0
3 stars 1 forks source link

Undefined scores, press Recalculate scores... button: Unexpected error during maven tests #232

Open brita-sed opened 2 years ago

brita-sed commented 2 years ago

Precondition

Steps

  1. Select a project.
  2. Click on iFL button.
  3. Before load scores, press Recalculate scores... button.
  4. Load scores, then press Recalculate scores... button again.

Expected results

Received results

recalculate_error_log.txt

press_recalculate_score_error

Environment:

brita-sed commented 2 years ago

Retested on the following project: https://github.com/sed-szeged/java-instrumenter To make the Score recalculation work, you have to build the project with the following command (maven should be installed and configured in environment variables): ...\java-instrumenter-master>mvn package If the build was succeed, the Score Recalculation button will work. image