Fixed in build #613. Slash-slash comments would be used instead of block ones. Thank you!
Best regards, Maxim Shafirov JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 1:35 PM Subject: [Eap-list] Bug in Inspect Code, Recycle Bin , Comment out code in #612 incor rect behaviour > 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 subsidiaries. > > 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
