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

Attribute column header is clickable, but no sorting happens #183

Open brita-sed opened 3 years ago

brita-sed commented 3 years ago

Precondition

Steps

  1. Select a project.
  2. Click iFL button.
  3. In the iFL Dual List tab click on the Attribute column header.
  4. Move attributes right, then click on the Attribute column header.

Expected results

Received results

attribute_clickable

Environment:

Dhorvath1294 commented 3 years ago

Unfortunately, the clickable table column headers is an SWT feature that cannot be turned off, so we have to deal with it.

geryxyz commented 3 years ago

Very very low priority, but could we display a popup that the sorting is not supported, since there is no sense to it?