*** COMPILING IN ei/checked-out/051
./xxl/core/Spreadsheet.java:44: error: missing return statement
  }
  ^
./xxl/app/edit/DoShow.java:21: error: cannot find symbol
      addStringField("Copy", Message.requestCopyFunction());
                                    ^
  symbol:   method requestCopyFunction()
  location: interface Message
./xxl/app/edit/DoShow.java:22: error: cannot find symbol
      addStringField("Cut", Message.requestCutFunction());
                                   ^
  symbol:   method requestCutFunction()
  location: interface Message
./xxl/app/edit/DoShow.java:23: error: cannot find symbol
      addStringField("Delete", Message.requestDeleteFunction());
                                      ^
  symbol:   method requestDeleteFunction()
  location: interface Message
./xxl/app/edit/DoShow.java:24: error: cannot find symbol
      addStringField("Insert", Message.requestInsertFunction());
                                      ^
  symbol:   method requestInsertFunction()
  location: interface Message
./xxl/app/edit/DoShow.java:25: error: cannot find symbol
      addStringField("Paste", Message.requestPasteFunction());  
                                     ^
  symbol:   method requestPasteFunction()
  location: interface Message
./xxl/app/edit/DoShow.java:42: error: cannot find symbol
      _display._display();
              ^
  symbol:   method _display()
  location: variable _display of type Display
./xxl/app/main/DoOpen.java:28: error: incompatible types: String cannot be converted to Exception
      throw new FileOpenFailedException(stringField("filename"));
                                                   ^
./xxl/app/main/DoSave.java:29: error: cannot find symbol
    String filename = _receiver.getFilename();
                               ^
  symbol:   method getFilename()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./xxl/app/main/DoSave.java:40: error: incompatible types: String cannot be converted to Exception
      throw new FileOpenFailedException(stringField("filename"));
                                                   ^
./xxl/app/main/DoNew.java:21: error: cannot find symbol
      _receiver.createNew();
               ^
  symbol:   method createNew()
  location: variable _receiver of type Receiver
  where Receiver is a type-variable:
    Receiver extends Object declared in class Command
./xxl/app/main/DoNew.java:23: error: incompatible types: String cannot be converted to Exception
      throw new FileCreatedFailedException(stringField("filename"));
                                                      ^
./xxl/app/exception/FileCreatedFailedException.java:8: error: cannot find symbol
    super(Message.problemCreatingFile(e), e);
                 ^
  symbol:   method problemCreatingFile(Exception)
  location: interface Message
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
13 errors
                           A-001-001-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-002-002-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-003-003-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-004-004-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-007-007-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-009-009-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-010-010-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-014-014-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-015-015-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-020-020-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-023-023-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-101-101-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output