Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. java.lang.Error: Unresolved compilation problem:
  2. The constructor PriorityQueue<LogicTimer.TimerEntry>(new Comparator<LogicTimer.TimerEntry>(){}) is undefined
  3.  
  4. at hu.bme.mit.inf.symod.homework.generic.tests.LogicTimer.<init>(LogicTimer.java:47)
  5. at hu.bme.mit.inf.symod.homework.generic.tests.TesterAPI.<init>(TesterAPI.java:19)
  6. at hu.bme.mit.inf.symod.homework.generic.tests.TestCases.neptun1(TestCases.java:8)
  7. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  9. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10. at java.lang.reflect.Method.invoke(Method.java:606)
  11. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
  12. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  13. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
  14. at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  15. at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement