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

Rounding is not implemented at adding score rules #212

Open brita-sed opened 3 years ago

brita-sed commented 3 years ago

Precondition

Steps

  1. Select a project.
  2. Click iFL button.
  3. Load scores...
  4. Show filters.
  5. Add rule.
  6. Add rules by score with different number of decimals.

Expected results

Received results

score_decimal

Environment:

brita-sed commented 3 years ago

Actually the maximum number of decimals is 16 digits:

max_16_decimals

Dhorvath1294 commented 3 years ago

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

brita-sed commented 3 years ago

The bug has been corrected, now the fix decimal number is 4 digits:

tizedes_javult