Guest User

Untitled

a guest
Nov 19th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.77 KB | None | 0 0
  1.  [echo] compiling functional tests...
  2.     [javac] Compiling 14 source files to /tmp/reactor-9250c55d-6500-4ca4-9f9a-f297a583588d/build/classes
  3.     [javac] /tmp/reactor-9250c55d-6500-4ca4-9f9a-f297a583588d/src/tests/required/AccountBookTest.java:181: error: cannot find symbol
  4.     [javac]     @Test(expected = AccountNotFoundException.class)
  5.     [javac]                      ^
  6.     [javac]   symbol:   class AccountNotFoundException
  7.     [javac]   location: class AccountBookTest
  8.     [javac] Note: /tmp/reactor-9250c55d-6500-4ca4-9f9a-f297a583588d/src/tests/required/AccountBookTest.java uses unchecked or unsafe operations.
  9.     [javac] Note: Recompile with -Xlint:unchecked for details.
  10.     [javac] 1 error
  11.     [javac] Compile failed; see the compiler error output for details.
Add Comment
Please, Sign In to add comment