- From: <bugzilla@jessica.w3.org>
- Date: Tue, 20 Mar 2012 14:40:02 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16447
Summary: Inheritance loop
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
AssignedTo: cam@mcc.id.au
ReportedBy: w3c@marcosc.com
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-script-coord@w3.org
The following is a statement of fact (drop "MUST NOT" and say "can't"):
An exception must not be declared such that its inheritance hierarchy has a
cycle. That is, an interface A cannot inherit from itself, nor can it inherit
from another interface B that inherits from A, and so on.
The inheritance loop check needs to be performed during binding (it is
redundant to say MUST here).
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 20 March 2012 14:40:12 UTC