Community
Participate
Working Groups
Build Identifier: Build Identifier: 2.2.1 (on Eclipse Version: 3.7.1 Build id: M20110909-1335) Calling a static method on a class with full package name, gives error "Couldn't resolve reference to JvmIdentifiableElement '<ElementName'.". As demonstrated in section "Steps to reproduce", this is especially problematic when surrounding class has the same name as class on which static method should be called. Reproducible: Always Steps to Reproduce: 1. Create a new Xtend file with the following contents: package test class Response { def public get() { javax.ws.rs.core.Response::seeOther (new java.net.URI("http://www..host.tld/")).build } } 2. Save file
It should be javax::ws::rs::core::Response::seeOther Please reopen if the problem persists.
Closing all bugs that were set to RESOLVED before Neon.0