Istvan Neuwirth
Istvan Neuwirth
Same goes for directed graphs.
I am in strong agreement with the proposition to enhance the documentation. Specifically, what I found lacking in the Javadoc for `Graph` was an explicit mention that the collections returned...
I've delved into this matter and might have reached the bottom of it. Please find my findings described in comment and code in this PR: #6553. In short: the confusion...
Is `"whatever"` `LOWER_HYPHEN` or `LOWER_CAMEL`? Also it could be `LOWER_UNDERSCORE`.
I was just trying to highlight that CaseFormats could be ambiguous. Your new method `test` might return with `LOWER_HYPHEN`, `LOWER_CAMEL` or `LOWER_UNDERSCORE` for the input `"whatever"`.
Enabling a few test cases under Windows in #6560. They failed previously due to the use of OS-dependent line endings as you suspected.
I have managed to narrow down the slow `AbstractFutureTest` cases to two on Windows - see the comments on #6563.