Jump to content
  • 0

Comment remove


Question

Posted

Hi i have .java file, so i need delete comments:

 

/**

* Test comment

* Test comment2

*/

 

Such comments  are about ( ~13 thous. ), so manually removing comments it will be suicide. Maybe there are any software to do this for me?

5 answers to this question

Recommended Posts

  • 0
Posted

lol? performance?

 

Comments are for informational purposes and for JavaDOC.

 

They are ignored.

 

Yep, i checked now compiled .class file (no comments inside), you are right. But anyway, i want remove them, how to do it quickly ?

  • 0
Posted

Its pointless, no idea why do u want to do it.

 

First of all, they are to help you, also deleteing comments is a sign of disrespect for authors (because most classes contains author annotation)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...