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:
parent
25147bd632
commit
8a8fc5617c
1 changed files with 1 additions and 19 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue