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

Navigate to context on element which has more then 0 context: nothing happened #192

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. Select an element, which context size is bigger than 0.
  5. Right click > Navigate to context.

Expected results

Received results

navigate_to_context

Related issue:

Environment:

geryxyz commented 3 years ago

The expected result are correct.

Dhorvath1294 commented 3 years ago

https://github.com/InteractiveFaultLocalization/iFL4Eclipse/releases/tag/V2.general_fixes

brita-sed commented 3 years ago

The bug has been corrected: choosing "Navigate to context" on every tested element makes iFL open the related files in the editor.