Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan Execution Listener

Hi Roberto

There is an extension point for Codan checkers, if that's what you're looking for. It requires you to supply an IChecker (see package org.eclipse.cdt.codan.core), which gets executed while Codan is active (depending on the configuration). There are already existing implementations of base classes for checkers you can use, e.g. AbstractIndexAstChecker. This depends on your needs.

Have you been looking for something like that?

Regards
Thomas


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Roberto Oliveira
Sent: Dienstag, 11. März 2014 19:52
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Codan Execution Listener


Is there any class or method in the Codan API  that can listen to Codan verification in the source code ?

For example: If I want that my eclipse plugin do some action when Codan executes (that can be, for example, when the user type or save a file)... Is there anyway to do that?

Thanks.

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


Back to the top