1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00

got rid of concept of problem reference. Each problem should belong to one and only one checker. This will allow to avoid problems with markers persistancy and control.

This commit is contained in:
Alena Laskavaia 2010-08-04 01:13:15 +00:00
parent 25147bd632
commit 8a8fc5617c

View file

@ -58,10 +58,7 @@
</annotation>
<complexType>
<sequence minOccurs="0" maxOccurs="unbounded">
<choice>
<element ref="problem"/>
<element ref="problemRef"/>
</choice>
<element ref="problem"/>
</sequence>
<attribute name="id" type="string" use="required">
<annotation>
@ -216,21 +213,6 @@
</complexType>
</element>
<element name="problemRef">
<complexType>
<attribute name="problem" type="string" use="required">
<annotation>
<documentation>
Reference to a problem
</documentation>
<appinfo>
<meta.attribute kind="identifier" basedOn="org.eclipse.cdt.codan.core.checkers/checker/problem/@id"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appinfo>
<meta.section type="since"/>