Bug 457520

Summary: Requirement: for a future better support of multi-package validators
Product: [Automotive] Sphinx Reporter: Andreas Graf <graf>
Component: CoreAssignee: Project Inbox <sphinx-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: balazs.grill
Version: 0.9.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Andreas Graf CLA 2015-01-15 02:54:35 EST
In a future implementation, we should consider this use case:

Validator A has the following checks:

@Check
void check1(ElementOfMetaModelA x)

@Check
void check2(EObject x)


Validator B has the following checks:

@Check
void check1(ElementOfMetaModelA x)


Now it seems, that when we execute validator B, those elements that don't have specific checks are possible executed against Validator A?

Either we need to think about this use case or we should document, that in these cases the common elements should be factored out into dedicated validator checks?
Comment 1 Balazs Grill CLA 2024-05-07 00:18:55 EDT
Closed stale issue before migration