Skip to content

Is there a method to exclude classes by name? #247

Open
@cubecull

Description

@cubecull

My current target uses several third party libraries which I'm not interested in, but the tooling seems to be spending most of it's time crunching that data.

I'm seeing thousands of log lines like:

reasonNOTMergeClasses_Q(0x5d6800, 0xb82b58, 'xercesc_2_6::SAXParser').
Concluding factNOTMergeClasses(0x5d6800, 0xb82b58).
reasonNOTMergeClasses_Q(0x5d6800, 0xb82a50, 'xercesc_2_6::AbstractDOMParser').
Concluding factNOTMergeClasses(0x5d6800, 0xb82a50).
reasonNOTMergeClasses_Q(0x5d6800, 0xb8290c, 'DPVS::Object').
Concluding factNOTMergeClasses(0x5d6800, 0xb8290c).
reasonNOTMergeClasses_Q(0x5d6800, 0xb82b58, 'xercesc_2_6::SAXParser').
Concluding factNOTMergeClasses(0x5d6800, 0xb82b58).
reasonNOTMergeClasses_Q(0x5d6800, 0xb82a50, 'xercesc_2_6::AbstractDOMParser').

Is there any way to exclude xerces* et al. from being analysed at all stages?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions