[Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Max Rydahl Andersen
javac works fine, but eclipse chokes on casting Properties to MapString, ? I've bugged eclipse about it to see what they provide as explanation. https://bugs.eclipse.org/bugs/show_bug.cgi?id=150362 -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED]

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Scott M Stark
] eclipse chokes on current annotations code javac works fine, but eclipse chokes on casting Properties to MapString, ? I've bugged eclipse about it to see what they provide as explanation. https://bugs.eclipse.org/bugs/show_bug.cgi?id=150362

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Max Rydahl Andersen
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Wednesday, July 12, 2006 3:57 AM To: Hibernate development Subject: [Hibernate] eclipse chokes on current annotations code javac works fine, but eclipse chokes on casting Properties to MapString, ? I've bugged eclipse

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Scott M Stark
10:40 AM To: Scott M Stark; Hibernate development Subject: Re: [Hibernate] eclipse chokes on current annotations code yes, i realized this (also explained on the bug). What tricked me was that neither I or emmanuel must have been using the latest javac ;) /max

Re: [Hibernate] eclipse chokes on current annotations code

2006-07-12 Thread Christopher G. Stach II
Scott M Stark wrote: This is the issue with generics. I have seen both javac and eclipse with compiler bugs that allowed unsafe usage of collections. There still really are no guarentees, only better static analysis of possible misuse. There are runtime guarantees if you use