Replies: 1 comment 1 reply
-
Was it still hundreds of errors when imported with beta 2? The beta 2 importer should have updated the imports and some of the simpler pieces of code. If you find things that can be fixed by find and replace, please open issues. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anyone suggest a smooth and efficient workflow, preferably using VS Code, for converting Java code that uses the 2024 units library to the new 2025 units library? I have literally hundreds of errors after importing the old code to 2025. A recipe for adjusting imports and changing uses in the code itself might save a lot of time for teams in our situation. It's never quite obvious to me what VS code has in the way of global change capabilities that can prevent having to look at and change every place where there's an error.
Beta Was this translation helpful? Give feedback.
All reactions