dev-tooling

oyakushev 2024-04-11T14:18:18.556029Z

@vemv Hello, it's probably easier to back-n-forth here than on Github.

oyakushev 2024-04-11T14:19:01.241819Z

RE: Eastwood for different JDKs and deprecated methods. Don't we want to stop using deprecated methods as soon as they become deprecated in the latest JDK?

vemv 2024-04-11T15:31:57.337549Z

That would couple linting to JDK $latest which is not representative of what most users are running In general linting with eastwood implicitly asserts "this code can be evaluated and exercised in a real runtime" - the more runtimes the better

vemv 2024-04-11T15:32:08.786769Z

I've found a good deal of bugs that way over the years

👍 1