I have converted class files into source code by JD GUI Tool. I open the jar file using JD-GUI version 0.3.5, then open File folder and click "Save All Sources". There are comments in source code, e.g.:
/* */
/* */ @ManagedBean
/* 60 */ @SessionScoped
How can I remove those comments?
Change the setting under
Help > Preferences
and uncheckDisplay line numbers
as in image;