| Summary: | [EGL] Importing a non-existent file does not produce an error | ||
|---|---|---|---|
| Product: | [Modeling] Epsilon | Reporter: | Louis Rose <louis> |
| Component: | Core | Assignee: | Dimitris Kolovos <dkolovos> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Louis Rose
This is a regression, introduced by the recent EGL refactorings. EglPreprocessorModule returned a defensive copy of ParseProblems, meaning that all calls to getParseProblems().add() would not modify the underlying collection. I've changed EglPreprocessorModule to return a reference to the underlying collection, which fixes this issue. Fix and regression test checked into SVN. Assigning to Dimitris for build integration - thanks! Fixed in the latest interim version. Fixed in 0.9.0. |