Fork me on GitHub
#dev-tooling
<
2024-04-11
>
oyakushev14:04:18

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

oyakushev14:04:01

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?

vemv15:04:57

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

vemv15:04:08

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

👍 1