| Summary: | CCE on following hyperlink of overwritten Xbase rule | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Karsten Thoms <karsten.thoms> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sebastian.zarnekow |
| Version: | 2.0.0 | Flags: | sebastian.zarnekow:
indigo+
|
| Target Milestone: | RC2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 346866 *** |
Steps to reproduce: - Create a DSL derived from Xbase - Overwrite an Xbase rule, e.g. XVariableDeclaration returns xbase::XExpression: {xbase::XVariableDeclaration} type=JvmTypeReference name=ID '=' right=XExpression ; - Activate hyperlink on rule name "XVariableDeclaration" => Xtext.xtext is opened and navigated to XVariableDeclaration, but a popup message with a CCE occurs: org.eclipse.ui.editors.text.StorageDocumentProvider$StorageInfo cannot be cast to org.eclipse.ui.editors.text.FileDocumentProvider$FileInfo Sample project can be found at https://svn.codespot.com/a/eclipselabs.org/lwc11-xtext/trunk - /org.xtext.lwc.instances - /org.xtext.lwc.instances.ui