Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357210 - [Xbase] ObjectExtensions operators not found in scoping
Summary: [Xbase] ObjectExtensions operators not found in scoping
Status: CLOSED DUPLICATE of bug 356073
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: SR2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 06:26 EDT by Johan Wannheden CLA
Modified: 2011-09-09 06:59 EDT (History)
1 user (show)

See Also:
sebastian.zarnekow: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***