Craig P. Motlin
Craig P. Motlin
@lzcyx got for it, it's still unresolved!
> @motlin , For [apache/maven-checkstyle-plugin#136 (comment)](https://github.com/apache/maven-checkstyle-plugin/pull/136#issuecomment-2152620974) > > It will be always a problem to ask be backwards compatible and need to use latest. Checkstyle library doesn't need support old...
There's a part of this conversation I don't understand. If I'm on a project where I want/need to use an old version of Java (like Java 8), I must use...
Please force refresh to get a new version of the site. It now takes imgur urls and doesn't accept uploads at all.
And you already tried force refreshing while on the Edit page?
Could you share the stack trace you saw?
Just use `Arrays.sort()`
I was going to say that the implementation should use toArray() ```java /** * Converts the LazyIterable to the default ImmutableList implementation. */ @Override default ImmutableList toImmutableList() { T[] array...
This was largely addressed in #1744 but I'd like to keep this issue open as a reminder to also optimize the toArray() method in a similar way.
> With the recent changes to make `Entry` objects mutable, should we add tests that make sure immutable maps and synchronized maps act correctly if someone tries to mutate with...