classpath-testresults
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-testresults] FAIL: ecj built with gcjx on Fri Feb 17 21:55:01 UTC 20


From: cpdev
Subject: [cp-testresults] FAIL: ecj built with gcjx on Fri Feb 17 21:55:01 UTC 2006
Date: Fri, 17 Feb 2006 21:55:01 +0000

compiler/org/eclipse/jdt/internal/compiler/CompilationResult.java:108:25: 
error: no applicable, accessible method named 'getSourceLineNumber' with 
signature matching '()' in type 
'org.eclipse.jdt.core.compiler.CategorizedProblem'

                int priority = 10000 - problem.getSourceLineNumber(); // early 
problems first
                         ^

compiler/org/eclipse/jdt/internal/compiler/problem/AbortCompilation.java:60:19: 
error: no applicable, accessible method named 'getSourceStart' with signature 
matching '()' in type 'org.eclipse.jdt.core.compiler.CategorizedProblem'

                if (this.problem.getSourceStart() != 0 || 
this.problem.getSourceEnd() != 0) return;
                   ^

compiler/org/eclipse/jdt/internal/compiler/problem/DefaultProblem.java:44:1: 
error: no applicable, accessible method named '<init>' with signature matching 
'()' in type 'org.eclipse.jdt.core.compiler.CategorizedProblem'

        this.fileName = originatingFileName;
 ^

compiler/org/eclipse/jdt/internal/compiler/problem/DefaultProblemFactory.java:164:28:
 error: no applicable, accessible method named 'getID' with signature matching 
'()' in type 'org.eclipse.jdt.core.compiler.CategorizedProblem'

        return getLocalizedMessage(problem.getID(), problem.getArguments());
                            ^

compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java:1567:12:
 error: expected expression name but found package name 
'CategorizedProblem.CAT_CODE_STYLE'

                                        return 
CategorizedProblem.CAT_CODE_STYLE;
            ^

batch/org/eclipse/jdt/internal/compiler/batch/Main.java:263:23: error: no 
applicable, accessible method named 'getSourceStart' with signature matching 
'()' in type 'org.eclipse.jdt.core.compiler.CategorizedProblem'

                        int startPosition = problem.getSourceStart();
                       ^





reply via email to

[Prev in Thread] Current Thread [Next in Thread]