Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Policy on Java compliance

Brian Vosburgh wrote:
>   Markus, I don't see any compile problems with
> EntityGenerator.EntitySourceWriter. I can compile all the plug-ins with
> a compiler compliance level of 1.4 without any problems. Also, AFAIK,
> the Eclipse platform plans on shipping 3.2 with Java 1.4 compliance.
> What problems are you encountering?
> 
> 
> Markus Kuppe wrote:
>> Hi,
>>
>> whats our policy on Java code compliance?
>> EntityGenerator.EntitySourceWriter seems to rely on Java 5. So are we
>> going for Java 5 now?

Hi,

I get following errors with code compliance and source/class
compatibility set to 1.4. Changing the workspace compliance to 1.5 fixed
the compile problem so I figured its related to Java 5.

- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(char), PrintWriter.append(char)	line 753
- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(CharSequence, int, int), PrintWriter.append(CharSequence,
int, int)	line 753
- Error	org.eclipse.dali.ui/source/org/eclipse/dali/ui/actions
EntityGenerator.java	The return type is incompatible with
Writer.append(CharSequence), PrintWriter.append(CharSequence)	line 753	

-- 
Regards,
Markus Kuppe

Versant GmbH, European Headquarters
Wiesenkamp 22b, 22359 Hamburg, Germany
+49(40)60990-215, http://www.versant.com


Back to the top