dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #4062] Ecma-334 Section 17.12 Destructors


From: nobody
Subject: [Pnet-developers] [bug #4062] Ecma-334 Section 17.12 Destructors
Date: Thu, 26 Jun 2003 19:58:08 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #4062: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4062&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Thu 06/26/2003 at 23:58 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 27 June 2003



=================== BUG #4062: FULL BUG SNAPSHOT ===================


Submitted by: cheetah                 Project: DotGNU Portable.NET          
Submitted on: Fri 06/20/2003 at 21:06
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  Ecma-334 Section 17.12 Destructors

Original Submission:  pnet doesn't do too well on this section in the spec:
http://www.ecma-international.org/publications/files/ecma-st/Ecma-334.pdf
Section 17.12 Destructors

In the example:
class A 
{ 
  override protected void Finalize() {}  // error 
  public void F() { 
  this.Finalize();   // error 
  } 
} 
Both of these errors incorrectly compile. Also in the other example:

class A 
{ 
 void Finalize() {}   // permitted 
} 

This incorrectly issues the following warning:
warning: declaration of `Finalize' overrides an inherited member, and 
`override' was not present

Tested with cscc 0.5.8.

Follow-up Comments
*******************

-------------------------------------------------------
Date: Thu 06/26/2003 at 23:58       By: rweather
Fix committed to CVS - 27 June 2003


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4062&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]