Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] 回复:Re: codan checker proposal

http://wiki.eclipse.org/CDT/designs/StaticAnalysis#Create_a_Checker explains how to extend org.eclipse.cdt.codan.core.checkers extension point to register problem types for your checker.

-sergey

On Sun, Apr 1, 2012 at 7:11 PM, Applee <gongzhitaao@xxxxxxxx> wrote:
Maybe my question is not clear enough.
Actually, I've successfully created several checkers.
But how can I add an entry in the preference page for my problem and checker under the codan project framework?

-------------------------------- 
GONG Zhi-Tao

----- 原始邮件 -----
发件人:Sergey Prigogin <eclipse.sprigogin@xxxxxxxxx>
收件人:gongzhitaao@xxxxxxxx, "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
主题:Re: [cdt-dev] codan checker proposal
日期:2012年04月02日 09点16分


You can take a look at http://wiki.eclipse.org/CDT/designs/StaticAnalysis#Create_a_Checker and at the code of existing checkers.

-sergey

On Sun, Apr 1, 2012 at 6:11 PM, Applee <gongzhitaao@xxxxxxxx> wrote:
Hi,

I am doing my final year project which is just like the codan project. We want to implement checkers according to MISRA C rules. And I want to use the codan framework. But I need some help in understanding the structure of codan project, i.e., what to do to add a new problem description and a new corresponding checker option.

many thanks

--------------------------------
Best regards,

GONG Zhi Tao
Dept. of Comp. Sci. &amp; Tech., NJU
gongzhitaao@xxxxxxxx

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev








Back to the top