Bug 457520 - Requirement: for a future better support of multi-package validators
Summary: Requirement: for a future better support of multi-package validators
Status: CLOSED WONTFIX
Alias: None
Product: Sphinx
Classification: Automotive
Component: Core (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 02:54 EST by Andreas Graf CLA
Modified: 2024-05-07 00:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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