dead code removal and class and interface merging

Hi,

Is jet brains IDE or one of its pugins support dead code removal of public, private, protected, package classes, interfaces, variables and methods.

Also, coudl the class and interface merging happen to remove unwanted classes and interfaces. Looking for doing these at source code level rather than class bytecode level as done by proguard.

Ref:
http://www.pcsentinelsoftware.com/products/mangleitjava/install_mangler_java.php

Regards,
Nagendra

0
Avatar
Permanently deleted user

Is jet brains IDE or one of its pugins support dead code removal of public,
private, protected, package classes, interfaces, variables and methods.


Yes, IDEA supports that since ages (although it sometimes suggests to remove
required code causing the compilation to fail). Right click the
class/package/whatever and select Analyze|Inspect Code.

Tom

0
Avatar
Permanently deleted user

interesting... OP seems to be spamming his/her product by making "suggestions" for "new features" in IDEA, all of which posts have a link to his/her own product (which I guess already has that functionality).

0
Avatar
Permanently deleted user

Hi Joren,

I being the original poster have no association with the said product URL. I found that url when I was searching for a solution and had refered to make my need very clear to Intellij and not for any publicity of that product.

Regards,
Nagendra

0

请先登录再写评论。