Re: java commenting out of code
- From: "patrick" <networkone@xxxxxxxxxx>
- Date: Wed, 11 Jan 2006 14:03:14 -0000
Hmm,
Still a problem if you want to comment out several methods.
Also I often find that Ive copied in long methods, from the web say, which
often use *'s a lot inside the method defimitions.
patrick
"Alan Krueger" <wgzkid502@xxxxxxxxxxxxxx> wrote in message
news:RP7xf.2201$Ya5.576@xxxxxxxxxxx
> patrick wrote:
>> /**
>> * 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 ?
>
> If you use // for in-method comments, just comment the method not the
> preceding comment.
.
- Follow-Ups:
- Re: java commenting out of code
- From: Remon van Vliet
- Re: java commenting out of code
- References:
- java commenting out of code
- From: patrick
- Re: java commenting out of code
- From: Alan Krueger
- java commenting out of code
- Prev by Date: Re: package problem
- Next by Date: Re: Generic format for saving EMails
- Previous by thread: Re: java commenting out of code
- Next by thread: Re: java commenting out of code
- Index(es):
Relevant Pages
|