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

Maximum position at giving rules is limited to 9999 #213

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 Position with a 5 digit number, like 12000.

Expected results

Received results

position_maximum

Environment:

Dhorvath1294 commented 3 years ago

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

Maximum value now is INTEGER.MAX_VALUE (2 147 483 647)

brita-sed commented 3 years ago

The bug has been corrected, I cannot give bigger number then integer max value: position_digits_corrected