Open jensharder91 opened 7 years ago
Ziemlich sicher dass es richtig ist (habe 11 eigene Testfälle die alle stimmen).. gibt trotzdem noch eine Runtime Exception.. Wenn ichs in paar Tagen nicht hinbekomme frage ich nochmal nach dem Fehler
Der Run-Error bei der Aufgabe Friendship lautet: Exception in thread "main" java.lang.NullPointerException at java.util.PriorityQueue.offer(PriorityQueue.java:320) at java.util.PriorityQueue.add(PriorityQueue.java:306) at sheet04.task_04_Friendship.Friendship.goToCinema(Friendship.java:304) at sheet04.task_04_Friendship.Friendship.main(Friendship.java:227)
Ich fange die Aufgabe mal an