| Summary: | [Xbase] ObjectExtensions operators not found in scoping | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Johan Wannheden <johan.wannheden> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | sebastian.zarnekow |
| Version: | unspecified | Flags: | sebastian.zarnekow:
indigo+
|
| Target Milestone: | SR2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 356073 *** |
Build Identifier: I20110613-1736 For the following Xtend class the '==' operator will not be found: package com class Foo { def void bar() { val x = new Foo() if (x == null) { ... } // Couldn't resolve reference to JvmIdentifiableElement '=='. } } Xbase and Xtend2 lib plug-ins both on classpath. Reproducible: Always Steps to Reproduce: 1. Create example Xtend class as stated in the description, save