Open jlpdiez opened 6 years ago
There's an error when trying to parse the try clause in PHATSocketDispatcherThread around: https://github.com/Grasia/phatsim/blob/dce614dc83ee9e5a8afecb4e811bbffffd36499d/phat-device-server/src/main/java/phat/server/json_rpc/PHATSocketDispacherThread.java#L66 The try-with-resources statement was introduced with JDK8 but JavaNCSS hasn't been updated since 2015 and fails.
Solutions would be to delete plugin completely or try to use the fork at https://github.com/nokia/javancss
There's an error when trying to parse the try clause in PHATSocketDispatcherThread around: https://github.com/Grasia/phatsim/blob/dce614dc83ee9e5a8afecb4e811bbffffd36499d/phat-device-server/src/main/java/phat/server/json_rpc/PHATSocketDispacherThread.java#L66 The try-with-resources statement was introduced with JDK8 but JavaNCSS hasn't been updated since 2015 and fails.
Solutions would be to delete plugin completely or try to use the fork at https://github.com/nokia/javancss