java commenting out of code



I want to comment out this code in java. How should I do it.? Using
JBuilder.

/**
* bla bla bla
*/
void method A()
{
....
}

All the astisisks have to be got rid of first, then enclose with /* and */
I find this tedious.especially with big blocks of code.Is there an easier
way ?

As a result I normally use // to document my methods.

TIA
patrick


.



Relevant Pages

  • Re: java commenting out of code
    ... patrick wrote: ... bla bla bla */ void method A{... ... TIA ...
    (comp.lang.java.programmer)
  • Re: java commenting out of code
    ... patrick wrote: ... * bla bla bla */ void method A{... ... preceding comment. ...
    (comp.lang.java.programmer)
  • Can I code in Java like i did in Delphi?
    ... really not object oriented and bla bla bla. ... I don´t have a huge knowledge about JAVA and .NET,I can´t say wich is ... Working with a good gui makes your code easier to keep (I like the pair ... Where can I found a good application that use UML from scratch. ...
    (comp.lang.java.advocacy)
  • Can I code in Java like i did in Delphi?
    ... really not object oriented and bla bla bla. ... I don´t have a huge knowledge about JAVA and .NET,I can´t say wich is ... Working with a good gui makes your code easier to keep (I like the pair ... Where can I found a good application that use UML from scratch. ...
    (comp.lang.java.programmer)
  • Re: Is conditional compiling possible in JAVA?
    ... Use boolean constants and let the compiler figure out if code can be ... many C/C++ preprocessors don't barf on Java input ... bla bla bla ... All you do is change debug to true or false and if set to false, ...
    (comp.lang.java.help)