Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] API to delete all scanner discovered info for PerFileSIProfile

Hi,

Scanner 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 for each file and not the project
after the build.

Because I guess
MakeCorePlugin.getDefault().getDiscoveryManager().removeDiscoveredInfo(IResource)
 is for each project profile and not Per File

Thanks & Regards,
Nayna Jain



Back to the top