Menu

#1110 Selecting non-duplicates during import doesn't work.

Eclipse-Plugin
closed
None
Eclipse
3-Major
Bug
2013-08-04
2013-07-01
No

When importing new rules, the non-duplicate rules are not selected by default.

This is done because of RuleSetSelectionDialog.checkNonDupes() method.
Instead of getting rules from the file twice, it should be done once, and checkNonDupes method should iterate through elements in table (not fetching from file again).

You can use my patch (attachment) to quickly fix it.

1 Attachments

Discussion

  • Andreas Dangel

    Andreas Dangel - 2013-08-03
    • status: open --> in-progress
    • assigned_to: Andreas Dangel
     
  • Andreas Dangel

    Andreas Dangel - 2013-08-03
     
  • Andreas Dangel

    Andreas Dangel - 2013-08-04
    • status: in-progress --> closed
     

Log in to post a comment.