facebook

find dead code?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #609307 Reply

    victornguyen
    Participant

    I am in the process of refactoring a project.
    Does MyEclipse have a tool for identifying dead code?

    #609310

    Brian Fernandes
    Moderator

    Victor,

    There are some basic clean-up capabilities that you can find at Preferences > Java > Code Style > Clean Up – if you click Edit and go to the Unnecessary Code tab, you’ll have a better idea of what it can do.

    There are plugins that can be installed into MyEclipse that will give you more advanced functionality:
    1) Unnecessary Code Detector: https://marketplace.eclipse.org/content/unnecessary-code-detector
    2) EclEmma Java Code Coverage: https://marketplace.eclipse.org/content/eclemma-java-code-coverage

    Between those two plugins, I believe you will find the functionality you need. Do let us know if you need further assistance.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: find dead code?

You must be logged in to post in the forum log in