| Summary: | Find references does not display found references | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Ed Willink <ed> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | clay, sven.efftinge |
| Version: | 2.0.0 | Flags: | sven.efftinge:
indigo+
|
| Target Milestone: | RC1 | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
tested and can only be reproduced with a project without configured Xtext Nature..Ed can you confirm this? WORKSFORME: I'm baffled. I can't reproduce it now, and now my real code works too, although I have improved that. I can only guess that my old code was sharing some 'global' context and having improved my code the 'global' sharing has changed. (My project has an Xtext nature but no Xtext builder.) updating status to WORKSFORME see last comment. Closing all bugs that were set to RESOLVED before Neon.0 Closing all bugs that were set to RESOLVED before Neon.0 |
Using the Xtext N201105140344 build, and the following dmodel file: package name { entity Name2 { public op name ( int paramName1 ) : int { } gggg : Yyy } entity Yyy { } } finding refedrences to Yyy, displays none. Debugging this reveals that the references are found but not displayed.