Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Xtend 2.4.2 and static method access (regression?)
Xtend 2.4.2 and static method access (regression?) [message #1063804] Fri, 14 June 2013 10:21 Go to next message
Benjamin Schwertfeger is currently offline Benjamin SchwertfegerFriend
Messages: 53
Registered: July 2009
Member
Hi,
I have Xtend 2.4.2 tested and oberserved a change to 2.4.1.
On javax.xml.datatype.DatatypeFactory:
DatatypeFactory::newInstance() -> calls newInstance on Class
DatatypeFactory.newInstance() -> calls newInstance on DatatypeFactory as expected.

Is this the intended behavior? And is there a work around which will work with both versions?

Thanks,
Benjamin
Re: Xtend 2.4.2 and static method access (regression?) [message #1063807 is a reply to message #1063804] Fri, 14 June 2013 10:48 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

which Version do you use. i cannot reproduce that using 2.4.2.v201306120542


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Xtend 2.4.2 and static method access (regression?) [message #1063819 is a reply to message #1063807] Fri, 14 June 2013 11:19 Go to previous message
Benjamin Schwertfeger is currently offline Benjamin SchwertfegerFriend
Messages: 53
Registered: July 2009
Member
Hi,
I had 2.4.2.v201306040922. I had a fresh installation and no idea, why it was so old. After an update the problem is solved.

Thanks,
Benjamin
Previous Topic:Scoping: Import EObjects from external java-written Provider
Next Topic:Configuring Scope Provider Error Handler
Goto Forum:
  


Current Time: Tue Apr 23 11:26:58 GMT 2024

Powered by FUDForum. Page generated in 0.03143 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top