[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[pde-build-dev] Compile error org.eclipse.pde.build
|
- From: "Gunnar Wagenknecht" <G.Wagenknecht@xxxxxxxxxxxx>
- Date: Tue, 24 May 2005 07:21:42 +0200
- Delivered-to: pde-build-dev@eclipse.org
- Thread-index: AcVgIHfcBMq60P5OQtGd7pAYiL0ZYQ==
- Thread-topic: 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