Björn Michael
Björn Michael
Almost every time a _ListMultimap_ is suitable I can't use the existing [`ArrayListMultimap`](https://guava.dev/releases/snapshot/api/docs/com/google/common/collect/ArrayListMultimap.html) implementation as the insertion order of the keys is not preserved. Then I have to switch to...
This is a follow up of #2492 but for Kotlin. After discovering the new `assertInstanceOf` assertion (since 5.8) I find it really expressive and useful. Could you please also add...
Resolves #3353 ## Overview Add Kotlin specific buddies for `assertInstanceOf(..)` --- I hereby agree to the terms of the [JUnit Contributor License Agreement](https://github.com/junit-team/junit5/blob/002a0052926ddee57cf90580fa49bc37e5a72427/CONTRIBUTING.md#junit-contributor-license-agreement). --- ### Definition of Done - [x]...
This is a follow up of https://groups.google.com/g/jspecify-discuss/c/eCiRwkUC52k/m/K8YHKkUcAgAJ > https://jspecify.dev/docs/user-guide#type-use-annotation-syntax mentions type use syntax for **nested static** type and **array** type. > > Sometimes it is necessary to write the **full...
Please spent a short paragraph in Nullness User Guide why I have to write ` T firstOrDefault(List list, T defaultValue) {` instead of ` T firstOrDefault(List list, T defaultValue) {`...
JSpecify annotations could also be used in OSGI environments if `MANIFEST.MF` would have bundle entries like e.g. ``` Bundle-ManifestVersion: 2 Bundle-Name: JSpecify annotations Bundle-SymbolicName: org.jspecify.annotations Bundle-Version: 0.3.0 Export-Package: org.jspecify.annotations [...]...
We have been using `true`(#57) smoothly for quite a while. Now we encounter an error after converting an enum to _local_ enum: `(line 298,col 14) Parse error. Found "{", expected...
The default hostname string "http://localhost:9001/hac" is always used for validation action and not the configured url in preference page. In [ValidateImpexAction](https://github.com/eljoujat/eclipseimpexeditor/blob/master/impexeditor.core/src/main/java/org/eclipseplugins/impexeditor/core/actions/ValidateImpexAction.java#L56) `final String hostName = store.getDefaultString(PreferenceConstants.P_HOST_ENDPOINT_STRING);` should be replaced with...
If _File Icons Based On Content Analysis_ decorator is enabled in Eclipse then _Icon File Decorator_ isn't working. Please add this hint to your readme.
OpenVPN Client > Client 1 > Advanced > Custom Configuration field is filled with e.g. ``` ; pull "route-gateway " ; route-gateway 192.168.1.1 compress lz4 verify-x509-name 'CN=myhost.mydomain.com' script-security 2 ca...