| Summary: | NullPointerException when navigating between views. | ||
|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Wojciech Trocki <wtrocki> |
| Component: | Core | Assignee: | Project Inbox <mdt-papyrus-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Wojciech Trocki
Problem is related with line this line: NotationUtils.getNotationModel((ModelSet)containingResource.getResourceSet()).getResourceURI().trimFileExtension(); NotationUtils.getNotationModel() can return null getResourceURI() can return null This cases should be checked :) I don't know whether the bug still occurs. I could not reproduce it. To be sure, I've added NPE checks in the LoadingTester. Done in r8650. (In reply to comment #2) > I don't know whether the bug still occurs. I could not reproduce it. To be > sure, I've added NPE checks in the LoadingTester. > > Done in r8650. Thanks for this fix. |