How to find unused Java classes and JSP files from a project

前端 未结 3 1378
栀梦
栀梦 2021-01-16 04:56

How do I find unused Java classes and JSP files from a project?

I am using Eclipse and Mercurial as the source control system.

3条回答
  •  误落风尘
    2021-01-16 05:41

    It could be approached for an unused class in projects. See how Eclipse marks the Eclipse unused classes as yellow. As it is open source, it is easily available.

提交回复
热议问题