Link to home
Start Free TrialLog in
Avatar of perdoname_
perdoname_

asked on

Simplification of code

Hello Experts,

I'd like to know if there's any program which can modify a code and make it more simplified / convert for loops to while / etc..


Thanks in advance!
Avatar of Jonez176
Jonez176
Flag of United States of America image

ProGuard is a free Java class file shrinker, optimizer, obfuscator, and preverifier.  It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names.

http://proguard.sourceforge.net/
Avatar of Peter Hart
do you mean a program to look at a piece of  code and rewrite it into a simpler set of instructions in the same language?
Avatar of perdoname_
perdoname_

ASKER

@ chilternPC

Yes .. is that possible?

ASKER CERTIFIED SOLUTION
Avatar of Peter Hart
Peter Hart
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial