Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Compile error org.eclipse.pde.build

Hi!

Using JDK 1.5.0_02 I get the following errors generated for
FeatureWriter from the org.eclipse.pde.build plug-in.

Severity	Description	Resource	In Folder	Location
Creation Time
2	The return type is incompatible with Writer.append(char),
PrintWriter.append(char)	FeatureWriter.java
org.eclipse.pde.build/src/org/eclipse/pde/internal/build	line 24
24. Mai 2005 07:16:07
2	The return type is incompatible with Writer.append(CharSequence,
int, int), PrintWriter.append(CharSequence, int, int)
FeatureWriter.java
org.eclipse.pde.build/src/org/eclipse/pde/internal/build	line 24
24. Mai 2005 07:16:07
2	The return type is incompatible with
Writer.append(CharSequence), PrintWriter.append(CharSequence)
FeatureWriter.java
org.eclipse.pde.build/src/org/eclipse/pde/internal/build	line 24
24. Mai 2005 07:16:07

FeatureWriter extends XMLWriter which extends PrintWriter. The methods
in question arn't overwritten in FeatureWriter. Any ideas why these
errors are generated?

Cu, Gunnar



Back to the top