Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Is there any API to delete all scanner discovered info collected Per File basis

Hi,

Scanner Discovery caches all the dynamically discovered info after the
build.

I wanted to know if there is an API which I can use to delete all this
discovered info programmatically.

I am collecting this scanner information on per file basis after each
build.

So, I use PerFileSIProfile.

And I guess
MakeCorePlugin.getDefault().getDiscoveryManager().removeDiscoveredInfo(IResource)

 is for each project profile and not Per File

Thanks & Regards,
Nayna Jain




Back to the top