In my recent project, we are in need to modify some business rules, but we don't have source code.
I took latest production deployed jar file and opened it through JD-gui. By using option save All resources i am able to get de compiled java files. Now my questions are:
I see that decompiled java code is having unnecessary line comments on each and every lines. Is there any way to avoid them?
If i make the changes to some file and then compile the code again and send the jar to production, will there be an any hidden challenges?