When saving source using
JD-GUI into a file, by default JD-GUI will put line number (as comment) on each line. In order to remove these line number marker without re-decompile and re-saving it, simply search using regex
\/\*[\s|\d]*\*\/
and replace with empty string.
No comments:
Post a Comment