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

Unhandled event loop exception, java.lang.NullPointerException giving invalid score or empty values while add rule #206

Closed brita-sed closed 3 years ago

brita-sed commented 3 years ago

Precondition

Steps

  1. Select a project.
  2. Click iFL button.
  3. Load scores.
  4. Add rule.
  5. Select scores, give an invalid value, for example 2.
  6. Click Add button.

Expected results

Received results

Environment:

brita-sed commented 3 years ago

The problem is the same if we add empty strings for rules:

create_rule_empty_value

Dhorvath1294 commented 3 years ago

https://github.com/InteractiveFaultLocalization/iFL4Eclipse/releases/tag/V3.0.206.1

brita-sed commented 3 years ago

There wasn't any error in log, the bug has been corrected.