Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-text-dev] compile error in HEAD

TemplateProposal.java in jface.text appears to have a number of compile
errors in HEAD.


John-Mason

---
As of March 5, 2004 9:52:41 PM CST

Type mismatch: cannot convert from TemplatePosition[] to TemplateVariable[]
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 128


The method isResolved(TemplateContext) in the type TemplateVariable is not
applicable for the arguments ()
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 133


The method getOffsets() is undefined for the type TemplateVariable
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 138


The method getLength() is undefined for the type TemplateVariable
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 139


The method getValues() is undefined for the type TemplateVariable
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 142


Type mismatch: cannot convert from TemplatePosition[] to TemplateVariable[]
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 181


The method getType() is undefined for the type TemplateVariable
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 184


The method getOffsets() is undefined for the type TemplateVariable
org.eclipse.jface.text/src/org/eclipse/jface/text/templates	line 185


**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************


Back to the top