Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan develoepement, new checker

Viktor Csoma wrote:
> In this link: https://wiki.eclipse.org/CDT/designs/StaticAnalysis , in the create checker chapter I don't understand the following two points:
> "-create an extension point for org.eclipse.cdt.codan.core.checkers. Specify one or more problem that your checker can detect with name, id, default severity and enablement"
> "- create a class in selected plugin which extends one of the AbstractChecker classes, such as AbstractIndexAstChecker, see examples in org.eclipse.cdt.codan.internal.checkers"
> I think that to create a simple syntax checker I should add a checker and a problem under org.eclipse.codan.core.checkers (this where it is possible to add id, severity etc...). I 'm not sure how creating an extension point would help me.

I'm not familiar with Codan, but that should probably simply read "create an extension" (as you say), not "create an extension point".

 -Christian



Back to the top