Delany
Delany
I'm afraid I've moved off this extension.
I've done Stack, but need to add Dictionary (Map) and Enumeration (Iterator). Properties are also consider legacy API, but there's no suggested alternative (although there's the Preferences API)
My interest in this is contingent on removing their usage from my own code, which is proving difficult at the moment. But I should get to it this year
I only get this, i.e. ``` [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] test [java] apply [java] accept [java] actionPerformed [java] run [java] compare [java]...
If I instruct the plugin to achieve a goal: format, and it doesn't get round to any formatting `[INFO] Processed 49 files in 46ms (Formatted: 0, Unchanged: 49, Failed: 0,...
The more I think about this the more irritated I get. If caching is such an old feature then why is there no [parameter](https://code.revelc.net/formatter-maven-plugin/format-mojo.html) to invalidate the cache, at the...
I've had numerous issue with openrewrite because its clearly not doing things by the book. Pls get a Maven maintainer to look at how this project is working with Maven.
Repositories are defined in the poms included in a JAR, like woodstox-core-6.5.1/META-INF/maven/com.sun.xml.bind.jaxb/isorelax/pom.xml ```xml releases.java.net https://maven.java.net/content/repositories/releases/ default jvnet-nexus-staging https://maven.java.net/content/repositories/staging/ default eclipse http://download.eclipse.org/rt/eclipselink/maven.repo default ``` Why openrewrite would read this I don't...
No hostility intended
Maybe a complication for issues like this is that OpenRewrite takes a long time to run a recipe on a large codebase. If there's any kind of error and then...