summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.checkers/plugin.xml
diff options
context:
space:
mode:
authorElliott Baron <ebaron@fedoraproject.org>2009-09-21 15:09:03 -0400
committerElliott Baron <ebaron@fedoraproject.org>2009-09-21 15:09:03 -0400
commite35f5131df28786841f5e09d9982b912bd3469d0 (patch)
treeb1699b9eb1a0ce4691f1836c3359628cb8505ecc /org.eclipse.cdt.codan.checkers/plugin.xml
parentd581ec1fce73716b9d422cf2e4a255871f0bcd9b (diff)
downloadcodan-e35f5131df28786841f5e09d9982b912bd3469d0.tar.gz
codan-e35f5131df28786841f5e09d9982b912bd3469d0.tar.xz
codan-e35f5131df28786841f5e09d9982b912bd3469d0.zip
Created .extension plugin with my modifications. Initial use of CFG, pulled in from PTP. Fixed a bug in CFG printing in PTP plugin.
* org.eclipse.cdt.codan.checkers: Moved changes to codan.extension. * org.eclipse.cdt.codan.extension: New plugin. * org.eclipse.ptp.pldt.mpi.analysis.cdt: Small bugfix to block printing.
Diffstat (limited to 'org.eclipse.cdt.codan.checkers/plugin.xml')
-rw-r--r--org.eclipse.cdt.codan.checkers/plugin.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.cdt.codan.checkers/plugin.xml b/org.eclipse.cdt.codan.checkers/plugin.xml
index 7ba8f3e..e2dac3e 100644
--- a/org.eclipse.cdt.codan.checkers/plugin.xml
+++ b/org.eclipse.cdt.codan.checkers/plugin.xml
@@ -40,16 +40,5 @@
name="Class has a virtual method and non-virtual destructor">
</problem>
</checker>
- <checker
- class="org.eclipse.cdt.codan.checkers.CloseOpenedFilesChecker"
- id="org.eclipse.cdt.codan.checkers.CloseOpenedFilesChecker"
- name="Closing unopened file">
- <problem
- category="org.eclipse.cdt.codan.core.categories.ProgrammingProblems"
- defaultSeverity="Warning"
- id="org.eclipse.cdt.codan.checkers.CloseOpenedFilesProblem"
- name="Attempting to close an unopened file">
- </problem>
- </checker>
</extension>
</plugin>