| Summary: | Resource splitting doesn't applied when importing model | ||
|---|---|---|---|
| Product: | [Modeling] EMFStore | Reporter: | Nikolay Kasyanov <corrmage> |
| Component: | Common | Assignee: | Maximilian Koegel <mkoegel> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | emueller, mkoegel |
| Version: | unspecified | ||
| Target Milestone: | backlog | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Nikolay Kasyanov
I absolutely agree, should not be too difficult to do, since the code is already there partly. (In reply to comment #0) > Build Identifier: 20110916-0149 > > I think it would be very useful if resource splitting will be applied for > imported model elements > > Reproducible: Always > > Steps to Reproduce: > 1. create project > 2. import huge model in > 3. model didn't spit The feature of resource splitting has been replaced with the ability to save the model on demand, therefore the bug will not be fixed. Thanks for the information. Does resource splitting totally forbidden now or it's just doesn't work automatically? We using separate resources (created by hand & then added to project) for some root objects in project. Will it stop working? (In reply to comment #3) > Thanks for the information. > Does resource splitting totally forbidden now or it's just doesn't work > automatically? > > We using separate resources (created by hand & then added to project) for some > root objects in project. Will it stop working? I am not sure if it works with the current EMFStore release, since there are no test cases for splitting, did you try? |