Please use the line comments, because they can be nested.

Tom


At 11:35 22.03.02 +0100, you wrote:
>There is a bug with Comment out Code in the recycle bin and JavaDoc above
>that element
>
>Example
>
>public class Foo {
>     /**
>      *  Unused String to give example of code
>      *
>      */
>     public final static transient String UNUSED_STRING = "UNUSED_STRING";
>}
>
>Code inspection detects that my string UNUSED_STRING is doing nothing,
>Perfect
>So I do remove it to the recycle bin
>
>Then I choose, Comment out code.
>
>An he produces this
>
>public class Foo {
>
>     /* --Recycle Bin (22/03/02 11:26)
>/**
>      *  Permission to Authorise others instructions
>      *
>      */
>     public final static transient String UNUSED_STRING = "UNUSED_STRING";
>*/
>
>}
>
>Wich is code that does not compile
>
>Greetings
>
>Jan
>
>
>
>
>Visit us at http://www.clearstream.com
>
>IMPORTANT MESSAGE
>
>Internet communications are not secure and therefore Clearstream 
>International does not accept legal responsibility for the contents of 
>this message.
>
>The information contained in this e-mail is confidential and may be 
>legally privileged. It is intended solely for the addressee. If you are 
>not the intended recipient, any disclosure, copying, distribution or any 
>action taken or omitted to be taken in reliance on it, is prohibited and 
>may be unlawful. Any views expressed in this e-mail are those of the 
>individual sender, except where the sender specifically states them to be 
>the views of Clearstream International or of any of its affiliates or 
>subsidiarie
>s.
>
>END OF DISCLAIMER
>
>_______________________________________________
>Eap-list mailing list
>[EMAIL PROTECTED]
>http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to