Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon] @Override on interface implementations
[Epsilon] @Override on interface implementations [message #380485] Wed, 28 November 2007 11:47 Go to next message
Aleksander Bandelj is currently offline Aleksander BandeljFriend
Messages: 98
Registered: July 2009
Member
As in org.epsilon.commons.util.ListSet . This only works on Java 6 and
causes compiler errors if Java compliance level is set to Java 5.

-a
Re: [Epsilon] @Override on interface implementations [message #380486 is a reply to message #380485] Wed, 28 November 2007 12:06 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Aleksander,

Thanks for reporting this. As you can guess those are annotations
generated by Eclipse when automatically overriding methods. We've
spotted this and recently updated (hopefully) all documents/pages to
mention that Java 6 is required. If you have a constraint that requires
you to use Epsilon under Java 5 you can enter a request in the Bugzilla
and we'll remove those extra annotations in the next source code release.

Cheers,
Dimitrios

Aleksander Bandelj wrote:
> As in org.epsilon.commons.util.ListSet . This only works on Java 6 and
> causes compiler errors if Java compliance level is set to Java 5.
>
> -a
Re: [Epsilon] @Override on interface implementations [message #380487 is a reply to message #380486] Wed, 28 November 2007 13:41 Go to previous messageGo to next message
Aleksander Bandelj is currently offline Aleksander BandeljFriend
Messages: 98
Registered: July 2009
Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210

There is no Epsilon component in bugzilla for GMT.

Reasons for sticking with Java 5:

* only override annotations and HotSpotDiagnosticMXBean require JDK 6
* Mac OS X still has no Java 6
* Europe and Ganymede Eclipse platform should run on Java 5


-a

Dimitrios Kolovos wrote:
> Hi Aleksander,
>
> Thanks for reporting this. As you can guess those are annotations
> generated by Eclipse when automatically overriding methods. We've
> spotted this and recently updated (hopefully) all documents/pages to
> mention that Java 6 is required. If you have a constraint that
> requires you to use Epsilon under Java 5 you can enter a request in
> the Bugzilla and we'll remove those extra annotations in the next
> source code release.
>
> Cheers,
> Dimitrios
>
> Aleksander Bandelj wrote:
>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>> and causes compiler errors if Java compliance level is set to Java 5.
>>
>> -a
Re: [Epsilon] @Override on interface implementations [message #380488 is a reply to message #380487] Wed, 28 November 2007 13:48 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Aleksander,

Thanks for your remarks. We'll address this asap.

Cheers,
Dimitrios

Aleksander Bandelj wrote:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>
> There is no Epsilon component in bugzilla for GMT.
>
> Reasons for sticking with Java 5:
>
> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
> * Mac OS X still has no Java 6
> * Europe and Ganymede Eclipse platform should run on Java 5
>
>
> -a
>
> Dimitrios Kolovos wrote:
>> Hi Aleksander,
>>
>> Thanks for reporting this. As you can guess those are annotations
>> generated by Eclipse when automatically overriding methods. We've
>> spotted this and recently updated (hopefully) all documents/pages to
>> mention that Java 6 is required. If you have a constraint that
>> requires you to use Epsilon under Java 5 you can enter a request in
>> the Bugzilla and we'll remove those extra annotations in the next
>> source code release.
>>
>> Cheers,
>> Dimitrios
>>
>> Aleksander Bandelj wrote:
>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>
>>> -a
Re: [Epsilon] @Override on interface implementations [message #380489 is a reply to message #380488] Wed, 28 November 2007 14:08 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
I've just updated the code on the CVS. I'll change the bug status to
FIXED when we release a new version of the binaries (that would be 1.1.6).

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> Hi Aleksander,
>
> Thanks for your remarks. We'll address this asap.
>
> Cheers,
> Dimitrios
>
> Aleksander Bandelj wrote:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>>
>> There is no Epsilon component in bugzilla for GMT.
>>
>> Reasons for sticking with Java 5:
>>
>> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
>> * Mac OS X still has no Java 6
>> * Europe and Ganymede Eclipse platform should run on Java 5
>>
>>
>> -a
>>
>> Dimitrios Kolovos wrote:
>>> Hi Aleksander,
>>>
>>> Thanks for reporting this. As you can guess those are annotations
>>> generated by Eclipse when automatically overriding methods. We've
>>> spotted this and recently updated (hopefully) all documents/pages to
>>> mention that Java 6 is required. If you have a constraint that
>>> requires you to use Epsilon under Java 5 you can enter a request in
>>> the Bugzilla and we'll remove those extra annotations in the next
>>> source code release.
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Aleksander Bandelj wrote:
>>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>>
>>>> -a
Re: [Epsilon] @Override on interface implementations [message #380500 is a reply to message #380489] Thu, 13 December 2007 12:50 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
FYI this has been fixed in the latest version (1.2.0) released today.

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> I've just updated the code on the CVS. I'll change the bug status to
> FIXED when we release a new version of the binaries (that would be 1.1.6).
>
> Cheers,
> Dimitrios
>
> Dimitrios Kolovos wrote:
>> Hi Aleksander,
>>
>> Thanks for your remarks. We'll address this asap.
>>
>> Cheers,
>> Dimitrios
>>
>> Aleksander Bandelj wrote:
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>>>
>>> There is no Epsilon component in bugzilla for GMT.
>>>
>>> Reasons for sticking with Java 5:
>>>
>>> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
>>> * Mac OS X still has no Java 6
>>> * Europe and Ganymede Eclipse platform should run on Java 5
>>>
>>>
>>> -a
>>>
>>> Dimitrios Kolovos wrote:
>>>> Hi Aleksander,
>>>>
>>>> Thanks for reporting this. As you can guess those are annotations
>>>> generated by Eclipse when automatically overriding methods. We've
>>>> spotted this and recently updated (hopefully) all documents/pages to
>>>> mention that Java 6 is required. If you have a constraint that
>>>> requires you to use Epsilon under Java 5 you can enter a request in
>>>> the Bugzilla and we'll remove those extra annotations in the next
>>>> source code release.
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Aleksander Bandelj wrote:
>>>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>>>
>>>>> -a
Re: [Epsilon] @Override on interface implementations [message #609684 is a reply to message #380485] Wed, 28 November 2007 12:06 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Aleksander,

Thanks for reporting this. As you can guess those are annotations
generated by Eclipse when automatically overriding methods. We've
spotted this and recently updated (hopefully) all documents/pages to
mention that Java 6 is required. If you have a constraint that requires
you to use Epsilon under Java 5 you can enter a request in the Bugzilla
and we'll remove those extra annotations in the next source code release.

Cheers,
Dimitrios

Aleksander Bandelj wrote:
> As in org.epsilon.commons.util.ListSet . This only works on Java 6 and
> causes compiler errors if Java compliance level is set to Java 5.
>
> -a
Re: [Epsilon] @Override on interface implementations [message #609686 is a reply to message #380486] Wed, 28 November 2007 13:41 Go to previous message
Aleksander Bandelj is currently offline Aleksander BandeljFriend
Messages: 98
Registered: July 2009
Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210

There is no Epsilon component in bugzilla for GMT.

Reasons for sticking with Java 5:

* only override annotations and HotSpotDiagnosticMXBean require JDK 6
* Mac OS X still has no Java 6
* Europe and Ganymede Eclipse platform should run on Java 5


-a

Dimitrios Kolovos wrote:
> Hi Aleksander,
>
> Thanks for reporting this. As you can guess those are annotations
> generated by Eclipse when automatically overriding methods. We've
> spotted this and recently updated (hopefully) all documents/pages to
> mention that Java 6 is required. If you have a constraint that
> requires you to use Epsilon under Java 5 you can enter a request in
> the Bugzilla and we'll remove those extra annotations in the next
> source code release.
>
> Cheers,
> Dimitrios
>
> Aleksander Bandelj wrote:
>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>> and causes compiler errors if Java compliance level is set to Java 5.
>>
>> -a
Re: [Epsilon] @Override on interface implementations [message #609687 is a reply to message #380487] Wed, 28 November 2007 13:48 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Aleksander,

Thanks for your remarks. We'll address this asap.

Cheers,
Dimitrios

Aleksander Bandelj wrote:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>
> There is no Epsilon component in bugzilla for GMT.
>
> Reasons for sticking with Java 5:
>
> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
> * Mac OS X still has no Java 6
> * Europe and Ganymede Eclipse platform should run on Java 5
>
>
> -a
>
> Dimitrios Kolovos wrote:
>> Hi Aleksander,
>>
>> Thanks for reporting this. As you can guess those are annotations
>> generated by Eclipse when automatically overriding methods. We've
>> spotted this and recently updated (hopefully) all documents/pages to
>> mention that Java 6 is required. If you have a constraint that
>> requires you to use Epsilon under Java 5 you can enter a request in
>> the Bugzilla and we'll remove those extra annotations in the next
>> source code release.
>>
>> Cheers,
>> Dimitrios
>>
>> Aleksander Bandelj wrote:
>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>
>>> -a
Re: [Epsilon] @Override on interface implementations [message #609688 is a reply to message #380488] Wed, 28 November 2007 14:08 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
I've just updated the code on the CVS. I'll change the bug status to
FIXED when we release a new version of the binaries (that would be 1.1.6).

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> Hi Aleksander,
>
> Thanks for your remarks. We'll address this asap.
>
> Cheers,
> Dimitrios
>
> Aleksander Bandelj wrote:
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>>
>> There is no Epsilon component in bugzilla for GMT.
>>
>> Reasons for sticking with Java 5:
>>
>> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
>> * Mac OS X still has no Java 6
>> * Europe and Ganymede Eclipse platform should run on Java 5
>>
>>
>> -a
>>
>> Dimitrios Kolovos wrote:
>>> Hi Aleksander,
>>>
>>> Thanks for reporting this. As you can guess those are annotations
>>> generated by Eclipse when automatically overriding methods. We've
>>> spotted this and recently updated (hopefully) all documents/pages to
>>> mention that Java 6 is required. If you have a constraint that
>>> requires you to use Epsilon under Java 5 you can enter a request in
>>> the Bugzilla and we'll remove those extra annotations in the next
>>> source code release.
>>>
>>> Cheers,
>>> Dimitrios
>>>
>>> Aleksander Bandelj wrote:
>>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>>
>>>> -a
Re: [Epsilon] @Override on interface implementations [message #611009 is a reply to message #380489] Thu, 13 December 2007 12:50 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
FYI this has been fixed in the latest version (1.2.0) released today.

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> I've just updated the code on the CVS. I'll change the bug status to
> FIXED when we release a new version of the binaries (that would be 1.1.6).
>
> Cheers,
> Dimitrios
>
> Dimitrios Kolovos wrote:
>> Hi Aleksander,
>>
>> Thanks for your remarks. We'll address this asap.
>>
>> Cheers,
>> Dimitrios
>>
>> Aleksander Bandelj wrote:
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=211210
>>>
>>> There is no Epsilon component in bugzilla for GMT.
>>>
>>> Reasons for sticking with Java 5:
>>>
>>> * only override annotations and HotSpotDiagnosticMXBean require JDK 6
>>> * Mac OS X still has no Java 6
>>> * Europe and Ganymede Eclipse platform should run on Java 5
>>>
>>>
>>> -a
>>>
>>> Dimitrios Kolovos wrote:
>>>> Hi Aleksander,
>>>>
>>>> Thanks for reporting this. As you can guess those are annotations
>>>> generated by Eclipse when automatically overriding methods. We've
>>>> spotted this and recently updated (hopefully) all documents/pages to
>>>> mention that Java 6 is required. If you have a constraint that
>>>> requires you to use Epsilon under Java 5 you can enter a request in
>>>> the Bugzilla and we'll remove those extra annotations in the next
>>>> source code release.
>>>>
>>>> Cheers,
>>>> Dimitrios
>>>>
>>>> Aleksander Bandelj wrote:
>>>>> As in org.epsilon.commons.util.ListSet . This only works on Java 6
>>>>> and causes compiler errors if Java compliance level is set to Java 5.
>>>>>
>>>>> -a
Previous Topic:[TCS] Problem at TCS2Problem transformation
Next Topic:[TCS] Problem in injector TCS
Goto Forum:
  


Current Time: Thu Apr 18 17:52:25 GMT 2024

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

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

Back to the top