Menu

#1 Error in ScriptletCompletionProcessor.java

open
nobody
None
5
2005-03-18
2005-03-18
Arne
No

Line 223: codeComplete(fCollector);

shows error:
The method codeComplete(ICompletionRequestor) in the
type ScriptletCompletionProcessor is not applicable for
the arguments (ResultCollector)

Should I cast fCollector to:
codeComplete((ICompletionRequestor) fCollector) or what
is the Errorcorrection?

Thanks
Arne

Discussion


Log in to post a comment.