Closed monteragi closed 1 year ago
It's something related to the deprecation warning... If I suppress it by "@SuppressWarnings("deprecation")" then compilation goes fine....
@monteragi Thanks for this info, good to know. I think I know the problem, should have a fix ready for a release eod tomorrow.
Fixed available with release 2023.1.11
@rsmckinney Thanks a lot for the fix!
Describe the bug Compilatation fails if @Deprecated class is used in the source code. It fails using Intelliji Idea for build. Maven compiles with no error... I reproduced it on two different PCs. Tried different JDKs - result is the same.
To Reproduce Steps to reproduce the behavior:
Expected behavior Project is built / executed sucessfully.
Actual behavior It fails with compilation error:
Screenshots I recorded the short video. It shows the problem clearly. Please check https://www.youtube.com/watch?v=CfGud1mHHBQ
Desktop (please complete the following information):
Additional context Project uses: manifold-ext-rt and manifold-ext Compiliation via Maven works fines.
Stack trace \src\main\java\mytest\MM.java:6:34 java: unexpected type required: class found: variable