Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GWT孵化器分页CrollTable编译错误_Gwt - Fatal编程技术网

GWT孵化器分页CrollTable编译错误

GWT孵化器分页CrollTable编译错误,gwt,Gwt,我正在尝试实现以下示例:在我的gwt应用程序中,但当我尝试编译项目时,出现以下错误: Compiling module com.myapp.security.GwtSpringSecurityProject Validating newly compiled units Ignored 2 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRA

我正在尝试实现以下示例:在我的gwt应用程序中,但当我尝试编译项目时,出现以下错误:

 Compiling module com.myapp.security.GwtSpringSecurityProject
   Validating newly compiled units
      Ignored 2 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
   Scanning for additional dependencies: jar:file:/C:/_work/Eclipse/MyApp/war/WEB-INF/lib/gwt-incubator-20101117-r1766.jar!/com/google/gwt/gen2/table/client/AbstractScrollTable.java
      Computing all possible rebind results for 'com.google.gwt.gen2.table.client.AbstractScrollTable.Impl'
         Rebinding com.google.gwt.gen2.table.client.AbstractScrollTable.Impl
            Could not find an exact match rule. Using 'closest' rule <replace-with class='com.google.gwt.gen2.table.client.AbstractScrollTable.ImplIE6'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
   Scanning for additional dependencies: jar:file:/C:/_work/Eclipse/MyApp/war/WEB-INF/lib/gwt-incubator-20101117-r1766.jar!/com/google/gwt/gen2/table/client/FixedWidthTableImpl.java
      Computing all possible rebind results for 'com.google.gwt.gen2.table.client.FixedWidthTableImpl.Impl'
         Rebinding com.google.gwt.gen2.table.client.FixedWidthTableImpl.Impl
            Could not find an exact match rule. Using 'closest' rule <replace-with class='com.google.gwt.gen2.table.client.FixedWidthTableImpl.ImplIE8'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding
   [ERROR] An internal compiler exception occurred
com.google.gwt.dev.jjs.InternalCompilerException: Failed to get JNode
    at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:140)
    at com.google.gwt.dev.jjs.impl.TypeMap.internalGet(TypeMap.java:242)
    at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:138)
    at com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:71)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processExpression(GenerateJavaAST.java:1144)
    at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:577)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessExpression(GenerateJavaAST.java:603)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1771)
    at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(GenerateJavaAST.java:577)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:638)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatements(GenerateJavaAST.java:1846)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processMethod(GenerateJavaAST.java:1513)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processType(GenerateJavaAST.java:501)
    at com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:2958)
    at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:608)
    at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
    at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
    at com.google.gwt.dev.Compiler.run(Compiler.java:232)
    at com.google.gwt.dev.Compiler.run(Compiler.java:198)
    at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
    at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
    at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
    at com.google.gwt.dev.Compiler.main(Compiler.java:177)
      [ERROR] <no source info>: public abstract class java.text.DateFormat
    extends java.text.Format
/*   fields   */
protected [unresolved] Unresolved type java.util.Calendar calendar
protected [unresolved] Unresolved type java.text.NumberFormat numberFormat
public static final [unresolved] int ERA_FIELD
public static final [unresolved] int YEAR_FIELD
public static final [unresolved] int MONTH_FIELD
public static final [unresolved] int DATE_FIELD
public static final [unresolved] int HOUR_OF_DAY1_FIELD
public static final [unresolved] int HOUR_OF_DAY0_FIELD
public static final [unresolved] int MINUTE_FIELD
public static final [unresolved] int SECOND_FIELD
public static final [unresolved] int MILLISECOND_FIELD
public static final [unresolved] int DAY_OF_WEEK_FIELD
public static final [unresolved] int DAY_OF_YEAR_FIELD
public static final [unresolved] int DAY_OF_WEEK_IN_MONTH_FIELD
public static final [unresolved] int WEEK_OF_YEAR_FIELD
public static final [unresolved] int WEEK_OF_MONTH_FIELD
public static final [unresolved] int AM_PM_FIELD
public static final [unresolved] int HOUR1_FIELD
public static final [unresolved] int HOUR0_FIELD
public static final [unresolved] int TIMEZONE_FIELD
private static final [unresolved] long serialVersionUID
public static final [unresolved] int FULL
public static final [unresolved] int LONG
public static final [unresolved] int MEDIUM
public static final [unresolved] int SHORT
public static final [unresolved] int DEFAULT
/*   methods   */
[unresolved] protected void <init>() 
[unresolved] public java.lang.Object clone() 
[unresolved] public boolean equals(java.lang.Object) 
public final java.lang.String format(java.util.Date) 
public final java.lang.StringBuffer format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition) 
public abstract java.lang.StringBuffer format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition) 
[unresolved] private static java.text.DateFormat get(int, int, int, Unresolved type java.util.Locale) 
[unresolved] public static Unresolved type java.util.Locale[] getAvailableLocales() 
[unresolved] public Unresolved type java.util.Calendar getCalendar() 
[unresolved] public static final java.text.DateFormat getDateInstance() 
[unresolved] public static final java.text.DateFormat getDateInstance(int) 
[unresolved] public static final java.text.DateFormat getDateInstance(int, Unresolved type java.util.Locale) 
[unresolved] public static final java.text.DateFormat getDateTimeInstance() 
[unresolved] public static final java.text.DateFormat getDateTimeInstance(int, int) 
[unresolved] public static final java.text.DateFormat getDateTimeInstance(int, int, Unresolved type java.util.Locale) 
[unresolved] public static final java.text.DateFormat getInstance() 
[unresolved] public Unresolved type java.text.NumberFormat getNumberFormat() 
[unresolved] public static final java.text.DateFormat getTimeInstance() 
[unresolved] public static final java.text.DateFormat getTimeInstance(int) 
[unresolved] public static final java.text.DateFormat getTimeInstance(int, Unresolved type java.util.Locale) 
[unresolved] public Unresolved type java.util.TimeZone getTimeZone() 
[unresolved] public int hashCode() 
[unresolved] public boolean isLenient() 
[unresolved] public java.util.Date parse(java.lang.String) throws java.text.ParseException
[unresolved] public abstract java.util.Date parse(java.lang.String, Unresolved type java.text.ParsePosition) 
[unresolved] public java.lang.Object parseObject(java.lang.String, Unresolved type java.text.ParsePosition) 
[unresolved] public void setCalendar(Unresolved type java.util.Calendar) 
[unresolved] public void setLenient(boolean) 
[unresolved] public void setNumberFormat(Unresolved type java.text.NumberFormat) 
[unresolved] public void setTimeZone(Unresolved type java.util.TimeZone) 
/*   members   */
Unresolved type java.text.DateFormat$DateFormatGetter
Unresolved type java.text.DateFormat$Field



         org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
      [ERROR] at PsTable.java(351): new SimpleDateFormat("MM/dd/yyyy").format(rowValue.getDate())
         org.eclipse.jdt.internal.compiler.ast.MessageSend
      [ERROR] at PsTable.java(351): return new SimpleDateFormat("MM/dd/yyyy").format(rowValue.getDate());
         org.eclipse.jdt.internal.compiler.ast.ReturnStatement
      [ERROR] at PsTable.java(350): public String getCellValue(Message rowValue);

         com.google.gwt.dev.jjs.ast.JMethod
      [ERROR] at PsTable.java(348): final class PsTable$DateColumnDefinition extends AbstractColumnDefinition 
         com.google.gwt.dev.jjs.ast.JClassType
编译模块com.myapp.security.GwtSpringSecurityProject
验证新编译的单元
在第一遍中忽略了2个有编译错误的单元。
编译时将-strict或-logLevel设置为TRACE或DEBUG以查看所有错误。
扫描其他依赖项:jar:file:/C://\u work/Eclipse/MyApp/war/WEB-INF/lib/gwt-incubator-20101117-r1766.jar/com/google/gwt/gen2/table/client/AbstractScrollTable.java
计算'com.google.gwt.gen2.table.client.AbstractScrollTable.Impl'的所有可能重新绑定结果
重新绑定com.google.gwt.gen2.table.client.AbstractScrollTable.Impl
找不到精确的匹配规则。使用基于回退值的“最近”规则。如果回退行为不能替换丢失的绑定,您可能需要实现特定的绑定
扫描其他依赖项:jar:file:/C://\u work/Eclipse/MyApp/war/WEB-INF/lib/gwt-incubator-20101117-r1766.jar/com/google/gwt/gen2/table/client/FixedWidthTableImpl.java
计算'com.google.gwt.gen2.table.client.FixedWidthTableImpl.Impl'的所有可能重新绑定结果
重新绑定com.google.gwt.gen2.table.client.FixedWidthTableImpl.Impl
找不到精确的匹配规则。使用基于回退值的“最近”规则。如果回退行为不能替换丢失的绑定,您可能需要实现特定的绑定
[错误]发生内部编译器异常
com.google.gwt.dev.jjs.InternalCompilerException:未能获取JNode
位于com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:140)
位于com.google.gwt.dev.jjs.impl.TypeMap.internalGet(TypeMap.java:242)
位于com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:138)
位于com.google.gwt.dev.jjs.impl.TypeMap.get(TypeMap.java:71)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.processExpression(GenerateJavaAST.java:1144)
位于sun.reflect.GeneratedMethodAccessor27.invoke(未知源)
在sun.reflect.DelegatingMethodAccessorImpl.invoke处(未知源)
位于java.lang.reflect.Method.invoke(未知源)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.dispatch(GenerateJavaAST.java:577)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.dispProcessExpression(GenerateJavaAST.java:603)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.processStatement(GenerateJavaAST.java:1771)
位于sun.reflect.GeneratedMethodAccessor38.invoke(未知源)
在sun.reflect.DelegatingMethodAccessorImpl.invoke处(未知源)
位于java.lang.reflect.Method.invoke(未知源)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.dispatch(GenerateJavaAST.java:577)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.dispProcessStatement(GenerateJavaAST.java:638)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.processStatements(GenerateJavaAST.java:1846)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.processMethod(GenerateJavaAST.java:1513)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST$javastgenerationvisitor.processType(GenerateJavaAST.java:501)
位于com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:2958)
位于com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:608)
位于com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
位于com.google.gwt.dev.Precompile.Precompile(Precompile.java:284)
位于com.google.gwt.dev.Precompile.Precompile(Precompile.java:233)
位于com.google.gwt.dev.Precompile.Precompile(Precompile.java:145)
位于com.google.gwt.dev.Compiler.run(Compiler.java:232)
位于com.google.gwt.dev.Compiler.run(Compiler.java:198)
位于com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
位于com.google.gwt.dev.CompileTaskRunner.runwithpropertedlogger(CompileTaskRunner.java:82)
位于com.google.gwt.dev.Compiler.main(Compiler.java:177)
[错误]:公共抽象类java.text.DateFormat
扩展java.text.Format
/*田地*/
受保护[未解析]未解析类型java.util.Calendar Calendar
受保护[未解析]未解析类型java.text.NumberFormat NumberFormat
公共静态最终[unresolved]int ERA_字段
公共静态最终[未解决]整年\字段
公共静态最终[未解决]整数月\字段
公共静态最终[未解析]int DATE_字段
公共静态最终[未解决]整数小时/天1\u字段
公共静态最终[未解决]整数小时/天0\u字段
公共静态最终[未解析]整数分钟\字段
公共静态最终[unresolved]int SECOND_字段
公共静态最终[未解析]整数毫秒\u字段
公共静态最终[未解决]int DAY\u OF\u WEEK\u字段
公共静态最终[未解决]int DAY\u OF\u YEAR\u字段
公共静态最终[未解决]整周整天整月整字段
公共静态最终[未解决]整数周\年度\字段
公共静态最终[未解决]整周整月整字段
公共静态最终[未解析]内部AM\U PM\U字段
公共静态最终[未解析]内部时间1\u字段
公共静态最终[未解析]整小时0_字段
公共静态最终[未解析]int时区_字段
私有静态最终[未解析]长SerialVersionId
公共静态最终[未解析]整数已满
公共静态最终[未解析]整数长
公共静态最终[未解析]整数媒体
公共静态最终[未解决]整数短
公共静态最终[未解析]int默认值
/*方法*/
[未解析]受保护的无效()
[未解析]public java.lang.Object克隆()
[未解析]公共布尔等于(java.lang.Object)
公共最终java.lang.String格式(java.util.Date)
公共最终java.lang.StringBuffer格式(j