Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357210

Summary: [Xbase] ObjectExtensions operators not found in scoping
Product: [Modeling] TMF Reporter: Johan Wannheden <johan.wannheden>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: sebastian.zarnekow
Version: unspecifiedFlags: sebastian.zarnekow: indigo+
Target Milestone: SR2   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Johan Wannheden CLA 2011-09-09 06:26:39 EDT
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
Comment 1 Sebastian Zarnekow CLA 2011-09-09 06:59:07 EDT

*** This bug has been marked as a duplicate of bug 356073 ***