CoxHawk
CoxHawk

Reputation: 41

Highlight piece of codes with Eclipse

I want to know if an Eclipse plugin exists in order to highlight some pieces of code. We are a team that needs to upgrade an application to a new version and we have to know the code that has already been reused or considered as useless.

The aim is at the end of the upgrade to identify quickly the code which is not highlight in order to check why this code has not been reused (or considered as useless).

Thanks,

Upvotes: 4

Views: 1634

Answers (2)

Jayy
Jayy

Reputation: 2436

You can use this code coverage tool.

http://www.eclemma.org/

Upvotes: 2

Jon Zudell
Jon Zudell

Reputation: 1

This may be what you are looking for http://editbox.sourceforge.net/

Upvotes: 0

Related Questions