Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find unused User Keywords #37

Closed
robotframework-ride opened this issue Jun 2, 2015 · 8 comments
Closed

Find unused User Keywords #37

robotframework-ride opened this issue Jun 2, 2015 · 8 comments
Labels
enhancement Request for improvement: either for an existing feature or a new one prio-high Critical to user experience
Milestone

Comments

@robotframework-ride
Copy link

Originally submitted to Google Code by @yanne on 1 Sep 2008

It should be possible to search for unused keywords in test case and
resource files

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @pekkaklarck on 26 Jan 2009

Showing warnings and errods like this requires some special UI. Even though
that would be a really nice feature, it's out of the scope of 1.0 version.

@robotframework-ride robotframework-ride added this to the 0.42 milestone Jun 2, 2015
@robotframework-ride robotframework-ride added enhancement Request for improvement: either for an existing feature or a new one prio-high Critical to user experience labels Jun 2, 2015
@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @yanne on 21 Oct 2010

Most of the functionality required by this feature has been implemented as part of keyword rename ( issue 14 ).

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @mkorpela on 4 Nov 2010

I suggest that this should be done in background and not with a special UI tool that has to be executed from some menu from somewhere that no-one can find.

Most likely this would have to be lazy - so that you have to first open an editor view of the file that contains the keyword to get this finding started.

At least user keywords in test case files are easy as they can be used only in that specific file.

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @pekkaklarck on 4 Nov 2010

I would like to have:

  1. Number of how many time user keyword has been used in the keyword editor. There should be also possibility to navigate to those places somehow.

  2. A column in keyword search indicating how many times a kw has been used, again with some navigation possibility. It should be possible to sort kws using this column, which would make it trivial to find kws with zero usages.

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @jrantanen on 14 Dec 2010

Descoped

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @mkorpela on 31 Dec 2010

After finally figuring out what GIL really does I am kind of skeptic about how easy this feature is to implement. Most likely this feature needs to have multiple processes running to make it run nicely in the background (I so want to implement this!!!).

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @mkorpela on 13 Feb 2012

Making a release with the currently done set of features and bug fixes.

==> Moving others

@robotframework-ride
Copy link
Author

Originally submitted to Google Code by @mkorpela on 20 Feb 2012

Some notes about current version ( 46afe2d ):

  1. There is no feedback if the search is executed with a very small test set without unused keywords -- Should somehow indicate that the search has finished
  2. Should clean search results at least when a new project / suite is opened in RIDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for improvement: either for an existing feature or a new one prio-high Critical to user experience
Projects
None yet
Development

No branches or pull requests

1 participant