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

Deleting rule with space characters: Unhandled event loop exception, NullPointerException #147

Closed brita-sed closed 3 years ago

brita-sed commented 4 years ago

Precondition

Steps

  1. Select a project.
  2. Click iFL button.
  3. Load scores...
  4. Click Add rule at Interactive Fault Localization Filters window.
  5. Select Name/Signature/Parent type/Path.
  6. Enter some space characters, or leave the field empty.
  7. Click Add button.
  8. Press X button at the card of the rule.

Expected results

Received results

Related issue:

Environment:

brita-sed commented 4 years ago

The problem is the same where there are a lot of element selected, after deleting a sorting rule:

unhandled_delete_rule

unhandled_loop_delete.txt

Dhorvath1294 commented 3 years ago

https://github.com/sed-szeged/iFL4Eclipse/releases/tag/V2.fix-filter-bugs

brita-sed commented 3 years ago

There wasn't any error message in log (filtering, deleting), and names leaving empty or with spaces cannot be given.

cannot_add_space_rule