Ce message apparait quelque fois lors du lancement du main():
NaiveRudder
Exception in thread "Thread-0" java.lang.IllegalMonitorStateException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at cpp2017.parser.Parser.run(Parser.java:50)
Il manque surement des "synchronized" quelque part
Ce message apparait quelque fois lors du lancement du main(): NaiveRudder Exception in thread "Thread-0" java.lang.IllegalMonitorStateException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Unknown Source) at cpp2017.parser.Parser.run(Parser.java:50)
Il manque surement des "synchronized" quelque part