Björn Michael

Results 35 comments of Björn Michael

`com.google.common.truth.Truth` and `com.google.common.truth.Truth8` classes reside in the same package but in different modules. After converting both maven artifacts to OSGI bundles I get `java.lang.NoClassDefFoundError: com/google/common/truth/Subject` by calling `Truth8.assertThat(Optional).hasValue(expected)` in a...

Maybe but 1. if this command is used at command line ``` nvram set vpn_client1_custom="; pull \"route-gateway\" ; route-gateway 192.168.1.1 compress lz4 ca \"/jffs/ca.crt\" verify-x509-name 'CN=myhost.mydomain.com' script-security 2 up \"/jffs/openvpn-tap.sh...

Thanks for providing these insights. Based on this, we will switch our code to the `MultimapBuilder` for now.

Further ideas - Introduce `com.google.common.io.CharStreams.asInputStream(Reader, Charset): InputStream` and `com.google.common.io.CharStreams.asInputStream(Reader, CharsetEncoder): InputStream` - Overload `com.google.common.io.CharSource.asByteSource(Supplier)` Passing a _CharsetEncoder_ allows you to define the behavior on malformed input and on unmappable characters....

> (to avoid ambiguity about whether a call is to the (T, T) overload or the (T, Supplier) overload) Is there an actual problem adding `firstNonNull` overload? I'd stick with...

Currently IntelliJ IDEA and Eclipse IDE simply ignore the @Deprecated annotation when used on parameters. But the intention to keep end users from passing a parameter value still applies. >...

Could you please wait for the outcome of [IDEA-352253](https://youtrack.jetbrains.com/issue/IDEA-352253/Inspection-highlight-use-of-deprecated-parameter)? If it is implemented then the use of avoiding user errors is increased. Otherwise this PR has no real added value.

The proposal in [IDEA-352253](https://youtrack.jetbrains.com/issue/IDEA-352253/Inspection-highlight-use-of-deprecated-parameter) is almost rejected. This pull request can therefore also be closed. Thank you for waiting.