Caleb Cushing
Caleb Cushing
There's already an open issue about this in Jakarta, I'd say feel free to comment and vote
same result
+1 to any kind of fix for this, SuppressFBWarnings doesn't compile due to the missing `java.annotations` Just use a different implementation, there's 3 or 4 now
except I'm not doing null checking with spotbugs, I'm trying to ignore a different false positive, but using these annotations simply results (somehow) on it being needed at compile time.
There are many reasons to use check style in addition to prettier... However let's focus on purely code formatting rules that prettier could cover. Prettier including prettier Java does not...
Also, one benefit although imperfect... Is that it could theoretically catch a regression in prettier-java. However I have found that check style cannot validate all of What prettier does. In...
Yes that's what I'm saying. Yes you are correct as far as the fact that prettier does a lot of things that they don't and can't do and vice versa....
Also increases longevity of your hard drive (probably negligible, but still). I would expect this to be the default, like it is in `cp`
hmm... maybe I'm doing something wrong.... I had only tried the former of these yesterday ```yml configs: tsfile: &ts-schema plugins: - typescript - typescript-resolvers - typescript-operations - typescript-document-nodes generates: packages/apollo/src/generated/schema.ts:
same or related, and overshadow didn't help ``` /home/xeno/IdeaProjects/spring-app-commons/module/jpa-security/build/generated/sources/annotationProcessor/java/testFixtures/com/xenoterracide/model/security/UserTestDataBuilder.java:54: warning: [cast] redundant cast to Optional this.name = (Optional) Objects.requireNonNull(name, "name"); ``` ```java @SuppressWarnings("OptionalUsedAsFieldOrParameterType") @Value.Style(typeBuilder = "*TestDataBuilder", newBuilder = "create", jakarta...