Régis Décamps
Régis Décamps
Generally, it would be nice that dehraph takes options to select the colours. I imagine: - colour for the edges - colour for edges causing a violation - colour for...
Actually, the generated code is still not conformant ``` /home/travis/build/jflex-de/jflex/jflex/target/generated-sources/jflex/jflex/LexScan.java:2550: error: [FallThrough] Execution may fall through from the previous case; add a `// fall through` comment before this line if...
For Maven, it makes perfect sense. Bazel, CIrrus-CI supports remote cache, and I think Github doesn't.
I bet Maven tests will not pass.
> > The generated method also contains user code, for which you might want the warning. > > I thought the idea was to suppress them anyway since it is/was...
Thank you Patrick. Indeed, I wasn’t aware of this change. More details in the use of Generated in gRoc. https://github.com/grpc/grpc-java/issues/6833 Le mar. 15 déc. 2020 à 10:35, Patrick Reinhart a...
At the same time, the existing `javax.annotation.Generated` will keep existing as it was published, and error-prone will need to keep special treatment for it. I don't expect any new feature...
> @regisd the problem is that adding this annotation is not future prove, as the package will change in the future (a major breaking change on the JakarteEE side due...
Adding this annotation will create a dependency on 'javax.annotation:javax.annotation-api:jar' The current workaround which is with @SuppressWarnings #454 should be sufficient for now. I'll defer the decision about adding a dep...