Dmitry Timofeev
Dmitry Timofeev
Effect on services is in https://github.com/exonum/exonum-java-binding/pull/858/commits/be74caeeed243cd27214d566ddadcd4bf64c9d6a; an example of autogenerated file see below: AutoTransactionConverter.java ```java package com.example.auto; import com.exonum.binding.cryptocurrency.transactions.CreateWalletTx; import com.exonum.binding.cryptocurrency.transactions.TransferTx; import com.exonum.binding.service.TransactionConverter; import com.exonum.binding.transaction.RawTransaction; import com.exonum.binding.transaction.Transaction; import java.lang.IllegalArgumentException; import...
Why don't we also push all these operations in a struct that can be instantiated in both lazy_static and unit tests? Otherwise it is quite hard to test operations on...
> Will be difficult to analyze traces in case of exceptions I'd add that it sometimes hurts readability, e.g., ```java HashCode valueHash = HASH_FUNCTION.newHasher().putByte(BLOB_PREFIX).putBytes(value.toByteArray()).hash(); ``` or ```java Stream packageDirs =...
Не так-то просто, явное указание annotationProcessorPaths отменяет обнаружение обработчиков аннотаций, доступных в classpath :confused:
The following is likely to be the solution for this issue: https://groups.google.com/forum/#!topic/error-prone-discuss/O4VJTvvjBkM
Thanks for the review, > Will it bring benefits for testing our collections? The good thing is, [`IterableSubject`](https://github.com/google/truth/blob/master/core/src/main/java/com/google/common/truth/IterableSubject.java#L91) is already applicable to our List and Set indexes, and it is...
Exactly, that's why I considered the overhead as "negligible" 🙃
There is something for a Testkit Px for sure.
Added https://jira.bf.local/browse/ECR-3377
> thread 'concurrent_cache_read' panicked at 'Can't open classpath.txt: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:999:5