Grasia / phatsim

phatsim is platform for 3d simulation of Ambient Assisted Living
GNU Lesser General Public License v3.0
1 stars 2 forks source link

JavaNCSS analysis is unable to complete #13

Open jlpdiez opened 6 years ago

jlpdiez commented 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